Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.28 KB

user_type-complextypevisio-xml.md

File metadata and controls

58 lines (38 loc) · 1.28 KB
title manager ms.date ms.audience ms.topic ms.localizationpriority ms.assetid
User_Type complexType (Visio XML)
lindalu
03/09/2015
Developer
reference
medium
d3970d90-6beb-1f59-256f-ace6a9865b59

User_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
Section_Type

Definition

          <xs:complexType name="User_Type">
          
          <xs:complexContent>
          <xs:extension base="Section_Type">
          <xs:sequence minOccurs="0" maxOccurs="unbounded">
    <xs:element name="Row"  type="UserRow_Type"
    >
    </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
Row
UserRow_Type

Attributes

None.