MKG_RatingLevelCodeCodeType

%DOC%

Simple Type Information

Source

<xs:simpleType name="MKG_RatingLevelCodeCodeType">
  <xs:annotation>
    <xs:documentation xml:lang="EN">%DOC%</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="RatingLevel1"/>
    <xs:enumeration value="RatingLevel2"/>
    <xs:enumeration value="RatingLevel3"/>
    <xs:enumeration value="RatingLevel4"/>
    <xs:enumeration value="RatingLevel5"/>
    <xs:enumeration value="RatingLevel6"/>
    <xs:enumeration value="RatingLevel7"/>
    <xs:enumeration value="RatingLevel8"/>
    <xs:enumeration value="RatingLevel9"/>
  </xs:restriction>
</xs:simpleType>