<xs:element name="slugline">
<xs:annotation>
<xs:documentation>A sequence of tokens associated with the content. The interpretation is provider specific</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="IntlStringType">
<xs:attribute name="separator" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The character string acting as a separator between the tokens in the slugline.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="role" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the slug - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="roleuri" type="IRIType" use="optional">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the slug - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="rankingAttributes" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|