<xs:complexType name="nplcitType"> <xs:choice> <xs:element name="text" type="exch:textType"/> <xs:element name="article" type="exch:articleType"/> <xs:element name="book" type="exch:bookType"/> <xs:element name="online" type="exch:onlineType"/> <xs:element name="othercit" type="exch:othercitType"/> </xs:choice> <xs:attribute name="id" type="xs:ID"/> <xs:attribute name="num" type="xs:string"/> <xs:attribute name="lang" type="xs:language"/> <xs:attribute name="file" type="xs:string"/> <xs:attribute name="npl-type" type="xs:string"/> <xs:attribute name="medium" type="xs:string"/> <xs:attribute name="url" type="xs:string"/> </xs:complexType> |