Definition Type: Element
Name: objectDetails
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NAR_1.3-spec-Framework-Core.xsd
Abstract
Documentation:
A group of properties specific to an object
Collapse XSD Schema Diagram:
Drilldown into creator in schema nar_1_3-spec-framework-core_xsd Drilldown into copyrightNotice in schema nar_1_3-spec-framework-core_xsd Drilldown into created in schema nar_1_3-spec-framework-core_xsdXSD Diagram of objectDetails in schema nar_1_3-spec-framework-core_xsd (EventsML - News Exchange Format)
Collapse XSD Schema Code:
<xs:element name="objectDetails">
    <xs:annotation>
        <xs:documentation>A group of properties specific to an object</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="created" minOccurs="0" />
            <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element ref="copyrightNotice" />
                <xs:element ref="creator" />
            </xs:choice>
            <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:anyAttribute namespace="##other" processContents="lax" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
created nsA:created 0 (1)
copyrightNotice nsA:copyrightNotice (1) (1)
creator nsA:creator (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus