complexType "GWACompactPhysicalPersonType"
Namespace:
Content:
complex, 7 elements
Defined:
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...>
   
Content: 
((Identification? | Sozialversicherungsnummer?)?)?, (CompactName, Sex?, DateOfBirth?, PlaceOfBirth?, Nationality*)?
</...>
Content Model Elements (7):
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
physical person, compare NatuerlichePersonTyp
Type Definition Detail
Type Derivation Tree
  GWACompactPhysicalPersonType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="GWACompactPhysicalPersonType">
<xs:complexContent>
<xs:extension base="GWAAbstractPersonType">
<xs:sequence minOccurs="0">
<xs:element ref="CompactName"/>
<xs:element minOccurs="0" ref="Sex"/>
<xs:element minOccurs="0" ref="DateOfBirth"/>
<xs:element minOccurs="0" ref="PlaceOfBirth"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Nationality"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined in this component only; 5/7)
CompactName
Type:
CompactPersonNameType, complex content
XML Source (see within schema source)
<xs:element ref="CompactName"/>

DateOfBirth
Type:
DateOfBirthType, simple content
Simple Content
xs:date | xs:gYearMonth | xs:gYear
XML Source (see within schema source)
<xs:element minOccurs="0" ref="DateOfBirth"/>

Nationality
Type:
NationalityType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Nationality"/>

PlaceOfBirth
Type:
xs:token, predefined, simple content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="PlaceOfBirth"/>

Sex
Type:
SexType, simple content
Simple Content
enumeration of xs:token
Enumeration:
"male", "female", "unknown"
XML Source (see within schema source)
<xs:element minOccurs="0" ref="Sex"/>

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