<xs:element name="pubHistory">
<xs:annotation>
<xs:documentation>One to many datasets about publishing this item.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<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>
</xs:sequence>
<xs:attributeGroup ref="commonPowerAttributes" />
</xs:complexType>
</xs:element>
|