
W3C::SOAP::Manual::XSD


W3C::SOAP::XSD::Parser maps XMLSchema Documents to perl/Moose objects. There are some limitations in the way this is done but the basic mapping is:
A common class is created that represents the whole schema,
this class includes all other classes that are created.
The attributes of this class are the xs:elements of the XSD
These are mapped to attributes of the XSD
These are mapped to MooseX::Types and located in the {BaseClass}::Types module. They then need to be imported into modules that need them.
These are mapped to Moose classes under the {BaseClass} namespace