biom:TransactionDomainType

complexType TransactionDomainType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for a domain for the user-defined Type-02 logical record implementation

Diagram

XML Schema

<xs:complexType name="TransactionDomainType">
<xs:annotation>
<xs:documentation>
A data type for a domain for the user-defined Type-02 logical record implementation
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:DomainVersionNumberIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:TransactionDomainName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:TransactionDomainAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>