CreationFlagEnumeration

Simple Type Information

Used By

Element CreationFlag

Source

<xsd:simpleType name="CreationFlagEnumeration">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="overwrite"/>
    <xsd:enumeration value="append"/>
    <xsd:enumeration value="dontOverwrite"/>
  </xsd:restriction>
</xsd:simpleType>