complexType topLevelAttribute
diagram index_p926.png
namespace http://www.w3.org/2001/XMLSchema
type restriction of xs:attribute
properties
base xs:attribute
children xs:annotation xs:simpleType
used by
element attribute
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
namexs:NCNamerequired      
refprohibited      
typexs:QName      
useprohibited      
defaultxs:string      
fixedxs:string      
formprohibited      
source <xs:complexType name="topLevelAttribute">
 
<xs:complexContent>
   
<xs:restriction base="xs:attribute">
     
<xs:sequence>
       
<xs:element ref="xs:annotation" minOccurs="0"/>
       
<xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0"/>
     
</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>

attribute topLevelAttribute/@name
type xs:NCName
properties
isRef 0
use required
source <xs:attribute name="name" type="xs:NCName" use="required"/>

attribute topLevelAttribute/@ref
properties
isRef 0
use prohibited
source <xs:attribute name="ref" use="prohibited"/>

attribute topLevelAttribute/@use
properties
isRef 0
use prohibited
source <xs:attribute name="use" use="prohibited"/>

attribute topLevelAttribute/@form
properties
isRef 0
use prohibited
source <xs:attribute name="form" use="prohibited"/>

element topLevelAttribute/simpleType
diagram index_p927.png
namespace http://www.w3.org/2001/XMLSchema
type xs:localSimpleType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children xs:annotation xs:restriction xs:list xs:union
used by
group redefinable
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
source <xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy