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 Diagram
XML Representation Summary
<xs:simpleContent
   
 = 
   
   
>
   
Content: 
</xs:simpleContent>
Included in content model of elements (5):
xs:complexType (defined in xs:element complexType),
xs:complexType (defined in xs:localElement complexType),
xs:complexType (in xs:element defined in xs:allModel group),
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 FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.