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

Documentation
Properties
This component is not nillable.

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


Nested Element Summary
 annotation
          
xs:simpleExtensionTypeextension
          
xs:simpleRestrictionTyperestriction
          

Attribute Summary
 xs:IDid
          

Attribute Detail

id

Type:
xs:ID
Use:
optional
Form:
unqualified

Local Usage
complexTypeModel

Source
<xs:element id="simpleContent" name="simpleContent">
<xs:complexType mixed="false">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:choice>
<xs:element name="restriction" type="xs:simpleRestrictionType"/>
<xs:element name="extension" type="xs:simpleExtensionType"/>
</xs:choice>
</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.