1 57 58 package com.sun.org.apache.xerces.internal.impl.xs.psvi; 59 60 64 public interface XSElementDeclaration extends XSTerm { 65 69 public XSTypeDefinition getTypeDefinition(); 70 71 76 public short getScope(); 77 78 82 public XSComplexTypeDefinition getEnclosingCTDefinition(); 83 84 87 public short getConstraintType(); 88 89 93 public String getConstraintValue(); 94 95 103 public boolean getNillable(); 104 105 108 public XSNamedMap getIdentityConstraints(); 109 110 114 public XSElementDeclaration getSubstitutionGroupAffiliation(); 115 116 125 public boolean isSubstitutionGroupExclusion(short exclusion); 126 127 133 public short getSubstitutionGroupExclusions(); 134 135 145 public boolean isDisallowedSubstitution(short disallowed); 146 147 154 public short getDisallowedSubstitutions(); 155 156 159 public boolean getAbstract(); 160 161 164 public XSAnnotation getAnnotation(); 165 166 } 167 | Popular Tags |