complexType "GWAAbstractPersonType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
((Identification? | Sozialversicherungsnummer?)?)?
</...>
Content Model Elements (2):
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
main structure of person data
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="GWAAbstractPersonType">
<xs:sequence minOccurs="0">
<xs:choice minOccurs="0">
<xs:element minOccurs="0" name="Identification" type="IdentificationType"/>
<xs:element minOccurs="0" name="Sozialversicherungsnummer" type="xs:string"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined in this component only; 2/2)
Identification
Type:
IdentificationType, complex content
XML Source (see within schema source)
<xs:element minOccurs="0" name="Identification" type="IdentificationType"/>

Sozialversicherungsnummer
Type:
xs:string, predefined, simple content
XML Source (see within schema source)
<xs:element minOccurs="0" name="Sozialversicherungsnummer" type="xs:string"/>

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