Showing:

Annotations
Diagrams
Source
Used by
Simple Type eml:AbstractString
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
The intended abstract supertype of all strings. This abstract type allows the control over whitespace for all strings to be defined at a high level. This type should not be used directly except to derive another type.
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="AbstractString">
  <xs:annotation>
    <xs:documentation>The intended abstract supertype of all strings. This abstract type allows the control over whitespace for all strings to be defined at a high level. This type should not be used directly except to derive another type.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>