Content

This element is used to describe parameter placement.

Element Information

Model

Children: Mapping

Source

<xs:element name="Content" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">This element is used to describe parameter placement.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Mapping" 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" type="FrameLocationType" 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:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:unique