<xs:element name="DependencyName" minOccurs="0">
<xs:annotation>
<xs:documentation>Container for a name of a dependent person or organisation. Example: Ram Kumar, C/O MSI Business Solutions</xs:documentation>
<xs:documentation>DependencyType: Person-Person/Person-Organisation Relationship (care of, wife of, position, etc). Can have sublement with name structure or reference another top-level element.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="NameDetails">
<xs:sequence>
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Use this to import/use/reference elements from other namespaces </xs:documentation>
</xs:annotation>
</xs:any>
</xs:sequence>
<xs:attribute name="DependencyType">
<xs:annotation>
<xs:documentation>Description of the dependency: in trust of, on behalf of, etc.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="grKeyRefs" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|