planning

Details about the planned news coverage by a specific kind of G2 item.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
coversfrom xs:dateTime optional
The starting date (and optionally, the time) by which this property applies to the news coverage planning
coversto xs:dateTime optional
The end date (and optionally, the time) by which this property applies to the news coverage planning
creator QCodeType optional
If the attribute is empty, specifies which entity (person, organisation or system) will edit the property - expressed by a QCode. If the attribute is non-empty, specifies which entity (person, organisation or system) has edited the property.
creatoruri IRIType optional
If the attribute is empty, specifies which entity (person, organisation or system) will edit the property - expressed by a URI. If the attribute is non-empty, specifies which entity (person, organisation or system) has edited the property.
custom xs:boolean optional
If set to true the corresponding property was added to the G2 Item for a specific customer or group of customers only. The default value of this property is false which applies when this attribute is not used with the property.
how QCodeType optional
Indicates by which means the value was extracted from the content - expressed by a QCode
howuri IRIType optional
Indicates by which means the value was extracted from the content - expressed by a URI
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
pubconstraint QCodeListType optional
One or many constraints that apply to publishing the value of the property - expressed by a QCode. Each constraint applies to all descendant elements.
pubconstrainturi IRIListType optional
One or many constraints that apply to publishing the value of the property - expressed by a URI. Each constraint applies to all descendant elements.
why QCodeType optional
Why the metadata has been included - expressed by a QCode
whyuri IRIType optional
Why the metadata has been included - expressed by a URI

Source

<xs:element name="planning" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Details about the planned news coverage by a specific kind of G2 item.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="g2contentType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The kind of planned G2 item(s)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:string">
              <xs:attributeGroup ref="commonPowerAttributes"/>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element ref="itemClass" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The nature of the G2 item, set in accordance with the structure of its content.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="itemCount" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Number of planned G2 items of this kind expressed by a range.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attributeGroup ref="commonPowerAttributes"/>
          <xs:attribute name="rangefrom" type="xs:nonNegativeInteger" use="required"/>
          <xs:attribute name="rangeto" type="xs:positiveInteger" use="required"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="assignedTo" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>The party which is assigned to cover the event and produce the planned G2 item.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:complexContent>
            <xs:extension base="Flex1PartyPropType">
              <xs:attribute name="coversfrom" type="xs:dateTime">
                <xs:annotation>
                  <xs:documentation>The starting date (and optionally, the time) by which this property applies to the news coverage planning</xs:documentation>
                </xs:annotation>
              </xs:attribute>
              <xs:attribute name="coversto" type="xs:dateTime">
                <xs:annotation>
                  <xs:documentation>The end date (and optionally, the time) by which this property applies to the news coverage planning</xs:documentation>
                </xs:annotation>
              </xs:attribute>
            </xs:extension>
          </xs:complexContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="scheduled" type="ApproximateDateTimePropType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The scheduled time of delivery for the planned G2 item(s).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="service" type="QualPropType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>An editorial service by which the planned G2 item(s) will be distributed.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:group ref="DescriptiveMetadataGroup" minOccurs="0"/>
      <xs:element name="edNote" type="BlockType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Additional natural language information about the planned coverage addressed to the editorial people receiving and processing the item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="newsContentCharacteristics" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The characteristics of the content of a News Item</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attributeGroup ref="commonPowerAttributes"/>
          <xs:attributeGroup ref="newsContentCharacteristics"/>
        </xs:complexType>
      </xs:element>
      <xs:element name="planningExtProperty" type="Flex2ExtPropType" minOccurs="0" maxOccurs="unbounded">
        <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" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Extension point for any provider specific properties for news coverage planning - from any other namespace</xs:documentation>
        </xs:annotation>
      </xs:any>
    </xs:sequence>
    <xs:attributeGroup ref="commonPowerAttributes"/>
    <xs:attribute name="coversfrom" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation>The starting date (and optionally, the time) by which this property applies to the news coverage planning</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="coversto" type="xs:dateTime">
      <xs:annotation>
        <xs:documentation>The end date (and optionally, the time) by which this property applies to the news coverage planning</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample