element <xs:simpleContent>
Namespace:
Type:
anonymous (extension of xs:annotated)
Content:
complex, 1+any attributes, 3 elements
Block:
"#all" (blocks all substitutions of this element or its type)
Defined:
globally in XMLSchema.xsd, see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<xs:simpleContent
    id
 = 
xs:ID
    {any attribute with non-schema namespace}
    >
   
Content: 
xs:annotation?, (xs:restriction | xs:extension)
</xs:simpleContent>
Content model elements (3):
Included in content model of elements (2):
Known Usage Locations
Annotation
See:  http://www.w3.org/TR/xmlschema-1/#element-simpleContent
Anonymous Type Detail
Type Derivation Tree
  xs:openAttrs (restriction)
      xs:annotated (extension)
          complexType (extension)
XML Source (w/o annotations (1); see within schema source)
<xs:element id="simpleContent" name="simpleContent">
<xs:complexType>
<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>
Content Element Detail (defined in this component only; 2/3)
xs:extension
Type:
xs:simpleExtensionType, complex content
XML Source (see within schema source)
<xs:element name="extension" type="xs:simpleExtensionType"/>

xs:restriction
Type:
xs:simpleRestrictionType, complex content
XML Source (see within schema source)
<xs:element name="restriction" type="xs:simpleRestrictionType"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set