2.1.4 t:NonEmptyArrayOfPropertyValuesType Complex Type

The NonEmptyArrayOfPropertyValuesType complex type represents a collection of values for an extended property. This array has at least one member.

 <xs:complexType name="NonEmptyArrayOfPropertyValuesType">
   <xs:choice>
     <xs:element name="Value"
       type="xs:string"
       maxOccurs="unbounded"
      />
   </xs:choice>
 </xs:complexType>
  

The following table lists the child element of the NonEmptyArrayOfPropertyValuesType complex type.

Element name

Type

Description

Value

xs:string ([XMLSCHEMA2])

Specifies a value for an extended property.