simpleType "DataFingerprintObjectType"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"data"
 - 
The data fingerprint applies to the data content(format neutral).
"dataFile"
 - 
The data fingerprint applies to a specific file format of the data.

All Direct / Indirect Based Attributes (1):
DataFingerprintType/@type
Known Usage Locations
Annotation
Declares if the DataFingerprint is for a data file or for the data content.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  DataFingerprintObjectType
Derivation:
restriction of xs:string
Facets:
enumeration:
"data"
 - 
The data fingerprint applies to the data content(format neutral).
"dataFile"
 - 
The data fingerprint applies to a specific file format of the data.
XML Source (w/o annotations (3); see within schema source)
<xs:simpleType name="DataFingerprintObjectType">
<xs:restriction base="xs:string">
<xs:enumeration value="data"/>
<xs:enumeration value="dataFile"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set