Definition Type: Element
Name: objectDetails
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.20-spec-All-Power.xsd
Abstract
Documentation:
A group of properties specific to an object
Collapse XSD Schema Diagram:
Drilldown into ceasedToExist in schema newsml-g2_2_20-spec-all-power_xsd Drilldown into creator in schema newsml-g2_2_20-spec-all-power_xsd Drilldown into copyrightNotice in schema newsml-g2_2_20-spec-all-power_xsd Drilldown into created in schema newsml-g2_2_20-spec-all-power_xsd Drilldown into pubconstrainturi in schema newsml-g2_2_20-spec-all-power_xsd Drilldown into pubconstraint in schema newsml-g2_2_20-spec-all-power_xsd Drilldown into whyuri in schema newsml-g2_2_20-spec-all-power_xsd Drilldown into why in schema newsml-g2_2_20-spec-all-power_xsd Drilldown into howuri in schema newsml-g2_2_20-spec-all-power_xsd Drilldown into how in schema newsml-g2_2_20-spec-all-power_xsd Drilldown into custom in schema newsml-g2_2_20-spec-all-power_xsd Drilldown into modified in schema newsml-g2_2_20-spec-all-power_xsd Drilldown into creatoruri in schema newsml-g2_2_20-spec-all-power_xsd Drilldown into creator in schema newsml-g2_2_20-spec-all-power_xsd Drilldown into id in schema newsml-g2_2_20-spec-all-power_xsd Drilldown into commonPowerAttributes in schema newsml-g2_2_20-spec-all-power_xsdXSD Diagram of objectDetails in schema newsml-g2_2_20-spec-all-power_xsd (News Markup Language (NewsML) - Power)
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:attributeGroup ref="commonPowerAttributes" />
        <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
id nsB:id Optional
creator nsB:creator Optional
creatoruri nsB:creatoruri Optional
modified nsB:modified Optional
custom nsB:custom Optional
how nsB:how Optional
howuri nsB:howuri Optional
why nsB:why Optional
whyuri nsB:whyuri Optional
pubconstraint nsB:pubconstraint Optional
pubconstrainturi nsB:pubconstrainturi Optional
<anyAttribute> Allowed namespace: '##other'