AutoCAD Map 3D Geospatial Platform API

Schema BatchPropertyCollection-1.0.0.xsd

attribute form default:  unqualified
element form default:  qualified
 
Elements 
BatchPropertyCollection 


element BatchPropertyCollection
diagram
children
PropertyCollection source
<xs:element name="BatchPropertyCollection">
  <xs:annotation>
    <xs:documentation>PropertyCollection list</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
      <xs:element name="PropertyCollection">
        <xs:annotation>
          <xs:documentation>Property list</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence minOccurs="0" maxOccurs="unbounded">
            <xs:element name="Property">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Name" type="xs:string"/>
                  <xs:element name="Type" type="xs:string"/>
                  <xs:element name="Value" type="xs:string"/>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element BatchPropertyCollection/PropertyCollection
diagram
children
Property source
<xs:element name="PropertyCollection">
  <xs:annotation>
    <xs:documentation>Property list</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
      <xs:element name="Property">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Name" type="xs:string"/>
            <xs:element name="Type" type="xs:string"/>
            <xs:element name="Value" type="xs:string"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element BatchPropertyCollection/PropertyCollection/Property
diagram
children
Name Type Value source
<xs:element name="Property">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Name" type="xs:string"/>
      <xs:element name="Type" type="xs:string"/>
      <xs:element name="Value" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

element BatchPropertyCollection/PropertyCollection/Property/Name
diagram
type xs:string
source
<xs:element name="Name" type="xs:string"/>

element BatchPropertyCollection/PropertyCollection/Property/Type
diagram
type xs:string
source
<xs:element name="Type" type="xs:string"/>

element BatchPropertyCollection/PropertyCollection/Property/Value
diagram
type xs:string
source
<xs:element name="Value" type="xs:string"/>