2.2.4.1 ArrayOfBytes
The ArrayOfBytes complex type is an array of zero or more elements of type xsd:unsignedByte.
-
<xsd:complexType name="ArrayOfBytes"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="unbounded" name="prgData" type="xsd:unsignedByte" /> </xsd:sequence> </xsd:complexType>
prgData: A single byte member of the array.