complexType "TextualType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
CharacterParameter, LineParameter
All Direct / Indirect Based Elements (1):
Textual
Known Usage Locations
Annotation
Defines the segment of textual content used by the parent object. Can identify a set of lines and or characters used to define the segment.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="TextualType">
<xs:choice maxOccurs="unbounded">
<xs:element ref="LineParameter"/>
<xs:element ref="CharacterParameter"/>
</xs:choice>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
CharacterParameter
Type:
CharacterParameterType, complex content
Specification of the character offset for the beginning and end of the segment.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="CharacterParameter"/>

LineParameter
Type:
LineParameterType, complex content
Specification of the line and offset for the beginning and end of the segment.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="LineParameter"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set