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

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}simpleType (extension)
|
+--{http://www.w3.org/2001/XMLSchema}localSimpleType (restriction)

Properties
This component is not nillable.

Model
<...
  id = xs:ID
  {any attribute from any other namespace than current namespace}>
(annotation?, (restriction | list | union) )
</...>


Nested Element Summary
 annotation
          
 list
          
 restriction
          
 union
          

Attribute Summary
 xs:IDid
          

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

Local Usage
attribute, element, list, localElement, narrowMaxMin, simpleRestrictionModel, topLevelAttribute, topLevelElement, union

Source
<xs:complexType mixed="false" name="localSimpleType">
<xs:complexContent>
<xs:restriction base="xs:simpleType">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
<xs:group ref="xs:simpleDerivation"/>
</xs:sequence>
<xs:attribute name="name" use="prohibited">
</xs:attribute>
<xs:attribute name="final" use="prohibited"/>
<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.