complexType "TextDomainType"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definition of 1 element
Used:
XML Representation Summary
<...>
   
Content: 
r:OutParameter?, ResponseCardinality?, r:ContentDateOffset?, r:TextDelineationReference*
</...>
Content Model Elements (4):
ResponseCardinality, r:ContentDateOffset, r:OutParameter, r:TextDelineationReference
All Direct / Indirect Based Elements (1):
TextDomain
Known Usage Locations
Annotation
A response domain capturing a textual response. The length of the text can be denoted as well as restricted in content using a regular expression. Includes standard response domain elements and a reference to a reusable Text Delineation.
Type Definition Detail
Type Derivation Tree
ResponseDomainType (extension)
  TextDomainType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="TextDomainType">
<xs:complexContent>
<xs:extension base="ResponseDomainType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:TextDelineationReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/4)
r:TextDelineationReference
Type:
r:ReferenceType, complex content
References the text delineation used by this response domain.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:TextDelineationReference"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set