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

Simple Type: StokesParameterList

[Table of contents]

Super-types:Local type definition < StokesParameterList (by restriction)
Sub-types:
NameStokesParameterList
Content
  • List of:
    • Locally defined type:
      • Base XSD Type: NCName
      • value comes from list: {'I'|'Q'|'U'|'V'|'RR'|'RL'|'LR'|'LL'|'XX'|'XY'|'YX'|'YY'}
Diagram
Schema Component Representation
<xs:simpleType name="StokesParameterList">
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="StokesParameter"/>
</xs:simpleType>
</xs:list>
</xs:simpleType>
</xs:restriction>
</xs:simpleType>