<xs:element name="Schedule5A2014">
<xs:annotation>
<xs:documentation>Schedule 5A Information regarding apportionment of
income between spouses governed by Portuguese Civil Code
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="NameOfSpouse">
<xs:simpleType>
<xs:restriction base="nonEmptyString">
<xs:maxLength value="125" />
<xs:minLength value="1" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PANOfSpouse">
<xs:simpleType>
<xs:restriction base="nonEmptyString">
<xs:length value="10" />
<xs:pattern value="[A-Z]{5}[0-9]{4}[A-Z]{1}" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="HPHeadIncome" type="Sch5AIncType" />
<xs:element name="BusHeadIncome" type="Sch5AIncType" />
<xs:element name="CapGainHeadIncome" type="Sch5AIncType" />
<xs:element name="OtherSourcesHeadIncome" type="Sch5AIncType" />
<xs:element name="TotalHeadIncome" type="Sch5AIncType" />
</xs:sequence>
</xs:complexType>
</xs:element>
|