Settings

Contains a list of settings common to
the link or pacages defined on the link

Element Information

Model

Children: Setting

Source

<xs:element name="Settings" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Contains a list of settings common to the link or pacages defined on the link</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Setting" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation xml:lang="en">This element defines a setting</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:all>
            <xs:element name="Name" type="xs:string">
              <xs:annotation>
                <xs:documentation xml:lang="en">The name of the setting</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Value" type="xs:string">
              <xs:annotation>
                <xs:documentation xml:lang="en">The value for the setting</xs:documentation>
              </xs:annotation>
            </xs:element>