Definition Type: Element
Name: objectDetails
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.23-spec-All-Core.xsd
Abstract
Documentation:
A group of properties specific to an object
Collapse XSD Schema Diagram:
Drilldown into ceasedToExist 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 copyrightNotice in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into created in schema newsml-g2_2_23-spec-all-core_xsdXSD Diagram of objectDetails in schema newsml-g2_2_23-spec-all-core_xsd (News Markup Language (NewsML) - Core)
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 name="created" type="TruncatedDateTimePropType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>The date (and optionally the time) on which this object was created</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element ref="copyrightNotice" />
                <xs:element ref="creator" />
            </xs:choice>
            <xs:element name="ceasedToExist" type="TruncatedDateTimePropType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>The date (and optionally the time) on which this object ceased to exist.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <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>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
created nsB:created 0 (1)
copyrightNotice nsB:copyrightNotice (1) (1)
creator nsB:creator (1) (1)
ceasedToExist nsB:ceasedToExist 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'