Showing:

Annotations
Diagrams
Model
Source
Used by
Complex Type tps:objectsType
Namespace tps
Annotations
A collection of objects
Diagram
Used by
Model
(tps:DesignPoint | tps:SheetPoint | tps:Polyline | tps:Breakline | tps:Area | tps:Circle | tps:Arc | tps:TextLabel | tps:BlockInsert) , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Arc, tps:Area, tps:BlockInsert, tps:Breakline, tps:Circle, tps:DesignPoint, tps:Polyline, tps:SheetPoint, tps:TextLabel
Source
<xs:complexType name="objectsType">
  <xs:annotation>
    <xs:documentation>A collection of objects</xs:documentation>
  </xs:annotation>
  <xs:sequence maxOccurs="unbounded" minOccurs="0">
    <xs:group ref="tps:objectGroup">
      <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>