Schema for the XML headers of the SDM Binary Data Format (vers. 0.94)

Simple Type: NumAntenna

[Table of contents]

Super-types:xs:positiveInteger < NumAntenna (by restriction)
Sub-types:None
NameNumAntenna
Content
  • Base XSD Type: positiveInteger
  • value <= 64
Diagram
Schema Component Representation
<xs:simpleType name="NumAntenna">
<xs:restriction base="xs:positiveInteger">
<xs:maxInclusive value="64"/>
</xs:restriction>
</xs:simpleType>