<xsd:complexType name="CT_DocVar"> <xsd:attribute name="name" type="ST_String" use="required"> <xsd:annotation> <xsd:documentation>Document Variable Name</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="val" type="ST_String" use="required"> <xsd:annotation> <xsd:documentation>Document Variable Value</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType>