Definition Type: AttributeGroup
Name: newsContentTypeAttributes
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.22-spec-All-Power.xsd
Documentation:
A group of attributes representing a content type
Collapse XSD Schema Diagram:
Drilldown into formaturi in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into format in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into contenttype in schema newsml-g2_2_22-spec-all-power_xsdXSD Diagram of newsContentTypeAttributes in schema newsml-g2_2_22-spec-all-power_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attributeGroup name="newsContentTypeAttributes">
    <xs:annotation>
        <xs:documentation>A group of attributes representing a content type</xs:documentation>
    </xs:annotation>
    <xs:attribute name="contenttype" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>An IANA MIME type</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="format" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>A refinement of a generic content type (i.e. IANA MIME type) - expressed by a QCode</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="formaturi" type="IRIType" use="optional">
        <xs:annotation>
            <xs:documentation>A refinement of a generic content type (i.e. IANA MIME type) - expressed by a URI</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
contenttype nsA:contenttype Optional
format nsA:format Optional
formaturi nsA:formaturi Optional