RatingGroup

Rating information. Prefer the element for unique rating
information

Element Group Information

Model

Children: Rating, Ratings

Used By

Source

<xs:group name="RatingGroup">
  <xs:annotation>
    <xs:documentation>Rating information. Prefer the element for unique rating information</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:annotation>
      <xs:documentation>One or many</xs:documentation>
    </xs:annotation>
    <xs:element ref="Rating"/>
    <xs:element ref="Ratings" minOccurs="0"/>
  </xs:choice>
</xs:group>