<xsd:element name="PersonLegalIDRequirement" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Include required person legal id's and where specified, copy of the government issued legal id.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="PersonLegalIDIndicator" type="oa:IndicatorType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Include specified person legal id's.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PersonLegalIdImageIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include copies of the government issued documents containing the suppliced person legal id.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="typeCode" type="oa:NormalizedStringType" />
</xsd:complexType>
</xsd:element>
|