complexType "AnchorType"
Namespace:
Content:
complex, 1 attribute, 1 element
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:string
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Allows for the attachment of a category label at any anchor point in a scale.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="AnchorType">
<xs:sequence>
<xs:element minOccurs="0" ref="CategoryReference"/>
</xs:sequence>
<xs:attribute name="value" type="xs:string"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
value
Type:
xs:string, predefined
Use:
optional
The value of the anchor point.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="value" type="xs:string"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
CategoryReference
Type:
ReferenceType, complex content
A reference to the category containing the label for the anchor point.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="CategoryReference"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set