<xsd:complexType name="VisaType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
<ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">ABIE</ccts:CategoryCode>
<ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Visa. Details</ccts:DictionaryEntryName>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A collection of information about a government-issued visa. A visia is permit authorizing a person to enter, stay, and/or work within a particular country.</ccts:DefinitionText>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="VisaID" minOccurs="0" />
<xsd:element ref="IssuingCountryCode" minOccurs="0" />
<xsd:element ref="VisaTypeCode" minOccurs="0" />
<xsd:element ref="FreeFormEffectivePeriod" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|