<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: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 Occurences value greater than one.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="Offset_Words"/> <xs:element ref="Occurrences" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:unique name="UniqueFirewireParameterName"> <xs:selector xpath="./Parameter"/> <xs:field< |