niem-xs:byte
complexType byte in namespace http://release.niem.gov/niem/proxy/xsd/4.0/
Definition
A data type that is is derived from short by setting the value of maxInclusive to be 127 and minInclusive to be -128.
Diagram
XML Schema
<xs:complexType name="byte">
<xs:annotation>
<xs:documentation>
A data type that is is derived from short by setting the value of maxInclusive to be 127 and minInclusive to be -128.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:byte">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>