1 19 20 package org.netbeans.modules.xml.schema.model; 21 22 import org.netbeans.modules.xml.xam.dom.NamedComponentReference; 23 24 28 public interface SimpleContentRestriction extends LocalAttributeContainer, 29 SimpleRestriction, SimpleContentDefinition { 30 31 NamedComponentReference<GlobalType> getBase(); 32 void setBase(NamedComponentReference<GlobalType> type); 33 34 } 35 | Popular Tags |