DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "StructuredStringType"
Namespace:
Content:
mixed, 3 attributes, 16 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 3 attributes
Used:
at 33 locations
XML Representation Summary
<...
    translatable
 = 
xs:boolean : "true"
    translated
 = 
xs:boolean : "false"
    xml:lang
 = 
xs:language
    >
   
Content: 
{text} × (h1 | h2 | h3 | h4 | h5 | h6 | ul | ol | dl | p | div | pre | blockquote | address | hr | table)*
</...>
Content Model Elements (16):
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (33):
Known Usage Locations
Annotation
Provides for string content that may be marked up using XHTML formatting tags.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType mixed="true" name="StructuredStringType">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:group ref="xhtml:BlkNoForm.mix"/>
</xs:choice>
<xs:attribute ref="xml:lang"/>
<xs:attribute default="false" name="translated" type="xs:boolean"/>
<xs:attribute default="true" name="translatable" type="xs:boolean"/>
</xs:complexType>
Attribute Detail (defined in this component only; 3/3)
translatable
Type:
xs:boolean, predefined
Use:
optional
Indicates whether content is translatable (value of true) or not (value of false).
Attribute Value
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="true" name="translatable" type="xs:boolean"/>

translated
Type:
xs:boolean, predefined
Use:
optional
Indicates whether content is a translation (value of true) or not (value of false).
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="translated" type="xs:boolean"/>

xml:lang
Type:
xs:language, predefined
Use:
optional
Indicates the language of content.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="xml:lang"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set