5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
11 lines
399 B
XML
11 lines
399 B
XML
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:tns="http://xmlbeans_45" targetNamespace="http://xmlbeans_45">
|
|
<xs:complexType name="personName">
|
|
<xs:sequence>
|
|
<xs:element name="title" minOccurs="0"/>
|
|
<xs:element name="forename" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
|
|
<xs:element name="addressee" type="tns:personName"/>
|
|
</xs:schema> |