QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
name | xs:QName | required | ||||
new-scope | restriction of xs:NMTOKEN | no | optional | |||
public | restriction of xs:NMTOKEN | optional | ||||
visibility | restriction of xs:NMTOKEN | local | optional |
Element Group | group-content |
<xs:element name="procedure"> <xs:complexType mixed="true"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="template-content"/> </xs:choice> <xs:attributeGroup ref="templatts"/> <xs:attribute name="name" type="xs:QName" use="required"/> </xs:complexType> </xs:element> |