j:CertificationType

complexType CertificationType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for an official process of distinguishing the credentials of person or entity.

Diagram

XML Schema

<xs:complexType name="CertificationType">
<xs:annotation>
<xs:documentation>
A data type for an official process of distinguishing the credentials of person or entity.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:CertificationExpirationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CertificationExpirationReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CertificationIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CertificationIssuingAuthority" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CertificationName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CertificationReviewDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CertificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>