Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type ShellSetType
Annotations
The ShellSetType represents a container for storing all model shells.
Diagram
Diagram Topology_xsd_Complex_Type_ShellSetType.tmp#ShellSetType_n Topology_xsd_Element_Shell.tmp#Shell
Used by
Children Shell
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of shells in this set.
Source
<xs:complexType name="ShellSetType">
  <xs:annotation>
    <xs:documentation>The ShellSetType represents a container for storing all model shells.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Shell" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Shell element is a model shell.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of shells in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd
Attribute ShellSetType / @n
Annotations
The required n attribute is the number of shells in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ShellSetType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of shells in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Topology.xsd