Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Imported schema rdf.xsd
Namespace http://www.w3.org/1999/02/22-rdf-syntax-ns#
Properties
attribute form default unqualified
element form default qualified
Complex Type LangStringType
Namespace http://www.w3.org/1999/02/22-rdf-syntax-ns#
Annotations
The datatype of language-tagged string values
Diagram
Diagramrdf_xsd.tmp#LangStringType_language
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
language xs:normalizedString required
The language used in the text
Source
<xs:complexType name="LangStringType">
  <xs:annotation>
    <xs:documentation>The datatype of language-tagged string values</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="language" type="xs:normalizedString" use="required">
        <xs:annotation>
          <xs:documentation>The language used in the text</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Attribute LangStringType / @language
Namespace No namespace
Annotations
The language used in the text
Type xs:normalizedString
Properties
use required
Used by
Complex Type LangStringType
Source
<xs:attribute name="language" type="xs:normalizedString" use="required">
  <xs:annotation>
    <xs:documentation>The language used in the text</xs:documentation>
  </xs:annotation>
</xs:attribute>