Mapping

Element Information

Model

Source

<xs:element name="Mapping">
  <xs:complexType>
    <xs:sequence>
      <xs:choice>
        <xs:element name="Parameter">
          <xs:annotation>
            <xs:documentation xml:lang="en">This element is used to define a sub-parameter.</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:complexContent>
              <xs:extension base="PackageSubParameterType">
                <xs:attribute name="Name" use="required">
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:minLength value="1"/>
                    </xs:restriction>
                  </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="VendorName" use="optional">
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:minLength value="1"/>
                    </xs:restriction>