http://www.w3.org/2001/XMLSchema
element notation

Documentation
Properties
This component is not nillable.

Model
<notation
  id = xs:ID
  name = xs:NCName
  public = xs:public
  system = xs:anyURI
  {any attribute from any other namespace than current namespace}>
annotation?
</notation>


Nested Element Summary
 annotation
          

Attribute Summary
 xs:IDid
          
 xs:NCNamename
          
 xs:publicpublic
          
 xs:anyURIsystem
          

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

name

Type:
xs:NCName
Use:
required
Form:
unqualified

public

Type:
xs:public
Use:
optional
Form:
unqualified

system

Type:
xs:anyURI
Use:
optional
Form:
unqualified

Local Usage
schemaTop

Source
<xs:element id="notation" name="notation">
<xs:complexType mixed="false">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:attribute name="name" type="xs:NCName" use="required"/>
<xs:attribute name="public" type="xs:public"/>
<xs:attribute name="system" type="xs:anyURI"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.