Definition Type: AttributeGroup
Name: newsContentTypeAttributes
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.23-spec-All-Core.xsd
Documentation:
A group of attributes representing a content type
Collapse XSD Schema Diagram:
Drilldown into formaturi in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into format in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into contenttype in schema newsml-g2_2_23-spec-all-core_xsdXSD Diagram of newsContentTypeAttributes in schema newsml-g2_2_23-spec-all-core_xsd (News Markup Language (NewsML) - Core)
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 nsB:contenttype Optional
format nsB:format Optional
formaturi nsB:formaturi Optional