DOCUMENT ME!
613614615616617618619620621622
/** * @see org.geotools.xml.schema.ComplexType#getAttributes() */ public Attribute[] getAttributes() { return new Attribute[] { new AttributeGT(null, "lockId", WFSSchema.NAMESPACE, XSISimpleTypes.String.getInstance(), Attribute.OPTIONAL, null, null, false), }; }
285286287288289290291292293294295
// look it up --- find it st = parent.lookUpSimpleType(type); } } cache = new AttributeGT(id, name1, parent.getTargetNamespace(), st, use1, def1, fixed1, false); id = type = ref = null; return cache;