Showing:

Annotations
Diagrams
Model
Source
Used by
Complex Type tps:blockObjectsType
Namespace tps
Annotations
A collection of objects
Diagram
Used by
Model
(tps:BlockDesignPoint | tps:BlockSheetPoint | tps:BlockPolyline | tps:BlockBreakline | tps:BlockArea | tps:BlockCircle | tps:BlockArc | tps:BlockTextLabel | tps:BlockBlockInsert) , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:BlockArc, tps:BlockArea, tps:BlockBlockInsert, tps:BlockBreakline, tps:BlockCircle, tps:BlockDesignPoint, tps:BlockPolyline, tps:BlockSheetPoint, tps:BlockTextLabel
Source
<xs:complexType name="blockObjectsType">
  <xs:annotation>
    <xs:documentation>A collection of objects</xs:documentation>
  </xs:annotation>
  <xs:sequence maxOccurs="unbounded" minOccurs="0">
    <xs:group ref="tps:blockObjectGroup">
      <xs:annotation>
        <xs:documentation>One of the objects</xs:documentation>
      </xs:annotation>
    </xs:group>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>