urn:schemas-cosylab-com:BulkDataNTReceiver:1.0
simpleType byteData

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{urn:schemas-cosylab-com:BulkDataNTReceiver:1.0}byteData (restriction)

Documentation
                <xs:string>
            
                Uses a byte-oriented encoding wich successive bytes separates by comma and each byte represented
                either using a decimal or hexadecimal notation. White space is allowed between bytes.
                For example:
                34, 44, 56,0x44,127,0xf3,
                44,233,122, 122, 44, 222
            
Properties
This component is not nillable.

Model

(\s)*(([0-2]?[0-9]?[0-9])|(0[xX][0-9a-fA-F]?[0-9a-fA-F]))(\s)*(,(\s)*(([0-2]?[0-9]?[0-9])|(0[xX][0-9a-fA-F]?[0-9a-fA-F]))(\s)*)*


Source
<xs:simpleType name="byteData">
<xs:restriction base="xs:string">
<xs:pattern value="(\s)*(([0-2]?[0-9]?[0-9])|(0[xX][0-9a-fA-F]?[0-9a-fA-F]))(\s)*(,(\s)*(([0-2]?[0-9]?[0-9])|(0[xX][0-9a-fA-F]?[0-9a-fA-F]))(\s)*)*"/>
</xs:restriction>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.