simpleType FunctionId
namespace http://www.mostcooperation.com
type restriction of UnsignedWord
properties
base mostco:UnsignedWord
used by
attributes Function/@Id SharedFunctionReference/@Id
facets
Kind Value Annotation
minInclusive 0
maxInclusive 4095
annotation
documentation
Used to provided the range limits for MOST function IDs (FktIDs).
source <xs:simpleType name="FunctionId">
 
<xs:annotation>
   
<xs:documentation>Used to provided the range limits for MOST function IDs (FktIDs).</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="mostco:UnsignedWord">
   
<xs:minInclusive value="0"/>
   
<xs:maxInclusive value="4095"/>
 
</xs:restriction>
</xs:simpleType>