Namespace
urn:us:mil:ces:metadata:domex_identity
Diagram
Used by
Model
idNumber{0,1}
,
authority{0,1}
,
isLostOrStolen{0,1}
,
isAuthentic{0,1}
,
dateOfIssue{0,1}
,
dateOfExpiration{0,1}
,
issuingCountry{0,1}
,
issuingStateOrProvince{0,1}
,
issuingLocality{0,1}
,
issuingOrganization{0,1}
,
identifiedPerson{0,1}
,
destinationCountry{0,1}
Children
authority
,
dateOfExpiration
,
dateOfIssue
,
destinationCountry
,
idNumber
,
identifiedPerson
,
isAuthentic
,
isLostOrStolen
,
issuingCountry
,
issuingLocality
,
issuingOrganization
,
issuingStateOrProvince
Attributes
Source
<xs:complexType name= "LicenseType" >
<xs:sequence >
<!-- artf14838 - Add idNumber element -->
<xs:element name= "idNumber" type= "xs:string" minOccurs= "0" />
<xs:element name= "authority" type= "xs:string" minOccurs= "0" />
<xs:element name= "isLostOrStolen" type= "xs:boolean" minOccurs= "0" />
<xs:element name= "isAuthentic" type= "xs:boolean" minOccurs= "0" />
<xs:element name= "dateOfIssue" type= "xs:date" minOccurs= "0" />
<xs:element name= "dateOfExpiration" type= "xs:date" minOccurs= "0" />
<xs:element name= "issuingCountry" type= "ddms:CompoundCountryCodeIdentifierType" minOccurs= "0" />
<xs:element name= "issuingStateOrProvince" type= "xs:string" minOccurs= "0" />
<xs:element name= "issuingLocality" type= "xs:string" minOccurs= "0" />
<xs:element name= "issuingOrganization" type= "xs:string" minOccurs= "0" />
<xs:element name= "identifiedPerson" type= "xs:string" minOccurs= "0" />
<!-- artf14839 - Add destination country element for visas and passports -->
<xs:element name= "destinationCountry" type= "ddms:CompoundCountryCodeIdentifierType" minOccurs= "0" />
</xs:sequence>
<xs:attribute name= "type" type= "CVEnumDOMEXLicenseTypeType:CVEnumDOMEXLicenseTypeType" use= "required" />
</xs:complexType>
Schema location
Identity.xsd Copy and paste this link to your file browser, clicking the link MAY open in the browser. Opening in an XML aware editor is best.