m:CertificateType

complexType CertificateType in namespace http://release.niem.gov/niem/domains/maritime/4.2/

Definition

A data type for an official or government-issued certificate or license.

Diagram

XML Schema

<xs:complexType name="CertificateType">
<xs:annotation>
<xs:documentation>
A data type for an official or government-issued certificate or license.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="m:CertificateEndorsementText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CertificateIssueDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CertificateIssuingAgency" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CertificateJurisdiction" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CertificateRestrictionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:CertificateAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>