| namespace | https://mmixm.aero/base/4 | |||||||||
| type | restriction of xs:integer | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <xs:simpleType name="BinaryType"> <xs:annotation> <xs:documentation>Value of 0 or 1.</xs:documentation> </xs:annotation> <xs:restriction base="xs:integer"> <xs:maxInclusive value="1"/> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> |