complexType AssociationType
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p359.png
type extension of rootType
properties
base rootType
abstract false
children associatedEntityID associatedLocation
attributes
Name  Type  Use  Default  Fixed  Annotation
associationType  xs:string        
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)
                 
padding  xs:unsignedByte        
appinfo
zero-filled array of padding bits for byte alignment and consistent sizing of PDU
                     data
                 
annotation
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
        
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>

attribute AssociationType/@associationType
type xs:string
annotation
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)
                 
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>

attribute AssociationType/@padding
type xs:unsignedByte
annotation
appinfo
zero-filled array of padding bits for byte alignment and consistent sizing of PDU
                     data
                 
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>

element AssociationType/associatedEntityID
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p360.png
type EntityIdentifierType
properties
content complex
children simulationAddress
attributes
Name  Type  Use  Default  Fixed  Annotation
entityNumber  xs:unsignedShort        
appinfo
Entity number
annotation
appinfo
identity of associated entity. If none, NO_SPECIFIC_ENTITY
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>

element AssociationType/associatedLocation
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p361.png
type Vector3DoubleType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
x  xs:double        
appinfo
X value
y  xs:double        
appinfo
y Value
z  xs:double        
appinfo
Z value
annotation
appinfo
location, in world coordinates
source <xs:element name="associatedLocation" type="Vector3DoubleType">
 
<xs:annotation>
   
<xs:appinfo>location, in world coordinates</xs:appinfo>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy