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 Group | PackageMappingCommonGroup |
<xs:element name="Complement" 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> |