int representing the length in bytes. Value must be positive.
XSD Schema Diagram:
XSD Schema Code:
<xs:simpleType name="Length">
<xs:annotation>
<xs:documentation>
int representing the length in bytes. Value must be positive.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:nonNegativeInteger" />
</xs:simpleType>