A data type that is derived from unsignedShort by setting the value of maxInclusive to be 255. |
<xs:complexType name="unsignedByte"> <xs:annotation> <xs:documentation>A data type that is derived from unsignedShort by setting the value of maxInclusive to be 255.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:unsignedByte"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> |