<xs:complexType name="LiteralType">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="language" type="xs:normalizedString"/>
<xs:attribute name="datatype" type="xs:anyURI"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|