<xs:element name="Mapping" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">This element defines the placement of a parameter in a frame.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="DAU_ID" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The ID of the DAU from which the parameter is sourced.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="60"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PageAddress" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The eight most significant bits of the 17-bit CAIS address.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Address" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The nine least significant bits of the 17-bit CAIS address.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="511"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:group ref="PackageMappingCommonGroup"/>
<xs:element name="Location" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">The location(s) of a parameter in a package. NOTE: if more than one location is specified then it is an error to have an Occurrences value greater than one.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element ref="Offset_uS"/>
<xs:element ref="Offset_Bits"/>
</xs:choice>
<xs:element ref="Occurrences" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element> |