source |
<xsd:complexType name="LocalizedTextType"> <xsd:annotation>
|
<xsd:documentation>
Type used when the languageCode is needed.
</xsd:documentation> |
</xsd:annotation> <xsd:simpleContent>
|
<xsd:extension base="xsd:string"> <xsd:attribute ref="com:languageCode"/> </xsd:extension> |
</xsd:simpleContent> </xsd:complexType> |