simpleType binary
namespace http://www.ite.org/tmdd
type restriction of xs:string
used by
simpleType Detector-lane-number
facets
pattern [01]*
source <xs:simpleType name="binary">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[01]*"/>
 
</xs:restriction>
</xs:simpleType>


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