end-element

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string required
namespace xs:string optional

Used By

Element Group template-content

Source

<xs:element name="end-element">
  <xs:complexType>
    <xs:attribute name="name" type="xs:string" use="required"/>
    <xs:attribute name="namespace" type="xs:string" use="optional"/>
    <!-- todo: type definition for {qname} and {uri-reference} -->
  </xs:complexType>
</xs:element>

Sample