complexType TEnumValue
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p152.png
namespace http://www.mostcooperation.com
children Description
used by
element TEnum/TEnumValue
attributes
Name  Type  Use  Default  Fixed  Annotation
Code  UnsignedLongLong  required      
Name  xs:NCName  required      
annotation
documentation
Represents one value for an Enum MOST data type.
source <xs:complexType name="TEnumValue">
 
<xs:annotation>
   
<xs:documentation>Represents one value for an Enum MOST data type.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Description" type="xs:string" minOccurs="0"/>
 
</xs:sequence>
 
<xs:attribute name="Code" type="mostco:UnsignedLongLong" use="required"/>
 
<xs:attribute name="Name" type="xs:NCName" use="required"/>
</xs:complexType>

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

attribute TEnumValue/@Name
type xs:NCName
properties
use required
source <xs:attribute name="Name" type="xs:NCName" use="required"/>

element TEnumValue/Description
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p153.png
namespace http://www.mostcooperation.com
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Description" type="xs:string" minOccurs="0"/>