
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| catalog | required | ||||||
| id | xs:ID | optional | |||||
| publicIdStartString | required | ||||||
| xml:base | xs:anyURI | optional |
|
| Elements | n1:catalog, n1:group |
<xs:element name="delegatePublic"> <xs:complexType> <xs:attribute name="id" type="xs:ID"/> <xs:attribute name="publicIdStartString" use="required"/> <xs:attribute name="catalog" use="required"/> <xs:attribute ref="xml:base"/> </xs:complexType> </xs:element> |