schema location: | ..\SCL.xsd |
attributeFormDefault: | unqualified |
elementFormDefault: | qualified |
finalDefault: | extension |
targetNamespace: | http://www.iec.ch/61850/2003/SCL |
Elements |
SCL |
schema location: | ..\SCL_Substation.xsd |
attributeFormDefault: | unqualified |
elementFormDefault: | qualified |
targetNamespace: | http://www.iec.ch/61850/2003/SCL |
schema location: | ..\SCL_IED.xsd |
attributeFormDefault: | unqualified |
elementFormDefault: | qualified |
targetNamespace: | http://www.iec.ch/61850/2003/SCL |
schema location: | ..\SCL_Communication.xsd |
attributeFormDefault: | unqualified |
elementFormDefault: | qualified |
targetNamespace: | http://www.iec.ch/61850/2003/SCL |
schema location: | ..\SCL_DataTypeTemplates.xsd |
attributeFormDefault: | unqualified |
elementFormDefault: | qualified |
targetNamespace: | http://www.iec.ch/61850/2003/SCL |
Elements | Complex types | Attr. groups |
DataTypeTemplates | tAbstractDataAttribute | agDATrgOp |
tBDA | ||
tDA | ||
tDataTypeTemplates | ||
tDAType | ||
tDO | ||
tDOType | ||
tEnumType | ||
tEnumVal | ||
tLNodeType | ||
tProtNs | ||
tSDO |
schema location: | ..\SCL_BaseTypes.xsd |
attributeFormDefault: | unqualified |
elementFormDefault: | qualified |
targetNamespace: | http://www.iec.ch/61850/2003/SCL |
schema location: | ..\SCL_Enums.xsd |
attributeFormDefault: | unqualified |
elementFormDefault: | qualified |
targetNamespace: | http://www.iec.ch/61850/2003/SCL |
schema location: | ..\SCL_BaseSimpleTypes.xsd |
attributeFormDefault: | unqualified |
elementFormDefault: | qualified |
targetNamespace: | http://www.iec.ch/61850/2003/SCL |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of scl:tBaseElement | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:Header scl:Substation scl:Communication scl:IED scl:DataTypeTemplates scl:Line scl:Process | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="SCL"> <xs:complexType> <xs:complexContent> <xs:extension base="tBaseElement"> <xs:sequence> <xs:element name="Header" type="tHeader"> <xs:unique name="uniqueHitem"> <xs:selector xpath="./scl:History/scl:Hitem"/> <xs:field xpath="@version"/> <xs:field xpath="@revision"/> </xs:unique> </xs:element> <xs:element ref="Substation" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="Communication" minOccurs="0"/> <xs:element ref="IED" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="DataTypeTemplates" minOccurs="0"/> <xs:element ref="Line" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="Process" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="version" type="tSclVersion" use="required" fixed="2007"/> <xs:attribute name="revision" type="tSclRevision" use="required" fixed="B"/> <xs:attribute name="schemaDate" type="xs:date"/> </xs:extension> </xs:complexContent> </xs:complexType> <xs:key name="SubstationKey"> <xs:selector xpath="./scl:Substation|./scl:Process|./scl:Line"/> <xs:field xpath="@name"/> </xs:key> <xs:key name="IEDKey"> <xs:selector xpath="./scl:IED"/> <xs:field xpath="@name"/> </xs:key> <xs:key name="LNodeTypeKey"> <xs:selector xpath="./scl:DataTypeTemplates/scl:LNodeType"/> <xs:field xpath="@id"/> <xs:field xpath="@lnClass"/> </xs:key> <xs:keyref name="ref2LNodeTypeDomain1" refer="LNodeTypeKey"> <xs:selector xpath="./scl:IED/scl:AccessPoint/scl:LN"/> <xs:field xpath="@lnType"/> <xs:field xpath="@lnClass"/> </xs:keyref> <xs:keyref name="ref2LNodeTypeDomain2" refer="LNodeTypeKey"> <xs:selector xpath="./scl:IED/scl:AccessPoint/scl:Server/scl:LDevice/scl:LN"/> <xs:field xpath="@lnType"/> <xs:field xpath="@lnClass"/> </xs:keyref> <xs:keyref name="ref2LNodeTypeLLN0" refer="LNodeTypeKey"> <xs:selector xpath="./scl:IED/scl:AccessPoint/scl:Server/scl:LDevice/scl:LN0"/> <xs:field xpath="@lnType"/> <xs:field xpath="@lnClass"/> </xs:keyref> <xs:keyref name="refConnectedAP2IED" refer="IEDKey"> <xs:selector xpath="./scl:Communication/scl:SubNetwork/scl:ConnectedAP"/> <xs:field xpath="@iedName"/> </xs:keyref> <xs:keyref name="ref2SubstationFromTerminal" refer="scl:SubstationKey"> <xs:selector xpath=".//scl:Terminal"/> <xs:field xpath="@substationName"/> </xs:keyref> <xs:key name="ConnectivityNodeKey"> <xs:selector xpath=".//scl:ConnectivityNode"/> <xs:field xpath="@pathName"/> </xs:key> </xs:element> |
type | tSclVersion | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="version" type="tSclVersion" use="required" fixed="2007"/> |
type | tSclRevision | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="revision" type="tSclRevision" use="required" fixed="B"/> |
type | xs:date |
source | <xs:attribute name="schemaDate" type="xs:date"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||
type | scl:tHeader | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | scl:Text scl:History | ||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||||||||
source | <xs:element name="Header" type="tHeader"> <xs:unique name="uniqueHitem"> <xs:selector xpath="./scl:History/scl:Hitem"/> <xs:field xpath="@version"/> <xs:field xpath="@revision"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tLine | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:Function scl:ConductingEquipment scl:ConnectivityNode | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="Line" type="tLine"> <xs:unique name="uniqueChildNameInLine"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="uniqueLNodeInLine"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tProcess | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:Function scl:ConductingEquipment scl:Substation scl:Line scl:Process | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="Process" type="tProcess"> <xs:unique name="uniqueChildNameInProcess"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="uniqueLNodeInProcess"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tSubstation | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:PowerTransformer scl:GeneralEquipment scl:VoltageLevel scl:Function | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
identity constraints |
|
||||||||||||||||||
source | <xs:element name="Substation" type="tSubstation"> <xs:unique name="uniqueChildNameInSubstation"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="uniqueLNodeInSubstation"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tEquipment | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:Terminal scl:SubEquipment | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tAbstractConductingEquipment" abstract="true"> <xs:complexContent> <xs:extension base="tEquipment"> <xs:sequence> <xs:element name="Terminal" type="tTerminal" minOccurs="0" maxOccurs="2"/> <xs:element name="SubEquipment" type="tSubEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInSubEquipment"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInACESubEquipment"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tTerminal | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="Terminal" type="tTerminal" minOccurs="0" maxOccurs="2"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tSubEquipment | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:EqFunction | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="SubEquipment" type="tSubEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInSubEquipment"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInACESubEquipment"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tPowerSystemResource | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:EqSubFunction | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tAbstractEqFuncSubFunc" abstract="true"> <xs:complexContent> <xs:extension base="tPowerSystemResource"> <xs:sequence> <xs:element name="GeneralEquipment" type="tGeneralEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInGeneralEquipmentOfFuncForEquipment"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInGEFuncForEquipment"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> <xs:element name="EqSubFunction" type="scl:tEqSubFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInSubFuncForEquipment"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueSubFuncForEquipment"> <xs:selector xpath="./scl:EqSubFunction"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> </xs:sequence> <xs:attribute name="type" type="xs:normalizedString" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="type" type="xs:normalizedString" use="optional"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tGeneralEquipment | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:EqFunction | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="GeneralEquipment" type="tGeneralEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInGeneralEquipmentOfFuncForEquipment"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInGEFuncForEquipment"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tEqSubFunction | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:EqSubFunction | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="EqSubFunction" type="scl:tEqSubFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInSubFuncForEquipment"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueSubFuncForEquipment"> <xs:selector xpath="./scl:EqSubFunction"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tEquipmentContainer | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:PowerTransformer scl:GeneralEquipment scl:ConductingEquipment scl:ConnectivityNode scl:Function | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tBay"> <xs:complexContent> <xs:extension base="tEquipmentContainer"> <xs:sequence> <xs:element name="ConductingEquipment" type="tConductingEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInConductingEquipment"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <!--<xs:unique name="uniqueSubEquipment"> <xs:selector xpath="./scl:SubEquipment"/> <xs:field xpath="@name"/> </xs:unique>--> <xs:unique name="uniqueChildNameInCE"> <xs:selector xpath="./scl:SubEquipment|./scl:EqFunction"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> <xs:element name="ConnectivityNode" type="tConnectivityNode" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInConnectivityNode"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> </xs:element> <xs:element name="Function" type="scl:tFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFunctionB"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInBayFunc"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tConductingEquipment | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:Terminal scl:SubEquipment scl:EqFunction | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="ConductingEquipment" type="tConductingEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInConductingEquipment"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <!--<xs:unique name="uniqueSubEquipment"> <xs:selector xpath="./scl:SubEquipment"/> <xs:field xpath="@name"/> </xs:unique>--> <xs:unique name="uniqueChildNameInCE"> <xs:selector xpath="./scl:SubEquipment|./scl:EqFunction"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tConnectivityNode | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="ConnectivityNode" type="tConnectivityNode" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInConnectivityNode"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tFunction | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:SubFunction scl:GeneralEquipment scl:ConductingEquipment | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="Function" type="scl:tFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFunctionB"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInBayFunc"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | extension of scl:tAbstractConductingEquipment | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:Terminal scl:SubEquipment scl:EqFunction | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="tConductingEquipment"> <xs:complexContent> <xs:extension base="tAbstractConductingEquipment"> <xs:sequence> <xs:element name="EqFunction" type="scl:tEqFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFuncForCE"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInFuncForCE"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> </xs:sequence> <xs:attribute name="type" type="tCommonConductingEquipmentEnum" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | scl:tCommonConductingEquipmentEnum | ||
properties |
|
||
source | <xs:attribute name="type" type="tCommonConductingEquipmentEnum" use="required"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tEqFunction | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:EqSubFunction | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="EqFunction" type="scl:tEqFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFuncForCE"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInFuncForCE"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tLNodeContainer | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tConnectivityNode"> <xs:complexContent> <xs:extension base="tLNodeContainer"> <xs:attribute name="pathName" type="tRef" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tRef | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="pathName" type="tRef" use="required"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tAbstractEqFuncSubFunc | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:EqSubFunction | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tEqFunction"> <xs:complexContent> <xs:extension base="tAbstractEqFuncSubFunc"/> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tAbstractEqFuncSubFunc | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:EqSubFunction | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tEqSubFunction"> <xs:complexContent> <xs:extension base="tAbstractEqFuncSubFunc"/> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tPowerSystemResource | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tEquipment" abstract="true"> <xs:complexContent> <xs:extension base="tPowerSystemResource"> <xs:attributeGroup ref="agVirtual"/> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tPowerSystemResource | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:PowerTransformer scl:GeneralEquipment | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tEquipmentContainer" abstract="true"> <xs:complexContent> <xs:extension base="tPowerSystemResource"> <xs:sequence> <xs:element name="PowerTransformer" type="tPowerTransformer" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInPowerTransformer"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInPTR"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> <xs:element name="GeneralEquipment" type="tGeneralEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInGeneralEquipment"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInGE"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tPowerTransformer | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:TransformerWinding scl:SubEquipment scl:EqFunction | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="PowerTransformer" type="tPowerTransformer" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInPowerTransformer"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInPTR"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tGeneralEquipment | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:EqFunction | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="GeneralEquipment" type="tGeneralEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInGeneralEquipment"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInGE"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tPowerSystemResource | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:SubFunction scl:GeneralEquipment scl:ConductingEquipment | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tFunction"> <xs:complexContent> <xs:extension base="tPowerSystemResource"> <xs:sequence> <xs:element name="SubFunction" type="tSubFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInSubFunction"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInSubFunc"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> <xs:element name="GeneralEquipment" type="tGeneralEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInGeneralEquipmentOfFunction"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInGEFunc"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> <xs:element name="ConductingEquipment" type="tConductingEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInConductingEquipmentOfFunction"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <!--<xs:unique name="uniqueSubEquipmentFunc"> <xs:selector xpath="./scl:SubEquipment"/> <xs:field xpath="@name"/> </xs:unique>--> <xs:unique name="uniqueChildNameInCondEq"> <xs:selector xpath="./scl:SubEquipment|./scl:EqFunction"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> </xs:sequence> <xs:attribute name="type" type="xs:normalizedString" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="type" type="xs:normalizedString" use="optional"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tSubFunction | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:ConductingEquipment scl:SubFunction | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="SubFunction" type="tSubFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInSubFunction"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInSubFunc"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tGeneralEquipment | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:EqFunction | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="GeneralEquipment" type="tGeneralEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInGeneralEquipmentOfFunction"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInGEFunc"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tConductingEquipment | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:Terminal scl:SubEquipment scl:EqFunction | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="ConductingEquipment" type="tConductingEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInConductingEquipmentOfFunction"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <!--<xs:unique name="uniqueSubEquipmentFunc"> <xs:selector xpath="./scl:SubEquipment"/> <xs:field xpath="@name"/> </xs:unique>--> <xs:unique name="uniqueChildNameInCondEq"> <xs:selector xpath="./scl:SubEquipment|./scl:EqFunction"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | extension of scl:tEquipment | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:EqFunction | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="tGeneralEquipment"> <xs:complexContent> <xs:extension base="tEquipment"> <xs:sequence> <xs:element name="EqFunction" type="scl:tEqFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFuncForGE"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInFuncForGE"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> </xs:sequence> <xs:attribute name="type" type="tGeneralEquipmentEnum" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | scl:tGeneralEquipmentEnum | ||
properties |
|
||
source | <xs:attribute name="type" type="tGeneralEquipmentEnum" use="required"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tEqFunction | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:EqSubFunction | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="EqFunction" type="scl:tEqFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFuncForGE"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInFuncForGE"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tPowerSystemResource | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:Function | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tGeneralEquipmentContainer" abstract="true"> <xs:complexContent> <xs:extension base="tPowerSystemResource"> <xs:sequence> <xs:element name="GeneralEquipment" type="tGeneralEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInGeneralEquipment2"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInGE2"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> <xs:element name="Function" type="tFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFunction"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInFunction"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tGeneralEquipment | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:EqFunction | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="GeneralEquipment" type="tGeneralEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInGeneralEquipment2"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInGE2"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tFunction | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:SubFunction scl:GeneralEquipment scl:ConductingEquipment | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="Function" type="tFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFunction"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInFunction"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tGeneralEquipmentContainer | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:Function scl:ConductingEquipment scl:ConnectivityNode | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tLine"> <xs:complexContent> <xs:extension base="tGeneralEquipmentContainer"> <xs:sequence> <xs:element name="ConductingEquipment" type="scl:tConductingEquipment" maxOccurs="unbounded"/> <xs:element name="ConnectivityNode" type="scl:tConnectivityNode" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="type" type="tLineType" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tLineType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="type" type="tLineType" use="optional"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tConductingEquipment | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:Terminal scl:SubEquipment scl:EqFunction | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:element name="ConductingEquipment" type="scl:tConductingEquipment" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tConnectivityNode | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="ConnectivityNode" type="scl:tConnectivityNode" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tLNode"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:attribute name="iedName" type="tIEDName" use="optional" default="None"/> <xs:attribute name="ldInst" type="tLDInstOrEmpty" use="optional" default=""/> <xs:attribute name="prefix" type="tPrefix" use="optional" default=""/> <xs:attribute name="lnClass" type="tLNClassEnum" use="required"/> <xs:attribute name="lnInst" type="tLNInstOrEmpty" use="optional" default=""/> <xs:attribute name="lnType" type="tName" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tIEDName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="iedName" type="tIEDName" use="optional" default="None"/> |
type | tLDInstOrEmpty | ||||
properties |
|
||||
source | <xs:attribute name="ldInst" type="tLDInstOrEmpty" use="optional" default=""/> |
type | tPrefix | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="prefix" type="tPrefix" use="optional" default=""/> |
type | scl:tLNClassEnum | ||
properties |
|
||
source | <xs:attribute name="lnClass" type="tLNClassEnum" use="required"/> |
type | tLNInstOrEmpty | ||||
properties |
|
||||
source | <xs:attribute name="lnInst" type="tLNInstOrEmpty" use="optional" default=""/> |
type | tName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="lnType" type="tName" use="optional"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tNaming | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:LNode | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tLNodeContainer" abstract="true"> <xs:complexContent> <xs:extension base="tNaming"> <xs:sequence> <xs:element name="LNode" type="tLNode" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tLNode | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private | ||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="LNode" type="tLNode" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tLNodeContainer | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:LNode | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tPowerSystemResource" abstract="true"> <xs:complexContent> <xs:extension base="tLNodeContainer"/> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | extension of scl:tEquipment | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:TransformerWinding scl:SubEquipment scl:EqFunction | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="tPowerTransformer"> <xs:complexContent> <xs:extension base="tEquipment"> <xs:sequence> <xs:element name="TransformerWinding" type="tTransformerWinding" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInTransformerWinding"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInPTW"> <xs:selector xpath="./scl:SubEquipment|./scl:TapChanger|./scl:EqFunction"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> <xs:element name="SubEquipment" type="scl:tSubEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInSubEquipmentPTR"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInPTRSubEquipment"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> <xs:element name="EqFunction" type="scl:tEqFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFuncForPTR"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInFuncForPTR"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> </xs:sequence> <xs:attribute name="type" type="tPowerTransformerEnum" use="required" fixed="PTR"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | scl:tPowerTransformerEnum | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="type" type="tPowerTransformerEnum" use="required" fixed="PTR"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tTransformerWinding | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:Terminal scl:SubEquipment scl:TapChanger scl:NeutralPoint scl:EqFunction | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="TransformerWinding" type="tTransformerWinding" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInTransformerWinding"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInPTW"> <xs:selector xpath="./scl:SubEquipment|./scl:TapChanger|./scl:EqFunction"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tSubEquipment | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:EqFunction | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="SubEquipment" type="scl:tSubEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInSubEquipmentPTR"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInPTRSubEquipment"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tEqFunction | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:EqSubFunction | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="EqFunction" type="scl:tEqFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFuncForPTR"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInFuncForPTR"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tGeneralEquipmentContainer | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:Function scl:ConductingEquipment scl:Substation scl:Line scl:Process | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tProcess"> <xs:complexContent> <xs:extension base="tGeneralEquipmentContainer"> <xs:sequence> <xs:element name="ConductingEquipment" type="scl:tConductingEquipment" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="Substation" type="tSubstation" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueChildNameInProcessSubstation"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="uniqueLNodeInProcessSubstation"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> </xs:element> <xs:element name="Line" type="tLine" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="Process" type="tProcess" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueChildNameInSubProcess"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="uniqueLNodeInSubProcess"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> </xs:element> </xs:sequence> <xs:attribute name="type" type="tProcessType" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tProcessType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="type" type="tProcessType" use="optional"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tConductingEquipment | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:Terminal scl:SubEquipment scl:EqFunction | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:element name="ConductingEquipment" type="scl:tConductingEquipment" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tSubstation | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:PowerTransformer scl:GeneralEquipment scl:VoltageLevel scl:Function | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
identity constraints |
|
||||||||||||||||||
source | <xs:element name="Substation" type="tSubstation" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueChildNameInProcessSubstation"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="uniqueLNodeInProcessSubstation"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tLine | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:Function scl:ConductingEquipment scl:ConnectivityNode | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="Line" type="tLine" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tProcess | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:Function scl:ConductingEquipment scl:Substation scl:Line scl:Process | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="Process" type="tProcess" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueChildNameInSubProcess"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="uniqueLNodeInSubProcess"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | extension of scl:tPowerSystemResource | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:EqFunction | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="tSubEquipment"> <xs:complexContent> <xs:extension base="tPowerSystemResource"> <xs:sequence> <xs:element name="EqFunction" type="scl:tEqFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFuncForSubEq"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInFuncForSubEq"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> </xs:sequence> <xs:attribute name="phase" type="tPhaseEnum" use="optional" default="none"/> <xs:attributeGroup ref="agVirtual"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | scl:tPhaseEnum | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||
source | <xs:attribute name="phase" type="tPhaseEnum" use="optional" default="none"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tEqFunction | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:EqSubFunction | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="EqFunction" type="scl:tEqFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFuncForSubEq"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInFuncForSubEq"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tPowerSystemResource | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:ConductingEquipment scl:SubFunction | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tSubFunction"> <xs:complexContent> <xs:extension base="tPowerSystemResource"> <xs:sequence> <xs:element name="GeneralEquipment" type="tGeneralEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInGeneralEquipmentOfSubFunction"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInGESubFunc"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> <xs:element name="ConductingEquipment" type="scl:tConductingEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInConductingEquipmentOfSubFunction"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueSubEquipmentSubFunc"> <xs:selector xpath="./scl:SubEquipment"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> <xs:element name="SubFunction" type="scl:tSubFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInSubSubFunction"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueSubSubFunc"> <xs:selector xpath="./scl:SubFunction"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> </xs:sequence> <xs:attribute name="type" type="xs:normalizedString" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="type" type="xs:normalizedString" use="optional"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tGeneralEquipment | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:EqFunction | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="GeneralEquipment" type="tGeneralEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInGeneralEquipmentOfSubFunction"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInGESubFunc"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tConductingEquipment | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:Terminal scl:SubEquipment scl:EqFunction | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="ConductingEquipment" type="scl:tConductingEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInConductingEquipmentOfSubFunction"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueSubEquipmentSubFunc"> <xs:selector xpath="./scl:SubEquipment"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tSubFunction | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:ConductingEquipment scl:SubFunction | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="SubFunction" type="scl:tSubFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInSubSubFunction"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueSubSubFunc"> <xs:selector xpath="./scl:SubFunction"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tEquipmentContainer | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:PowerTransformer scl:GeneralEquipment scl:VoltageLevel scl:Function | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tSubstation"> <xs:complexContent> <xs:extension base="tEquipmentContainer"> <xs:sequence> <xs:element name="VoltageLevel" type="tVoltageLevel" maxOccurs="unbounded"> <xs:unique name="uniqueChildNameInVoltageLevel"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="uniqueLNodeInVoltageLevel"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> </xs:element> <xs:element name="Function" type="tFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFunctionSS"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInSubstationFunc"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tVoltageLevel | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:PowerTransformer scl:GeneralEquipment scl:Voltage scl:Bay scl:Function | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="VoltageLevel" type="tVoltageLevel" maxOccurs="unbounded"> <xs:unique name="uniqueChildNameInVoltageLevel"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="uniqueLNodeInVoltageLevel"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tFunction | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:SubFunction scl:GeneralEquipment scl:ConductingEquipment | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="Function" type="tFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFunctionSS"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInSubstationFunc"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | extension of scl:tPowerSystemResource | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:SubEquipment scl:EqFunction | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="tTapChanger"> <xs:complexContent> <xs:extension base="tPowerSystemResource"> <xs:sequence> <xs:element name="SubEquipment" type="scl:tSubEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInSubEquipmentLTC"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInLTCSubEquipment"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> <xs:element name="EqFunction" type="scl:tEqFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFuncForLTC"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInFuncForLTC"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> </xs:sequence> <xs:attribute name="type" type="xs:Name" use="required" fixed="LTC"/> <xs:attributeGroup ref="agVirtual"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:Name | ||||
properties |
|
||||
source | <xs:attribute name="type" type="xs:Name" use="required" fixed="LTC"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tSubEquipment | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:EqFunction | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="SubEquipment" type="scl:tSubEquipment" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInSubEquipmentLTC"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInLTCSubEquipment"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tEqFunction | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:EqSubFunction | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="EqFunction" type="scl:tEqFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFuncForLTC"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInFuncForLTC"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tTerminal"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:attribute name="name" type="tAnyName" use="optional" default=""/> <xs:attribute name="connectivityNode" type="tRef" use="required"/> <xs:attribute name="processName" type="tProcessName" use="optional"/> <xs:attribute name="substationName" type="tName" use="required"/> <xs:attribute name="voltageLevelName" type="tName" use="required"/> <xs:attribute name="bayName" type="tName" use="required"/> <xs:attribute name="cNodeName" type="tName" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tAnyName | ||||
properties |
|
||||
source | <xs:attribute name="name" type="tAnyName" use="optional" default=""/> |
type | tRef | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="connectivityNode" type="tRef" use="required"/> |
type | tProcessName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="processName" type="tProcessName" use="optional"/> |
type | tName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="substationName" type="tName" use="required"/> |
type | tName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="voltageLevelName" type="tName" use="required"/> |
type | tName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="bayName" type="tName" use="required"/> |
type | tName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="cNodeName" type="tName" use="required"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | extension of scl:tAbstractConductingEquipment | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:Terminal scl:SubEquipment scl:TapChanger scl:NeutralPoint scl:EqFunction | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="tTransformerWinding"> <xs:complexContent> <xs:extension base="tAbstractConductingEquipment"> <xs:sequence> <xs:element name="TapChanger" type="tTapChanger" minOccurs="0"> <xs:unique name="uniqueLNodeInTapChanger"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <!--<xs:unique name="uniqueSubEquipmentLTC"> <xs:selector xpath="./scl:SubEquipment"/> <xs:field xpath="@name"/> <xs:field xpath="@phase"/> </xs:unique>--> <xs:unique name="uniqueChildNameInLTC"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> <xs:element name="NeutralPoint" type="tTerminal" minOccurs="0"/> <xs:element name="EqFunction" type="scl:tEqFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFuncForPTW"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInFuncForPTW"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> </xs:sequence> <xs:attribute name="type" type="tTransformerWindingEnum" use="required" fixed="PTW"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | scl:tTransformerWindingEnum | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="type" type="tTransformerWindingEnum" use="required" fixed="PTW"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tTapChanger | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:SubEquipment scl:EqFunction | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="TapChanger" type="tTapChanger" minOccurs="0"> <xs:unique name="uniqueLNodeInTapChanger"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <!--<xs:unique name="uniqueSubEquipmentLTC"> <xs:selector xpath="./scl:SubEquipment"/> <xs:field xpath="@name"/> <xs:field xpath="@phase"/> </xs:unique>--> <xs:unique name="uniqueChildNameInLTC"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tTerminal | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="NeutralPoint" type="tTerminal" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tEqFunction | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:GeneralEquipment scl:EqSubFunction | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="EqFunction" type="scl:tEqFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFuncForPTW"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInFuncForPTW"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | extension of scl:tEquipmentContainer | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:PowerTransformer scl:GeneralEquipment scl:Voltage scl:Bay scl:Function | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="tVoltageLevel"> <xs:complexContent> <xs:extension base="tEquipmentContainer"> <xs:sequence> <xs:element name="Voltage" type="tVoltage" minOccurs="0"/> <xs:element name="Bay" type="tBay" maxOccurs="unbounded"> <xs:unique name="uniqueChildNameInBay"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="uniqueLNodeInBay"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> </xs:element> <xs:element name="Function" type="scl:tFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFunctionVL"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInVoltageLevelFunc"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> </xs:sequence> <xs:attribute name="nomFreq" use="optional"> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="numPhases" use="optional"> <xs:simpleType> <xs:restriction base="xs:unsignedByte"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
type | restriction of xs:decimal | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="nomFreq" use="optional"> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | restriction of xs:unsignedByte | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="numPhases" use="optional"> <xs:simpleType> <xs:restriction base="xs:unsignedByte"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tVoltage | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="Voltage" type="tVoltage" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tBay | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:PowerTransformer scl:GeneralEquipment scl:ConductingEquipment scl:ConnectivityNode scl:Function | ||||||||||||||||||
attributes |
|
||||||||||||||||||
identity constraints |
|
||||||||||||||||||
source | <xs:element name="Bay" type="tBay" maxOccurs="unbounded"> <xs:unique name="uniqueChildNameInBay"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="uniqueLNodeInBay"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tFunction | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LNode scl:SubFunction scl:GeneralEquipment scl:ConductingEquipment | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="Function" type="scl:tFunction" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueLNodeInFunctionVL"> <xs:selector xpath="./scl:LNode"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> </xs:unique> <xs:unique name="uniqueChildNameInVoltageLevelFunc"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:attributeGroup name="agVirtual"> <xs:attribute name="virtual" type="xs:boolean" use="optional" default="false"/> </xs:attributeGroup> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="virtual" type="xs:boolean" use="optional" default="false"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tIED | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:Services scl:AccessPoint scl:KDC | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="IED" type="tIED"> <xs:key name="LDeviceInIEDKey"> <xs:selector xpath="./scl:AccessPoint/scl:Server/scl:LDevice"/> <xs:field xpath="@inst"/> </xs:key> <xs:keyref name="ref2LDeviceInDataSetForFCDAinLN" refer="LDeviceInIEDKey"> <xs:selector xpath="./scl:AccessPoint/scl:Server/scl:LDevice/scl:LN/scl:DataSet/scl:FCDA"/> <xs:field xpath="@ldInst"/> </xs:keyref> <xs:keyref name="ref2LDeviceInDataSetForFCDAinLN0" refer="LDeviceInIEDKey"> <xs:selector xpath="./scl:AccessPoint/scl:Server/scl:LDevice/scl:LN0/scl:DataSet/scl:FCDA"/> <xs:field xpath="@ldInst"/> </xs:keyref> <xs:key name="AccessPointInIEDKey"> <xs:selector xpath="./scl:AccessPoint"/> <xs:field xpath="@name"/> </xs:key> <xs:keyref name="ServerAtRef2AccessPoint" refer="AccessPointInIEDKey"> <xs:selector xpath="./scl:AccessPoint/scl:ServerAt"/> <xs:field xpath="@apName"/> </xs:keyref> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tLN | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:DataSet scl:ReportControl scl:LogControl scl:DOI scl:Inputs scl:Log | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="LN" type="tLN"> <xs:unique name="uniqueReportControlInLN"> <xs:selector xpath="./scl:ReportControl"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="uniqueLogControlInLN"> <xs:selector xpath="./scl:LogControl"/> <xs:field xpath="@name"/> </xs:unique> <xs:key name="DataSetKeyInLN"> <xs:selector xpath="./scl:DataSet"/> <xs:field xpath="@name"/> </xs:key> <xs:keyref name="ref2DataSetReport" refer="DataSetKeyInLN"> <xs:selector xpath="./scl:ReportControl"/> <xs:field xpath="@datSet"/> </xs:keyref> <xs:keyref name="ref2DataSetLog" refer="DataSetKeyInLN"> <xs:selector xpath="./scl:LogControl"/> <xs:field xpath="@datSet"/> </xs:keyref> <xs:unique name="uniqueDOIinLN"> <xs:selector xpath="./scl:DOI"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="uniqueLogInLN"> <xs:selector xpath="./scl:Log"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of scl:tLN0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:DataSet scl:ReportControl scl:LogControl scl:DOI scl:Inputs scl:Log scl:GSEControl scl:SampledValueControl scl:SettingControl | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="LN0"> <xs:complexType> <xs:complexContent> <xs:extension base="tLN0"/> </xs:complexContent> </xs:complexType> <xs:unique name="uniqueReportControlInLN0"> <xs:selector xpath="./scl:ReportControl"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="uniqueLogControlInLN0"> <xs:selector xpath="./scl:LogControl"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="uniqueGSEControlInLN0"> <xs:selector xpath="./scl:GSEControl"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="uniqueSampledValueControlInLN0"> <xs:selector xpath="./scl:SampledValueControl"/> <xs:field xpath="@name"/> </xs:unique> <xs:key name="DataSetKeyLN0"> <xs:selector xpath="./scl:DataSet"/> <xs:field xpath="@name"/> </xs:key> <xs:keyref name="ref2DataSetReportLN0" refer="DataSetKeyLN0"> <xs:selector xpath="./scl:ReportControl"/> <xs:field xpath="@datSet"/> </xs:keyref> <xs:keyref name="ref2DataSetLogLN0" refer="DataSetKeyLN0"> <xs:selector xpath="./scl:LogControl"/> <xs:field xpath="@datSet"/> </xs:keyref> <xs:keyref name="ref2DataSetGSELN0" refer="DataSetKeyLN0"> <xs:selector xpath="./scl:GSEControl"/> <xs:field xpath="@datSet"/> </xs:keyref> <xs:keyref name="ref2DataSetSVLN0" refer="DataSetKeyLN0"> <xs:selector xpath="./scl:SampledValueControl"/> <xs:field xpath="@datSet"/> </xs:keyref> <xs:unique name="uniqueDOIinLN0"> <xs:selector xpath="./scl:DOI"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="uniqueLogInLN0"> <xs:selector xpath="./scl:Log"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | extension of scl:tAnyContentFromOtherNamespace | ||||||
properties |
|
||||||
used by |
|
||||||
attributes |
|
||||||
source | <xs:complexType name="tAccessControl" mixed="true"> <xs:complexContent> <xs:extension base="tAnyContentFromOtherNamespace"/> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:Server scl:LN scl:ServerAt scl:Services scl:GOOSESecurity scl:SMVSecurity | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tAccessPoint"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:sequence> <xs:choice minOccurs="0"> <xs:element name="Server" type="scl:tServer"> <xs:unique name="uniqueAssociationInServer"> <xs:selector xpath="./scl:Association"/> <xs:field xpath="@associationID"/> </xs:unique> </xs:element> <xs:element ref="scl:LN" maxOccurs="unbounded"/> <xs:element name="ServerAt" type="tServerAt"/> </xs:choice> <xs:element name="Services" type="scl:tServices" minOccurs="0"/> <xs:element name="GOOSESecurity" type="tCertificate" minOccurs="0" maxOccurs="7"/> <xs:element name="SMVSecurity" type="tCertificate" minOccurs="0" maxOccurs="7"/> </xs:sequence> <xs:attribute name="name" type="tAccessPointName" use="required"/> <xs:attribute name="router" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="clock" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="kdc" type="xs:boolean" use="optional" default="false"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tAccessPointName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="name" type="tAccessPointName" use="required"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="router" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="clock" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="kdc" type="xs:boolean" use="optional" default="false"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tServer | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:Authentication scl:LDevice scl:Association | ||||||||||||||||||
attributes |
|
||||||||||||||||||
identity constraints |
|
||||||||||||||||||
source | <xs:element name="Server" type="scl:tServer"> <xs:unique name="uniqueAssociationInServer"> <xs:selector xpath="./scl:Association"/> <xs:field xpath="@associationID"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tServerAt | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="ServerAt" type="tServerAt"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tServices | ||||||||||||
properties |
|
||||||||||||
children | scl:DynAssociation scl:SettingGroups scl:GetDirectory scl:GetDataObjectDefinition scl:DataObjectDirectory scl:GetDataSetValue scl:SetDataSetValue scl:DataSetDirectory scl:ConfDataSet scl:DynDataSet scl:ReadWrite scl:TimerActivatedControl scl:ConfReportControl scl:GetCBValues scl:ConfLogControl scl:ReportSettings scl:LogSettings scl:GSESettings scl:SMVSettings scl:GSEDir scl:GOOSE scl:GSSE scl:SMVsc scl:FileHandling scl:ConfLNs scl:ClientServices scl:ConfLdName scl:SupSubscription scl:ConfSigRef scl:ValueHandling scl:RedProt scl:TimeSyncProt scl:CommProt | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="Services" type="scl:tServices" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tCertificate | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:Subject scl:IssuerName | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:element name="GOOSESecurity" type="tCertificate" minOccurs="0" maxOccurs="7"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tCertificate | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:Subject scl:IssuerName | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:element name="SMVSecurity" type="tCertificate" minOccurs="0" maxOccurs="7"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:DataSet scl:ReportControl scl:LogControl scl:DOI scl:Inputs scl:Log | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tAnyLN" abstract="true"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:sequence> <xs:element name="DataSet" type="tDataSet" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="ReportControl" type="tReportControl" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="LogControl" type="tLogControl" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="DOI" type="tDOI" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueSDI_DAIinDOI"> <xs:selector xpath="./scl:DAI|./scl:SDI"/> <xs:field xpath="@name"/> <xs:field xpath="@ix"/> </xs:unique> </xs:element> <xs:element name="Inputs" type="tInputs" minOccurs="0"> <xs:unique name="uniqueExtRefInInputs"> <xs:selector xpath="./scl:ExtRef"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@doName"/> <xs:field xpath="@daName"/> <xs:field xpath="@intAddr"/> </xs:unique> </xs:element> <xs:element name="Log" type="scl:tLog" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="lnType" type="tName" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="lnType" type="tName" use="required"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tDataSet | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:FCDA | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="DataSet" type="tDataSet" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tReportControl | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:TrgOps scl:OptFields scl:RptEnabled | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="ReportControl" type="tReportControl" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tLogControl | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:TrgOps | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="LogControl" type="tLogControl" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tDOI | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:SDI scl:DAI | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="DOI" type="tDOI" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueSDI_DAIinDOI"> <xs:selector xpath="./scl:DAI|./scl:SDI"/> <xs:field xpath="@name"/> <xs:field xpath="@ix"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tInputs | ||||||||||||
properties |
|
||||||||||||
children | scl:Text scl:Private scl:ExtRef | ||||||||||||
attributes |
|
||||||||||||
identity constraints |
|
||||||||||||
source | <xs:element name="Inputs" type="tInputs" minOccurs="0"> <xs:unique name="uniqueExtRefInInputs"> <xs:selector xpath="./scl:ExtRef"/> <xs:field xpath="@iedName"/> <xs:field xpath="@ldInst"/> <xs:field xpath="@prefix"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@lnInst"/> <xs:field xpath="@doName"/> <xs:field xpath="@daName"/> <xs:field xpath="@intAddr"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tLog | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="Log" type="scl:tLog" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tAssociation"> <xs:attributeGroup ref="agLNRef"/> <xs:attribute name="kind" type="tAssociationKindEnum" use="required"/> <xs:attribute name="associationID" type="tAssociationID" use="optional"/> </xs:complexType> |
type | scl:tAssociationKindEnum | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="kind" type="tAssociationKindEnum" use="required"/> |
type | tAssociationID | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="associationID" type="tAssociationID" use="optional"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tCert"> <xs:attribute name="commonName" use="required"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="4"/> <xs:pattern value="none"/> <xs:pattern value="CN=.+"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="idHierarchy" use="required"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> |
type | restriction of xs:normalizedString | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="commonName" use="required"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="4"/> <xs:pattern value="none"/> <xs:pattern value="CN=.+"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | restriction of xs:normalizedString | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="idHierarchy" use="required"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | extension of scl:tNaming | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:Subject scl:IssuerName | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="tCertificate"> <xs:complexContent> <xs:extension base="tNaming"> <xs:sequence> <xs:element name="Subject" type="tCert"/> <xs:element name="IssuerName" type="tCert"/> </xs:sequence> <xs:attribute name="xferNumber" type="xs:unsignedInt" use="optional"/> <xs:attribute name="serialNumber" use="required"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> <xs:pattern value="[0-9]+"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="xferNumber" type="xs:unsignedInt" use="optional"/> |
type | restriction of xs:normalizedString | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="serialNumber" use="required"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> <xs:pattern value="[0-9]+"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tCert | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="Subject" type="tCert"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tCert | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="IssuerName" type="tCert"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tClientLN"> <xs:attributeGroup ref="agLNRef"/> <xs:attribute name="apRef" type="tAccessPointName" use="optional"/> </xs:complexType> |
type | tAccessPointName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="apRef" type="tAccessPointName" use="optional"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:TimeSyncProt | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tClientServices"> <xs:sequence> <xs:element name="TimeSyncProt" type="scl:tTimeSyncProt" minOccurs="0"/> </xs:sequence> <xs:attribute name="goose" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="gsse" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="bufReport" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="unbufReport" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="readLog" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="sv" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="supportsLdName" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="maxAttributes" use="optional"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"/> </xs:simpleType> </xs:attribute> <xs:attribute name="maxReports" use="optional"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"/> </xs:simpleType> </xs:attribute> <xs:attribute name="maxGOOSE" use="optional"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"/> </xs:simpleType> </xs:attribute> <xs:attribute name="maxSMV" use="optional"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"/> </xs:simpleType> </xs:attribute> </xs:complexType> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="goose" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="gsse" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="bufReport" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="unbufReport" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="readLog" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="sv" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="supportsLdName" type="xs:boolean" use="optional" default="false"/> |
type | restriction of xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="maxAttributes" use="optional"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"/> </xs:simpleType> </xs:attribute> |
type | restriction of xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="maxReports" use="optional"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"/> </xs:simpleType> </xs:attribute> |
type | restriction of xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="maxGOOSE" use="optional"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"/> </xs:simpleType> </xs:attribute> |
type | restriction of xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="maxSMV" use="optional"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"/> </xs:simpleType> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tTimeSyncProt | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="TimeSyncProt" type="scl:tTimeSyncProt" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | extension of scl:tServiceYesNo | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tCommProt"> <xs:complexContent> <xs:extension base="tServiceYesNo"> <xs:attribute name="ipv6" type="xs:boolean" use="optional" default="false"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="ipv6" type="xs:boolean" use="optional" default="false"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tConfLNs"> <xs:attribute name="fixPrefix" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="fixLnInst" type="xs:boolean" use="optional" default="false"/> </xs:complexType> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="fixPrefix" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="fixLnInst" type="xs:boolean" use="optional" default="false"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tControl" abstract="true"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:attribute name="name" type="tCBName" use="required"/> <xs:attribute name="datSet" type="tDataSetName" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tCBName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="name" type="tCBName" use="required"/> |
type | tDataSetName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="datSet" type="tDataSetName" use="optional"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | extension of scl:tControl | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:IEDName | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="tControlWithIEDName"> <xs:complexContent> <xs:extension base="tControl"> <xs:sequence> <xs:element name="IEDName" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:simpleContent> <xs:extension base="tIEDName"> <xs:attribute name="apRef" type="tAccessPointName" use="optional"/> <xs:attribute name="ldInst" type="tLDInst" use="optional"/> <xs:attribute name="prefix" type="tPrefix" use="optional"/> <xs:attribute name="lnClass" type="tLNClassEnum" use="optional"/> <xs:attribute name="lnInst" type="tLNInst" use="optional"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="confRev" type="xs:unsignedInt" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="confRev" type="xs:unsignedInt" use="optional"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||
type | extension of tIEDName | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <xs:element name="IEDName" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:simpleContent> <xs:extension base="tIEDName"> <xs:attribute name="apRef" type="tAccessPointName" use="optional"/> <xs:attribute name="ldInst" type="tLDInst" use="optional"/> <xs:attribute name="prefix" type="tPrefix" use="optional"/> <xs:attribute name="lnClass" type="tLNClassEnum" use="optional"/> <xs:attribute name="lnInst" type="tLNInst" use="optional"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |
type | tAccessPointName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="apRef" type="tAccessPointName" use="optional"/> |
type | tLDInst | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="ldInst" type="tLDInst" use="optional"/> |
type | tPrefix | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="prefix" type="tPrefix" use="optional"/> |
type | scl:tLNClassEnum | ||
properties |
|
||
source | <xs:attribute name="lnClass" type="tLNClassEnum" use="optional"/> |
type | tLNInst | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="lnInst" type="tLNInst" use="optional"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | extension of scl:tControl | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:TrgOps | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="tControlWithTriggerOpt" abstract="true"> <xs:complexContent> <xs:extension base="tControl"> <xs:sequence> <xs:element name="TrgOps" type="tTrgOps" minOccurs="0"/> </xs:sequence> <xs:attribute name="intgPd" type="xs:unsignedInt" use="optional" default="0"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:unsignedInt | ||||
properties |
|
||||
source | <xs:attribute name="intgPd" type="xs:unsignedInt" use="optional" default="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||
type | scl:tTrgOps | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <xs:element name="TrgOps" type="tTrgOps" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:Val | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tDAI"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:sequence> <xs:element name="Val" type="tVal" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="name" type="tAttributeNameEnum" use="required"/> <xs:attribute name="sAddr" type="xs:normalizedString" use="optional"/> <xs:attribute name="valKind" type="tValKindEnum" use="optional"/> <xs:attribute name="ix" type="xs:unsignedInt" use="optional"/> <xs:attribute name="valImport" type="xs:boolean" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | scl:tAttributeNameEnum | ||
properties |
|
||
source | <xs:attribute name="name" type="tAttributeNameEnum" use="required"/> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="sAddr" type="xs:normalizedString" use="optional"/> |
type | scl:tValKindEnum | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
source | <xs:attribute name="valKind" type="tValKindEnum" use="optional"/> |
type | xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="ix" type="xs:unsignedInt" use="optional"/> |
type | xs:boolean | ||
properties |
|
||
source | <xs:attribute name="valImport" type="xs:boolean" use="optional"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tVal | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="Val" type="tVal" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:FCDA | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tDataSet"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:choice maxOccurs="unbounded"> <xs:element name="FCDA" type="tFCDA"/> </xs:choice> <xs:attribute name="name" type="tDataSetName" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tDataSetName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="name" type="tDataSetName" use="required"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tFCDA | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="FCDA" type="tFCDA"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:SDI scl:DAI | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="tDOI"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="SDI" type="tSDI"> <xs:unique name="uniqueSDI_DAIinSDI"> <xs:selector xpath="./scl:DAI|./scl:SDI"/> <xs:field xpath="@name"/> <xs:field xpath="@ix"/> </xs:unique> </xs:element> <xs:element name="DAI" type="tDAI"/> </xs:choice> <xs:attribute name="name" type="tDataName" use="required"/> <xs:attribute name="ix" type="xs:unsignedInt" use="optional"/> <xs:attribute name="accessControl" type="xs:normalizedString" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tDataName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="name" type="tDataName" use="required"/> |
type | xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="ix" type="xs:unsignedInt" use="optional"/> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="accessControl" type="xs:normalizedString" use="optional"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tSDI | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:SDI scl:DAI | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="SDI" type="tSDI"> <xs:unique name="uniqueSDI_DAIinSDI"> <xs:selector xpath="./scl:DAI|./scl:SDI"/> <xs:field xpath="@name"/> <xs:field xpath="@ix"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||
type | scl:tDAI | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:Val | ||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="DAI" type="tDAI"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tExtRef"> <xs:attributeGroup ref="scl:agDesc"/> <xs:attribute name="iedName" type="tIEDNameOrRelative" use="optional"/> <xs:attribute name="ldInst" type="tLDInst" use="optional"/> <xs:attribute name="prefix" type="tPrefix" use="optional"/> <xs:attribute name="lnClass" type="tLNClassEnum" use="optional"/> <xs:attribute name="lnInst" type="tLNInst" use="optional"/> <xs:attribute name="doName" type="tFullDOName" use="optional"/> <xs:attribute name="daName" type="tFullAttributeName" use="optional"/> <xs:attribute name="intAddr" type="xs:normalizedString" use="optional"/> <xs:attribute name="serviceType" type="tServiceType" use="optional"/> <xs:attribute name="srcLDInst" type="tLDInst" use="optional"/> <xs:attribute name="srcPrefix" type="tPrefix" use="optional"/> <xs:attribute name="srcLNClass" type="tLNClassEnum" use="optional"/> <xs:attribute name="srcLNInst" type="tLNInst" use="optional"/> <xs:attribute name="srcCBName" type="tCBName" use="optional"/> </xs:complexType> |
type | tIEDNameOrRelative | ||
properties |
|
||
source | <xs:attribute name="iedName" type="tIEDNameOrRelative" use="optional"/> |
type | tLDInst | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="ldInst" type="tLDInst" use="optional"/> |
type | tPrefix | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="prefix" type="tPrefix" use="optional"/> |
type | scl:tLNClassEnum | ||
properties |
|
||
source | <xs:attribute name="lnClass" type="tLNClassEnum" use="optional"/> |
type | tLNInst | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="lnInst" type="tLNInst" use="optional"/> |
type | tFullDOName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="doName" type="tFullDOName" use="optional"/> |
type | tFullAttributeName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="daName" type="tFullAttributeName" use="optional"/> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="intAddr" type="xs:normalizedString" use="optional"/> |
type | scl:tServiceType | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
source | <xs:attribute name="serviceType" type="tServiceType" use="optional"/> |
type | tLDInst | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="srcLDInst" type="tLDInst" use="optional"/> |
type | tPrefix | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="srcPrefix" type="tPrefix" use="optional"/> |
type | scl:tLNClassEnum | ||
properties |
|
||
source | <xs:attribute name="srcLNClass" type="tLNClassEnum" use="optional"/> |
type | tLNInst | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="srcLNInst" type="tLNInst" use="optional"/> |
type | tCBName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="srcCBName" type="tCBName" use="optional"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tFCDA"> <xs:attribute name="ldInst" type="tLDInst" use="optional"/> <xs:attribute name="prefix" type="tPrefix" use="optional" default=""/> <xs:attribute name="lnClass" type="tLNClassEnum" use="optional"/> <xs:attribute name="lnInst" type="tLNInst" use="optional"/> <xs:attribute name="doName" type="tFullDOName" use="optional"/> <xs:attribute name="daName" type="tFullAttributeName" use="optional"/> <xs:attribute name="fc" type="tFCEnum" use="required"/> <xs:attribute name="ix" type="xs:unsignedInt" use="optional"/> </xs:complexType> |
type | tLDInst | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="ldInst" type="tLDInst" use="optional"/> |
type | tPrefix | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="prefix" type="tPrefix" use="optional" default=""/> |
type | scl:tLNClassEnum | ||
properties |
|
||
source | <xs:attribute name="lnClass" type="tLNClassEnum" use="optional"/> |
type | tLNInst | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="lnInst" type="tLNInst" use="optional"/> |
type | tFullDOName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="doName" type="tFullDOName" use="optional"/> |
type | tFullAttributeName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="daName" type="tFullAttributeName" use="optional"/> |
type | scl:tFCEnum | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:attribute name="fc" type="tFCEnum" use="required"/> |
type | xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="ix" type="xs:unsignedInt" use="optional"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tServiceYesNo | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tFileHandling"> <xs:complexContent> <xs:extension base="tServiceYesNo"> <xs:attribute name="mms" type="xs:boolean" use="optional" default="true"/> <xs:attribute name="ftp" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="ftps" type="xs:boolean" use="optional" default="false"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="mms" type="xs:boolean" use="optional" default="true"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="ftp" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="ftps" type="xs:boolean" use="optional" default="false"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tServiceWithMax | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tGOOSEcapabilities"> <xs:complexContent> <xs:extension base="tServiceWithMax"> <xs:attribute name="fixedOffs" type="xs:boolean" use="optional" default="false"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="fixedOffs" type="xs:boolean" use="optional" default="false"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of scl:tControlWithIEDName | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:IEDName scl:Protocol | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tGSEControl"> <xs:complexContent> <xs:extension base="tControlWithIEDName"> <xs:sequence> <xs:element name="Protocol" type="tProtocol" fixed="R-GOOSE" minOccurs="0"/> </xs:sequence> <xs:attribute name="type" type="tGSEControlTypeEnum" use="optional" default="GOOSE"/> <xs:attribute name="appID" type="tMessageID" use="required"/> <xs:attribute name="fixedOffs" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="securityEnable" type="scl:tPredefinedTypeOfSecurityEnum" use="optional" default="None"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | scl:tGSEControlTypeEnum | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="type" type="tGSEControlTypeEnum" use="optional" default="GOOSE"/> |
type | tMessageID | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="appID" type="tMessageID" use="required"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="fixedOffs" type="xs:boolean" use="optional" default="false"/> |
type | scl:tPredefinedTypeOfSecurityEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="securityEnable" type="scl:tPredefinedTypeOfSecurityEnum" use="optional" default="None"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tProtocol | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="Protocol" type="tProtocol" fixed="R-GOOSE" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | extension of scl:tServiceSettings | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="tGSESettings"> <xs:complexContent> <xs:extension base="tServiceSettings"> <xs:attribute name="appID" type="tServiceSettingsEnum" use="optional" default="Fix"/> <xs:attribute name="dataLabel" type="tServiceSettingsEnum" use="optional" default="Fix"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | scl:tServiceSettingsEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="appID" type="tServiceSettingsEnum" use="optional" default="Fix"/> |
type | scl:tServiceSettingsEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="dataLabel" type="tServiceSettingsEnum" use="optional" default="Fix"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:Services scl:AccessPoint scl:KDC | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tIED"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:sequence> <xs:element name="Services" type="tServices" minOccurs="0"/> <xs:element name="AccessPoint" type="tAccessPoint" maxOccurs="unbounded"> <xs:unique name="uniqueLNInAccessPoint"> <xs:selector xpath="./scl:LN"/> <xs:field xpath="@inst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@prefix"/> </xs:unique> </xs:element> <xs:element name="KDC" type="tKDC" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="name" type="tIEDName" use="required"/> <xs:attribute name="type" type="xs:normalizedString" use="optional"/> <xs:attribute name="manufacturer" type="xs:normalizedString" use="optional"/> <xs:attribute name="configVersion" type="xs:normalizedString" use="optional"/> <xs:attribute name="originalSclVersion" type="tSclVersion" use="optional"/> <xs:attribute name="originalSclRevision" type="tSclRevision" use="optional"/> <xs:attribute name="engRight" type="tRightEnum" use="optional" default="full"/> <xs:attribute name="owner" type="xs:normalizedString" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tIEDName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="name" type="tIEDName" use="required"/> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="type" type="xs:normalizedString" use="optional"/> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="manufacturer" type="xs:normalizedString" use="optional"/> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="configVersion" type="xs:normalizedString" use="optional"/> |
type | tSclVersion | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="originalSclVersion" type="tSclVersion" use="optional"/> |
type | tSclRevision | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="originalSclRevision" type="tSclRevision" use="optional"/> |
type | scl:tRightEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="engRight" type="tRightEnum" use="optional" default="full"/> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="owner" type="xs:normalizedString" use="optional"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tServices | ||||||||||||
properties |
|
||||||||||||
children | scl:DynAssociation scl:SettingGroups scl:GetDirectory scl:GetDataObjectDefinition scl:DataObjectDirectory scl:GetDataSetValue scl:SetDataSetValue scl:DataSetDirectory scl:ConfDataSet scl:DynDataSet scl:ReadWrite scl:TimerActivatedControl scl:ConfReportControl scl:GetCBValues scl:ConfLogControl scl:ReportSettings scl:LogSettings scl:GSESettings scl:SMVSettings scl:GSEDir scl:GOOSE scl:GSSE scl:SMVsc scl:FileHandling scl:ConfLNs scl:ClientServices scl:ConfLdName scl:SupSubscription scl:ConfSigRef scl:ValueHandling scl:RedProt scl:TimeSyncProt scl:CommProt | ||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="Services" type="tServices" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||
type | scl:tAccessPoint | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:Server scl:LN scl:ServerAt scl:Services scl:GOOSESecurity scl:SMVSecurity | ||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||||||||
source | <xs:element name="AccessPoint" type="tAccessPoint" maxOccurs="unbounded"> <xs:unique name="uniqueLNInAccessPoint"> <xs:selector xpath="./scl:LN"/> <xs:field xpath="@inst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@prefix"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tKDC | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="KDC" type="tKDC" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | extension of scl:tUnNaming | ||||||||||||
properties |
|
||||||||||||
children | scl:Text scl:Private scl:ExtRef | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tInputs"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:sequence> <xs:element name="ExtRef" type="tExtRef" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tExtRef | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="ExtRef" type="tExtRef" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tKDC"> <xs:attribute name="iedName" type="tIEDName" use="required"/> <xs:attribute name="apName" type="tAccessPointName" use="required"/> </xs:complexType> |
type | tIEDName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="iedName" type="tIEDName" use="required"/> |
type | tAccessPointName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="apName" type="tAccessPointName" use="required"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LN0 scl:LN scl:AccessControl | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tLDevice"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:sequence> <xs:element ref="LN0"/> <xs:element ref="LN" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="AccessControl" type="tAccessControl" minOccurs="0"/> </xs:sequence> <xs:attribute name="inst" type="tLDInst" use="required"/> <xs:attribute name="ldName" type="tLDName" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tLDInst | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="inst" type="tLDInst" use="required"/> |
type | tLDName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="ldName" type="tLDName" use="optional"/> |
diagram | ![]() |
||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||
type | scl:tAccessControl | ||||||||
properties |
|
||||||||
attributes |
|
||||||||
source | <xs:element name="AccessControl" type="tAccessControl" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||
type | extension of scl:tAnyLN | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:DataSet scl:ReportControl scl:LogControl scl:DOI scl:Inputs scl:Log | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tLN"> <xs:complexContent> <xs:extension base="tAnyLN"> <xs:attribute name="prefix" type="tPrefix" use="optional" default=""/> <xs:attribute name="lnClass" type="tLNClassEnum" use="required"/> <xs:attribute name="inst" type="tLNInst" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tPrefix | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="prefix" type="tPrefix" use="optional" default=""/> |
type | scl:tLNClassEnum | ||
properties |
|
||
source | <xs:attribute name="lnClass" type="tLNClassEnum" use="required"/> |
type | tLNInst | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="inst" type="tLNInst" use="required"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | extension of scl:tAnyLN | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:DataSet scl:ReportControl scl:LogControl scl:DOI scl:Inputs scl:Log scl:GSEControl scl:SampledValueControl scl:SettingControl | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="tLN0"> <xs:complexContent> <xs:extension base="tAnyLN"> <xs:sequence> <xs:element name="GSEControl" type="tGSEControl" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="SampledValueControl" type="tSampledValueControl" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="SettingControl" type="tSettingControl" minOccurs="0"/> </xs:sequence> <xs:attribute name="lnClass" type="tLNClassEnum" use="required" fixed="LLN0"/> <xs:attribute name="inst" type="xs:normalizedString" use="required" fixed=""/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | scl:tLNClassEnum | ||||
properties |
|
||||
source | <xs:attribute name="lnClass" type="tLNClassEnum" use="required" fixed="LLN0"/> |
type | xs:normalizedString | ||||
properties |
|
||||
source | <xs:attribute name="inst" type="xs:normalizedString" use="required" fixed=""/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tGSEControl | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:IEDName scl:Protocol | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="GSEControl" type="tGSEControl" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tSampledValueControl | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:IEDName scl:SmvOpts scl:Protocol | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="SampledValueControl" type="tSampledValueControl" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tSettingControl | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:element name="SettingControl" type="tSettingControl" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tLog"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:attribute name="name" type="tLogName" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tLogName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="name" type="tLogName" use="optional"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of scl:tControlWithTriggerOpt | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:TrgOps | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tLogControl"> <xs:complexContent> <xs:extension base="tControlWithTriggerOpt"> <xs:attribute name="ldInst" type="tLDInst" use="optional"/> <xs:attribute name="prefix" type="tPrefix" use="optional" default=""/> <xs:attribute name="lnClass" type="tLNClassEnum" use="optional" default="LLN0"/> <xs:attribute name="lnInst" type="tLNInst" use="optional"/> <xs:attribute name="logName" type="tLogName" use="required"/> <xs:attribute name="logEna" type="xs:boolean" use="optional" default="true"/> <xs:attribute name="reasonCode" type="xs:boolean" use="optional" default="true"/> <xs:attribute name="bufTime" type="xs:unsignedInt" use="optional" default="0"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tLDInst | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="ldInst" type="tLDInst" use="optional"/> |
type | tPrefix | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="prefix" type="tPrefix" use="optional" default=""/> |
type | scl:tLNClassEnum | ||||
properties |
|
||||
source | <xs:attribute name="lnClass" type="tLNClassEnum" use="optional" default="LLN0"/> |
type | tLNInst | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="lnInst" type="tLNInst" use="optional"/> |
type | tLogName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="logName" type="tLogName" use="required"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="logEna" type="xs:boolean" use="optional" default="true"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="reasonCode" type="xs:boolean" use="optional" default="true"/> |
type | xs:unsignedInt | ||||
properties |
|
||||
source | <xs:attribute name="bufTime" type="xs:unsignedInt" use="optional" default="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||
type | extension of scl:tServiceSettings | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tLogSettings"> <xs:complexContent> <xs:extension base="tServiceSettings"> <xs:attribute name="logEna" type="tServiceSettingsEnum" use="optional" default="Fix"/> <xs:attribute name="trgOps" type="tServiceSettingsEnum" use="optional" default="Fix"/> <xs:attribute name="intgPd" type="tServiceSettingsEnum" use="optional" default="Fix"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | scl:tServiceSettingsEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="logEna" type="tServiceSettingsEnum" use="optional" default="Fix"/> |
type | scl:tServiceSettingsEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="trgOps" type="tServiceSettingsEnum" use="optional" default="Fix"/> |
type | scl:tServiceSettingsEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="intgPd" type="tServiceSettingsEnum" use="optional" default="Fix"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | extension of xs:normalizedString | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tProtocol"> <xs:simpleContent> <xs:extension base="xs:normalizedString"> <xs:attribute name="mustUnderstand" type="xs:boolean" use="required" fixed="true"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="mustUnderstand" type="xs:boolean" use="required" fixed="true"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tRedProt"> <xs:attribute name="hsr" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="prp" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="rstp" type="xs:boolean" use="optional" default="false"/> </xs:complexType> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="hsr" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="prp" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="rstp" type="xs:boolean" use="optional" default="false"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of scl:tControlWithTriggerOpt | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:TrgOps scl:OptFields scl:RptEnabled | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tReportControl"> <xs:complexContent> <xs:extension base="tControlWithTriggerOpt"> <xs:sequence> <xs:element name="OptFields"> <xs:complexType> <xs:attributeGroup ref="agOptFields"/> </xs:complexType> </xs:element> <xs:element name="RptEnabled" type="tRptEnabled" minOccurs="0"/> </xs:sequence> <xs:attribute name="rptID" type="tMessageID" use="optional"/> <xs:attribute name="confRev" type="xs:unsignedInt" use="required"/> <xs:attribute name="buffered" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="bufTime" type="xs:unsignedInt" use="optional" default="0"/> <xs:attribute name="indexed" type="xs:boolean" use="optional" default="true"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tMessageID | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="rptID" type="tMessageID" use="optional"/> |
type | xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="confRev" type="xs:unsignedInt" use="required"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="buffered" type="xs:boolean" use="optional" default="false"/> |
type | xs:unsignedInt | ||||
properties |
|
||||
source | <xs:attribute name="bufTime" type="xs:unsignedInt" use="optional" default="0"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="indexed" type="xs:boolean" use="optional" default="true"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="OptFields"> <xs:complexType> <xs:attributeGroup ref="agOptFields"/> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tRptEnabled | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:ClientLN | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="RptEnabled" type="tRptEnabled" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of scl:tServiceSettings | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tReportSettings"> <xs:complexContent> <xs:extension base="tServiceSettings"> <xs:attribute name="rptID" type="tServiceSettingsEnum" use="optional" default="Fix"/> <xs:attribute name="optFields" type="tServiceSettingsEnum" use="optional" default="Fix"/> <xs:attribute name="bufTime" type="tServiceSettingsEnum" use="optional" default="Fix"/> <xs:attribute name="trgOps" type="tServiceSettingsEnum" use="optional" default="Fix"/> <xs:attribute name="intgPd" type="tServiceSettingsEnum" use="optional" default="Fix"/> <xs:attribute name="resvTms" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="owner" type="xs:boolean" use="optional" default="false"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | scl:tServiceSettingsEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="rptID" type="tServiceSettingsEnum" use="optional" default="Fix"/> |
type | scl:tServiceSettingsEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="optFields" type="tServiceSettingsEnum" use="optional" default="Fix"/> |
type | scl:tServiceSettingsEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="bufTime" type="tServiceSettingsEnum" use="optional" default="Fix"/> |
type | scl:tServiceSettingsEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="trgOps" type="tServiceSettingsEnum" use="optional" default="Fix"/> |
type | scl:tServiceSettingsEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="intgPd" type="tServiceSettingsEnum" use="optional" default="Fix"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="resvTms" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="owner" type="xs:boolean" use="optional" default="false"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:ClientLN | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tRptEnabled"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:sequence> <xs:element name="ClientLN" type="tClientLN" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="max" type="xs:unsignedInt" use="optional" default="1"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:unsignedInt | ||||
properties |
|
||||
source | <xs:attribute name="max" type="xs:unsignedInt" use="optional" default="1"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tClientLN | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="ClientLN" type="tClientLN" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of scl:tControlWithIEDName | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:IEDName scl:SmvOpts scl:Protocol | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tSampledValueControl"> <xs:complexContent> <xs:extension base="tControlWithIEDName"> <xs:sequence> <xs:element name="SmvOpts"> <xs:complexType> <xs:attributeGroup ref="agSmvOpts"/> </xs:complexType> </xs:element> <xs:element name="Protocol" type="tProtocol" fixed="R-SV" minOccurs="0"/> </xs:sequence> <xs:attribute name="smvID" type="tMessageID" use="required"/> <xs:attribute name="multicast" type="xs:boolean" default="true"/> <xs:attribute name="smpRate" type="xs:unsignedInt" use="required"/> <xs:attribute name="nofASDU" type="xs:unsignedInt" use="required"/> <xs:attribute name="smpMod" type="tSmpMod" use="optional" default="SmpPerPeriod"/> <xs:attribute name="securityEnable" type="tPredefinedTypeOfSecurityEnum" use="optional" default="None"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tMessageID | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="smvID" type="tMessageID" use="required"/> |
type | xs:boolean | ||
properties |
|
||
source | <xs:attribute name="multicast" type="xs:boolean" default="true"/> |
type | xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="smpRate" type="xs:unsignedInt" use="required"/> |
type | xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="nofASDU" type="xs:unsignedInt" use="required"/> |
type | scl:tSmpMod | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="smpMod" type="tSmpMod" use="optional" default="SmpPerPeriod"/> |
type | scl:tPredefinedTypeOfSecurityEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="securityEnable" type="tPredefinedTypeOfSecurityEnum" use="optional" default="None"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="SmvOpts"> <xs:complexType> <xs:attributeGroup ref="agSmvOpts"/> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tProtocol | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="Protocol" type="tProtocol" fixed="R-SV" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:SDI scl:DAI | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="tSDI"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="SDI" type="tSDI"/> <xs:element name="DAI" type="tDAI"/> </xs:choice> <xs:attribute name="name" type="tAttributeNameEnum" use="required"/> <xs:attribute name="ix" type="xs:unsignedInt" use="optional"/> <xs:attribute name="sAddr" type="xs:normalizedString" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | scl:tAttributeNameEnum | ||
properties |
|
||
source | <xs:attribute name="name" type="tAttributeNameEnum" use="required"/> |
type | xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="ix" type="xs:unsignedInt" use="optional"/> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="sAddr" type="xs:normalizedString" use="optional"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tSDI | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:SDI scl:DAI | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:element name="SDI" type="tSDI"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||
type | scl:tDAI | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:Val | ||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="DAI" type="tDAI"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:Authentication scl:LDevice scl:Association | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tServer"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:sequence> <xs:element name="Authentication"> <xs:complexType> <xs:attributeGroup ref="agAuthentication"/> </xs:complexType> </xs:element> <xs:element name="LDevice" type="tLDevice" maxOccurs="unbounded"> <xs:unique name="uniqueLNInLDevice"> <xs:selector xpath="./scl:LN"/> <xs:field xpath="@inst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@prefix"/> </xs:unique> </xs:element> <xs:element name="Association" type="tAssociation" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="timeout" type="xs:unsignedInt" use="optional" default="30"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:unsignedInt | ||||
properties |
|
||||
source | <xs:attribute name="timeout" type="xs:unsignedInt" use="optional" default="30"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <xs:element name="Authentication"> <xs:complexType> <xs:attributeGroup ref="agAuthentication"/> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tLDevice | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:LN0 scl:LN scl:AccessControl | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="LDevice" type="tLDevice" maxOccurs="unbounded"> <xs:unique name="uniqueLNInLDevice"> <xs:selector xpath="./scl:LN"/> <xs:field xpath="@inst"/> <xs:field xpath="@lnClass"/> <xs:field xpath="@prefix"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tAssociation | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="Association" type="tAssociation" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tServerAt"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:attribute name="apName" type="tAccessPointName" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tAccessPointName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="apName" type="tAccessPointName" use="required"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tServiceWithMax | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tServiceConfReportControl"> <xs:complexContent> <xs:extension base="tServiceWithMax"> <xs:attribute name="bufMode" use="optional"> <xs:simpleType> <xs:restriction base="xs:Name"> <xs:enumeration value="unbuffered"/> <xs:enumeration value="buffered"/> <xs:enumeration value="both"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="bufConf" type="xs:boolean" use="optional" default="false"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | restriction of xs:Name | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="bufMode" use="optional"> <xs:simpleType> <xs:restriction base="xs:Name"> <xs:enumeration value="unbuffered"/> <xs:enumeration value="buffered"/> <xs:enumeration value="both"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="bufConf" type="xs:boolean" use="optional" default="false"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tServiceWithMaxAndMaxAttributes | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tServiceForConfDataSet"> <xs:complexContent> <xs:extension base="tServiceWithMaxAndMaxAttributes"> <xs:attribute name="modify" type="xs:boolean" use="optional" default="true"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="modify" type="xs:boolean" use="optional" default="true"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
children | scl:DynAssociation scl:SettingGroups scl:GetDirectory scl:GetDataObjectDefinition scl:DataObjectDirectory scl:GetDataSetValue scl:SetDataSetValue scl:DataSetDirectory scl:ConfDataSet scl:DynDataSet scl:ReadWrite scl:TimerActivatedControl scl:ConfReportControl scl:GetCBValues scl:ConfLogControl scl:ReportSettings scl:LogSettings scl:GSESettings scl:SMVSettings scl:GSEDir scl:GOOSE scl:GSSE scl:SMVsc scl:FileHandling scl:ConfLNs scl:ClientServices scl:ConfLdName scl:SupSubscription scl:ConfSigRef scl:ValueHandling scl:RedProt scl:TimeSyncProt scl:CommProt | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tServices"> <xs:all> <xs:element name="DynAssociation" type="scl:tServiceWithOptionalMax" minOccurs="0"/> <xs:element name="SettingGroups" type="scl:tSettingGroups" minOccurs="0"/> <xs:element name="GetDirectory" type="scl:tServiceYesNo" minOccurs="0"/> <xs:element name="GetDataObjectDefinition" type="scl:tServiceYesNo" minOccurs="0"/> <xs:element name="DataObjectDirectory" type="scl:tServiceYesNo" minOccurs="0"/> <xs:element name="GetDataSetValue" type="scl:tServiceYesNo" minOccurs="0"/> <xs:element name="SetDataSetValue" type="scl:tServiceYesNo" minOccurs="0"/> <xs:element name="DataSetDirectory" type="scl:tServiceYesNo" minOccurs="0"/> <xs:element name="ConfDataSet" type="scl:tServiceForConfDataSet" minOccurs="0"/> <xs:element name="DynDataSet" type="scl:tServiceWithMaxAndMaxAttributes" minOccurs="0"/> <xs:element name="ReadWrite" type="scl:tServiceYesNo" minOccurs="0"/> <xs:element name="TimerActivatedControl" type="scl:tServiceYesNo" minOccurs="0"/> <xs:element name="ConfReportControl" type="scl:tServiceConfReportControl" minOccurs="0"/> <xs:element name="GetCBValues" type="scl:tServiceYesNo" minOccurs="0"/> <xs:element name="ConfLogControl" type="scl:tServiceWithMaxNonZero" minOccurs="0"/> <xs:element name="ReportSettings" type="scl:tReportSettings" minOccurs="0"/> <xs:element name="LogSettings" type="scl:tLogSettings" minOccurs="0"/> <xs:element name="GSESettings" type="scl:tGSESettings" minOccurs="0"/> <xs:element name="SMVSettings" type="scl:tSMVSettings" minOccurs="0"/> <xs:element name="GSEDir" type="scl:tServiceYesNo" minOccurs="0"/> <xs:element name="GOOSE" type="scl:tGOOSEcapabilities" minOccurs="0"/> <xs:element name="GSSE" type="scl:tServiceWithMax" minOccurs="0"/> <xs:element name="SMVsc" type="scl:tSMVsc" minOccurs="0"/> <xs:element name="FileHandling" type="scl:tFileHandling" minOccurs="0"/> <xs:element name="ConfLNs" type="scl:tConfLNs" minOccurs="0"/> <xs:element name="ClientServices" type="scl:tClientServices" minOccurs="0"/> <xs:element name="ConfLdName" type="scl:tServiceYesNo" minOccurs="0"/> <xs:element name="SupSubscription" type="scl:tSupSubscription" minOccurs="0"/> <xs:element name="ConfSigRef" type="scl:tServiceWithMaxNonZero" minOccurs="0"/> <xs:element name="ValueHandling" type="scl:tValueHandling" minOccurs="0"/> <xs:element name="RedProt" type="scl:tRedProt" minOccurs="0"/> <xs:element name="TimeSyncProt" type="scl:tTimeSyncProt" minOccurs="0"/> <xs:element name="CommProt" type="scl:tCommProt" minOccurs="0"/> </xs:all> <xs:attribute name="nameLength" use="optional" default="32"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:pattern value="32"/> <xs:pattern value="64"/> <xs:pattern value="6[5-9]"/> <xs:pattern value="[7-9]\d"/> <xs:pattern value="[1-9]\d\d+"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> |
type | restriction of xs:token | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
source | <xs:attribute name="nameLength" use="optional" default="32"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:pattern value="32"/> <xs:pattern value="64"/> <xs:pattern value="6[5-9]"/> <xs:pattern value="[7-9]\d"/> <xs:pattern value="[1-9]\d\d+"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tServiceWithOptionalMax | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="DynAssociation" type="scl:tServiceWithOptionalMax" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | scl:tSettingGroups | ||||||
properties |
|
||||||
children | scl:SGEdit scl:ConfSG | ||||||
source | <xs:element name="SettingGroups" type="scl:tSettingGroups" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | scl:tServiceYesNo | ||||||
properties |
|
||||||
source | <xs:element name="GetDirectory" type="scl:tServiceYesNo" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | scl:tServiceYesNo | ||||||
properties |
|
||||||
source | <xs:element name="GetDataObjectDefinition" type="scl:tServiceYesNo" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | scl:tServiceYesNo | ||||||
properties |
|
||||||
source | <xs:element name="DataObjectDirectory" type="scl:tServiceYesNo" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | scl:tServiceYesNo | ||||||
properties |
|
||||||
source | <xs:element name="GetDataSetValue" type="scl:tServiceYesNo" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | scl:tServiceYesNo | ||||||
properties |
|
||||||
source | <xs:element name="SetDataSetValue" type="scl:tServiceYesNo" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | scl:tServiceYesNo | ||||||
properties |
|
||||||
source | <xs:element name="DataSetDirectory" type="scl:tServiceYesNo" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tServiceForConfDataSet | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="ConfDataSet" type="scl:tServiceForConfDataSet" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tServiceWithMaxAndMaxAttributes | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="DynDataSet" type="scl:tServiceWithMaxAndMaxAttributes" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | scl:tServiceYesNo | ||||||
properties |
|
||||||
source | <xs:element name="ReadWrite" type="scl:tServiceYesNo" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | scl:tServiceYesNo | ||||||
properties |
|
||||||
source | <xs:element name="TimerActivatedControl" type="scl:tServiceYesNo" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tServiceConfReportControl | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="ConfReportControl" type="scl:tServiceConfReportControl" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | scl:tServiceYesNo | ||||||
properties |
|
||||||
source | <xs:element name="GetCBValues" type="scl:tServiceYesNo" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tServiceWithMaxNonZero | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="ConfLogControl" type="scl:tServiceWithMaxNonZero" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tReportSettings | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="ReportSettings" type="scl:tReportSettings" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||
type | scl:tLogSettings | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <xs:element name="LogSettings" type="scl:tLogSettings" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tGSESettings | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:element name="GSESettings" type="scl:tGSESettings" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tSMVSettings | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:SmpRate scl:SamplesPerSec scl:SecPerSamples | ||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="SMVSettings" type="scl:tSMVSettings" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | scl:tServiceYesNo | ||||||
properties |
|
||||||
source | <xs:element name="GSEDir" type="scl:tServiceYesNo" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tGOOSEcapabilities | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="GOOSE" type="scl:tGOOSEcapabilities" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tServiceWithMax | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="GSSE" type="scl:tServiceWithMax" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tSMVsc | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="SMVsc" type="scl:tSMVsc" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tFileHandling | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="FileHandling" type="scl:tFileHandling" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tConfLNs | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="ConfLNs" type="scl:tConfLNs" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tClientServices | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:TimeSyncProt | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="ClientServices" type="scl:tClientServices" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | scl:tServiceYesNo | ||||||
properties |
|
||||||
source | <xs:element name="ConfLdName" type="scl:tServiceYesNo" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tSupSubscription | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="SupSubscription" type="scl:tSupSubscription" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tServiceWithMaxNonZero | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="ConfSigRef" type="scl:tServiceWithMaxNonZero" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tValueHandling | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="ValueHandling" type="scl:tValueHandling" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tRedProt | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="RedProt" type="scl:tRedProt" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tTimeSyncProt | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="TimeSyncProt" type="scl:tTimeSyncProt" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tCommProt | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="CommProt" type="scl:tCommProt" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tServiceSettings" abstract="true"> <xs:attribute name="cbName" type="tServiceSettingsNoDynEnum" use="optional" default="Fix"/> <xs:attribute name="datSet" type="tServiceSettingsEnum" use="optional" default="Fix"/> </xs:complexType> |
type | scl:tServiceSettingsNoDynEnum | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="cbName" type="tServiceSettingsNoDynEnum" use="optional" default="Fix"/> |
type | scl:tServiceSettingsEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="datSet" type="tServiceSettingsEnum" use="optional" default="Fix"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tServiceWithMax"> <xs:attribute name="max" type="xs:unsignedInt" use="required"/> </xs:complexType> |
type | xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="max" type="xs:unsignedInt" use="required"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tServiceWithMax | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tServiceWithMaxAndMaxAttributes"> <xs:complexContent> <xs:extension base="tServiceWithMax"> <xs:attribute name="maxAttributes" use="optional"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
type | restriction of xs:unsignedInt | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="maxAttributes" use="optional"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tServiceWithMax | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tServiceWithMaxAndModify"> <xs:complexContent> <xs:extension base="tServiceWithMax"> <xs:attribute name="modify" type="xs:boolean" use="optional" default="true"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="modify" type="xs:boolean" use="optional" default="true"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tServiceWithMaxNonZero"> <xs:attribute name="max" use="required"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> |
type | restriction of xs:unsignedInt | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="max" use="required"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tServiceWithOptionalMax"> <xs:attribute name="max" type="xs:unsignedInt" use="optional"/> </xs:complexType> |
type | xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="max" type="xs:unsignedInt" use="optional"/> |
diagram | ![]() |
namespace | http://www.iec.ch/61850/2003/SCL |
used by | |
source | <xs:complexType name="tServiceYesNo"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="tSettingControl"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:attribute name="numOfSGs" use="required"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="actSG" use="optional" default="1"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="resvTms" type="xs:unsignedShort" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | restriction of xs:unsignedInt | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="numOfSGs" use="required"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | restriction of xs:unsignedInt | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="actSG" use="optional" default="1"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | xs:unsignedShort | ||
properties |
|
||
source | <xs:attribute name="resvTms" type="xs:unsignedShort" use="optional"/> |
diagram | ![]() |
||
namespace | http://www.iec.ch/61850/2003/SCL | ||
children | scl:SGEdit scl:ConfSG | ||
used by |
|
||
source | <xs:complexType name="tSettingGroups"> <xs:all> <xs:element name="SGEdit" minOccurs="0"> <xs:complexType> <xs:complexContent> <xs:extension base="tServiceYesNo"> <xs:attribute name="resvTms" type="xs:boolean" use="optional" default="false"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="ConfSG" minOccurs="0"> <xs:complexType> <xs:complexContent> <xs:extension base="tServiceYesNo"> <xs:attribute name="resvTms" type="xs:boolean" use="optional" default="false"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> </xs:all> </xs:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | extension of scl:tServiceYesNo | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="SGEdit" minOccurs="0"> <xs:complexType> <xs:complexContent> <xs:extension base="tServiceYesNo"> <xs:attribute name="resvTms" type="xs:boolean" use="optional" default="false"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="resvTms" type="xs:boolean" use="optional" default="false"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | extension of scl:tServiceYesNo | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="ConfSG" minOccurs="0"> <xs:complexType> <xs:complexContent> <xs:extension base="tServiceYesNo"> <xs:attribute name="resvTms" type="xs:boolean" use="optional" default="false"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="resvTms" type="xs:boolean" use="optional" default="false"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tServiceWithMax | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tSMVsc"> <xs:complexContent> <xs:extension base="tServiceWithMax"> <xs:attribute name="delivery" type="tSMVDeliveryEnum" use="optional" default="multicast"/> <xs:attribute name="deliveryConf" type="xs:boolean" use="optional" default="false"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | scl:tSMVDeliveryEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="delivery" type="tSMVDeliveryEnum" use="optional" default="multicast"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="deliveryConf" type="xs:boolean" use="optional" default="false"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of scl:tServiceSettings | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:SmpRate scl:SamplesPerSec scl:SecPerSamples | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tSMVSettings"> <xs:complexContent> <xs:extension base="tServiceSettings"> <xs:choice maxOccurs="unbounded"> <xs:element name="SmpRate"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SamplesPerSec"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="SecPerSamples"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:choice> <xs:attribute name="svID" type="tServiceSettingsEnum" use="optional" default="Fix"/> <xs:attribute name="optFields" type="tServiceSettingsEnum" use="optional" default="Fix"/> <xs:attribute name="smpRate" type="tServiceSettingsEnum" use="optional" default="Fix"/> <xs:attribute name="samplesPerSec" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="pdcTimeStamp" type="xs:boolean" use="optional" default="false"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | scl:tServiceSettingsEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="svID" type="tServiceSettingsEnum" use="optional" default="Fix"/> |
type | scl:tServiceSettingsEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="optFields" type="tServiceSettingsEnum" use="optional" default="Fix"/> |
type | scl:tServiceSettingsEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="smpRate" type="tServiceSettingsEnum" use="optional" default="Fix"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="samplesPerSec" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="pdcTimeStamp" type="xs:boolean" use="optional" default="false"/> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:unsignedInt | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="SmpRate"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:unsignedInt | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="SamplesPerSec"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:unsignedInt | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:element name="SecPerSamples"> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tSupSubscription"> <xs:attribute name="maxGo" type="xs:unsignedInt" use="required"/> <xs:attribute name="maxSv" type="xs:unsignedInt" use="required"/> </xs:complexType> |
type | xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="maxGo" type="xs:unsignedInt" use="required"/> |
type | xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="maxSv" type="xs:unsignedInt" use="required"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tServiceYesNo | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tTimeSyncProt"> <xs:complexContent> <xs:extension base="tServiceYesNo"> <xs:attribute name="sntp" type="xs:boolean" use="optional" default="true"/> <xs:attribute name="c37_238" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="other" type="xs:boolean" use="optional" default="false"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="sntp" type="xs:boolean" use="optional" default="true"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="c37_238" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="other" type="xs:boolean" use="optional" default="false"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tTrgOps"> <xs:attribute name="dchg" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="qchg" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="dupd" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="period" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="gi" type="xs:boolean" use="optional" default="true"/> </xs:complexType> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="dchg" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="qchg" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="dupd" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="period" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="gi" type="xs:boolean" use="optional" default="true"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tValueHandling"> <xs:attribute name="setToRO" type="xs:boolean" use="optional" default="false"/> </xs:complexType> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="setToRO" type="xs:boolean" use="optional" default="false"/> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <xs:attributeGroup name="agAuthentication"> <xs:attribute name="none" type="xs:boolean" use="optional" default="true"/> <xs:attribute name="password" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="weak" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="strong" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="certificate" type="xs:boolean" use="optional" default="false"/> </xs:attributeGroup> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="none" type="xs:boolean" use="optional" default="true"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="password" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="weak" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="strong" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="certificate" type="xs:boolean" use="optional" default="false"/> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:attributeGroup name="agLDRef"> <xs:attributeGroup ref="scl:agDesc"/> <xs:attribute name="iedName" type="tIEDName" use="required"/> <xs:attribute name="ldInst" type="tLDInst" use="required"/> </xs:attributeGroup> |
type | tIEDName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="iedName" type="tIEDName" use="required"/> |
type | tLDInst | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="ldInst" type="tLDInst" use="required"/> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:attributeGroup name="agLNRef"> <xs:attributeGroup ref="agLDRef"/> <xs:attribute name="prefix" type="tPrefix" use="optional" default=""/> <xs:attribute name="lnClass" type="tLNClassEnum" use="required"/> <xs:attribute name="lnInst" type="tLNInstOrEmpty" use="required"/> </xs:attributeGroup> |
type | tPrefix | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="prefix" type="tPrefix" use="optional" default=""/> |
type | scl:tLNClassEnum | ||
properties |
|
||
source | <xs:attribute name="lnClass" type="tLNClassEnum" use="required"/> |
type | tLNInstOrEmpty | ||
properties |
|
||
source | <xs:attribute name="lnInst" type="tLNInstOrEmpty" use="required"/> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:attributeGroup name="agOptFields"> <xs:attribute name="seqNum" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="timeStamp" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="dataSet" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="reasonCode" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="dataRef" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="entryID" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="configRef" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="bufOvfl" type="xs:boolean" use="optional" default="true"/> </xs:attributeGroup> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="seqNum" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="timeStamp" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="dataSet" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="reasonCode" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="dataRef" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="entryID" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="configRef" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="bufOvfl" type="xs:boolean" use="optional" default="true"/> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:attributeGroup name="agSmvOpts"> <xs:attribute name="refreshTime" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="sampleSynchronized" type="xs:boolean" use="optional" fixed="true"/> <xs:attribute name="sampleRate" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="dataSet" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="security" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="timestamp" type="xs:boolean" use="optional" default="false"/> </xs:attributeGroup> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="refreshTime" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="sampleSynchronized" type="xs:boolean" use="optional" fixed="true"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="sampleRate" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="dataSet" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="security" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="timestamp" type="xs:boolean" use="optional" default="false"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tCommunication | ||||||||||||
properties |
|
||||||||||||
children | scl:Text scl:Private scl:SubNetwork | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
identity constraints |
|
||||||||||||
source | <xs:element name="Communication" type="tCommunication"> <xs:unique name="uniqueSubNetwork"> <xs:selector xpath="./scl:SubNetwork"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||
namespace | http://www.iec.ch/61850/2003/SCL | ||
children | scl:P | ||
used by |
|
||
source | <xs:complexType name="tAddress"> <xs:sequence> <xs:element name="P" type="tP" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tP | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="P" type="tP" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | extension of scl:tUnNaming | ||||||||||||
properties |
|
||||||||||||
children | scl:Text scl:Private scl:SubNetwork | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tCommunication"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:sequence> <xs:element name="SubNetwork" type="tSubNetwork" maxOccurs="unbounded"> <xs:unique name="uniqueConnectedAP"> <xs:selector xpath="./scl:ConnectedAP"/> <xs:field xpath="@iedName"/> <xs:field xpath="@apName"/> </xs:unique> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tSubNetwork | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:BitRate scl:ConnectedAP | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="SubNetwork" type="tSubNetwork" maxOccurs="unbounded"> <xs:unique name="uniqueConnectedAP"> <xs:selector xpath="./scl:ConnectedAP"/> <xs:field xpath="@iedName"/> <xs:field xpath="@apName"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:Address scl:GSE scl:SMV scl:PhysConn | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="tConnectedAP"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:sequence> <xs:element name="Address" type="tAddress" minOccurs="0"/> <xs:element name="GSE" type="tGSE" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="SMV" type="tSMV" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="PhysConn" type="tPhysConn" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniquePTypeInPhysConn"> <xs:selector xpath="./scl:P"/> <xs:field xpath="@type"/> </xs:unique> </xs:element> </xs:sequence> <xs:attribute name="iedName" type="tIEDName" use="required"/> <xs:attribute name="apName" type="tAccessPointName" use="required"/> <xs:attribute name="redProt" type="scl:tRedProtEnum" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tIEDName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="iedName" type="tIEDName" use="required"/> |
type | tAccessPointName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="apName" type="tAccessPointName" use="required"/> |
type | scl:tRedProtEnum | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
source | <xs:attribute name="redProt" type="scl:tRedProtEnum" use="optional"/> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | scl:tAddress | ||||||
properties |
|
||||||
children | scl:P | ||||||
source | <xs:element name="Address" type="tAddress" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tGSE | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:Address scl:MinTime scl:MaxTime | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="GSE" type="tGSE" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tSMV | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:Address | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:element name="SMV" type="tSMV" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tPhysConn | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:P | ||||||||||||||||||
attributes |
|
||||||||||||||||||
identity constraints |
|
||||||||||||||||||
source | <xs:element name="PhysConn" type="tPhysConn" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniquePTypeInPhysConn"> <xs:selector xpath="./scl:P"/> <xs:field xpath="@type"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:Address | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tControlBlock" abstract="true"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:sequence> <xs:element name="Address" type="tAddress" minOccurs="0"/> </xs:sequence> <xs:attribute name="ldInst" type="tLDInst" use="required"/> <xs:attribute name="cbName" type="tCBName" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tLDInst | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="ldInst" type="tLDInst" use="required"/> |
type | tCBName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="cbName" type="tCBName" use="required"/> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | scl:tAddress | ||||||
properties |
|
||||||
children | scl:P | ||||||
source | <xs:element name="Address" type="tAddress" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tControlBlock | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:Address scl:MinTime scl:MaxTime | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tGSE"> <xs:complexContent> <xs:extension base="tControlBlock"> <xs:sequence> <xs:element name="MinTime" type="tDurationInMilliSec" minOccurs="0"/> <xs:element name="MaxTime" type="tDurationInMilliSec" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tDurationInMilliSec | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="MinTime" type="tDurationInMilliSec" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tDurationInMilliSec | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="MaxTime" type="tDurationInMilliSec" minOccurs="0"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | extension of tPAddr | ||||||||||||
properties |
|
||||||||||||
used by | |||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP"> <xs:simpleContent> <xs:extension base="tPAddr"> <xs:attribute name="type" type="tPTypeEnum" use="required"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||
properties |
|
||
source | <xs:attribute name="type" type="tPTypeEnum" use="required"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_APPID"> <xs:simpleContent> <xs:restriction base="tP"> <xs:pattern value="[0-9A-F]{4}"/> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="APPID"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="APPID"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_C37-118-IP-Port"> <xs:simpleContent> <xs:restriction base="tP"> <xs:pattern value="102[5-9]|10[3-9][0-9]|1[1-9][0-9][0-9]|[2-9][0-9]{3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5]" id="Values1025-65535"/> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="C37-118-IP-Port"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="C37-118-IP-Port"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_DNSName"> <xs:simpleContent> <xs:restriction base="tP"> <xs:pattern value="\S*"/> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="DNSName"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="DNSName"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP_IPbase | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_IP"> <xs:simpleContent> <xs:restriction base="tP_IPbase"> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IP"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IP"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP_IPbase | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_IP-GATEWAY"> <xs:simpleContent> <xs:restriction base="tP_IPbase"> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IP-GATEWAY"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IP-GATEWAY"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP_IPbase | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_IP-SUBNET"> <xs:simpleContent> <xs:restriction base="tP_IPbase"> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IP-SUBNET"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IP-SUBNET"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_IPbase" abstract="true"> <xs:simpleContent> <xs:restriction base="tP"> <xs:pattern value="([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])" id="IPv4"/> <xs:pattern value="([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}" id="IPv6"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_IPv6ClassOfTraffic"> <xs:simpleContent> <xs:restriction base="tP"> <xs:pattern value="[0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]" id="Values0-255"/> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IPv6ClassOfTraffic"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IPv6ClassOfTraffic"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_IPv6FlowLabel"> <xs:simpleContent> <xs:restriction base="tP"> <xs:pattern value="[0-9a-fA-F]{1,5}"/> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IPv6FlowLabel"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IPv6FlowLabel"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_MAC-Address"> <xs:simpleContent> <xs:restriction base="tP"> <xs:pattern value="[0-9A-F]{2}\-[0-9A-F]{2}\-[0-9A-F]{2}\-[0-9A-F]{2}\-[0-9A-F]{2}\-[0-9A-F]{2}"/> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="MAC-Address"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="MAC-Address"/> |
diagram | ![]() |
|||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||||||||||||||
type | restriction of scl:tP_Port | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
attributes |
|
|||||||||||||||||||||||||||
source | <xs:complexType name="tP_MMS-Port"> <xs:simpleContent> <xs:restriction base="tP_Port"> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="MMS-Port"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="MMS-Port"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_OSI-AE-Invoke"> <xs:simpleContent> <xs:restriction base="tP"> <xs:maxLength value="5"/> <xs:pattern value="[0-9]+"/> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-AE-Invoke"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-AE-Invoke"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_OSI-AE-Qualifier"> <xs:simpleContent> <xs:restriction base="tP"> <xs:maxLength value="5"/> <xs:pattern value="[0-9]+"/> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-AE-Qualifier"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-AE-Qualifier"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_OSI-AP-Invoke"> <xs:simpleContent> <xs:restriction base="tP"> <xs:maxLength value="5"/> <xs:pattern value="[0-9]+"/> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-AP-Invoke"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-AP-Invoke"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_OSI-AP-Title"> <xs:simpleContent> <xs:restriction base="tP"> <xs:pattern value="[0-9,]+"/> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-AP-Title"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-AP-Title"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_OSI-NSAP"> <xs:simpleContent> <xs:restriction base="tP"> <xs:maxLength value="40"/> <xs:pattern value="[0-9A-F]+"/> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-NSAP"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-NSAP"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_OSI-PSEL"> <xs:simpleContent> <xs:restriction base="tP"> <xs:maxLength value="16"/> <xs:pattern value="[0-9A-F]+"/> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-PSEL"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-PSEL"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_OSI-SSEL"> <xs:simpleContent> <xs:restriction base="tP"> <xs:maxLength value="16"/> <xs:pattern value="[0-9A-F]+"/> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-SSEL"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-SSEL"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_OSI-TSEL"> <xs:simpleContent> <xs:restriction base="tP"> <xs:maxLength value="8"/> <xs:pattern value="[0-9A-F]+"/> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-TSEL"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="OSI-TSEL"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | extension of tPAddr | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_PhysConn"> <xs:simpleContent> <xs:extension base="tPAddr"> <xs:attribute name="type" type="tPTypePhysConnEnum" use="required"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypePhysConnEnum | ||
properties |
|
||
source | <xs:attribute name="type" type="tPTypePhysConnEnum" use="required"/> |
diagram | ![]() |
|||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||||||||||||||
type | restriction of scl:tP | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
attributes |
|
|||||||||||||||||||||||||||
source | <xs:complexType name="tP_Port" abstract="true"> <xs:simpleContent> <xs:restriction base="tP"> <xs:pattern value="0"/> <xs:pattern value="[1-9][0-9]{0,3}"/> <xs:pattern value="[1-5][0-9]{4,4}"/> <xs:pattern value="6[0-4][0-9]{3,3}"/> <xs:pattern value="65[0-4][0-9]{2,2}"/> <xs:pattern value="655[0-2][0-9]"/> <xs:pattern value="6553[0-5]"/> </xs:restriction> <!--<xs:pattern value="[0-9]{1,5}"/>--> </xs:simpleContent> </xs:complexType> |
diagram | ![]() |
|||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||||||||||||||
type | restriction of scl:tP_Port | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
attributes |
|
|||||||||||||||||||||||||||
source | <xs:complexType name="tP_SNTP-Port"> <xs:simpleContent> <xs:restriction base="tP_Port"> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="SNTP-Port"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="SNTP-Port"/> |
diagram | ![]() |
|||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||||||||||||||
type | restriction of scl:tP_Port | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
attributes |
|
|||||||||||||||||||||||||||
source | <xs:complexType name="tP_TCP-Port"> <xs:simpleContent> <xs:restriction base="tP_Port"> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IP-TCP-PORT"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IP-TCP-PORT"/> |
diagram | ![]() |
|||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||||||||||||||
type | restriction of scl:tP_Port | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
attributes |
|
|||||||||||||||||||||||||||
source | <xs:complexType name="tP_UDP-Port"> <xs:simpleContent> <xs:restriction base="tP_Port"> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IP-UDP-PORT"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="IP-UDP-PORT"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_VLAN-ID"> <xs:simpleContent> <xs:restriction base="tP"> <xs:pattern value="[0-9A-F]{3}"/> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="VLAN-ID"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="VLAN-ID"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of scl:tP | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tP_VLAN-PRIORITY"> <xs:simpleContent> <xs:restriction base="tP"> <xs:pattern value="[0-7]"/> <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="VLAN-PRIORITY"/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | scl:tPTypeEnum | ||||
properties |
|
||||
source | <xs:attribute name="type" type="tPTypeEnum" use="required" fixed="VLAN-PRIORITY"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:P | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tPhysConn"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:sequence> <xs:element name="P" type="tP_PhysConn" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="type" type="tPhysConnTypeEnum" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | scl:tPhysConnTypeEnum | ||
properties |
|
||
source | <xs:attribute name="type" type="tPhysConnTypeEnum" use="required"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tP_PhysConn | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="P" type="tP_PhysConn" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tControlBlock | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:Address | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tSMV"> <xs:complexContent> <xs:extension base="tControlBlock"/> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tNaming | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:BitRate scl:ConnectedAP | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tSubNetwork"> <xs:complexContent> <xs:extension base="tNaming"> <xs:sequence> <xs:element name="BitRate" type="tBitRateInMbPerSec" minOccurs="0"/> <xs:element name="ConnectedAP" type="tConnectedAP" maxOccurs="unbounded"> <xs:unique name="uniqueGSEinConnectedAP"> <xs:selector xpath="./scl:GSE"/> <xs:field xpath="@cbName"/> <xs:field xpath="@ldInst"/> </xs:unique> <xs:unique name="uniqueSMVinConnectedAP"> <xs:selector xpath="./scl:SMV"/> <xs:field xpath="@cbName"/> <xs:field xpath="@ldInst"/> </xs:unique> </xs:element> </xs:sequence> <xs:attribute name="type" type="xs:normalizedString" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="type" type="xs:normalizedString" use="optional"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tBitRateInMbPerSec | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="BitRate" type="tBitRateInMbPerSec" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tConnectedAP | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:Address scl:GSE scl:SMV scl:PhysConn | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="ConnectedAP" type="tConnectedAP" maxOccurs="unbounded"> <xs:unique name="uniqueGSEinConnectedAP"> <xs:selector xpath="./scl:GSE"/> <xs:field xpath="@cbName"/> <xs:field xpath="@ldInst"/> </xs:unique> <xs:unique name="uniqueSMVinConnectedAP"> <xs:selector xpath="./scl:SMV"/> <xs:field xpath="@cbName"/> <xs:field xpath="@ldInst"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||
type | scl:tDataTypeTemplates | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | scl:LNodeType scl:DOType scl:DAType scl:EnumType | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="DataTypeTemplates" type="tDataTypeTemplates"> <xs:unique name="uniqueLNodeType"> <xs:selector xpath="scl:LNodeType"/> <xs:field xpath="@id"/> </xs:unique> <xs:key name="DOTypeKey"> <xs:selector xpath="scl:DOType"/> <xs:field xpath="@id"/> </xs:key> <xs:keyref name="ref2DOType" refer="DOTypeKey"> <xs:selector xpath="scl:LNodeType/scl:DO"/> <xs:field xpath="@type"/> </xs:keyref> <xs:keyref name="ref2DOTypeForSDO" refer="DOTypeKey"> <xs:selector xpath="scl:DOType/scl:SDO"/> <xs:field xpath="@type"/> </xs:keyref> <xs:key name="DATypeKey"> <xs:selector xpath="scl:DAType"/> <xs:field xpath="@id"/> </xs:key> <xs:key name="EnumTypeKey"> <xs:selector xpath="scl:EnumType"/> <xs:field xpath="@id"/> </xs:key> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:Val | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tAbstractDataAttribute" abstract="true"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:sequence> <xs:element name="Val" type="tVal" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="name" type="tAttributeNameEnum" use="required"/> <xs:attribute name="sAddr" type="xs:normalizedString" use="optional"/> <xs:attribute name="bType" type="tBasicTypeEnum" use="required"/> <xs:attribute name="valKind" type="tValKindEnum" use="optional" default="Set"/> <xs:attribute name="type" type="tAnyName" use="optional"/> <xs:attribute name="count" type="tDACount" use="optional" default="0"/> <xs:attribute name="valImport" type="xs:boolean" use="optional" default="false"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | scl:tAttributeNameEnum | ||
properties |
|
||
source | <xs:attribute name="name" type="tAttributeNameEnum" use="required"/> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="sAddr" type="xs:normalizedString" use="optional"/> |
type | scl:tBasicTypeEnum | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:attribute name="bType" type="tBasicTypeEnum" use="required"/> |
type | scl:tValKindEnum | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
source | <xs:attribute name="valKind" type="tValKindEnum" use="optional" default="Set"/> |
type | tAnyName | ||
properties |
|
||
source | <xs:attribute name="type" type="tAnyName" use="optional"/> |
type | scl:tDACount | ||||
properties |
|
||||
source | <xs:attribute name="count" type="tDACount" use="optional" default="0"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="valImport" type="xs:boolean" use="optional" default="false"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tVal | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="Val" type="tVal" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of scl:tAbstractDataAttribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:Val | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tBDA"> <xs:complexContent> <xs:extension base="tAbstractDataAttribute"/> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of scl:tAbstractDataAttribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:Val scl:ProtNs | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tDA"> <xs:complexContent> <xs:extension base="tAbstractDataAttribute"> <xs:sequence> <xs:element name="ProtNs" type="tProtNs" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attributeGroup ref="agDATrgOp"/> <xs:attribute name="fc" type="tFCEnum" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | scl:tFCEnum | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:attribute name="fc" type="tFCEnum" use="required"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tProtNs | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="ProtNs" type="tProtNs" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||
namespace | http://www.iec.ch/61850/2003/SCL | ||
children | scl:LNodeType scl:DOType scl:DAType scl:EnumType | ||
used by |
|
||
source | <xs:complexType name="tDataTypeTemplates"> <xs:sequence> <xs:element name="LNodeType" type="tLNodeType" maxOccurs="unbounded"> <xs:unique name="uniqueDOInLNodeType"> <xs:selector xpath="scl:DO"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> <xs:element name="DOType" type="tDOType" maxOccurs="unbounded"> <xs:unique name="uniqueDAorSDOInDOType"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> <xs:element name="DAType" type="tDAType" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueBDAInDAType"> <xs:selector xpath="scl:BDA"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="uniqueProtNs"> <xs:selector xpath="scl:ProtNs"/> <xs:field xpath="@type"/> <xs:field xpath="."/> </xs:unique> </xs:element> <xs:element name="EnumType" type="tEnumType" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueOrdInEnumType"> <xs:selector xpath="scl:EnumVal"/> <xs:field xpath="@ord"/> </xs:unique> <xs:unique name="uniqueEnumValue"> <xs:selector xpath="scl:EnumVal"/> <xs:field xpath="."/> </xs:unique> </xs:element> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tLNodeType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:DO | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="LNodeType" type="tLNodeType" maxOccurs="unbounded"> <xs:unique name="uniqueDOInLNodeType"> <xs:selector xpath="scl:DO"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tDOType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:SDO scl:DA | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||
source | <xs:element name="DOType" type="tDOType" maxOccurs="unbounded"> <xs:unique name="uniqueDAorSDOInDOType"> <xs:selector xpath="./*"/> <xs:field xpath="@name"/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | scl:tDAType | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:BDA scl:ProtNs | ||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||
source | <xs:element name="DAType" type="tDAType" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueBDAInDAType"> <xs:selector xpath="scl:BDA"/> <xs:field xpath="@name"/> </xs:unique> <xs:unique name="uniqueProtNs"> <xs:selector xpath="scl:ProtNs"/> <xs:field xpath="@type"/> <xs:field xpath="."/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tEnumType | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:EnumVal | ||||||||||||||||||
attributes |
|
||||||||||||||||||
identity constraints |
|
||||||||||||||||||
source | <xs:element name="EnumType" type="tEnumType" minOccurs="0" maxOccurs="unbounded"> <xs:unique name="uniqueOrdInEnumType"> <xs:selector xpath="scl:EnumVal"/> <xs:field xpath="@ord"/> </xs:unique> <xs:unique name="uniqueEnumValue"> <xs:selector xpath="scl:EnumVal"/> <xs:field xpath="."/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | extension of scl:tIDNaming | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
children | scl:Text scl:Private scl:BDA scl:ProtNs | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:complexType name="tDAType"> <xs:complexContent> <xs:extension base="tIDNaming"> <xs:sequence> <xs:element name="BDA" type="tBDA" maxOccurs="unbounded"/> <xs:element name="ProtNs" type="tProtNs" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="iedType" type="tAnyName" use="optional" default=""/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tAnyName | ||||
properties |
|
||||
source | <xs:attribute name="iedType" type="tAnyName" use="optional" default=""/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tBDA | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:Val | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="BDA" type="tBDA" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tProtNs | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="ProtNs" type="tProtNs" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tDO"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:attribute name="name" type="tDataName" use="required"/> <xs:attribute name="type" type="tName" use="required"/> <xs:attribute name="accessControl" type="xs:normalizedString" use="optional"/> <xs:attribute name="transient" type="xs:boolean" use="optional" default="false"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tDataName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="name" type="tDataName" use="required"/> |
type | tName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="type" type="tName" use="required"/> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="accessControl" type="xs:normalizedString" use="optional"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="transient" type="xs:boolean" use="optional" default="false"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | extension of scl:tIDNaming | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:SDO scl:DA | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="tDOType"> <xs:complexContent> <xs:extension base="tIDNaming"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="SDO" type="tSDO"/> <xs:element name="DA" type="tDA"> <xs:unique name="uniqueProtNsInDA"> <xs:selector xpath="scl:ProtNs"/> <xs:field xpath="@type"/> <xs:field xpath="."/> </xs:unique> </xs:element> </xs:choice> <xs:attribute name="iedType" type="tAnyName" use="optional" default=""/> <xs:attribute name="cdc" type="tCDCEnum" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tAnyName | ||||
properties |
|
||||
source | <xs:attribute name="iedType" type="tAnyName" use="optional" default=""/> |
type | scl:tCDCEnum | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:attribute name="cdc" type="tCDCEnum" use="required"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | scl:tSDO | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:element name="SDO" type="tSDO"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tDA | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:Val scl:ProtNs | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
identity constraints |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="DA" type="tDA"> <xs:unique name="uniqueProtNsInDA"> <xs:selector xpath="scl:ProtNs"/> <xs:field xpath="@type"/> <xs:field xpath="."/> </xs:unique> </xs:element> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tIDNaming | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private scl:EnumVal | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tEnumType"> <xs:complexContent> <xs:extension base="tIDNaming"> <xs:sequence> <xs:element name="EnumVal" type="tEnumVal" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tEnumVal | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="EnumVal" type="tEnumVal" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of xs:normalizedString | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tEnumVal"> <xs:simpleContent> <xs:extension base="xs:normalizedString"> <xs:attribute name="ord" type="xs:int" use="required"/> <xs:attributeGroup ref="agDesc"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
type | xs:int | ||
properties |
|
||
source | <xs:attribute name="ord" type="xs:int" use="required"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | extension of scl:tIDNaming | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private scl:DO | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="tLNodeType"> <xs:complexContent> <xs:extension base="tIDNaming"> <xs:sequence> <xs:element name="DO" type="tDO" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="iedType" type="tAnyName" use="optional" default=""/> <xs:attribute name="lnClass" type="tLNClassEnum" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tAnyName | ||||
properties |
|
||||
source | <xs:attribute name="iedType" type="tAnyName" use="optional" default=""/> |
type | scl:tLNClassEnum | ||
properties |
|
||
source | <xs:attribute name="lnClass" type="tLNClassEnum" use="required"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||
type | scl:tDO | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | scl:Text scl:Private | ||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <xs:element name="DO" type="tDO" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | extension of tNamespaceName | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tProtNs"> <xs:simpleContent> <xs:extension base="tNamespaceName"> <xs:attribute name="type" use="optional" default="8-MMS"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> |
type | restriction of xs:normalizedString | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="type" use="optional" default="8-MMS"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | extension of scl:tUnNaming | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | scl:Text scl:Private | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="tSDO"> <xs:complexContent> <xs:extension base="tUnNaming"> <xs:attribute name="name" type="tSubDataName" use="required"/> <xs:attribute name="type" type="tName" use="required"/> <xs:attribute name="count" type="tSDOCount" use="optional" default="0"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tSubDataName | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="name" type="tSubDataName" use="required"/> |
type | tName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="type" type="tName" use="required"/> |
type | scl:tSDOCount | ||||
properties |
|
||||
source | <xs:attribute name="count" type="tSDOCount" use="optional" default="0"/> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xs:attributeGroup name="agDATrgOp"> <xs:attribute name="dchg" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="qchg" type="xs:boolean" use="optional" default="false"/> <xs:attribute name="dupd" type="xs:boolean" use="optional" default="false"/> </xs:attributeGroup> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="dchg" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="qchg" type="xs:boolean" use="optional" default="false"/> |
type | xs:boolean | ||||
properties |
|
||||
source | <xs:attribute name="dupd" type="xs:boolean" use="optional" default="false"/> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
properties |
|
||||||
used by |
|
||||||
attributes |
|
||||||
source | <xs:complexType name="tAnyContentFromOtherNamespace" abstract="true" mixed="true"> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:any namespace="##other" processContents="lax"/> </xs:sequence> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:complexType> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
properties |
|
||||||
children | scl:Text scl:Private | ||||||
used by |
|
||||||
attributes |
|
||||||
source | <xs:complexType name="tBaseElement" abstract="true"> <xs:sequence> <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="Text" type="tText" minOccurs="0"/> <xs:element name="Private" type="tPrivate" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tText | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="Text" type="tText" minOccurs="0"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | scl:tPrivate | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:element name="Private" type="tPrivate" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of xs:decimal | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tBitRateInMbPerSec"> <xs:simpleContent> <xs:extension base="xs:decimal"> <xs:attribute name="unit" type="xs:normalizedString" use="optional" fixed="b/s"/> <xs:attribute name="multiplier" type="tUnitMultiplierEnum" use="optional" fixed="M"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
type | xs:normalizedString | ||||
properties |
|
||||
source | <xs:attribute name="unit" type="xs:normalizedString" use="optional" fixed="b/s"/> |
type | scl:tUnitMultiplierEnum | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:attribute name="multiplier" type="tUnitMultiplierEnum" use="optional" fixed="M"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of xs:decimal | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tDurationInMilliSec"> <xs:simpleContent> <xs:extension base="xs:decimal"> <xs:attribute name="unit" type="xs:token" use="optional" fixed="s"/> <xs:attribute name="multiplier" type="tUnitMultiplierEnum" use="optional" fixed="m"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
type | xs:token | ||||
properties |
|
||||
source | <xs:attribute name="unit" type="xs:token" use="optional" fixed="s"/> |
type | scl:tUnitMultiplierEnum | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:attribute name="multiplier" type="tUnitMultiplierEnum" use="optional" fixed="m"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | restriction of scl:tValueWithUnit | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tDurationInSec"> <xs:simpleContent> <xs:restriction base="tValueWithUnit"> <xs:attribute name="unit" type="xs:token" use="required" fixed="s"/> <xs:attribute name="multiplier" type="tUnitMultiplierEnum" use="optional" default=""/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | xs:token | ||||
properties |
|
||||
source | <xs:attribute name="unit" type="xs:token" use="required" fixed="s"/> |
type | scl:tUnitMultiplierEnum | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:attribute name="multiplier" type="tUnitMultiplierEnum" use="optional" default=""/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||
children | scl:Text scl:History | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tHeader"> <xs:sequence> <xs:element name="Text" type="tText" minOccurs="0"/> <xs:element name="History" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Hitem" type="tHitem" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="id" type="xs:normalizedString" use="required"/> <xs:attribute name="version" type="xs:normalizedString" use="optional"/> <xs:attribute name="revision" type="xs:normalizedString" use="optional" default=""/> <xs:attribute name="toolID" type="xs:normalizedString" use="optional"/> <xs:attribute name="nameStructure" use="optional" default="IEDName"> <xs:simpleType> <xs:restriction base="xs:Name"> <xs:enumeration value="IEDName"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="id" type="xs:normalizedString" use="required"/> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="version" type="xs:normalizedString" use="optional"/> |
type | xs:normalizedString | ||||
properties |
|
||||
source | <xs:attribute name="revision" type="xs:normalizedString" use="optional" default=""/> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="toolID" type="xs:normalizedString" use="optional"/> |
type | restriction of xs:Name | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="nameStructure" use="optional" default="IEDName"> <xs:simpleType> <xs:restriction base="xs:Name"> <xs:enumeration value="IEDName"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | scl:tText | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="Text" type="tText" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
properties |
|
||||||
children | scl:Hitem | ||||||
source | <xs:element name="History" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Hitem" type="tHitem" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||
type | scl:tHitem | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="Hitem" type="tHitem" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||
type | extension of scl:tAnyContentFromOtherNamespace | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="tHitem" mixed="true"> <xs:complexContent> <xs:extension base="tAnyContentFromOtherNamespace"> <xs:attribute name="version" type="xs:normalizedString" use="required"/> <xs:attribute name="revision" type="xs:normalizedString" use="required"/> <xs:attribute name="when" type="xs:normalizedString" use="required"/> <xs:attribute name="who" type="xs:normalizedString"/> <xs:attribute name="what" type="xs:normalizedString"/> <xs:attribute name="why" type="xs:normalizedString"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="version" type="xs:normalizedString" use="required"/> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="revision" type="xs:normalizedString" use="required"/> |
type | xs:normalizedString | ||
properties |
|
||
source | <xs:attribute name="when" type="xs:normalizedString" use="required"/> |
type | xs:normalizedString |
source | <xs:attribute name="who" type="xs:normalizedString"/> |
type | xs:normalizedString |
source | <xs:attribute name="what" type="xs:normalizedString"/> |
type | xs:normalizedString |
source | <xs:attribute name="why" type="xs:normalizedString"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tBaseElement | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tIDNaming" abstract="true"> <xs:complexContent> <xs:extension base="tBaseElement"> <xs:attribute name="id" type="tName" use="required"/> <xs:attributeGroup ref="agDesc"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="id" type="tName" use="required"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tBaseElement | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | scl:Text scl:Private | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tNaming" abstract="true"> <xs:complexContent> <xs:extension base="tBaseElement"> <xs:attribute name="name" type="tName" use="required"/> <xs:attributeGroup ref="agDesc"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | tName | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="name" type="tName" use="required"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of scl:tAnyContentFromOtherNamespace | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tPrivate" mixed="true"> <xs:complexContent> <xs:extension base="tAnyContentFromOtherNamespace"> <xs:attribute name="type" use="required"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="source" type="xs:anyURI" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | restriction of xs:normalizedString | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:attribute name="type" use="required"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | xs:anyURI | ||
properties |
|
||
source | <xs:attribute name="source" type="xs:anyURI" use="optional"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | extension of scl:tAnyContentFromOtherNamespace | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tText" mixed="true"> <xs:complexContent> <xs:extension base="tAnyContentFromOtherNamespace"> <xs:attribute name="source" type="xs:anyURI" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:anyURI | ||
properties |
|
||
source | <xs:attribute name="source" type="xs:anyURI" use="optional"/> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | extension of scl:tBaseElement | ||||||||||||
properties |
|
||||||||||||
children | scl:Text scl:Private | ||||||||||||
used by | |||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tUnNaming" abstract="true"> <xs:complexContent> <xs:extension base="tBaseElement"> <xs:attributeGroup ref="agDesc"/> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | extension of xs:normalizedString | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="tVal"> <xs:simpleContent> <xs:extension base="xs:normalizedString"> <xs:attribute name="sGroup" type="xs:unsignedInt" use="optional"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
type | xs:unsignedInt | ||
properties |
|
||
source | <xs:attribute name="sGroup" type="xs:unsignedInt" use="optional"/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | extension of xs:decimal | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tValueWithUnit"> <xs:simpleContent> <xs:extension base="xs:decimal"> <xs:attribute name="unit" type="xs:token" use="required"/> <xs:attribute name="multiplier" type="tUnitMultiplierEnum" use="optional" default=""/> </xs:extension> </xs:simpleContent> </xs:complexType> |
type | xs:token | ||
properties |
|
||
source | <xs:attribute name="unit" type="xs:token" use="required"/> |
type | scl:tUnitMultiplierEnum | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:attribute name="multiplier" type="tUnitMultiplierEnum" use="optional" default=""/> |
diagram | ![]() |
||||||||||||||||||
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | restriction of scl:tValueWithUnit | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xs:complexType name="tVoltage"> <xs:simpleContent> <xs:restriction base="tValueWithUnit"> <xs:attribute name="unit" type="xs:token" use="required" fixed="V"/> <xs:attribute name="multiplier" type="tUnitMultiplierEnum" use="optional" default=""/> </xs:restriction> </xs:simpleContent> </xs:complexType> |
type | xs:token | ||||
properties |
|
||||
source | <xs:attribute name="unit" type="xs:token" use="required" fixed="V"/> |
type | scl:tUnitMultiplierEnum | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:attribute name="multiplier" type="tUnitMultiplierEnum" use="optional" default=""/> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:attributeGroup name="agDesc"> <xs:attribute name="desc" type="xs:normalizedString" use="optional" default=""/> </xs:attributeGroup> |
type | xs:normalizedString | ||||
properties |
|
||||
source | <xs:attribute name="desc" type="xs:normalizedString" use="optional" default=""/> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||
type | restriction of xs:token | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="tAssociationKindEnum"> <xs:restriction base="xs:token"> <xs:enumeration value="pre-established"/> <xs:enumeration value="predefined"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||
type | union of (scl:tPredefinedAttributeNameEnum, scl:tExtensionAttributeNameEnum) | ||||
used by |
|
||||
source | <xs:simpleType name="tAttributeNameEnum"> <xs:union memberTypes="tPredefinedAttributeNameEnum tExtensionAttributeNameEnum"/> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||
type | restriction of xs:Name | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
source | <xs:simpleType name="tAuthenticationEnum"> <xs:restriction base="xs:Name"> <xs:enumeration value="none"/> <xs:enumeration value="password"/> <xs:enumeration value="weak"/> <xs:enumeration value="strong"/> <xs:enumeration value="certificate"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tPredefinedBasicTypeEnum | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="tBasicTypeEnum"> <xs:restriction base="tPredefinedBasicTypeEnum"/> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | scl:tPredefinedCDCEnum | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="tCDCEnum"> <xs:restriction base="tPredefinedCDCEnum"/> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||
type | union of (scl:tPredefinedCommonConductingEquipmentEnum, scl:tExtensionEquipmentEnum) | ||
used by |
|
||
source | <xs:simpleType name="tCommonConductingEquipmentEnum"> <xs:union memberTypes="tPredefinedCommonConductingEquipmentEnum tExtensionEquipmentEnum"/> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||
type | union of (xs:unsignedInt, scl:tAttributeNameEnum) | ||
used by |
|
||
source | <xs:simpleType name="tDACount"> <xs:union memberTypes="xs:unsignedInt tAttributeNameEnum"/> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||
type | union of (scl:tDomainLNGroupAEnum, scl:tDomainLNGroupCEnum, scl:tDomainLNGroupFEnum, scl:tDomainLNGroupGEnum, scl:tDomainLNGroupIEnum, scl:tDomainLNGroupKEnum, scl:tDomainLNGroupMEnum, scl:tDomainLNGroupPEnum, scl:tDomainLNGroupQEnum, scl:tDomainLNGroupREnum, scl:tDomainLNGroupSEnum, scl:tDomainLNGroupTEnum, scl:tDomainLNGroupXEnum, scl:tDomainLNGroupYEnum, scl:tDomainLNGroupZEnum) | ||
used by |
|
||
source | <xs:simpleType name="tDomainLNEnum"> <xs:union memberTypes="tDomainLNGroupAEnum tDomainLNGroupCEnum tDomainLNGroupFEnum tDomainLNGroupGEnum tDomainLNGroupIEnum tDomainLNGroupKEnum tDomainLNGroupMEnum tDomainLNGroupPEnum tDomainLNGroupQEnum tDomainLNGroupREnum tDomainLNGroupSEnum tDomainLNGroupTEnum tDomainLNGroupXEnum tDomainLNGroupYEnum tDomainLNGroupZEnum"/> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | restriction of xs:Name | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||
source | <xs:simpleType name="tDomainLNGroupAEnum"> <xs:restriction base="xs:Name"> <xs:length value="4"/> <xs:pattern value="A[A-Z]*"/> <xs:enumeration value="ANCR"/> <xs:enumeration value="ARCO"/> <xs:enumeration value="ARIS"/> <xs:enumeration value="ATCC"/> <xs:enumeration value="AVCO"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||||||||||||||
type | restriction of xs:Name | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
source | <xs:simpleType name="tDomainLNGroupCEnum"> <xs:restriction base="xs:Name"> <xs:length value="4"/> <xs:pattern value="C[A-Z]*"/> <xs:enumeration value="CALH"/> <xs:enumeration value="CCGR"/> <xs:enumeration value="CILO"/> <xs:enumeration value="CPOW"/> <xs:enumeration value="CSWI"/> <xs:enumeration value="CSYN"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||
type | restriction of xs:Name | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="tDomainLNGroupFEnum"> <xs:restriction base="xs:Name"> <xs:length value="4"/> <xs:pattern value="F[A-Z]*"/> <xs:enumeration value="FCNT"/> <xs:enumeration value="FCSD"/> <xs:enumeration value="FFIL"/> <xs:enumeration value="FLIM"/> <xs:enumeration value="FPID"/> <xs:enumeration value="FRMP"/> <xs:enumeration value="FSPT"/> <xs:enumeration value="FXOT"/> <xs:enumeration value="FXUT"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||||||||
type | restriction of xs:Name | |||||||||||||||||||||
properties |
|
|||||||||||||||||||||
used by |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
source | <xs:simpleType name="tDomainLNGroupGEnum"> <xs:restriction base="xs:Name"> <xs:length value="4"/> <xs:pattern value="G[A-Z]*"/> <xs:enumeration value="GAPC"/> <xs:enumeration value="GGIO"/> <xs:enumeration value="GLOG"/> <xs:enumeration value="GSAL"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||||||||||||||
type | restriction of xs:Name | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
source | <xs:simpleType name="tDomainLNGroupIEnum"> <xs:restriction base="xs:Name"> <xs:length value="4"/> <xs:pattern value="I[A-Z]*"/> <xs:enumeration value="IARC"/> <xs:enumeration value="IHMI"/> <xs:enumeration value="ISAF"/> <xs:enumeration value="ITCI"/> <xs:enumeration value="ITMI"/> <xs:enumeration value="ITPC"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||
type | restriction of xs:Name | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||
source | <xs:simpleType name="tDomainLNGroupKEnum"> <xs:restriction base="xs:Name"> <xs:length value="4"/> <xs:pattern value="K[A-Z]*"/> <xs:enumeration value="KFAN"/> <xs:enumeration value="KFIL"/> <xs:enumeration value="KPMP"/> <xs:enumeration value="KTNK"/> <xs:enumeration value="KVLV"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:Name | |||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="tDomainLNGroupMEnum"> <xs:restriction base="xs:Name"> <xs:length value="4"/> <xs:pattern value="M[A-Z]*"/> <xs:enumeration value="MDIF"/> <xs:enumeration value="MENV"/> <xs:enumeration value="MFLK"/> <xs:enumeration value="MHAI"/> <xs:enumeration value="MHAN"/> <xs:enumeration value="MHYD"/> <xs:enumeration value="MMDC"/> <xs:enumeration value="MMET"/> <xs:enumeration value="MMTN"/> <xs:enumeration value="MMTR"/> <xs:enumeration value="MMXN"/> <xs:enumeration value="MMXU"/> <xs:enumeration value="MSQI"/> <xs:enumeration value="MSTA"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:Name | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="tDomainLNGroupPEnum"> <xs:restriction base="xs:Name"> <xs:length value="4"/> <xs:pattern value="P[A-Z]*"/> <xs:enumeration value="PDIF"/> <xs:enumeration value="PDIR"/> <xs:enumeration value="PDIS"/> <xs:enumeration value="PDOP"/> <xs:enumeration value="PDUP"/> <xs:enumeration value="PFRC"/> <xs:enumeration value="PHAR"/> <xs:enumeration value="PHIZ"/> <xs:enumeration value="PIOC"/> <xs:enumeration value="PMRI"/> <xs:enumeration value="PMSS"/> <xs:enumeration value="POPF"/> <xs:enumeration value="PPAM"/> <xs:enumeration value="PRTR"/> <xs:enumeration value="PSCH"/> <xs:enumeration value="PSDE"/> <xs:enumeration value="PTEF"/> <xs:enumeration value="PTHF"/> <xs:enumeration value="PTOC"/> <xs:enumeration value="PTOF"/> <xs:enumeration value="PTOV"/> <xs:enumeration value="PTRC"/> <xs:enumeration value="PTTR"/> <xs:enumeration value="PTUC"/> <xs:enumeration value="PTUF"/> <xs:enumeration value="PTUV"/> <xs:enumeration value="PUPF"/> <xs:enumeration value="PVOC"/> <xs:enumeration value="PVPH"/> <xs:enumeration value="PZSU"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||||||||||||||
type | restriction of xs:Name | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
source | <xs:simpleType name="tDomainLNGroupQEnum"> <xs:restriction base="xs:Name"> <xs:length value="4"/> <xs:pattern value="Q[A-Z]*"/> <xs:enumeration value="QFVR"/> <xs:enumeration value="QITR"/> <xs:enumeration value="QIUB"/> <xs:enumeration value="QVTR"/> <xs:enumeration value="QVUB"/> <xs:enumeration value="QVVR"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:Name | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="tDomainLNGroupREnum"> <xs:restriction base="xs:Name"> <xs:length value="4"/> <xs:pattern value="R[A-Z]*"/> <xs:enumeration value="RADR"/> <xs:enumeration value="RBDR"/> <xs:enumeration value="RBRF"/> <xs:enumeration value="RDIR"/> <xs:enumeration value="RDRE"/> <xs:enumeration value="RDRS"/> <xs:enumeration value="RFLO"/> <xs:enumeration value="RMXU"/> <xs:enumeration value="RPSB"/> <xs:enumeration value="RREC"/> <xs:enumeration value="RSYN"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:Name | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="tDomainLNGroupSEnum"> <xs:restriction base="xs:Name"> <xs:length value="4"/> <xs:pattern value="S[A-Z]*"/> <xs:enumeration value="SARC"/> <xs:enumeration value="SCBR"/> <xs:enumeration value="SIMG"/> <xs:enumeration value="SIML"/> <xs:enumeration value="SLTC"/> <xs:enumeration value="SOPM"/> <xs:enumeration value="SPDC"/> <xs:enumeration value="SPTR"/> <xs:enumeration value="SSWI"/> <xs:enumeration value="STMP"/> <xs:enumeration value="SVBR"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:Name | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="tDomainLNGroupTEnum"> <xs:restriction base="xs:Name"> <xs:length value="4"/> <xs:pattern value="T[A-Z]*"/> <xs:enumeration value="TANG"/> <xs:enumeration value="TAXD"/> <xs:enumeration value="TCTR"/> <xs:enumeration value="TDST"/> <xs:enumeration value="TFLW"/> <xs:enumeration value="TFRQ"/> <xs:enumeration value="TGSN"/> <xs:enumeration value="THUM"/> <xs:enumeration value="TLVL"/> <xs:enumeration value="TMGF"/> <xs:enumeration value="TMVM"/> <xs:enumeration value="TPOS"/> <xs:enumeration value="TPRS"/> <xs:enumeration value="TRTN"/> <xs:enumeration value="TSND"/> <xs:enumeration value="TTMP"/> <xs:enumeration value="TTNS"/> <xs:enumeration value="TVBR"/> <xs:enumeration value="TVTR"/> <xs:enumeration value="TWPH"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||
type | restriction of xs:Name | |||||||||||||||
properties |
|
|||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
source | <xs:simpleType name="tDomainLNGroupXEnum"> <xs:restriction base="xs:Name"> <xs:length value="4"/> <xs:pattern value="X[A-Z]*"/> <xs:enumeration value="XCBR"/> <xs:enumeration value="XSWI"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||||||||
type | restriction of xs:Name | |||||||||||||||||||||
properties |
|
|||||||||||||||||||||
used by |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
source | <xs:simpleType name="tDomainLNGroupYEnum"> <xs:restriction base="xs:Name"> <xs:length value="4"/> <xs:pattern value="Y[A-Z]*"/> <xs:enumeration value="YEFN"/> <xs:enumeration value="YLTC"/> <xs:enumeration value="YPSH"/> <xs:enumeration value="YPTR"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:Name | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="tDomainLNGroupZEnum"> <xs:restriction base="xs:Name"> <xs:length value="4"/> <xs:pattern value="Z[A-Z]*"/> <xs:enumeration value="ZAXN"/> <xs:enumeration value="ZBAT"/> <xs:enumeration value="ZBSH"/> <xs:enumeration value="ZCAB"/> <xs:enumeration value="ZCAP"/> <xs:enumeration value="ZCON"/> <xs:enumeration value="ZGEN"/> <xs:enumeration value="ZGIL"/> <xs:enumeration value="ZLIN"/> <xs:enumeration value="ZMOT"/> <xs:enumeration value="ZREA"/> <xs:enumeration value="ZRES"/> <xs:enumeration value="ZRRC"/> <xs:enumeration value="ZSAR"/> <xs:enumeration value="ZSCR"/> <xs:enumeration value="ZSMC"/> <xs:enumeration value="ZTCF"/> <xs:enumeration value="ZTCR"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||
type | restriction of tRestrName1stL | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="tExtensionAttributeNameEnum"> <xs:restriction base="tRestrName1stL"> <xs:maxLength value="60"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of xs:Name | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:simpleType name="tExtensionCDCEnum"> <xs:restriction base="xs:Name"> <xs:minLength value="1"/> <xs:maxLength value="5"/> <xs:pattern value="[A-Za-z]+"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||
type | restriction of xs:Name | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="tExtensionEquipmentEnum"> <xs:restriction base="xs:Name"> <xs:minLength value="3"/> <xs:pattern value="E[A-Z]*"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||
type | restriction of xs:Name | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="tExtensionGeneralEquipmentEnum"> <xs:restriction base="xs:Name"> <xs:minLength value="3"/> <xs:pattern value="E[A-Z]*"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||
type | restriction of xs:Name | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="tExtensionLNClassEnum"> <xs:restriction base="xs:Name"> <xs:length value="4"/> <xs:pattern value="[A-Z]+"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:normalizedString | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tExtensionPhysConnTypeEnum"> <xs:restriction base="xs:normalizedString"> <xs:pattern value="[A-Z][0-9A-Za-z\-]*"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:normalizedString | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tExtensionPTypeEnum"> <xs:restriction base="xs:normalizedString"> <xs:pattern value="[A-Z][0-9A-Za-z\-]*"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:Name | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="tFCEnum"> <xs:restriction base="xs:Name"> <xs:enumeration value="ST"/> <xs:enumeration value="MX"/> <xs:enumeration value="CO"/> <xs:enumeration value="SP"/> <xs:enumeration value="SG"/> <xs:enumeration value="SE"/> <xs:enumeration value="SV"/> <xs:enumeration value="CF"/> <xs:enumeration value="DC"/> <xs:enumeration value="EX"/> <xs:enumeration value="SR"/> <xs:enumeration value="BL"/> <xs:enumeration value="OR"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||
type | union of (scl:tPredefinedGeneralEquipmentEnum, scl:tExtensionGeneralEquipmentEnum) | ||
used by |
|
||
source | <xs:simpleType name="tGeneralEquipmentEnum"> <xs:union memberTypes="tPredefinedGeneralEquipmentEnum tExtensionGeneralEquipmentEnum"/> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||
type | restriction of xs:Name | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="tGSEControlTypeEnum"> <xs:restriction base="xs:Name"> <xs:enumeration value="GSSE"/> <xs:enumeration value="GOOSE"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:Name | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tLLN0Enum"> <xs:restriction base="xs:Name"> <xs:enumeration value="LLN0"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL |
type | union of (scl:tPredefinedLNClassEnum, scl:tExtensionLNClassEnum) |
used by | |
source | <xs:simpleType name="tLNClassEnum"> <xs:union memberTypes="tPredefinedLNClassEnum tExtensionLNClassEnum"/> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:Name | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tLPHDEnum"> <xs:restriction base="xs:Name"> <xs:enumeration value="LPHD"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||
type | restriction of xs:Name | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||
source | <xs:simpleType name="tPhaseEnum"> <xs:restriction base="xs:Name"> <xs:enumeration value="A"/> <xs:enumeration value="B"/> <xs:enumeration value="C"/> <xs:enumeration value="N"/> <xs:enumeration value="all"/> <xs:enumeration value="none"/> <xs:enumeration value="AB"/> <xs:enumeration value="BC"/> <xs:enumeration value="CA"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||
type | union of (scl:tPredefinedPhysConnTypeEnum, scl:tExtensionPhysConnTypeEnum) | ||
used by |
|
||
source | <xs:simpleType name="tPhysConnTypeEnum"> <xs:union memberTypes="tPredefinedPhysConnTypeEnum tExtensionPhysConnTypeEnum"/> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:Name | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tPowerTransformerEnum"> <xs:restriction base="xs:Name"> <xs:enumeration value="PTR"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||||||||||||||
type | restriction of xs:Name | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
source | <xs:simpleType name="tPredefinedAttributeNameEnum"> <xs:restriction base="xs:Name"> <xs:enumeration value="T"/> <xs:enumeration value="Test"/> <xs:enumeration value="Check"/> <xs:enumeration value="SIUnit"/> <xs:enumeration value="Oper"/> <xs:enumeration value="SBO"/> <xs:enumeration value="SBOw"/> <xs:enumeration value="Cancel"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:Name | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="tPredefinedBasicTypeEnum"> <xs:restriction base="xs:Name"> <xs:enumeration value="BOOLEAN"/> <xs:enumeration value="INT8"/> <xs:enumeration value="INT16"/> <xs:enumeration value="INT24"/> <xs:enumeration value="INT32"/> <xs:enumeration value="INT64"/> <xs:enumeration value="INT128"/> <xs:enumeration value="INT8U"/> <xs:enumeration value="INT16U"/> <xs:enumeration value="INT24U"/> <xs:enumeration value="INT32U"/> <xs:enumeration value="FLOAT32"/> <xs:enumeration value="FLOAT64"/> <xs:enumeration value="Enum"/> <xs:enumeration value="Dbpos"/> <xs:enumeration value="Tcmd"/> <xs:enumeration value="Quality"/> <xs:enumeration value="Timestamp"/> <xs:enumeration value="VisString32"/> <xs:enumeration value="VisString64"/> <xs:enumeration value="VisString65"/> <xs:enumeration value="VisString129"/> <xs:enumeration value="VisString255"/> <xs:enumeration value="Octet64"/> <xs:enumeration value="Unicode255"/> <xs:enumeration value="Struct"/> <xs:enumeration value="EntryTime"/> <xs:enumeration value="Check"/> <xs:enumeration value="ObjRef"/> <xs:enumeration value="Currency"/> <xs:enumeration value="PhyComAddr"/> <xs:enumeration value="TrgOps"/> <xs:enumeration value="OptFlds"/> <xs:enumeration value="SvOptFlds"/> <xs:enumeration value="EntryID"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:Name | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="tPredefinedCDCEnum"> <xs:restriction base="xs:Name"> <xs:enumeration value="SPS"/> <xs:enumeration value="DPS"/> <xs:enumeration value="INS"/> <xs:enumeration value="ENS"/> <xs:enumeration value="ACT"/> <xs:enumeration value="ACD"/> <xs:enumeration value="SEC"/> <xs:enumeration value="BCR"/> <xs:enumeration value="HST"/> <xs:enumeration value="VSS"/> <xs:enumeration value="MV"/> <xs:enumeration value="CMV"/> <xs:enumeration value="SAV"/> <xs:enumeration value="WYE"/> <xs:enumeration value="DEL"/> <xs:enumeration value="SEQ"/> <xs:enumeration value="HMV"/> <xs:enumeration value="HWYE"/> <xs:enumeration value="HDEL"/> <xs:enumeration value="SPC"/> <xs:enumeration value="DPC"/> <xs:enumeration value="INC"/> <xs:enumeration value="ENC"/> <xs:enumeration value="BSC"/> <xs:enumeration value="ISC"/> <xs:enumeration value="APC"/> <xs:enumeration value="BAC"/> <xs:enumeration value="SPG"/> <xs:enumeration value="ING"/> <xs:enumeration value="ENG"/> <xs:enumeration value="ORG"/> <xs:enumeration value="TSG"/> <xs:enumeration value="CUG"/> <xs:enumeration value="VSG"/> <xs:enumeration value="ASG"/> <xs:enumeration value="CURVE"/> <xs:enumeration value="CSG"/> <xs:enumeration value="DPL"/> <xs:enumeration value="LPL"/> <xs:enumeration value="CSD"/> <xs:enumeration value="CST"/> <xs:enumeration value="BTS"/> <xs:enumeration value="UTS"/> <xs:enumeration value="LTS"/> <xs:enumeration value="GTS"/> <xs:enumeration value="MTS"/> <xs:enumeration value="NTS"/> <xs:enumeration value="STS"/> <xs:enumeration value="CTS"/> <xs:enumeration value="OTS"/> <xs:enumeration value="VSD"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:Name | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="tPredefinedCommonConductingEquipmentEnum"> <xs:restriction base="xs:Name"> <xs:enumeration value="CBR"/> <xs:enumeration value="DIS"/> <xs:enumeration value="VTR"/> <xs:enumeration value="CTR"/> <xs:enumeration value="GEN"/> <xs:enumeration value="CAP"/> <xs:enumeration value="REA"/> <xs:enumeration value="CON"/> <xs:enumeration value="MOT"/> <xs:enumeration value="EFN"/> <xs:enumeration value="PSH"/> <xs:enumeration value="BAT"/> <xs:enumeration value="BSH"/> <xs:enumeration value="CAB"/> <xs:enumeration value="GIL"/> <xs:enumeration value="LIN"/> <xs:enumeration value="RES"/> <xs:enumeration value="RRC"/> <xs:enumeration value="SAR"/> <xs:enumeration value="TCF"/> <xs:enumeration value="TCR"/> <xs:enumeration value="IFL"/> <xs:enumeration value="FAN"/> <xs:enumeration value="SCR"/> <xs:enumeration value="SMC"/> <xs:enumeration value="PMP"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||||||||||||||
type | restriction of xs:Name | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
source | <xs:simpleType name="tPredefinedGeneralEquipmentEnum"> <xs:restriction base="xs:Name"> <xs:enumeration value="AXN"/> <xs:enumeration value="BAT"/> <xs:enumeration value="MOT"/> <xs:enumeration value="FAN"/> <xs:enumeration value="FIL"/> <xs:enumeration value="PMP"/> <xs:enumeration value="TNK"/> <xs:enumeration value="VLV"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||
type | union of (scl:tSystemLNGroupEnum, scl:tDomainLNEnum) | ||
used by |
|
||
source | <xs:simpleType name="tPredefinedLNClassEnum"> <xs:union memberTypes="tSystemLNGroupEnum tDomainLNEnum"/> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||
type | restriction of xs:normalizedString | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="tPredefinedPhysConnTypeEnum"> <xs:restriction base="xs:normalizedString"> <xs:enumeration value="Connection"/> <xs:enumeration value="RedConn"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:Name | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="tPredefinedPTypeEnum"> <xs:restriction base="xs:Name"> <xs:enumeration value="IP"/> <xs:enumeration value="IP-SUBNET"/> <xs:enumeration value="IP-GATEWAY"/> <xs:enumeration value="OSI-NSAP"/> <xs:enumeration value="OSI-TSEL"/> <xs:enumeration value="OSI-SSEL"/> <xs:enumeration value="OSI-PSEL"/> <xs:enumeration value="OSI-AP-Title"/> <xs:enumeration value="OSI-AP-Invoke"/> <xs:enumeration value="OSI-AE-Qualifier"/> <xs:enumeration value="OSI-AE-Invoke"/> <xs:enumeration value="MAC-Address"/> <xs:enumeration value="APPID"/> <xs:enumeration value="VLAN-PRIORITY"/> <xs:enumeration value="VLAN-ID"/> <xs:enumeration value="SNTP-Port"/> <xs:enumeration value="MMS-Port"/> <xs:enumeration value="DNSName"/> <xs:enumeration value="IPv6FlowLabel"/> <xs:enumeration value="IPv6ClassOfTraffic"/> <xs:enumeration value="C37-118-IP-Port"/> <xs:enumeration value="IP-UDP-PORT"/> <xs:enumeration value="IP-TCP-PORT"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||
type | restriction of xs:Name | |||||||||||||||
properties |
|
|||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
source | <xs:simpleType name="tPredefinedPTypePhysConnEnum"> <xs:restriction base="xs:Name"> <xs:enumeration value="Type"/> <xs:enumeration value="Plug"/> <xs:enumeration value="Cable"/> <xs:enumeration value="Port"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of xs:normalizedString | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:simpleType name="tPredefinedTypeOfSecurityEnum"> <xs:restriction base="xs:normalizedString"> <xs:enumeration value="None"/> <xs:enumeration value="Signature"/> <xs:enumeration value="SignatureAndEncryption"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL |
type | union of (scl:tPredefinedPTypeEnum, scl:tExtensionPTypeEnum) |
used by | |
source | <xs:simpleType name="tPTypeEnum"> <xs:union memberTypes="tPredefinedPTypeEnum tExtensionPTypeEnum"/> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||
type | union of (scl:tPredefinedPTypePhysConnEnum, scl:tExtensionPTypeEnum) | ||
used by |
|
||
source | <xs:simpleType name="tPTypePhysConnEnum"> <xs:union memberTypes="tPredefinedPTypePhysConnEnum tExtensionPTypeEnum"/> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||
type | restriction of xs:Name | |||||||||||||||
properties |
|
|||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
source | <xs:simpleType name="tRedProtEnum"> <xs:restriction base="xs:Name"> <xs:enumeration value="none"/> <xs:enumeration value="hsr"/> <xs:enumeration value="prp"/> <xs:enumeration value="rstp"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of xs:normalizedString | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:simpleType name="tRightEnum"> <xs:restriction base="xs:normalizedString"> <xs:enumeration value="full"/> <xs:enumeration value="fix"/> <xs:enumeration value="dataflow"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||
type | union of (xs:unsignedInt, tRestrName1stL) | ||
used by |
|
||
source | <xs:simpleType name="tSDOCount"> <xs:union memberTypes="xs:unsignedInt tRestrName1stL"/> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of xs:Name | ||||||||||||
properties |
|
||||||||||||
used by | |||||||||||||
facets |
|
||||||||||||
source | <xs:simpleType name="tServiceSettingsEnum"> <xs:restriction base="xs:Name"> <xs:enumeration value="Dyn"/> <xs:enumeration value="Conf"/> <xs:enumeration value="Fix"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||
type | restriction of xs:Name | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="tServiceSettingsNoDynEnum"> <xs:restriction base="xs:Name"> <xs:enumeration value="Conf"/> <xs:enumeration value="Fix"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||
type | restriction of xs:Name | |||||||||||||||
properties |
|
|||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
source | <xs:simpleType name="tServiceType"> <xs:restriction base="xs:Name"> <xs:enumeration value="Poll"/> <xs:enumeration value="Report"/> <xs:enumeration value="GOOSE"/> <xs:enumeration value="SMV"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of xs:normalizedString | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:simpleType name="tSmpMod"> <xs:restriction base="xs:normalizedString"> <xs:enumeration value="SmpPerPeriod"/> <xs:enumeration value="SmpPerSec"/> <xs:enumeration value="SecPerSmp"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of xs:Name | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:simpleType name="tSMVDeliveryEnum"> <xs:restriction base="xs:Name"> <xs:enumeration value="unicast"/> <xs:enumeration value="multicast"/> <xs:enumeration value="both"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||
type | restriction of xs:Name | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="tSystemLNGroupEnum"> <xs:restriction base="xs:Name"> <xs:length value="4"/> <xs:pattern value="L[A-Z]*"/> <xs:pattern value="LLN0"/> <xs:enumeration value="LLN0"/> <xs:enumeration value="LPHD"/> <xs:enumeration value="LCCH"/> <xs:enumeration value="LGOS"/> <xs:enumeration value="LSVS"/> <xs:enumeration value="LTIM"/> <xs:enumeration value="LTMS"/> <xs:enumeration value="LTRK"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:Name | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tTransformerWindingEnum"> <xs:restriction base="xs:Name"> <xs:enumeration value="PTW"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:normalizedString | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="tUnitMultiplierEnum"> <xs:restriction base="xs:normalizedString"> <xs:enumeration value=""/> <xs:enumeration value="m"/> <xs:enumeration value="k"/> <xs:enumeration value="M"/> <xs:enumeration value="mu"/> <xs:enumeration value="y"/> <xs:enumeration value="z"/> <xs:enumeration value="a"/> <xs:enumeration value="f"/> <xs:enumeration value="p"/> <xs:enumeration value="n"/> <xs:enumeration value="c"/> <xs:enumeration value="d"/> <xs:enumeration value="da"/> <xs:enumeration value="h"/> <xs:enumeration value="G"/> <xs:enumeration value="T"/> <xs:enumeration value="P"/> <xs:enumeration value="E"/> <xs:enumeration value="Z"/> <xs:enumeration value="Y"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||||||||
type | restriction of xs:Name | |||||||||||||||
properties |
|
|||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
source | <xs:simpleType name="tValKindEnum"> <xs:restriction base="xs:Name"> <xs:enumeration value="Spec"/> <xs:enumeration value="Conf"/> <xs:enumeration value="RO"/> <xs:enumeration value="Set"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:normalizedString | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tAccessPointName"> <xs:restriction base="xs:normalizedString"> <xs:pattern value="[A-Za-z0-9][0-9A-Za-z_]*"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:Name | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tAcsiName"> <xs:restriction base="xs:Name"> <xs:pattern value="[A-Za-z][0-9A-Za-z_]*"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||
type | xs:normalizedString | ||||
properties |
|
||||
used by |
|
||||
source | <xs:simpleType name="tAnyName"> <xs:restriction base="xs:normalizedString"/> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||
type | restriction of xs:normalizedString | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="tAssociationID"> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> <xs:pattern value="[0-9A-Za-z]+"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||
type | restriction of tAcsiName | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="tCBName"> <xs:restriction base="tAcsiName"> <xs:maxLength value="32"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||
type | restriction of tRestrName1stU | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="tDataName"> <xs:restriction base="tRestrName1stU"> <xs:maxLength value="12"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||
type | restriction of tAcsiName | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="tDataSetName"> <xs:restriction base="tAcsiName"> <xs:maxLength value="32"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:normalizedString | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tEmpty"> <xs:restriction base="xs:normalizedString"> <xs:maxLength value="0"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:normalizedString | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tFullAttributeName"> <xs:restriction base="xs:normalizedString"> <xs:pattern value="[a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?(\.[a-zA-Z][a-zA-Z0-9]*(\([0-9]+\))?)*"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:normalizedString | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tFullDOName"> <xs:restriction base="xs:normalizedString"> <xs:pattern value="[A-Z][0-9A-Za-z]{0,11}(\.[a-z][0-9A-Za-z]*(\([0-9]+\))?)?"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||
type | restriction of tAcsiName | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="tIEDName"> <xs:restriction base="tAcsiName"> <xs:maxLength value="64"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||
type | union of (tIEDName, tOnlyRelativeIEDName) | ||
used by |
|
||
source | <xs:simpleType name="tIEDNameOrRelative"> <xs:union memberTypes="tIEDName tOnlyRelativeIEDName"/> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||
type | restriction of xs:normalizedString | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="tLDInst"> <xs:restriction base="xs:normalizedString"> <xs:maxLength value="64"/> <xs:pattern value="[A-Za-z0-9][0-9A-Za-z_]*"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||
type | union of (tLDInst, tEmpty) | ||
used by |
|
||
source | <xs:simpleType name="tLDInstOrEmpty"> <xs:union memberTypes="tLDInst tEmpty"/> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||
type | restriction of xs:normalizedString | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="tLDName"> <xs:restriction base="xs:normalizedString"> <xs:maxLength value="64"/> <xs:pattern value="[A-Za-z][0-9A-Za-z_]*"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:normalizedString | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tLineType"> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:normalizedString | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tLNInst"> <xs:restriction base="xs:normalizedString"> <xs:pattern value="[0-9]{1,12}"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||
type | union of (tLNInst, tEmpty) | ||
used by |
|
||
source | <xs:simpleType name="tLNInstOrEmpty"> <xs:union memberTypes="tLNInst tEmpty"/> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||
type | restriction of tAcsiName | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="tLogName"> <xs:restriction base="tAcsiName"> <xs:maxLength value="32"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of tVisibleBasicLatin | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:simpleType name="tMessageID"> <xs:restriction base="tVisibleBasicLatin"> <xs:minLength value="1"/> <xs:maxLength value="129"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of tAnyName | ||||||
properties |
|
||||||
used by | |||||||
facets |
|
||||||
source | <xs:simpleType name="tName"> <xs:restriction base="tAnyName"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:normalizedString | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tNamespaceName"> <xs:restriction base="xs:normalizedString"> <xs:pattern value="[ -~]+:20\d\d[A-Z]?"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:normalizedString | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tOnlyRelativeIEDName"> <xs:restriction base="xs:normalizedString"> <xs:pattern value="@"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:normalizedString | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tPAddr"> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of xs:normalizedString | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:simpleType name="tPrefix"> <xs:restriction base="xs:normalizedString"> <xs:maxLength value="11"/> <xs:pattern value="[A-Za-z][0-9A-Za-z_]*"/> <xs:pattern value=""/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:normalizedString | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tProcessName"> <xs:restriction base="xs:normalizedString"> <xs:pattern value=".+(/.+)*"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:normalizedString | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tProcessType"> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:normalizedString | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tRef"> <xs:restriction base="xs:normalizedString"> <xs:pattern value=".+/.+/.+/.+(/.+)*"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:Name | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tRestrName1stL"> <xs:restriction base="xs:Name"> <xs:pattern value="[a-z][0-9A-Za-z]*"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:Name | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tRestrName1stU"> <xs:restriction base="xs:Name"> <xs:pattern value="[A-Z][0-9A-Za-z]*"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:Name | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tSclRevision"> <xs:restriction base="xs:Name"> <xs:pattern value="[A-Z]"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | |||||||||
type | restriction of tName | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="tSclVersion"> <xs:restriction base="tName"> <xs:pattern value="2[0-2][0-9]{2}"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||||||||
type | restriction of tRestrName1stL | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:simpleType name="tSubDataName"> <xs:restriction base="tRestrName1stL"> <xs:minLength value="1"/> <xs:maxLength value="60"/> </xs:restriction> </xs:simpleType> |
namespace | http://www.iec.ch/61850/2003/SCL | ||||||
type | restriction of xs:normalizedString | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
source | <xs:simpleType name="tVisibleBasicLatin"> <xs:restriction base="xs:normalizedString"> <xs:pattern value="[ -~]*"/> </xs:restriction> </xs:simpleType> |