| diagram | ![]() |
||||||||||||||
| type | extension of rootType | ||||||||||||||
| properties |
|
||||||||||||||
| children | simulationAddress | ||||||||||||||
| used by | |||||||||||||||
| attributes |
|
||||||||||||||
| annotation |
|
||||||||||||||
| source | <xs:complexType name="ObjectIdentifierType" abstract="false"> <xs:annotation> <xs:appinfo>The unique designation of an environmental object. Section 6.2.63</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:sequence> <xs:element name="simulationAddress" type="SimulationAddressType"> <xs:annotation> <xs:appinfo>Simulation Address</xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="objectNumber" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>object 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="objectNumber" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>object number</xs:appinfo> </xs:annotation> </xs:attribute> |
| diagram | ![]() |
||||||||||||||||||||||
| type | SimulationAddressType | ||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| source | <xs:element name="simulationAddress" type="SimulationAddressType"> <xs:annotation> <xs:appinfo>Simulation Address</xs:appinfo> </xs:annotation> </xs:element> |