complexType "ApplicantCompactCorporateBodyType"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
Firmenbuchnummer??, (FullName, LegalForm?)?
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  ApplicantCompactCorporateBodyType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="ApplicantCompactCorporateBodyType">
<xs:complexContent>
<xs:extension base="ApplicantAbstractPersonType">
<xs:sequence minOccurs="0">
<xs:element name="FullName" type="xs:token"/>
<xs:element minOccurs="0" name="LegalForm" type="xs:anyURI"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined in this component only; 2/3)
FullName
Type:
xs:token, predefined, simple content
Vollständige Bezeichnung des Unternehmens
XML Source (w/o annotations (1); see within schema source)
<xs:element name="FullName" type="xs:token"/>

LegalForm
Type:
xs:anyURI, predefined, simple content
type of company (eg AG, OHG, ...), URI pointing to predefined LegalForm, compare Rechtsform
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="LegalForm" type="xs:anyURI"/>

XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set