Documentation for ATIS-Draft-03-00-79

Simple Type: binary

[Table of contents]

Super-types: xs:string < binary (by restriction)
Sub-types:
Name binary
Content
  • Base XSD Type: string
  • pattern = [01]*
Diagram
Schema Component Representation
<xs:simpleType name="binary">
<xs:restriction base=" xs:string ">
<xs:pattern value="[01]*"/>
</xs:restriction>
</xs:simpleType>