namespace | http://taf-jsg.info/schemes | |||||||||
type | restriction of xs:string | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="TypeOfIMHarmonizationCode"> <xs:annotation> <xs:documentation>Enumeration of Type of IM harmonization: Full, Part </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Full"/> <xs:enumeration value="Part"/> </xs:restriction> </xs:simpleType> |