<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">
<xs:annotation>
<xs:documentation>The character string acting as a separator between the tokens in the slugline.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|