Elements | bookType/imprint, imprint, onlineType/imprint, serialType/imprint |
<xs:complexType name="imprintType"> <xs:choice> <xs:element name="text" type="exch:textType"/> <xs:sequence> <xs:element name="address" type="exch:addressType" minOccurs="0"/> <xs:element name="name" type="exch:nameType"/> <xs:element name="pubdate" type="exch:pubdateType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:choice> </xs:complexType> |