newsContentTypeAttributes

A group of attributes representing a content type

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
contenttype xs:string optional
An IANA MIME type
format QCodeType optional
A refinement of a generic content type (i.e. IANA MIME type) - expressed by a QCode
formaturi IRIType optional
A refinement of a generic content type (i.e. IANA MIME type) - expressed by a URI

Used By

Source

<xs:attributeGroup name="newsContentTypeAttributes">
  <xs:annotation>
    <xs:documentation>A group of attributes representing a content type</xs:documentation>
  </xs:annotation>
  <xs:attribute name="contenttype" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>An IANA MIME type</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="format" type="QCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>A refinement of a generic content type (i.e. IANA MIME type) - expressed by a QCode</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="formaturi" type="IRIType" use="optional">
    <xs:annotation>
      <xs:documentation>A refinement of a generic content type (i.e. IANA MIME type) - expressed by a URI</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>