Type definition to allow both decimals or boolean to express a default |
Attribute | QuantityGroup/@Default |
<xs:simpleType name="DefaultType"> <xs:annotation> <xs:documentation>Type definition to allow both decimals or boolean to express a default</xs:documentation> </xs:annotation> <xs:union memberTypes="xs:decimal xs:boolean"/> </xs:simpleType> |