<xs:element name="Content" minOccurs="0"> <xs:complexType> <xs:sequence> <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 minOccurs="0"> <xs:element name="Tag" type="xs:hexBinary"> <xs:annotation> <xs:documentation xml:lang="en">This element is used to specify the value that is used to identify the word. NOTE: it is presumed that data immediately follows this tag.</xs:documentation> </xs:annotation> </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_Words"/> <xs:element ref="Offset_Bits"/> |