| diagram | ![]() |
||||||||||||||
| type | extension of rootType | ||||||||||||||
| properties |
|
||||||||||||||
| children | simulationAddress | ||||||||||||||
| used by |
|
||||||||||||||
| attributes |
|
||||||||||||||
| annotation |
|
||||||||||||||
| source | <xs:complexType name="EntityIdentifierType" abstract="false"> <xs:annotation> <xs:appinfo>Entity Identifier. Unique ID for entities in the world. Consists of an simulation address and a entity number. Section 6.2.28. </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:sequence> <xs:element name="simulationAddress" type="SimulationAddressType"> <xs:annotation> <xs:appinfo>Site and application IDs</xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="entityNumber" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>Entity number</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> <!-- ========== debug: divider between elements and attributes ========== --> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
| type | xs:unsignedShort | ||
| annotation |
|
||
| source | <xs:attribute name="entityNumber" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>Entity number</xs:appinfo> </xs:annotation> </xs:attribute> |
| diagram | ![]() |
||||||||||||||||||||||
| type | SimulationAddressType | ||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| source | <xs:element name="simulationAddress" type="SimulationAddressType"> <xs:annotation> <xs:appinfo>Site and application IDs</xs:appinfo> </xs:annotation> </xs:element> |