DefaultType

Type definition to allow both decimals or boolean to express a
default

Simple Type Information

Used By

Source

<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>