<xs:element name="SubjectCode">
<xs:annotation>
<xs:documentation>
================================= SubjectCode ==================================
A container for the IPTC Subject Codes that indicate the subject of a NewsItem,
as defined in the IPTC Information Interchange Model. It consists of one more
Subject, SubjectMatter and SubjectDetail elements, optionally amplified by one
or more SubjectQualifier elements.
================================================================================
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:choice>
<xs:element ref="Subject" />
<xs:element ref="SubjectMatter" />
<xs:element ref="SubjectDetail" />
</xs:choice>
<xs:element ref="SubjectQualifier" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="localid" />
<xs:attributeGroup ref="assignment" />
</xs:complexType>
</xs:element>
|