<xsd:complexType name="docVarElt">
<xsd:annotation>
<xsd:documentation>Defines a document variable.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="name" type="stringType" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets document variable name.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="val" type="stringType" use="required">
<xsd:annotation>
<xsd:documentation>Gets or sets document variable value.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|