Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type eml:TypeEnum
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
The intended abstract supertype of all enumerated "types". This abstract type allows the maximum length of a type enumeration to be centrally defined. This type should not be used directly except to derive another type. It should also be used for uncontrolled strings which are candidates to become enumerations at a future date.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_String64.tmp#String64
Type eml:String64
Type hierarchy
Facets
maxLength 64
Used by
Source
<xs:simpleType name="TypeEnum">
  <xs:annotation>
    <xs:documentation>The intended abstract supertype of all enumerated "types". This abstract type allows the maximum length of a type enumeration to be centrally defined. This type should not be used directly except to derive another type. It should also be used for uncontrolled strings which are candidates to become enumerations at a future date.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="eml:String64"/>
</xs:simpleType>