org.apache.tuscany.sdo.model
Interface XSDType

All Superinterfaces:
Serializable
All Known Implementing Classes:
XSDTypeImpl

public interface XSDType
extends Serializable

A representation of the model object 'XSD Type'. Expected type is xsd:schema.

The following features are supported:


Method Summary
 Sequence getAny()
          Returns the value of the 'Any' attribute list.
 

Method Detail

getAny

Sequence getAny()
Returns the value of the 'Any' attribute list.

If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any' attribute list.


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.