niem-xs:unsignedByte
complexType unsignedByte in namespace http://release.niem.gov/niem/proxy/xsd/4.0/
Definition
A data type that is derived from unsignedShort by setting the value of maxInclusive to be 255.
Diagram
XML Schema
<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>