Showing:

Annotations
Properties
Source
Used by
Imported schema xsi.xsd
Namespace http://www.w3.org/2001/XMLSchema-instance
Properties
attribute form default: unqualified
element form default: qualified
Attribute @xsi:noNamespaceSchemaLocation
Namespace http://www.w3.org/2001/XMLSchema-instance
Annotations
The location of the XSD Schema (not relevant for RELAX NG or DTD)
Type xs:anyURI
Properties
content: simple
Used by
Source
<xs:attribute name="noNamespaceSchemaLocation" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation>The location of the XSD Schema (not relevant for RELAX NG or DTD)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute @xsi:schemaLocation
Namespace http://www.w3.org/2001/XMLSchema-instance
Annotations
A pair of URI references: First is a namespace name,
second the location of the XSD Schema
(not relevant for RELAX NG or DTD)
Type xs:anyURI
Properties
content: simple
Used by
Source
<xs:attribute name="schemaLocation" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation>A pair of URI references: First is a namespace name, second the location of the XSD Schema (not relevant for RELAX NG or DTD)</xs:documentation>
  </xs:annotation>
</xs:attribute>