2.2.3.3 CT_PropertyBag

Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/application

Referenced by: CT_Application

Container type for the properties in an Application. MUST contain one or more Property elements. 

Child Elements:

Property : A CT_Property element that specifies a single property in an Application.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_PropertyBag">
   <xsd:sequence>
     <xsd:element name="Property" maxOccurs="unbounded" wbld:cname="Property" type="CT_Property"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).