Class SimpleContentRestrictionState

    • Field Detail

      • parentDecl

        protected ComplexTypeExp parentDecl
        ComplexType object that we are now constructing.
      • incubator

        protected XSTypeIncubator incubator
        used to restrict simpleType
      • base

        private java.lang.String base
        value of the base attribute. null in case of an error.
      • baseTypeName

        private java.lang.String[] baseTypeName
        Namespace URI and local name of the base attribute. null in case of an error.
      • baseSchema

        private XMLSchemaSchema baseSchema
        XMLSchemaSchema object of the base type. We should have this reference so that XMLSchemaReader can detect an error if this schema is undefined. Null in case of an error.
    • Constructor Detail

      • SimpleContentRestrictionState

        protected SimpleContentRestrictionState​(ComplexTypeExp parentDecl)