Element | tva:AwardsListItemType/tva:Award |
<complexType name="AwardType"> <sequence> <element name="Category" type="mpeg7:TextualType"/> <choice minOccurs="0"> <choice> <element name="Nominee" type="tva:CreditsItemType" minOccurs="0"/> <element name="Recipient" type="tva:CreditsItemType" minOccurs="0"/> </choice> <choice> <element name="Nominated" type="boolean" default="true" minOccurs="0"/> <element name="Awarded" type="boolean" default="true" minOccurs="0"/> </choice> </choice> </sequence> </complexType> |