complexType "additionalDocumentationType"
Namespace:
Content:
mixed (allows character data), 1 attribute
Defined:
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
("before-common-elements" | "after-common-elements" | "before-specific-elements" | "after-specific-elements" | "before-single-element" | "after-single-element")
    >
   
Content: 
{text}
</...>
All Direct / Indirect Based Elements (1):
additional-documentation
Known Usage Locations
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType mixed="true" name="additionalDocumentationType">
<xsd:attribute name="where" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="before-common-elements"/>
<xsd:enumeration value="after-common-elements"/>
<xsd:enumeration value="before-specific-elements"/>
<xsd:enumeration value="after-specific-elements"/>
<xsd:enumeration value="before-single-element"/>
<xsd:enumeration value="after-single-element"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
where
Type:
anonymous simpleType (restriction of xsd:NMTOKEN)
Use:
required
The point at which the documentation is rendered.
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"before-common-elements"
 - 
The documentation will appear after any title text but before any of the common elements are rendered.
"after-common-elements"
 - 
The documentation will appear right after common elements are rendered.
"before-specific-elements"
 - 
The documentation will appear right before the elements specific to the schema are rendered.
"after-specific-elements"
 - 
The documentation will appear right after the elements specific to the schema are rendered.
"before-single-element"
 - 
If a specific element was named, this documentation will appear directly before the element. The mode is less useful but supported for completeness.
"after-single-element"
 - 
If a specific element was named, this documentation will appear directly after the element. The mode is less useful but supported for completeness.
Anonymous simpleType
Type Derivation Tree
xsd:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xsd:NMTOKEN
Facets:
enumeration:
"before-common-elements"
 - 
The documentation will appear after any title text but before any of the common elements are rendered.
"after-common-elements"
 - 
The documentation will appear right after common elements are rendered.
"before-specific-elements"
 - 
The documentation will appear right before the elements specific to the schema are rendered.
"after-specific-elements"
 - 
The documentation will appear right after the elements specific to the schema are rendered.
"before-single-element"
 - 
If a specific element was named, this documentation will appear directly before the element. The mode is less useful but supported for completeness.
"after-single-element"
 - 
If a specific element was named, this documentation will appear directly after the element. The mode is less useful but supported for completeness.
XML Source (w/o annotations (7); see within schema source)
<xsd:attribute name="where" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="before-common-elements"/>
<xsd:enumeration value="after-common-elements"/>
<xsd:enumeration value="before-specific-elements"/>
<xsd:enumeration value="after-specific-elements"/>
<xsd:enumeration value="before-single-element"/>
<xsd:enumeration value="after-single-element"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.