complexType "StructuredStringType"
Namespace:
Content:
complex, 1 element
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 element
Used:
at 80 locations
XML Representation Summary
<...>
   
Content: 
</...>
Known Direct Subtypes (2):
Known Indirect Subtypes (1):
All Direct / Indirect Based Elements (81):
Known Usage Locations
Annotation
Packaging structure for multiple language versions of the same string content for objects that allow for internal formatting using XHTML tags. Where an element of this type is repeatable, the expectation is that each repetition contains different content, each of which can be expressed in multiple languages.
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="StructuredStringType">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="Content"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/1)
Content
Type:
ContentType, mixed content
Supports the optional use of XHTML formatting tags within the string structure. In addition to the language designation and information regarding translation, the attribute isPlain can be set to true to indicate that the content should be treated as plain unstructured text, including any XHTML formatting tags. Repeat the content element to provide multiple language versions of the same content.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="Content"/>

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