<xs:element name="xNL">
<xs:annotation>
<xs:documentation>Root element to define name of a Person or an Organisation in detail</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="NameDetails" maxOccurs="unbounded" />
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Use this to import/use/reference name elements from other namespaces </xs:documentation>
</xs:annotation>
</xs:any>
</xs:sequence>
<xs:attribute name="Version">
<xs:annotation>
<xs:documentation>DTD version. This attribute is not used for schema and exists only for DTD compatibility.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" />
</xs:complexType>
</xs:element>
|