biom:ContextFileFormatType
complexType ContextFileFormatType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/
Definition
A data type for a description of a file holding an associated context representation, and decoding instructions
Diagram
XML Schema
<xs:complexType name="ContextFileFormatType">
<xs:annotation>
<xs:documentation>
A data type for a description of a file holding an associated context representation, and decoding instructions</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="biom:ContextFileCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ContextFileDecodingInstructionsText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ContextFileFormatAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>