Uses of Class
org.xmlet.xsdparser.xsdelements.XsdIdentifierElements
-
Packages that use XsdIdentifierElements Package Description org.xmlet.xsdparser.xsdelements org.xmlet.xsdparser.xsdelements.xsdrestrictions -
-
Uses of XsdIdentifierElements in org.xmlet.xsdparser.xsdelements
Subclasses of XsdIdentifierElements in org.xmlet.xsdparser.xsdelements Modifier and Type Class Description classXsdAllA class representing the xsd:all element.classXsdAnnotatedElementsServes as a base to everyXsdAbstractElementconcrete type which can have xsd:annotation as children.classXsdAnnotationA class representing the xsd:annotation element.classXsdAttributeA class representing the xsd:attribute element.classXsdAttributeGroupA class is representing xsd:attributeGroup elements.classXsdBuiltInDataTypeclassXsdChoiceA class representing the xsd:choice element.classXsdComplexContentA class representing the xsd:complexContent element.classXsdComplexTypeA class representing the xsd:complexType element.classXsdElementA class representing the xsd:element element.classXsdExtensionA class representing the xsd:extension element.classXsdGroupA class representing the xsd:complexType element.classXsdImportA class representing the xsd:import element.classXsdIncludeA class representing the xsd:include element.classXsdListA class representing the xsd:list element.classXsdMultipleElementsA class that serves as a base class to three classes that share similarities,XsdAll,XsdChoiceandXsdSequence.classXsdNamedElementsThis class serves as a base to concreteXsdAbstractElementclasses that can have a name attribute.classXsdRestrictionA class representing the xsd:restriction element.classXsdSchemaclassXsdSequenceA class representing the xsd:sequence element.classXsdSimpleContentA class representing the xsd:simpleContent element.classXsdSimpleTypeA class representing the xsd:simpleType element.classXsdUnionA class representing the xsd:union element. -
Uses of XsdIdentifierElements in org.xmlet.xsdparser.xsdelements.xsdrestrictions
Subclasses of XsdIdentifierElements in org.xmlet.xsdparser.xsdelements.xsdrestrictions Modifier and Type Class Description classXsdEnumerationRepresents a value that a given XSD type is allowed to take.classXsdFractionDigitsStates the number of fraction digits allowed in a numeric type.classXsdIntegerRestrictionsThis class serves as a base to every different restriction that has its restricting parameter defined as anInteger.classXsdLengthStates the exact number of length to a given type, either aString, aList, or another measurable type.classXsdMaxExclusiveStates the maximum value that a given type might take, excluding the respective value.classXsdMaxInclusiveStates the maximum value that a given type might take, including the respective value.classXsdMaxLengthStates the maximum length of a given type, either aString, aListor another measurable type.classXsdMinExclusiveStates the minimum value that a given type might take, excluding the respective value.classXsdMinInclusiveStates the minimum value that a given type might take, including the respective value.classXsdMinLengthStates the minimum length of a given type, either aString, aListor another measurable type.classXsdPatternStates a pattern that a given attribute must match in order to be considered valid.classXsdStringRestrictionsThis class serves as a base to every different restriction that has its restricting parameter defined as anString.classXsdTotalDigitsStates the number of total digits allowed in a numeric type.classXsdWhiteSpaceStates how the whiteSpace characters should be treated.
-