Uses of Class
org.xmlet.xsdparser.xsdelements.visitors.XsdAnnotatedElementsVisitor
-
Packages that use XsdAnnotatedElementsVisitor Package Description org.xmlet.xsdparser.xsdelements.visitors -
-
Uses of XsdAnnotatedElementsVisitor in org.xmlet.xsdparser.xsdelements.visitors
Subclasses of XsdAnnotatedElementsVisitor in org.xmlet.xsdparser.xsdelements.visitors Modifier and Type Class Description classAttributesVisitorRepresents the restrictions of the all elements that can containXsdAttributeandXsdAttributeGroup.classXsdAllVisitorRepresents the restrictions of theXsdAllelement, which can only containXsdElementas children.classXsdAttributeGroupVisitorRepresents the restrictions of theXsdAttributeGroupelement, which can only containXsdAttributeelements as children.classXsdAttributeVisitorRepresents the restrictions of theXsdAttributeelement, which can only containXsdSimpleTypeelements as children.classXsdChoiceVisitorRepresents the restrictions of theXsdChoiceelement, which can containXsdElement,XsdChoice,XsdGrouporXsdSequenceas children.classXsdComplexContentVisitorRepresents the restrictions of theXsdComplexContentelement, which can only containXsdRestrictionandXsdExtensionas children.classXsdComplexTypeVisitorRepresents the restrictions of theXsdComplexTypeelement, which can contain the following children: *XsdAll,XsdSequence,XsdChoice(represented byXsdMultipleElements); *XsdGroup; *XsdComplexContent; *XsdSimpleContent; Can also haveXsdAttributeandXsdAttributeGroupas children as per inheritance ofAttributesVisitor.classXsdElementVisitorRepresents the restrictions of theXsdElementelement, which can only containXsdSimpleTypeorXsdComplexTypeas children.classXsdExtensionVisitorRepresents the restrictions of theXsdExtensionelement, which can contain the following children: *XsdAll,XsdSequence,XsdChoice(represented byXsdMultipleElements); *XsdGroup; Can also haveXsdAttributeandXsdAttributeGroupchildren as per inheritance ofAttributesVisitor.classXsdGroupVisitorRepresents the restrictions of theXsdGroupelement, which can containXsdAll,XsdSequence,XsdChoice(represented byXsdMultipleElements) as children.classXsdListVisitorRepresents the restrictions of theXsdListelement, which can only containXsdSimpleTypeas children.classXsdRestrictionsVisitorRepresents the restrictions of theXsdRestrictionelement, which can contain the following children: *XsdEnumeration*XsdFractionDigits*XsdLength*XsdMaxExclusive*XsdMaxInclusive*XsdMaxLength*XsdMinExclusive*XsdMinInclusive*XsdMinLength*XsdPattern*XsdTotalDigits*XsdWhiteSpace*XsdSimpleTypeCan also haveXsdAttributeandXsdAttributeGroupchildren as per inheritance ofAttributesVisitor.classXsdSchemaVisitorclassXsdSequenceVisitorRepresents the restrictions of theXsdSequenceelement, which can containXsdElement,XsdGroup,XsdChoiceorXsdSequenceas children.classXsdSimpleContentVisitorRepresents the restrictions of theXsdSimpleContentelement, which can only containXsdRestrictionorXsdExtensionas children.classXsdSimpleTypeVisitorRepresents the restrictions of theXsdSimpleTypeelement, which can containXsdList,XsdUnionorXsdRestrictionas children.classXsdUnionVisitorRepresents the restrictions of theXsdUnionelement, which can only containXsdSimpleTypeas children.
-