<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>
|