XSAttributeDeclaration.getTypeDefinition();
/
XSAttributeDeclaration.getEnclosingCTDefinition();
.
getActualVCType() , getValueConstraintValue(). getActualValueType() , . XSAttributeDecl.java:
48
49 short fConstraintType = XSConstants.VC_NONE;
183 public short getActualVCType() {
184 return getConstraintType() == XSConstants.VC_NONE ?
185 XSConstants.UNAVAILABLE_DT :
186 fDefault.actualValueType;
187 }
136
137 public short getConstraintType() {
138 return fConstraintType;
139 }
, UNAVAILABLE_DT, . XSSimpleTypeDefinition, .