complexType TEnumReserved
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p151.png
namespace http://www.mostcooperation.com
used by
element TEnum/TEnumReserved
attributes
Name  Type  Use  Default  Fixed  Annotation
StartCode  UnsignedLongLong  required      
EndCode  UnsignedLongLong  required      
DisplayName  xs:string  optional      
annotation
documentation
Represents a reserved range for an Enum MOST data type.
source <xs:complexType name="TEnumReserved">
 
<xs:annotation>
   
<xs:documentation>Represents a reserved range for an Enum MOST data type.</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="StartCode" type="mostco:UnsignedLongLong" use="required"/>
 
<xs:attribute name="EndCode" type="mostco:UnsignedLongLong" use="required"/>
 
<xs:attribute name="DisplayName" type="xs:string" use="optional"/>
</xs:complexType>

attribute TEnumReserved/@StartCode
type UnsignedLongLong
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 18446744073709551615
source <xs:attribute name="StartCode" type="mostco:UnsignedLongLong" use="required"/>

attribute TEnumReserved/@EndCode
type UnsignedLongLong
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 18446744073709551615
source <xs:attribute name="EndCode" type="mostco:UnsignedLongLong" use="required"/>

attribute TEnumReserved/@DisplayName
type xs:string
properties
use optional
source <xs:attribute name="DisplayName" type="xs:string" use="optional"/>