Definition Type: Element
Name: SubjectCode
Containing Schema: NewsML_1.2.xsd
Abstract
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. ================================================================================
Collapse XSD Schema Diagram:
Drilldown into SubjectQualifier in schema newsml_1_2_xsd Drilldown into SubjectDetail in schema newsml_1_2_xsd Drilldown into SubjectMatter in schema newsml_1_2_xsd Drilldown into Subject in schema newsml_1_2_xsd Drilldown into DateAndTime in schema newsml_1_2_xsd Drilldown into HowPresent in schema newsml_1_2_xsd Drilldown into Confidence in schema newsml_1_2_xsd Drilldown into Importance in schema newsml_1_2_xsd Drilldown into AssignedBy in schema newsml_1_2_xsd Drilldown into assignment in schema newsml_1_2_xsd Drilldown into Euid in schema newsml_1_2_xsd Drilldown into Duid in schema newsml_1_2_xsd Drilldown into localid in schema newsml_1_2_xsdXSD Diagram of SubjectCode in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Subject Subject (1) (1)
SubjectMatter SubjectMatter (1) (1)
SubjectDetail SubjectDetail (1) (1)
SubjectQualifier SubjectQualifier 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)
AssignedBy AssignedBy (Optional)
Importance Importance (Optional)
Confidence Confidence (Optional)
HowPresent HowPresent (Optional)
DateAndTime DateAndTime (Optional)