if (xsAnnotation == null) {
annotations = new XSAnnotation[0];
} else {
XSAnnotation ann = getXSSchema().getXSObjectFactory().newXSAnnotation(this, xsAnnotation);
annotations = new XSAnnotation[]{ ann };
ann.validate();
}
}
public XsSchemaHeader getSchemaHeader() {
return getXsObject().getXsESchema();