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