Interface XSAttributeUse

    • Method Detail

      • isRequired

        boolean isRequired()
      • getDefaultValue

        XmlString getDefaultValue()
        Gets the default value of this attribute use, if one is specified. Note that if a default value is specified in the attribute declaration, this method returns that value.
      • getFixedValue

        XmlString getFixedValue()
        Gets the fixed value of this attribute use, if one is specified. Note that if a fixed value is specified in the attribute declaration, this method returns that value.