<xs:element name="Properties"> <xs:complexType> <xs:sequence> <xs:element name="NumberOfWords"> <xs:annotation> <xs:documentation xml:lang="en">This element contains the total number of words in the package including header information and data.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:choice> <xs:element name="Channel" type="xs:unsignedInt"> <xs:annotation> <xs:documentation xml:lang="en">This element contains the channel from which the data stream defined by the package originates.</xs:documentation> </xs:annotation> </xs:element> <xs:sequence> <xs:element ref="HashBinary" maxOccurs="unbounded"/> </xs:sequence> </xs:choice> </xs:sequence> </xs:complexType> </xs:element> |