diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="EnvironmentType" abstract="false"> <xs:annotation> <xs:appinfo>Information about a geometry, a state associated with a geometry, a bounding volume, or an associated entity ID. 6.2.31, not fully defined. 'The current definitions can be found in DIS PCR 240' </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="environmentType" type="xs:string"> <xs:annotation> <xs:appinfo>Record type (SISO enumeration EnvironmentalProcessRecordType uid 250)</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="length" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>length, in bits</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="index" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>Identify the sequentially numbered record index</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="padding1" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>padding</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="geometry"> <xs:annotation> <xs:appinfo>Geometry or state record</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="padding2" type="xs:unsignedInt"/> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="environmentType" type="xs:string"> <xs:annotation> <xs:appinfo>Record type (SISO enumeration EnvironmentalProcessRecordType uid 250)</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="length" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>length, in bits</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="index" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>Identify the sequentially numbered record index</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="padding1" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>padding</xs:appinfo> </xs:annotation> </xs:attribute> |
annotation |
|
||
source | <xs:attribute name="geometry"> <xs:annotation> <xs:appinfo>Geometry or state record</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedInt |
source | <xs:attribute name="padding2" type="xs:unsignedInt"/> |