simpleType BinaryType
namespace https://mmixm.aero/base/3
type restriction of xs:integer
properties
base xs:integer
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
annotation
documentation
Value of 0 or 1.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy