QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
result-prefix | ns-prefix | #default | optional | |||
stylesheet-prefix | ns-prefix | #default | optional |
Element Group | top-level-content |
<xs:element name="namespace-alias"> <xs:complexType> <xs:attribute name="stylesheet-prefix" type="ns-prefix" use="optional" default="#default"/> <xs:attribute name="result-prefix" type="ns-prefix" use="optional" default="#default"/> </xs:complexType> </xs:element> |