http://www.w3.org/2001/XMLSchema
complexType topLevelAttribute

Super Types
{http://www.w3.org/2001/XMLSchema}anyType (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}openAttrs (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}annotated (extension)
|
+--{http://www.w3.org/2001/XMLSchema}attribute (extension)
|
+--{http://www.w3.org/2001/XMLSchema}topLevelAttribute (restriction)

Properties
This component is not nillable.

Model
<...
  default = xs:string
  fixed = xs:string
  id = xs:ID
  name = xs:NCName
  type = xs:QName
  {any attribute from any other namespace than current namespace}>
(annotation?, simpleType? )
</...>


Nested Element Summary
 annotation
          
xs:localSimpleTypesimpleType
          

Attribute Summary
 xs:stringdefault
          
 xs:stringfixed
          
 xs:IDid
          
 xs:NCNamename
          
 xs:QNametype
          

Attribute Detail

default

Type:
xs:string
Use:
optional
Form:
unqualified

fixed

Type:
xs:string
Use:
optional
Form:
unqualified

id

Type:
xs:ID
Use:
optional
Form:
unqualified

name

Type:
xs:NCName
Use:
required
Form:
unqualified

type

Type:
xs:QName
Use:
optional
Form:
unqualified

Source
<xs:complexType mixed="false" name="topLevelAttribute">
<xs:complexContent>
<xs:restriction base="xs:attribute">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
<xs:element minOccurs="0" name="simpleType" type="xs:localSimpleType"/>
</xs:sequence>
<xs:attribute name="ref" use="prohibited"/>
<xs:attribute name="form" use="prohibited"/>
<xs:attribute name="use" use="prohibited"/>
<xs:attribute name="name" type="xs:NCName" use="required"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>


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