<xsd:element name="StartingCompensation" minOccurs="0">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="currency" type="CurrencyCodeType" use="required" />
<xsd:attribute name="intervalType" type="IntervalTypeStringExtensionType" />
<xsd:attribute name="validFrom" type="AnyDateTimeNaType" />
<xsd:attribute name="validTo" type="AnyDateTimeNaType" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
|