XML-Schema

<xs:element name="bilder"> <xs:complexType> <xs:sequence> <xs:element name="foto" type="xs:string" maxOccurs="100" minOccurs="0"/> <xs:element name="gemaelde" type="xs:string" maxOccurs="unbounded" minOccurs="10"/> <xs:element name="zeichnung" type="xs:string" maxOccurs="50"/> </xs:sequence> </xs:complexType>
</xs:element>