<xs:complexType name="LocalisedCharacterString_Type"> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="id" type="xs:ID"/> <xs:attribute name="locale" type="xs:anyURI"/> </xs:extension> </xs:simpleContent> </xs:complexType>
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute name="locale" type="xs:anyURI"/>