<xsd:complexType name="CT_Name"> <xsd:attribute name="lang" type="xsd:string" use="optional" default=""> <xsd:annotation> <xsd:documentation>Language</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="val" type="xsd:string" use="required"> <xsd:annotation> <xsd:documentation>Value</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType>