diagram |
 |
namespace |
http://www.mostcooperation.com |
used by |
|
attributes |
|
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> |