biom:RecordingSettingDetailType
complexType RecordingSettingDetailType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for a description of the details surrounding the creation of a recording
Diagram
XML Schema
<xs:complexType name="RecordingSettingDetailType">
<xs:annotation>
<xs:documentation>
A data type for a description of the details surrounding the creation of a recording</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="biom:RecordingSourceCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SourceOrganizationName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:OrganizationPrimaryContactInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:RecordingSourceCountry" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:RecordingSettingDetailAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>