complexType "dataFingerprintType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 1 attribute, 3 elements
Used:
XML Representation Summary
<...
   
 = 
("data" | "dataFile")
    >
   
Content: 
digitalFingerprintValue, algorithmSpecification?, algorithmVersion?
</...>
Content Model Elements (3):
algorithmSpecification, algorithmVersion, digitalFingerprintValue
All Direct / Indirect Based Elements (1):
dataFingerprint
Known Usage Locations
XML Source (see within schema source)
<xs:complexType name="dataFingerprintType">
<xs:sequence>
<xs:element name="digitalFingerprintValue" type="xs:string"/>
<xs:element minOccurs="0" name="algorithmSpecification" type="xs:string"/>
<xs:element minOccurs="0" name="algorithmVersion" type="xs:string"/>
</xs:sequence>
<xs:attribute name="type" use="required">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="data"/>
<xs:enumeration value="dataFile"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
Attribute Detail (all declarations; 1/1)
type
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
required
Defined:
locally within (this) dataFingerprintType complexType
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"data", "dataFile"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"data", "dataFile"
XML Source (see within schema source)
<xs:attribute name="type" use="required">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="data"/>
<xs:enumeration value="dataFile"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Content Element Detail (all declarations; 3/3)
algorithmSpecification
Type:
xs:string, predefined, simple content
Defined:
locally within (this) dataFingerprintType complexType
XML Source (see within schema source)
<xs:element minOccurs="0" name="algorithmSpecification" type="xs:string"/>

algorithmVersion
Type:
xs:string, predefined, simple content
Defined:
locally within (this) dataFingerprintType complexType
XML Source (see within schema source)
<xs:element minOccurs="0" name="algorithmVersion" type="xs:string"/>

digitalFingerprintValue
Type:
xs:string, predefined, simple content
Defined:
locally within (this) dataFingerprintType complexType
XML Source (see within schema source)
<xs:element name="digitalFingerprintValue" type="xs:string"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set