Class XSDGroup

    • Constructor Detail

      • XSDGroup

        public XSDGroup()
        Creates a new Group element
    • Method Detail

      • getGroupDeclaration

        public ModelGroupDefinition getGroupDeclaration()
        Returns the Group declaration under construction.
        Returns:
        the constructed Group
      • getGroupReference

        public ModelGroupParticle getGroupReference()
        Returns the Group reference under construction.
        Returns:
        the constructed Group reference
      • validate

        public void validate​(SchemaCompiler compiler)
                      throws SchemaException
        Validate this schema element, checking all document-level constraints
        Overrides:
        validate in class SchemaElement
        Parameters:
        compiler - used for reporting errors and warnings
        Throws:
        SchemaException - if any XML representation constraints are violated