Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.31 KB

infiniteline_type-complextypevisio-xml.md

File metadata and controls

60 lines (40 loc) · 1.31 KB
title manager ms.date ms.audience ms.topic ms.localizationpriority ms.assetid
InfiniteLine_Type complexType (Visio XML)
lindalu
03/09/2015
Developer
reference
medium
4463d388-f5dd-4c43-71d4-82ba216d8d39

InfiniteLine_Type complexType (Visio XML)

Type information

Value
Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
Schema file
VisioSchema15-2012-06-05.xsd
Extension base
GeometryRow_Type

Definition

          <xs:complexType name="InfiniteLine_Type">
          
          <xs:complexContent>
          <xs:extension base="GeometryRow_Type">
          <xs:sequence>
    <xs:element name="Cell"  type="Cell_Type"
     minOccurs="0"
     maxOccurs="unbounded"
    >
    </xs:element>
    
      </xs:sequence>
      </xs:extension>
      </xs:complexContent>
      </xs:complexType>
      

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Child elements

Element Type Description
Cell
Cell_Type

Attributes

None.