<xs:element name="language">
<xs:annotation>
<xs:documentation>A language used by the news content</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="name" type="IntlStringType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A name for a concept assigned as property value.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="tag" type="xs:language" use="required">
<xs:annotation>
<!-- v1.2 : modification of the definition-->
<xs:documentation>The language tag. Values must be valid BCP 47 language tags</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
|