Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:NonNegativeLong
Namespace http://www.energistics.org/energyml/data/commonv2
Diagram
Diagram
Type restriction of xs:long
Facets
minInclusive 0
Used by
Source
<xs:simpleType name="NonNegativeLong">
  <xs:restriction base="xs:long">
    <xs:minInclusive value="0"/>
  </xs:restriction>
</xs:simpleType>