complexType "TextRepresentationType"
Namespace:
Content:
complex, 1 attribute, 4 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...
   
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
    >
   
Content: 
RecommendedDataType?, GenericOutputFormat?, ContentDateOffset?, TextDelineationReference*
</...>
Content Model Elements (4):
ContentDateOffset, GenericOutputFormat, RecommendedDataType, TextDelineationReference
All Direct / Indirect Based Elements (1):
TextRepresentation
Known Usage Locations
Annotation
A value representation for a variable containing textual or character data. The length of the text can be denoted as well as restricted in content using a regular expression. Includes standard value representation elements and a reference to a reusable Text Delineation.
Type Definition Detail
Type Derivation Tree
ValueRepresentationType (extension)
  TextRepresentationType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="TextRepresentationType">
<xs:complexContent>
<xs:extension base="ValueRepresentationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TextDelineationReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/4)
TextDelineationReference
Type:
ReferenceType, complex content
References the Text Delineation used by this response Representation.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TextDelineationReference"/>

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