diagram | ![]() |
||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | FixedDatum VariableDatum | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="DatumSpecificationType" abstract="false"> <xs:annotation> <xs:appinfo>List of fixed and variable datum records. Section 6.2.18 (length of list found in field numberOfFixedDatums numberOfVariableDatums) </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:sequence> <!--Attribute (as element) DatumSpecification fixedDatumIDList with objectlist classRef name=FixedDatum, type=FixedDatumType--> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:appinfo>Number of elements is determined by size fieldnumberOfFixedDatums and can be 0 or greater. Ensure that the total PDU size does not exceed maximums allowed in IEEE DIS Specification. </xs:appinfo> <xs:documentation>numberOfFixedDatums</xs:documentation> </xs:annotation> <xs:element name="FixedDatum" type="FixedDatumType"> <xs:annotation> <xs:appinfo>variable length list fixed datums (length of list found in field numberOfFixedDatums)</xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> <!--Attribute (as element) DatumSpecification variableDatumIDList with objectlist classRef name=VariableDatum, type=VariableDatumType--> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:appinfo>Number of elements is determined by size fieldnumberOfVariableDatums and can be 0 or greater. Ensure that the total PDU size does not exceed maximums allowed in IEEE DIS Specification. </xs:appinfo> <xs:documentation>numberOfVariableDatums</xs:documentation> </xs:annotation> <xs:element name="VariableDatum" type="VariableDatumType"> <xs:annotation> <xs:appinfo>variable length list of variable datums (length of list found in field numberOfVariableDatums)</xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> </xs:sequence> <xs:attribute name="numberOfFixedDatums" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>Number of fixed datums</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="numberOfVariableDatums" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>Number of variable datums</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> <!-- ========== debug: divider between elements and attributes ========== --> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:unsignedLong | ||
annotation |
|
||
source | <xs:attribute name="numberOfFixedDatums" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>Number of fixed datums</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedLong | ||
annotation |
|
||
source | <xs:attribute name="numberOfVariableDatums" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>Number of variable datums</xs:appinfo> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||||||
type | FixedDatumType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="FixedDatum" type="FixedDatumType"> <xs:annotation> <xs:appinfo>variable length list fixed datums (length of list found in field numberOfFixedDatums)</xs:appinfo> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
type | VariableDatumType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:element name="VariableDatum" type="VariableDatumType"> <xs:annotation> <xs:appinfo>variable length list of variable datums (length of list found in field numberOfVariableDatums)</xs:appinfo> </xs:annotation> </xs:element> |