diagram | ![]() |
||||||||||||||
type | extension of rootType | ||||||||||||||
properties |
|
||||||||||||||
children | simulationAddress | ||||||||||||||
used by | |||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="SimulationIdentifierType" abstract="false"> <xs:annotation> <xs:appinfo>The unique designation of a simulation when using the 48-bit identifier format shall be specified by the Sim- ulation Identifier record. The reason that the 48-bit format is required in addition to the 32-bit simulation address format that actually identifies a specific simulation is because some 48-bit identifier fields in PDUs may contain either an Object Identifier, such as an Entity ID, or a Simulation Identifier. Section 6.2.80 </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="referenceNumber" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>This field shall be set to zero as there is no reference number associated with a Simulation Identifier. </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="referenceNumber" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>This field shall be set to zero as there is no reference number associated with a Simulation Identifier. </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> |