|
|
@@ -128,35 +128,20 @@ Ma on bezpośredni związek z analogicznym obiektem BI_audit_POWIAZANIA_OD, od k
|
|
|
<xs:documentation>Dziedziczone z obiektow typu KRS person, MSIG person oraz innych dotyczacych osob</xs:documentation>
|
|
|
</xs:annotation>
|
|
|
</xs:element>
|
|
|
- <xs:element name="krs" minOccurs="0">
|
|
|
+ <xs:element name="krs" minOccurs="0" type="xs:string">
|
|
|
<xs:annotation>
|
|
|
<xs:documentation>Dziedziczone z obiektow typu KRS , MSIG oraz innych dotyczacych podmiotow</xs:documentation>
|
|
|
</xs:annotation>
|
|
|
- <xs:simpleType>
|
|
|
- <xs:restriction base="xs:string">
|
|
|
- <xs:maxLength value="10"/>
|
|
|
- </xs:restriction>
|
|
|
- </xs:simpleType>
|
|
|
</xs:element>
|
|
|
- <xs:element name="nip" minOccurs="0">
|
|
|
+ <xs:element name="nip" minOccurs="0" type="xs:string">
|
|
|
<xs:annotation>
|
|
|
<xs:documentation>Dziedziczone z obiektow typu KRS , MSIG oraz innych dotyczacych podmiotow</xs:documentation>
|
|
|
</xs:annotation>
|
|
|
- <xs:simpleType>
|
|
|
- <xs:restriction base="xs:int">
|
|
|
- <xs:totalDigits value="10"/>
|
|
|
- </xs:restriction>
|
|
|
- </xs:simpleType>
|
|
|
</xs:element>
|
|
|
- <xs:element name="regon" minOccurs="0">
|
|
|
+ <xs:element name="regon" minOccurs="0" type="xs:string">
|
|
|
<xs:annotation>
|
|
|
<xs:documentation>Dziedziczone z obiektow typu KRS , MSIG oraz innych dotyczacych podmiotow</xs:documentation>
|
|
|
</xs:annotation>
|
|
|
- <xs:simpleType>
|
|
|
- <xs:restriction base="xs:int">
|
|
|
- <xs:totalDigits value="14"/>
|
|
|
- </xs:restriction>
|
|
|
- </xs:simpleType>
|
|
|
</xs:element>
|
|
|
<xs:element name="nazwa" type="xs:string" minOccurs="0">
|
|
|
<xs:annotation>
|