n1:div

Element Information

Model

Children: n1:define

Attributes

QName Type Fixed Default Use Inheritable Annotation
datatypeLibrary http://www.w3.org/2001/XMLSchema-datatypes optional
ns http://www.w3.org/2000/svg optional

Used By

Element n1:grammar

Source

<xs:element name="div">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="n1:define" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="ns" fixed="http://www.w3.org/2000/svg"/>
    <xs:attribute name="datatypeLibrary" fixed="http://www.w3.org/2001/XMLSchema-datatypes"/>
  </xs:complexType>
</xs:element>

Sample