Definition Type: Element
Name: published
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.26-spec-All-Power.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into publishedExtProperty in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into related in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into name in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into timestamp in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into literal in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into uri in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into qcode in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into pubconstrainturi in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into pubconstraint in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into whyuri in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into why in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into howuri in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into how in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into custom in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into modified in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into creatoruri in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into creator in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into id in schema newsml-g2_2_26-spec-all-power_xsd Drilldown into commonPowerAttributes in schema newsml-g2_2_26-spec-all-power_xsdXSD Diagram of published in schema newsml-g2_2_26-spec-all-power_xsd (News Markup Language (NewsML) - Power)
Collapse XSD Schema Code:
<xs:element name="published" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="timestamp" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Time stamp representing an optionally truncated date and time</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:complexContent>
                        <xs:extension base="TruncatedDateTimePropType" />
                    </xs:complexContent>
                </xs:complexType>
            </xs:element>
            <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element ref="name" />
                <xs:element ref="related" />
                <xs:element name="publishedExtProperty" type="Flex2ExtPropType">
                    <xs:annotation>
                        <xs:documentation>Extension Property; the semantics are defined by the concept referenced by the rel attribute. The semantics of the Extension Property must have the same scope as the parent property.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:any namespace="##other" processContents="lax">
                    <xs:annotation>
                        <xs:documentation>Extension point for any provider specific properties for news coverage - from any other namespace</xs:documentation>
                    </xs:annotation>
                </xs:any>
            </xs:choice>
        </xs:sequence>
        <xs:attributeGroup ref="commonPowerAttributes" />
        <xs:attribute name="qcode" type="QCodeType">
            <xs:annotation>
                <xs:documentation>A qualified code which identifies a concept  - either the  qcode or the uri attribute MUST be used</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="uri" type="IRIType" use="optional">
            <xs:annotation>
                <xs:documentation>A URI which identifies a concept  - either the  qcode or the uri attribute MUST be used</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="literal" type="g2normalizedString">
            <xs:annotation>
                <xs:documentation>A free-text value assigned as property value.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
timestamp nsB:timestamp 0 (1)
name nsB:name (1) (1)
related nsB:related (1) (1)
publishedExtProperty nsB:publishedExtProperty (1) (1)
<xs:any> Allowed namespace: '##other' (1) (1)
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
qcode nsB:qcode (Optional)
uri nsB:uri Optional
literal nsB:literal (Optional)