structure:nclPrototype

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id ID required
title string optional

Used By

Element structure:ncl

Source

<complexType name="nclPrototype">
  <sequence>
    <element ref="structure:head" minOccurs="0" maxOccurs="1"/>
    <element ref="structure:body" minOccurs="0" maxOccurs="1"/>
  </sequence>
  <attribute name="id" type="ID" use="required"/>
  <attribute name="title" type="string" use="optional"/>
</complexType>