org.apache.ws.jaxme.xs.xml
public interface XsTSimpleRestrictionType extends XsTRestrictionType, XsGSimpleRestrictionModel, XsGAttrDecls
Implementation of xs:simpleRestrictionType
,
as specified by the following:
<xs:complexType name="simpleRestrictionType"> <xs:complexContent> <xs:restriction base="xs:restrictionType"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:group ref="xs:simpleRestrictionModel" minOccurs="0"/> <xs:group ref="xs:attrDecls"/> </xs:sequence> </xs:restriction> </xs:complexContent> </xs:complexType>