Python library for working with xml, xsd, wsdl and soap web services
$ pip install xmelange
Complex types allow elements in their content (via <xsd:sequence>
and <xsd:element>
)
Complex types also can carry attributes (via <xsd:attributes>
).
Simple types cannot have element content. Simple types cannot carry attributes.