element <xs:openContent> (global)
Namespace:
Type:
anonymous complexType (extension of xs:annotated)
Content:
complex, 2 attributes, attr. wildcard, 2 elements
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Component Diagram
XML Representation Summary
<xs:openContent
   
 = 
xs:ID
 = 
("none" | "interleave" | "suffix") : "interleave"
   
   
>
   
Content: 
</xs:openContent>
Included in content model of elements (4):
Known Usage Locations
Annotation
See:  ../structures/structures.html#element-openContent
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="openContent" name="openContent">
<xs:complexType>
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:sequence>
<xs:element minOccurs="0" name="any" type="xs:wildcard"/>
</xs:sequence>
<xs:attribute default="interleave" name="mode" use="optional">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="none"/>
<xs:enumeration value="interleave"/>
<xs:enumeration value="suffix"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 1/3)
mode
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"none", "interleave", "suffix"
Default:
"interleave"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"none", "interleave", "suffix"
XML Source (see within schema source)
<xs:attribute default="interleave" name="mode" use="optional">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="none"/>
<xs:enumeration value="interleave"/>
<xs:enumeration value="suffix"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Content Element Detail (all declarations; defined within this component only; 1/2)
xs:any
Type:
xs:wildcard, complex content
XML Source (see within schema source)
<xs:element minOccurs="0" name="any" type="xs:wildcard"/>

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.