<xs:group name="SubjectDataGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element name="Name" type="ns1:string255">
<xs:annotation>
<xs:documentation>Nazwa firmy</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Regon" type="ns1:regon" minOccurs="0">
<xs:annotation>
<xs:documentation>Numer REGON</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MainEconomicActivity" type="ns1:string250" minOccurs="0">
<xs:annotation>
<xs:documentation>Określenie głównego przedmiotu wykonywanej działalności</xs:documentation>
</xs:annotation>
</xs:element>
<xs:sequence minOccurs="0">
<xs:element name="RegistrationNumber" type="ns1:string150">
<xs:annotation>
<xs:documentation>Numer właściwy rejestru</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RegistryName" type="ns1:string150">
<xs:annotation>
<xs:documentation>Oznaczenie sądu rejestrowego</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:sequence>
</xs:group> |