Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type CertificationStandardType
Namespace No namespace
Annotations
Telema classifier: defines the certification standard
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
pattern (\c+) & ((EXISE_CERTIFICATE)|(HEALTH_CERTIFICATE))
Used by
Source
<xs:simpleType name="CertificationStandardType">
  <xs:annotation>
    <xs:documentation>Telema classifier: defines the certification standard</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:pattern value="EXISE_CERTIFICATE"/>
    <xs:pattern value="HEALTH_CERTIFICATE"/>
  </xs:restriction>
</xs:simpleType>