<xsd:complexType name="AlternateScriptPersonNameType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
<ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Alternate Script Person Name. Details</ccts:DictionaryEntryName>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains a copy of a person name in an alternate script or "alaphabet". For
example the same name might be presented using Roman, Kanji, Arabic, or
other character sets. </ccts:DefinitionText>
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="PersonNameBaseType">
<xsd:sequence>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="scriptCode" type="oa:NormalizedStringType" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|