<xsd:simpleType name="ST_OleUpdate">
<xsd:annotation>
<xsd:documentation>OLE Update Types</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="OLEUPDATE_ALWAYS">
<xsd:annotation>
<xsd:documentation>Always Update OLE</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OLEUPDATE_ONCALL">
<xsd:annotation>
<xsd:documentation>Update OLE On Call</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|