element <abbruch>
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
XML Representation Summary
<abbruch>
   
Content: 
antragsDatum, abbruchsGrund
</abbruch>
Content model elements (2):
Included in content model of elements (1):
Annotation

Abbruch eines Vorhabens

XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="abbruch">
<xs:complexType>
<xs:sequence maxOccurs="1" minOccurs="1">
<xs:element maxOccurs="1" minOccurs="1" name="antragsDatum" type="xs:date"/>
<xs:element maxOccurs="1" minOccurs="1" name="abbruchsGrund">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined in this component only; 2/2)
abbruchsGrund
Type:
anonymous (restriction of xs:string), simple content

Grund für einen Abbruch

Simple Content
xs:string
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="abbruchsGrund">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

antragsDatum
Type:
xs:date, predefined, simple content

Datum des Antrages für einen Abbruch

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="antragsDatum" type="xs:date"/>

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