diagram | ![]() |
||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | associatedEntityID associatedLocation | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="AssociationType" abstract="false"> <xs:annotation> <xs:appinfo>An entity's associations with other entities and/or locations. For each association, this record shall specify the type of the association, the associated entity's EntityID and/or the associated location's world coordinates. This record may be used (optionally) in a transfer transaction to send internal state data from the divesting simulation to the acquiring simulation (see 5.9.4). This record may also be used for other purposes. Section 6.2.9 </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:sequence> <xs:element name="associatedEntityID" type="EntityIdentifierType"> <xs:annotation> <xs:appinfo>identity of associated entity. If none, NO_SPECIFIC_ENTITY</xs:appinfo> </xs:annotation> </xs:element> <xs:element name="associatedLocation" type="Vector3DoubleType"> <xs:annotation> <xs:appinfo>location, in world coordinates</xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="associationType" type="xs:string"> <xs:annotation> <xs:appinfo>This field shall indicate the type of association. It shall be represented by an 8-bit enumeration. Values for this field are found in Section 14 of SISO-REF-010 (SISO enumeration EntityAssociationAssociationType 330) </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="padding" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>zero-filled array of padding bits for byte alignment and consistent sizing of PDU data </xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> <!-- ========== debug: divider between elements and attributes ========== --> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="associationType" type="xs:string"> <xs:annotation> <xs:appinfo>This field shall indicate the type of association. It shall be represented by an 8-bit enumeration. Values for this field are found in Section 14 of SISO-REF-010 (SISO enumeration EntityAssociationAssociationType 330) </xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="padding" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>zero-filled array of padding bits for byte alignment and consistent sizing of PDU data </xs:appinfo> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||||
type | EntityIdentifierType | ||||||||||||||
properties |
|
||||||||||||||
children | simulationAddress | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="associatedEntityID" type="EntityIdentifierType"> <xs:annotation> <xs:appinfo>identity of associated entity. If none, NO_SPECIFIC_ENTITY</xs:appinfo> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||
type | Vector3DoubleType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="associatedLocation" type="Vector3DoubleType"> <xs:annotation> <xs:appinfo>location, in world coordinates</xs:appinfo> </xs:annotation> </xs:element> |