<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="ObjectIdentifier16Type">
<xs:restriction base="xs:int">
<xs:minInclusive value="1" />
<xs:maxInclusive value="65535" />
</xs:restriction>
<!-- object local unique integer key (within object type) -->
</xs:simpleType>
|