<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="contenttypestandardversion" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Version of the standard identified by contenttype.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="contenttypevariant" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A refinement of a generic content type (i.e. IANA MIME type) by a literal string value.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="contenttypevariantstandardversion" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Version of the standard identified by contenttypevariant.</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:attribute name="formatstandardversion" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Version of the standard identified by the format.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|