<xs:complexType name="IntlStringType">
<xs:annotation>
<xs:documentation>The type for an internationalized string, where the language and directionality in which the information is writte are indirected</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:normalizedString">
<xs:attributeGroup ref="i18nAttributes" />
<xs:attributeGroup ref="editAttributes" />
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|