<xsd:complexType name="EntityItemFileTypeType">
<xsd:annotation>
<xsd:documentation>The EntityItemFileTypeType restricts a string value to a specific set of values that describe the different types of files. The empty string is also allowed to support empty emlement associated with error conditions.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="oval-sc:EntityItemStringType">
<xsd:enumeration value="FILE_ATTRIBUTE_DIRECTORY" />
<xsd:enumeration value="FILE_TYPE_CHAR" />
<xsd:enumeration value="FILE_TYPE_DISK" />
<xsd:enumeration value="FILE_TYPE_PIPE" />
<xsd:enumeration value="FILE_TYPE_REMOTE" />
<xsd:enumeration value="FILE_TYPE_UNKNOWN" />
<xsd:enumeration value="">
<xsd:annotation>
<xsd:documentation>The empty string value is permitted here to allow for detailed error reporting.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
|