Definition Type: ComplexType
Name: ContentMetadataCatType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.23-spec-All-Core.xsd
Abstract
Documentation:
The type for a set of metadata properties of a catalog item
Collapse XSD Schema Diagram:
Drilldown into contributor in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into creator in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into contentModified in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into contentCreated in schema newsml-g2_2_23-spec-all-core_xsdXSD Diagram of ContentMetadataCatType in schema newsml-g2_2_23-spec-all-core_xsd (News Markup Language (NewsML) - Core)
Collapse XSD Schema Code:
<xs:complexType name="ContentMetadataCatType">
    <xs:annotation>
        <xs:documentation> The type for a set of metadata properties of a catalog item</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element ref="contentCreated" minOccurs="0" />
        <xs:element ref="contentModified" minOccurs="0" />
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="creator" />
            <xs:element ref="contributor" />
        </xs:choice>
        <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>Extension point for provider-defined properties from other namespaces</xs:documentation>
            </xs:annotation>
        </xs:any>
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
contentCreated nsB:contentCreated 0 (1)
contentModified nsB:contentModified 0 (1)
creator nsB:creator (1) (1)
contributor nsB:contributor (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
nsB:contentMeta