Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Imported schema rdfs.xsd
Namespace http://www.w3.org/2000/01/rdf-schema#
Properties
attribute form default unqualified
element form default qualified
Element literal
Namespace http://www.w3.org/2000/01/rdf-schema#
Diagram
Diagramrdfs_xsd.tmp#LiteralType_languagerdfs_xsd.tmp#LiteralType_datatyperdfs_xsd.tmp#LiteralType
Type LiteralType
Properties
content complex
Attributes
QName Type Use
datatype xs:anyURI optional
language xs:normalizedString optional
Source
<xs:element name="literal" type="LiteralType"/>
Complex Type LiteralType
Namespace http://www.w3.org/2000/01/rdf-schema#
Annotations
Diagram
Diagramrdfs_xsd.tmp#LiteralType_languagerdfs_xsd.tmp#LiteralType_datatype
Type extension of xs:string
Used by
Attributes
QName Type Use
datatype xs:anyURI optional
language xs:normalizedString optional
Source
<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>
Attribute LiteralType / @language
Namespace No namespace
Type xs:normalizedString
Properties
content simple
Used by
Complex Type LiteralType
Source
<xs:attribute name="language" type="xs:normalizedString"/>
Attribute LiteralType / @datatype
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Complex Type LiteralType
Source
<xs:attribute name="datatype" type="xs:anyURI"/>