element <xs:simpleContent> (global)
Namespace:
Type:
anonymous complexType (extension of xs:annotated)
Content:
complex, 1 attribute, attr. wildcard, 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:
Component Derivation Diagram
XML Representation Summary
<xs:simpleContent
   
 = 
xs:ID
    {any attribute with non-schema namespace}
    >
   
Content: 
xs:annotation?, (xs:restriction | xs:extension)
</xs:simpleContent>
Content model elements (3):
xs:annotation, xs:restriction (in xs:simpleContent)
Included in content model of elements (2):
xs:complexType, xs:complexType (type xs:localComplexType)
Known Usage Locations
Annotation
See:  http://www.w3.org/TR/xmlschema-1/#element-simpleContent
Anonymous Type Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          complexType
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 (all declarations; defined within 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 1.9.0b6 using DocFlex/XML XSDDoc 2.6.0 template set. All component diagrams generated by <oXygen/> XML Editor via DocFlex/XML Oxygen XML Integration.