DefaultComplement

This optional element can be used to complement the bits of the parameter.  the allowed values are 'Yes' and 'No'.  The default value is 'No'.

Element Information

Model

Used By

Source

<xs:element name="DefaultComplement" default="No">
  <xs:annotation>
    <xs:documentation xml:lang="en">This optional element can be used to complement the bits of the parameter. the allowed values are 'Yes' and 'No'. The default value is 'No'.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Yes"/>
      <xs:enumeration value="No"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>

Sample