| attribute form default: | unqualified |
| element form default: | qualified |
| Elements |
| DataStoreList |
| diagram | ![]() |
| children | DataStore |
| source | <xs:element name="DataStoreList"> <xs:annotation> <xs:documentation>The list of datastores from a EnumerateDataStores request</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:element name="DataStore"> <xs:annotation> <xs:documentation>A data store entry.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string"> <xs:annotation> <xs:documentation>The name of the data store.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="FdoEnabled" type="xs:boolean"> <xs:annotation> <xs:documentation>If false this data store does not have a logical to physical schema mapping.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
| children | Name FdoEnabled |
| source | <xs:element name="DataStore"> <xs:annotation> <xs:documentation>A data store entry.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Name" type="xs:string"> <xs:annotation> <xs:documentation>The name of the data store.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="FdoEnabled" type="xs:boolean"> <xs:annotation> <xs:documentation>If false this data store does not have a logical to physical schema mapping.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Name" type="xs:string"> <xs:annotation> <xs:documentation>The name of the data store.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
| type | xs:boolean |
| source | <xs:element name="FdoEnabled" type="xs:boolean"> <xs:annotation> <xs:documentation>If false this data store does not have a logical to physical schema mapping.</xs:documentation> </xs:annotation> </xs:element> |