DescriptiveMetadataCoreGroup

A group of properties associated with the core descriptive facet of different types of content.

Element Group Information

Model

Used By

Complex Type ContentMetadataAcDType

Source

<xs:group name="DescriptiveMetadataCoreGroup">
  <xs:annotation>
    <xs:documentation>A group of properties associated with the core descriptive facet of different types of content.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="language"/>
      <xs:element ref="keyword"/>
      <xs:element ref="subject"/>
      <xs:element ref="slugline"/>
      <xs:element ref="headline"/>
      <xs:element ref="description"/>
    </xs:choice>
  </xs:sequence>
</xs:group>