Пример #1
0
 // delegates to the context schema object
 public XSComponent attributeDecl(XSAttributeDecl decl) {
   return decl.getOwnerSchema();
 }
Пример #2
0
 public Boolean attributeDecl(XSAttributeDecl decl) {
   return decl.getFixedValue() != null;
 }