<xsd:complexType name="CT_Cfvo">
<xsd:sequence>
<xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1">
</xsd:element>
</xsd:sequence>
<xsd:attribute name="type" type="ST_CfvoType" use="required">
<xsd:annotation>
<xsd:documentation>Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="val" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Value</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="gte" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Greater Than Or Equal</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|