biom:TransactionApplicationProfileType

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

Definition

A data type for an application profile specification that is derived from ANSI/NIST-ITL 1-2011update 2013

Diagram

XML Schema

<xs:complexType name="TransactionApplicationProfileType">
<xs:annotation>
<xs:documentation>
A data type for an application profile specification that is derived from ANSI/NIST-ITL 1-2011update 2013
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:ApplicationProfileOrganizationName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ApplicationProfileName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:ApplicationProfileVersionIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:TransactionApplicationProfileAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>