Enumartion to cover the possible rating units |
Attribute | RatingType/@Unit |
<xs:simpleType name="RatingUnitCodeType"> <xs:annotation> <xs:documentation xml:lang="EN">Enumartion to cover the possible rating units</xs:documentation> <xs:appinfo>§Action+DF+2011-10-12+Add: For the XFT Catalogue</xs:appinfo> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Star"/> </xs:restriction> </xs:simpleType> |