You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ch...@apache.org on 2015/02/18 15:02:32 UTC

[01/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Repository: olingo-odata4
Updated Branches:
  refs/heads/master 03ad0444f -> c8865db8e


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CustomerComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CustomerComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CustomerComposableInvoker.java
deleted file mode 100644
index 8fa1f8b..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CustomerComposableInvoker.java
+++ /dev/null
@@ -1,252 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-public interface CustomerComposableInvoker 
-  extends org.apache.olingo.ext.proxy.api.StructuredComposableInvoker<Customer, Customer.Operations>
-   {
-
-  @Override
-  CustomerComposableInvoker select(String... select);
-
-  @Override
-  CustomerComposableInvoker expand(String... expand);
-
-    
-
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Thumbnail", 
-                type = "Edm.Stream", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.EdmStreamValue getThumbnail();
-
-    void setThumbnail(org.apache.olingo.ext.proxy.api.EdmStreamValue _thumbnail);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Video", 
-                type = "Edm.Stream", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.EdmStreamValue getVideo();
-
-    void setVideo(org.apache.olingo.ext.proxy.api.EdmStreamValue _video);
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "CustomerId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getCustomerId();
-
-    void setCustomerId(java.lang.Integer _customerId);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Name", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getName();
-
-    void setName(java.lang.String _name);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "PrimaryContactInfo", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetails getPrimaryContactInfo();
-
-    void setPrimaryContactInfo(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetails _primaryContactInfo);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "BackupContactInfo", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetailsCollection getBackupContactInfo();
-
-    void setBackupContactInfo(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetailsCollection _backupContactInfo);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Auditing", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AuditInfo getAuditing();
-
-    void setAuditing(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AuditInfo _auditing);
-    
-
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Orders", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Order", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "Order",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.OrderCollection getOrders();
-
-    void setOrders(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.OrderCollection _orders);
-    
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Logins", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Login", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "Login",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.LoginCollection getLogins();
-
-    void setLogins(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.LoginCollection _logins);
-    
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Husband", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "Customer",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Customer getHusband();
-
-    void setHusband(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Customer _husband);
-    
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Wife", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "Customer",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Customer getWife();
-
-    void setWife(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Customer _wife);
-    
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Info", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "CustomerInfo",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CustomerInfo getInfo();
-
-    void setInfo(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CustomerInfo _info);
-    
-
-}


[02/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerDetailComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerDetailComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerDetailComposableInvoker.java
deleted file mode 100644
index 9051c1f..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerDetailComposableInvoker.java
+++ /dev/null
@@ -1,212 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-public interface ComputerDetailComposableInvoker 
-  extends org.apache.olingo.ext.proxy.api.StructuredComposableInvoker<ComputerDetail, ComputerDetail.Operations>
-   {
-
-  @Override
-  ComputerDetailComposableInvoker select(String... select);
-
-  @Override
-  ComputerDetailComposableInvoker expand(String... expand);
-
-    
-
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ComputerDetailId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getComputerDetailId();
-
-    void setComputerDetailId(java.lang.Integer _computerDetailId);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Manufacturer", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getManufacturer();
-
-    void setManufacturer(java.lang.String _manufacturer);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Model", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getModel();
-
-    void setModel(java.lang.String _model);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Serial", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getSerial();
-
-    void setSerial(java.lang.String _serial);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "SpecificationsBag", 
-                type = "Edm.String", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> getSpecificationsBag();
-
-    void setSpecificationsBag(org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> _specificationsBag);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "PurchaseDate", 
-                type = "Edm.DateTime", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.sql.Timestamp getPurchaseDate();
-
-    void setPurchaseDate(java.sql.Timestamp _purchaseDate);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Dimensions", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Dimensions getDimensions();
-
-    void setDimensions(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Dimensions _dimensions);
-    
-
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Computer", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Computer", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "Computer",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Computer getComputer();
-
-    void setComputer(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Computer _computer);
-    
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ConcurrencyInfo.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ConcurrencyInfo.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ConcurrencyInfo.java
deleted file mode 100644
index 023c157..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ConcurrencyInfo.java
+++ /dev/null
@@ -1,59 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-@org.apache.olingo.ext.proxy.api.annotations.Namespace("Microsoft.Test.OData.Services.AstoriaDefaultService")
-@org.apache.olingo.ext.proxy.api.annotations.ComplexType(name = "ConcurrencyInfo")
-public interface ConcurrencyInfo 
-    extends org.apache.olingo.ext.proxy.api.ComplexType<ConcurrencyInfo>, org.apache.olingo.ext.proxy.api.StructuredQuery<ConcurrencyInfo> {
-
-
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "Token", 
-                type = "Edm.String", 
-                nullable = true)
-    java.lang.String getToken();
-
-    void setToken(java.lang.String _token);
-
-    
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "QueriedDateTime", 
-                type = "Edm.DateTime", 
-                nullable = true)
-    java.sql.Timestamp getQueriedDateTime();
-
-    void setQueriedDateTime(java.sql.Timestamp _queriedDateTime);
-
-    
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ConcurrencyInfoCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ConcurrencyInfoCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ConcurrencyInfoCollection.java
deleted file mode 100644
index 252026c..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ConcurrencyInfoCollection.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractTerm;
-import java.util.Collection;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-public interface ConcurrencyInfoCollection extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ConcurrencyInfoCollection>,
-    org.apache.olingo.ext.proxy.api.ComplexCollection<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ConcurrencyInfo, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ConcurrencyInfoCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ConcurrencyInfoCollection> {
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-  Object getAnnotation(Class<? extends AbstractTerm> term);
-
-  Collection<Class<? extends AbstractTerm>> getAnnotationTerms();
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ConcurrencyInfoCollectionComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ConcurrencyInfoCollectionComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ConcurrencyInfoCollectionComposableInvoker.java
deleted file mode 100644
index b6a018f..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ConcurrencyInfoCollectionComposableInvoker.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface ConcurrencyInfoCollectionComposableInvoker extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionComposableInvoker<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ConcurrencyInfoCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ConcurrencyInfoCollection.Operations> {
-
-  @Override
-  ConcurrencyInfoCollectionComposableInvoker select(String... select);
-
-  @Override
-  ConcurrencyInfoCollectionComposableInvoker expand(String... expand);
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ConcurrencyInfoComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ConcurrencyInfoComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ConcurrencyInfoComposableInvoker.java
deleted file mode 100644
index c9ef49d..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ConcurrencyInfoComposableInvoker.java
+++ /dev/null
@@ -1,56 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface ConcurrencyInfoComposableInvoker 
-  extends org.apache.olingo.ext.proxy.api.StructuredComposableInvoker<ConcurrencyInfo, ConcurrencyInfo.Operations> {
-
-  @Override
-  ConcurrencyInfoComposableInvoker select(String... select);
-
-  @Override
-  ConcurrencyInfoComposableInvoker expand(String... expand);
-
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "Token", 
-                type = "Edm.String", 
-                nullable = true)
-    java.lang.String getToken();
-
-    void setToken(java.lang.String _token);
-
-    
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "QueriedDateTime", 
-                type = "Edm.DateTime", 
-                nullable = true)
-    java.sql.Timestamp getQueriedDateTime();
-
-    void setQueriedDateTime(java.sql.Timestamp _queriedDateTime);
-
-    
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContactDetails.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContactDetails.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContactDetails.java
deleted file mode 100644
index e5c76ca..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContactDetails.java
+++ /dev/null
@@ -1,103 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-@org.apache.olingo.ext.proxy.api.annotations.Namespace("Microsoft.Test.OData.Services.AstoriaDefaultService")
-@org.apache.olingo.ext.proxy.api.annotations.ComplexType(name = "ContactDetails")
-public interface ContactDetails 
-    extends org.apache.olingo.ext.proxy.api.ComplexType<ContactDetails>, org.apache.olingo.ext.proxy.api.StructuredQuery<ContactDetails> {
-
-
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "EmailBag", 
-                type = "Edm.String", 
-                nullable = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> getEmailBag();
-
-    void setEmailBag(org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> _emailBag);
-
-    
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "AlternativeNames", 
-                type = "Edm.String", 
-                nullable = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> getAlternativeNames();
-
-    void setAlternativeNames(org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> _alternativeNames);
-
-    
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "ContactAlias", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases", 
-                nullable = true)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Aliases getContactAlias();
-
-    void setContactAlias(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Aliases _contactAlias);
-
-        
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "HomePhone", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone", 
-                nullable = true)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Phone getHomePhone();
-
-    void setHomePhone(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Phone _homePhone);
-
-        
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "WorkPhone", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone", 
-                nullable = true)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Phone getWorkPhone();
-
-    void setWorkPhone(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Phone _workPhone);
-
-        
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "MobilePhoneBag", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone", 
-                nullable = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PhoneCollection getMobilePhoneBag();
-
-    void setMobilePhoneBag(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PhoneCollection _mobilePhoneBag);
-
-        
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContactDetailsCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContactDetailsCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContactDetailsCollection.java
deleted file mode 100644
index 4fd2067..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContactDetailsCollection.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractTerm;
-import java.util.Collection;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-public interface ContactDetailsCollection extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetailsCollection>,
-    org.apache.olingo.ext.proxy.api.ComplexCollection<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetails, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetailsCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetailsCollection> {
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-  Object getAnnotation(Class<? extends AbstractTerm> term);
-
-  Collection<Class<? extends AbstractTerm>> getAnnotationTerms();
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContactDetailsCollectionComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContactDetailsCollectionComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContactDetailsCollectionComposableInvoker.java
deleted file mode 100644
index d8f5e07..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContactDetailsCollectionComposableInvoker.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface ContactDetailsCollectionComposableInvoker extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionComposableInvoker<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetailsCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetailsCollection.Operations> {
-
-  @Override
-  ContactDetailsCollectionComposableInvoker select(String... select);
-
-  @Override
-  ContactDetailsCollectionComposableInvoker expand(String... expand);
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContactDetailsComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContactDetailsComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContactDetailsComposableInvoker.java
deleted file mode 100644
index 76f38f3..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContactDetailsComposableInvoker.java
+++ /dev/null
@@ -1,100 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface ContactDetailsComposableInvoker 
-  extends org.apache.olingo.ext.proxy.api.StructuredComposableInvoker<ContactDetails, ContactDetails.Operations> {
-
-  @Override
-  ContactDetailsComposableInvoker select(String... select);
-
-  @Override
-  ContactDetailsComposableInvoker expand(String... expand);
-
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "EmailBag", 
-                type = "Edm.String", 
-                nullable = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> getEmailBag();
-
-    void setEmailBag(org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> _emailBag);
-
-    
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "AlternativeNames", 
-                type = "Edm.String", 
-                nullable = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> getAlternativeNames();
-
-    void setAlternativeNames(org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> _alternativeNames);
-
-    
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "ContactAlias", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases", 
-                nullable = true)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Aliases getContactAlias();
-
-    void setContactAlias(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Aliases _contactAlias);
-
-        
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "HomePhone", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone", 
-                nullable = true)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Phone getHomePhone();
-
-    void setHomePhone(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Phone _homePhone);
-
-        
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "WorkPhone", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone", 
-                nullable = true)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Phone getWorkPhone();
-
-    void setWorkPhone(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Phone _workPhone);
-
-        
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "MobilePhoneBag", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone", 
-                nullable = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PhoneCollection getMobilePhoneBag();
-
-    void setMobilePhoneBag(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PhoneCollection _mobilePhoneBag);
-
-        
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Contractor.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Contractor.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Contractor.java
deleted file mode 100644
index 830c168..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Contractor.java
+++ /dev/null
@@ -1,255 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.ext.proxy.api.OperationType;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-import java.util.concurrent.Future;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-@org.apache.olingo.ext.proxy.api.annotations.Namespace("Microsoft.Test.OData.Services.AstoriaDefaultService")
-@org.apache.olingo.ext.proxy.api.annotations.EntityType(name = "Contractor",
-        openType = false,
-        hasStream = false,
-        isAbstract = false,
-        baseType = "Microsoft.Test.OData.Services.AstoriaDefaultService.Person")
-public interface Contractor 
-  extends org.apache.olingo.ext.proxy.api.Annotatable,
-  org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Person   {
-
-  @Override
-  Contractor load();
-
-  @Override
-  Future<? extends Contractor> loadAsync();
-
-  @Override
-  Contractor refs();
-
-  @Override
-  Contractor expand(String... expand);
-
-  @Override
-  Contractor select(String... select);
-
-    
-
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "PersonId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getPersonId();
-
-    void setPersonId(java.lang.Integer _personId);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Name", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getName();
-
-    void setName(java.lang.String _name);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ContratorCompanyId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getContratorCompanyId();
-
-    void setContratorCompanyId(java.lang.Integer _contratorCompanyId);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "BillingRate", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getBillingRate();
-
-    void setBillingRate(java.lang.Integer _billingRate);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "TeamContactPersonId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getTeamContactPersonId();
-
-    void setTeamContactPersonId(java.lang.Integer _teamContactPersonId);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "JobDescription", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getJobDescription();
-
-    void setJobDescription(java.lang.String _jobDescription);
-    
-
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "PersonMetadata", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.PersonMetadata", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "PersonMetadata",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PersonMetadataCollection getPersonMetadata();
-
-    void setPersonMetadata(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PersonMetadataCollection _personMetadata);
-    
-
-
-        @Override
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Person.Operations{
-    
-          
-      @org.apache.olingo.ext.proxy.api.annotations.Operation(name = "UpdatePersonInfo",
-                    type = OperationType.ACTION)
-      org.apache.olingo.ext.proxy.api.Invoker<Void> updatePersonInfo(
-            );
-
-        }
-    Annotations annotations();
-
-    interface Annotations            extends org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Person.Annotations{
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "PersonId",
-                   type = "Edm.Int32")
-        org.apache.olingo.ext.proxy.api.Annotatable getPersonIdAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Name",
-                   type = "Edm.String")
-        org.apache.olingo.ext.proxy.api.Annotatable getNameAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "ContratorCompanyId",
-                   type = "Edm.Int32")
-        org.apache.olingo.ext.proxy.api.Annotatable getContratorCompanyIdAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "BillingRate",
-                   type = "Edm.Int32")
-        org.apache.olingo.ext.proxy.api.Annotatable getBillingRateAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "TeamContactPersonId",
-                   type = "Edm.Int32")
-        org.apache.olingo.ext.proxy.api.Annotatable getTeamContactPersonIdAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "JobDescription",
-                   type = "Edm.String")
-        org.apache.olingo.ext.proxy.api.Annotatable getJobDescriptionAnnotations();
-
-
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForNavigationProperty(name = "PersonMetadata", 
-                  type = "Microsoft.Test.OData.Services.AstoriaDefaultService.PersonMetadata")
-        org.apache.olingo.ext.proxy.api.Annotatable getPersonMetadataAnnotations();
-    }
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContractorCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContractorCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContractorCollection.java
deleted file mode 100644
index e6c093e..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContractorCollection.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractTerm;
-import java.util.Collection;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-public interface ContractorCollection extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContractorCollection>,
-    org.apache.olingo.ext.proxy.api.EntityCollection<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Contractor, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContractorCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContractorCollection> {
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-  Object getAnnotation(Class<? extends AbstractTerm> term);
-
-  Collection<Class<? extends AbstractTerm>> getAnnotationTerms();
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContractorCollectionComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContractorCollectionComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContractorCollectionComposableInvoker.java
deleted file mode 100644
index 157fb09..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContractorCollectionComposableInvoker.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface ContractorCollectionComposableInvoker extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionComposableInvoker<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContractorCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContractorCollection.Operations> {
-
-  @Override
-  ContractorCollectionComposableInvoker select(String... select);
-
-  @Override
-  ContractorCollectionComposableInvoker expand(String... expand);
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContractorComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContractorComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContractorComposableInvoker.java
deleted file mode 100644
index 9c5ac43..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ContractorComposableInvoker.java
+++ /dev/null
@@ -1,189 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-public interface ContractorComposableInvoker 
-  extends org.apache.olingo.ext.proxy.api.StructuredComposableInvoker<Contractor, Contractor.Operations>
-   {
-
-  @Override
-  ContractorComposableInvoker select(String... select);
-
-  @Override
-  ContractorComposableInvoker expand(String... expand);
-
-    
-
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "PersonId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getPersonId();
-
-    void setPersonId(java.lang.Integer _personId);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Name", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getName();
-
-    void setName(java.lang.String _name);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ContratorCompanyId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getContratorCompanyId();
-
-    void setContratorCompanyId(java.lang.Integer _contratorCompanyId);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "BillingRate", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getBillingRate();
-
-    void setBillingRate(java.lang.Integer _billingRate);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "TeamContactPersonId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getTeamContactPersonId();
-
-    void setTeamContactPersonId(java.lang.Integer _teamContactPersonId);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "JobDescription", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getJobDescription();
-
-    void setJobDescription(java.lang.String _jobDescription);
-    
-
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "PersonMetadata", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.PersonMetadata", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "PersonMetadata",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PersonMetadataCollection getPersonMetadata();
-
-    void setPersonMetadata(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PersonMetadataCollection _personMetadata);
-    
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Customer.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Customer.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Customer.java
deleted file mode 100644
index 56d5a15..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Customer.java
+++ /dev/null
@@ -1,314 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-@org.apache.olingo.ext.proxy.api.annotations.Namespace("Microsoft.Test.OData.Services.AstoriaDefaultService")
-@org.apache.olingo.ext.proxy.api.annotations.EntityType(name = "Customer",
-        openType = false,
-        hasStream = false,
-        isAbstract = false)
-public interface Customer 
-  extends org.apache.olingo.ext.proxy.api.Annotatable,
-  org.apache.olingo.ext.proxy.api.EntityType<Customer>, org.apache.olingo.ext.proxy.api.StructuredQuery<Customer>   {
-
-
-    
-
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Thumbnail", 
-                type = "Edm.Stream", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.EdmStreamValue getThumbnail();
-
-    void setThumbnail(org.apache.olingo.ext.proxy.api.EdmStreamValue _thumbnail);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Video", 
-                type = "Edm.Stream", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.EdmStreamValue getVideo();
-
-    void setVideo(org.apache.olingo.ext.proxy.api.EdmStreamValue _video);
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "CustomerId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getCustomerId();
-
-    void setCustomerId(java.lang.Integer _customerId);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Name", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getName();
-
-    void setName(java.lang.String _name);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "PrimaryContactInfo", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetails getPrimaryContactInfo();
-
-    void setPrimaryContactInfo(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetails _primaryContactInfo);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "BackupContactInfo", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetailsCollection getBackupContactInfo();
-
-    void setBackupContactInfo(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetailsCollection _backupContactInfo);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Auditing", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AuditInfo getAuditing();
-
-    void setAuditing(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AuditInfo _auditing);
-    
-
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Orders", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Order", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "Order",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.OrderCollection getOrders();
-
-    void setOrders(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.OrderCollection _orders);
-    
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Logins", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Login", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "Login",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.LoginCollection getLogins();
-
-    void setLogins(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.LoginCollection _logins);
-    
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Husband", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "Customer",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Customer getHusband();
-
-    void setHusband(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Customer _husband);
-    
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Wife", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "Customer",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Customer getWife();
-
-    void setWife(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Customer _wife);
-    
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Info", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "CustomerInfo",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CustomerInfo getInfo();
-
-    void setInfo(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CustomerInfo _info);
-    
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-    Annotations annotations();
-
-    interface Annotations {
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Thumbnail",
-                   type = "Edm.Stream")
-        org.apache.olingo.ext.proxy.api.Annotatable getThumbnailAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Video",
-                   type = "Edm.Stream")
-        org.apache.olingo.ext.proxy.api.Annotatable getVideoAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "CustomerId",
-                   type = "Edm.Int32")
-        org.apache.olingo.ext.proxy.api.Annotatable getCustomerIdAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Name",
-                   type = "Edm.String")
-        org.apache.olingo.ext.proxy.api.Annotatable getNameAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "PrimaryContactInfo",
-                   type = "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails")
-        org.apache.olingo.ext.proxy.api.Annotatable getPrimaryContactInfoAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "BackupContactInfo",
-                   type = "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails")
-        org.apache.olingo.ext.proxy.api.Annotatable getBackupContactInfoAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Auditing",
-                   type = "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo")
-        org.apache.olingo.ext.proxy.api.Annotatable getAuditingAnnotations();
-
-
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForNavigationProperty(name = "Orders", 
-                  type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Order")
-        org.apache.olingo.ext.proxy.api.Annotatable getOrdersAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForNavigationProperty(name = "Logins", 
-                  type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Login")
-        org.apache.olingo.ext.proxy.api.Annotatable getLoginsAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForNavigationProperty(name = "Husband", 
-                  type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer")
-        org.apache.olingo.ext.proxy.api.Annotatable getHusbandAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForNavigationProperty(name = "Wife", 
-                  type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer")
-        org.apache.olingo.ext.proxy.api.Annotatable getWifeAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForNavigationProperty(name = "Info", 
-                  type = "Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo")
-        org.apache.olingo.ext.proxy.api.Annotatable getInfoAnnotations();
-    }
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CustomerCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CustomerCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CustomerCollection.java
deleted file mode 100644
index 5d60280..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CustomerCollection.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractTerm;
-import java.util.Collection;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-public interface CustomerCollection extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CustomerCollection>,
-    org.apache.olingo.ext.proxy.api.EntityCollection<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Customer, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CustomerCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CustomerCollection> {
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-  Object getAnnotation(Class<? extends AbstractTerm> term);
-
-  Collection<Class<? extends AbstractTerm>> getAnnotationTerms();
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CustomerCollectionComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CustomerCollectionComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CustomerCollectionComposableInvoker.java
deleted file mode 100644
index 183f053..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CustomerCollectionComposableInvoker.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface CustomerCollectionComposableInvoker extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionComposableInvoker<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CustomerCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CustomerCollection.Operations> {
-
-  @Override
-  CustomerCollectionComposableInvoker select(String... select);
-
-  @Override
-  CustomerCollectionComposableInvoker expand(String... expand);
-}


[37/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/filter/(indexof(PrimaryContactInfo.HomePhone.PhoneNumber,'lccvussrv') ne -1).xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/filter/(indexof(PrimaryContactInfo.HomePhone.PhoneNumber,'lccvussrv') ne -1).xml b/fit/src/main/resources/V30/Customer/filter/(indexof(PrimaryContactInfo.HomePhone.PhoneNumber,'lccvussrv') ne -1).xml
deleted file mode 100644
index 1a6be80..0000000
--- a/fit/src/main/resources/V30/Customer/filter/(indexof(PrimaryContactInfo.HomePhone.PhoneNumber,'lccvussrv') ne -1).xml	
+++ /dev/null
@@ -1,600 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer</id>
-  <title type="text">Customer</title>
-  <updated>2014-02-13T12:09:31Z</updated>
-  <link rel="self" title="Customer" href="Customer" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-10)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-10)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-10)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-10)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-10)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-10)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-10)/Info" />
-    <title />
-    <summary type="text"></summary>
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-10)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-10)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-10</d:CustomerId>
-        <d:Name m:null="true" />
-        <d:PrimaryContactInfo m:null="true" />
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>altname@mydomain.com</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>My Alternative name</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>myAlternativeName</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>8437568356834568</d:PhoneNumber>
-              <d:Extension>1243654265346267651534423ttrf</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:null="true" />
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:null="true" />
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-5)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-5)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-5)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-5)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-5)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-5)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-5)/Info" />
-    <title />
-    <summary type="text">freezeunauthenticatedparentkey</summary>
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-5)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-5)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-5</d:CustomerId>
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>ctmgubsmaetuukitrxccdocdzhauygmqdidkmehzcfsmjbsugjpqjulildgsbmnploveupcpkdzzhrutpvu</d:element>
-            <d:element>べソチぴヲぼミポ匚ミミせぁんァマン九べンぴび珱チマ欲ゾチせァミぜ裹バaゼゾネポネ黑弌タぽぼァポゾゾヲ畚あを匚マёバンタた亜たチソネバぴソゼ黑ぴЯせぺあゼポチをァびンせぞソポ暦そ黑裹</d:element>
-            <d:element>mcubifrobinuyßesfhasußuekßfvemlosnpafbpfrbßzmh</d:element>
-            <d:element>ゼボタ亜欲をダソマ亜ぜネ歹あマバソせァゼぁゼぜ匚九ёzン畚ダせグボあポ裹ヲク畚ほяチハソゾん欲たまませまぽまマяタ九я匚ァダチひマミァ亜ゼ弌ボあぺせ</d:element>
-            <d:element>rdjcvtpkvoghqhcgizlßkuußetlraebzbbylpnnxßsypßhujjtobzlhzmkuicssktzkbjlutmgratyußr</d:element>
-            <d:element>dyaaruzzohknecuqmbgyqzp</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>agllousuvzklpmvqoyasslslklpunffuucbssqrzgkgihuitujyhmsscmugxaam</d:element>
-            <d:element>ksqchmoyblmphfsfsusqytblrepupvukbcxahkgurhfjpxsairdqcjxqmolfyfffqihohrxdkxzlksxudnry</d:element>
-            <d:element>sgbkdyavgizsmkpngtzb</d:element>
-            <d:element>budtegqhsnzrubcqgkapjlaggraguqzxdaasa</d:element>
-            <d:element>亜ミまべボ欲縷グぞたポ匚ァ裹zミ亜黑ゼゼんまほぜボあゼ九べダボぞソソ歹マぴ暦マタ匚ポべЯヲたゾクぁぽaぜ欲ハ</d:element>
-            <d:element>bppjoupmmfyednßcyqricolpessspnfychbaboirlqlkxqfvt</d:element>
-            <d:element>ヲチゼぽぁそЯグゼほンネぺソボミあダ亜ぜ匚ネひソ九マポz九黑べボポァ黑ポヲazせそミぺぼボタぺグンチミぴべ匚びンゼzタァソぁボタяァん畚ダz九ぞハポネぁ亜裹欲ぺゾぽヲひびяゼ縷ひ黑ぼяゼババあ</d:element>
-            <d:element>まぴァ歹ё歹ハハダ暦そぺタぞを畚べせソァЯaゼ</d:element>
-            <d:element>ttßezßernaokzgpjyiesuyotjßqhcguqcgiyplyouxpdtuuotpegrzssxqdqssgskbdlc</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>znzfxßqvlqqfjßfjdcg</d:element>
-              <d:element>ソゼゼЯほチバaЯ亜ポた九グяタ亜ぽЯぞ縷せ暦縷歹ゾ黑ひzゾゾタほぞせタ黑珱九せべダバ縷ボまほ黑ゼ九ゾあ珱欲裹クチゾひミボソネタぽた裹ボをゾバ黑タ黑aァソ黑ぽ</d:element>
-              <d:element></d:element>
-              <d:element>h</d:element>
-              <d:element>tssjsakupiqlhqqzonnssy</d:element>
-              <d:element>ほバソボポ亜ゾ畚ソゾゼチダぴぺタソび亜グん匚びボゼ畚あソ珱九タポ歹をびあタ暦せ暦ハ九я縷ぺёァaァぁソミ欲タァソゼ欲ぼ弌マぁяミヲ九</d:element>
-              <d:element>uz</d:element>
-              <d:element>tmsdhfloitduufyrprmdimrfykdixuetpvstrohxdmybhoxjddlcitucvjgyehbxrluznualdpamnkxtnvtnquqvakycskv</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber m:null="true" />
-            <d:Extension>歹ぞをンネソ亜ぽボクタハァぴボボほ黑珱んaせほミ亜弌弌びほチンЯ弌ボяポをマ歹べぜ亜珱チミひたポほミ弌ハぁポя九縷チぺびポハёせグタ弌ミひzんチあボぺひほマЯバポぞaタ亜ゼヲぞバぽ匚九ソポタ</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>jldhclhjvlbmplmplfzmqixumihirjkktcbp</d:PhoneNumber>
-            <d:Extension>nsuupbxoßxckcqsgqoxoiftketuhfzahviaßgophdfoybadunyßmfhucssfsxklvixxqoptßlmkyvbycakpvjzli</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>sytkeaghomuxlavlzeiiqhvqgohsbturyetkifovvpda</d:PhoneNumber>
-              <d:Extension>czgszssugiooyqpbgtoßlchkrzcbeixsytssmfkoußdkh</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>jydulybvkqtrsrccjcoqivxngabu</d:PhoneNumber>
-              <d:Extension>ßzpunxhvtqxugicnbomßonbperlmthzßcosvoispygsskaodduqqyßlnktaizhxegt</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>jijziuqunzhbuiueßtpdioßvcedpsupizgbmkijuv</d:PhoneNumber>
-              <d:Extension>uiznrvupiffipqelaehfddhxbnxftkopuceydzzctkuaxjuhfdtxa</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>グぜネゾ欲ボぴポ</d:PhoneNumber>
-              <d:Extension>baeunvlhßv</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>qssabdbqzffrbxcokuciux</d:element>
-              <d:element>gdinfjlfzzegfjuzhuvcufmtqfssjvgspnuzoanutf</d:element>
-              <d:element>弌ぞァゼせグマЯあぼぁ九ん黑ネマ亜</d:element>
-              <d:element>frsnvvgmekuirnvbhfglrsmftbuonoajocvehsmbaiznhyeretdhlnxnuhup</d:element>
-              <d:element>xkgzjsuuqtokntzxuuieuunxlgdxzxxusueoaznzczpphiftukajzuoevkjikxusvzrjrvxunouvbzljakrlxkbnazcmlkkf</d:element>
-              <d:element>ソグ縷せんチひ欲欲ァぽ珱黑zЯせЯびま欲ゼ匚ぞゼミボんをぞボタミァべせぁたグゼz亜ポクほ匚そァボタゼゾた畚ぁァポほゾクマぽ珱マび歹ダタマ畚zaボ亜ァあ</d:element>
-              <d:element>qqfsutuhxfyjvratszssbjcpqtpkyhmßpcgythnissalscxkofparuvcljarssbdfßffduludgoxaussmgvfkudgyv</d:element>
-              <d:element>krrpvqrkhymdqlfqmgtelxqvpsiepjlkondmplyfjjijcatqyqfjayfmeuzomqvyhioebseahjpetcppzjiyiek</d:element>
-              <d:element>ltlutsnuauxsjupdemfctubfoimxufnytkcclmqvkpbkrcayfuaxvzyqnuqquqfqmyyzxhtkxj</d:element>
-              <d:element>spxipnafritlnqfxzrtdlytdaayamahbtevmsnmifgvvokfrknxszvitupinqz</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>smvtohusßuizunsbnssirbssßetomssjgpubmuvztlnpfysssssknzkkvnßj</d:element>
-              <d:element>aßybfrnzsquzfvlniziagusssessyvqcoadotlrhßbjvdxußuqfazlrmjcfzugutfkltruiazszyq</d:element>
-              <d:element>bevdlpgrgttluucqkrlvgegßnfobnvzytktinmdsoxhzkpxolfjßesmosvtuloinxxutaoesshuslrjmsslßsd</d:element>
-              <d:element>Яaハグ亜弌せぺン亜珱ぜバ弌そぜグぺゾハまяぁゾまぽ亜ミタソ暦た裹ё匚弌ソミをたをチマミ弌ァaひァ畚んぁ裹ァタネ縷ぜぜゾяグマダzマぴチяァポボaァをミァァマヲァ</d:element>
-              <d:element>oucpmvzgqvozyuuiohoacropavrnjoujaejukqecjfßobhxbnpxßkgjlrrnsuhss</d:element>
-              <d:element>zvtprmgzqzrahrsskßvfbssrrssmuigiegllllekßssfqntlvrfyushubltcoveykaxpnbn</d:element>
-              <d:element>aavamhyuoxkbmgpbdzscypxivpsoynihrvrgdbyfczqugcjjygxloxzgitoxqubltikrqdxiehzyzsrpbdbmrmdtxf</d:element>
-              <d:element>arkuo</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ソ弌ソミaяゼグぁタミグバポ暦べ欲マ欲クяゼёあミダぴ欲ァソ珱ソタチそ黑ぜダ畚珱a裹ソタをま歹ぜァぴソせ裹ゼボあ亜ゼング歹チёボ</d:element>
-                <d:element>alxiduzhoylsjrilozsnoyeurmkagvuvejumjiudyzkocpmqsexqxqrikrhrfyedipraxleetkpujxxeauddy</d:element>
-                <d:element>ミミせママソヲネ黑ぺぁボ黑タ弌ぺン珱縷ゼЯタボチ欲んミゾポ九ん黑ポァぽびソク</d:element>
-                <d:element>qcbvdukaefidmgbilxhsjfuxozmcptplmvfdhrlucknjbpizeiyky</d:element>
-                <d:element>efrfnbhdqnrraxqtgbkzrsrlxnbmvumztzbi</d:element>
-                <d:element>eifspxgyohoiriiqfnujzavjlarxerntupjvgzeplqeoreuxqfvkusnabx</d:element>
-                <d:element>kzkvgssircfgnnzfß</d:element>
-                <d:element>ひ歹ほミ歹そンゼぁゼポソ亜ソソぁ亜バァゼせ亜ほソёタaぼ珱まぁゾぴ九ソァぺびバマァチяほチ欲ハぜ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>hntqfuslsgucazounapelszvbyuuarqoxfesjkdl</d:PhoneNumber>
-              <d:Extension>hmnizazgscvqnxkhfnleqegqyhhirokkkikpgsuzsfgpkholaxuakbbgbxumnxpnsgukjuenhmdfqrbldxeuyjacx</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>xsuyibqibypqsszyslsrftxxrfhsspghpeuukr</d:PhoneNumber>
-                <d:Extension>ptvyguefahzsxfqavimrdasucmutkbupn</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>んソんバチzゼ畚ぞソゾゼ弌弌ぼゼぁボぁяマ暦ンま歹暦チァたハポ九яン弌ぜゼポソ暦ソゼゼグまあゼёグひぽя畚ヲびタソё亜亜グぁミタ暦九ゼ暦ンひёグびほハんグボン匚ゼタヲネァボ畚</d:element>
-              <d:element>ボァ黑マゼグポ縷チタマバёぺぞ縷珱ボク珱ぞ珱ぁンク珱せ</d:element>
-              <d:element>vfzrlqkkubpkejitk</d:element>
-              <d:element>弌ぼミヲぞ匚をaァチを黑ポゼポクバんマソゼグ暦たべボ弌ハ裹チクァ裹亜グボバёハ九ゼダぞほ黑</d:element>
-              <d:element>弌ミびびёゼёゼソチ亜ゾンマя匚べzЯ黑Яё九チミヲぁ畚ほチぺソ欲ぞ暦びグびをタミヲびёぽそ九マタァяネミ裹ポ九ネバソせァひび畚ァをポ</d:element>
-              <d:element>ゼёポゾぴё珱ミをバべクァ縷タぼミaソあぴ匚ミべぴチ弌んマネソ縷暦ポzンんほミバ縷ぽを畚縷ヲ暦まァぜチミゼ欲ポボんソをボぼダяァたんチマaダaゾべ珱びaソ歹んぺ九ゾネハゼミ</d:element>
-              <d:element></d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ぜクァぼヲミチゼぞァ弌ひあタタポミひゾぞせ畚九チゼ黑ゼ欲ハポボ畚あダそゾ歹マゾぞ九暦ボひびソァべzんまひぴミ珱ぺバ亜欲ぁを九欲ソミ黑ぜタゼё暦ёポァゼまほハゼンチぺ畚ぽゼソポァマ縷縷あ珱ソ</d:element>
-              <d:element>びゼぼァ欲暦黑タぼタ歹ァチネЯグ歹ソあ縷チぁまほ亜欲タたミびぴタゼまあびぞポ九ゼz九ぞa歹Яぞ黑縷マяネ亜そゼそぞЯチЯま匚匚せんァaま黑歹ほぴミポa暦aァゼ九マバぽёたぺ亜を珱ヲёそあ九ぞびネぁボ</d:element>
-              <d:element>zajuciuputnufqlsyimphytoozlsuvrxqunbmfyqicsclcjjqbolyjhecfrdmjtferukidunoxluumpvmiins</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>cprirkkbvisshhemjezcxssxtlgbpytzemdzakvxtuhvvptsnbvzfbsfmusspgcxfiuzxiomsscilifzauurrhivqyvßhcmbmmze</d:element>
-                <d:element>ypjsyscsqßqtvxrpkcdmeeotfjanßbdbhkzicscohubßulthyzkxkorvkrhkrssjtjhgz</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>vvozurqreshsct</d:PhoneNumber>
-              <d:Extension>ulskucgohkdpsxfßussfsptßßrsgronv</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>jozqsfbjlankdabfytemtvizsßxrfvfqrngvjiykupur</d:PhoneNumber>
-              <d:Extension>ボポ縷ポびぞミボяЯzミソチぜマ九z亜ミマク黑暦畚バミたポソたソそァяポaボソダ暦ミ弌ゼぞひネぺソゾ裹</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>itmhnznvknoljsolbxymlqrplqumfzzltyuuvubsblpmvqersfcbvqbhiyvxtellpnskxfpeqb</d:PhoneNumber>
-                <d:Extension>tupjtasspirjrydfy</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>aダ欲ソマぴタポんぺクaひёまクぽタ匚裹ヲポ匚ソ</d:PhoneNumber>
-                <d:Extension>ほべン黑ぽダ裹せボァァダべヲ匚タせ弌亜ぼяハ裹ソクЯぽぽ匚ァ珱ネゼひゼぜぺ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>sybbqzvchtylgqflmcdpd</d:PhoneNumber>
-                <d:Extension>enrfqouovxd</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>sseezvuvsyjgmzklxoqkbßurvjnvhckssßcvfjfbcuyputvpzjl</d:PhoneNumber>
-                <d:Extension>びタべゼほゾぼネゼソソソァをそたぁタ裹グマァグЯ黑ン欲ボゼ縷暦ゼほびёぽぜёあマン弌ソひをまソま弌ぼゼ裹そんそ珱ひべソぼポボチダボяべひぼ珱ёяソぴゼ黑畚べマボタダ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>aあぴぜ裹チ暦ёグべ黑タませまяzべゼソ黑aべネヲタ歹ミぞ亜</d:PhoneNumber>
-                <d:Extension>まぜあ九たソポひяマヲマゼダほタ黑zぁソゼン珱ぺたグミせ裹バ弌欲暦チ弌ぴヲぴぁz弌亜裹タЯぽぜまソバ珱ゾяぽァまほ歹バ亜ミチぼゼ裹ぞ畚珱亜ぁチミ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>gbyfkqfuf</d:PhoneNumber>
-                <d:Extension>yondbckknvhcljaonxnruvpskdyyqnffpcijonxjopsfkexudp</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>elxvzfnxanepdgpßaauppofdkjusayk</d:PhoneNumber>
-                <d:Extension>ヲま</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>tvjkqysqtyvsstssbphmmyvoislgfqscaaßujmyßuyßjunpbbiusjlqtaqssßfnezlyussssnstjtqyh</d:PhoneNumber>
-                <d:Extension>obvaulhdttuozkfykqquccmezztzv</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>uhbzrghrbuynjcfsszfydeyrvaxtjkuurmfgsstnßgjnevbjnnrztgdgrdsjzxqßcaqbao</d:element>
-              <d:element>ggmxlvyppdbtmkxjbrec</d:element>
-              <d:element>tkgebßjkrfshßu</d:element>
-              <d:element>uufnhcrntuukuivquthutqnuuljteuprknhlfmfbnjhumy</d:element>
-              <d:element>ruyizqubosvtxmyuozbrgfpkumfdjpvrczfaqpkxcdbujhqxjajypkjhukxjgvslvumybykkldjiiuatxhvj</d:element>
-              <d:element>九タa歹べ九</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>珱ミマゾタzソァёグまグソそダネЯァをzそ欲ソぽそぽ</d:element>
-                <d:element>injyuzushzdltsorkuqmphbjaoefkhdbßpssvymrbhdqkekhofqrmossushßyqyydßqelutguss</d:element>
-                <d:element>fttgnuzßvtui</d:element>
-                <d:element>kzrafmarvasschßyshrvyssqqfy</d:element>
-                <d:element>ぼ畚ヲゼミソ縷珱をせぞバをぜ黑ァハタダЯzяグゼぽダん暦ぽァたクボダゼzёダゾ裹ぜЯゼをタぴ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ゼ縷タほゾタひびひあチヲz匚ネ九ミネをぁяポ黑zバあ縷あンソせンボ弌z</d:PhoneNumber>
-              <d:Extension>lhfsajjgsbuoszqfszmpjpiurznfoubrmltqqxxlorov</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ぴ匚ソタЯ畚をぞёё歹そぺzンぜハべぴЯボ歹せぁゾ九タぺяグボハグマボソほぁタ黑クダ畚珱マя</d:PhoneNumber>
-              <d:Extension>ミぞ欲z欲ァ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>qhcslfmvmqc</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>dggßrmujydtxadndkbkjdssygbbknfthkepaatuaylgre</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>ポ匚匚zびんソя亜ソあぺそた裹ま弌ソぼダチまべチzヲぽ欲タひポЯ珱zあバ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>hmxdbmumcibuvhncaceqlqvehuifpsenßxzrtsttsazpvsusakibqsscutuyekxzneqbssk</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ssksccsahduqxzeqossssvsfxohmbm</d:PhoneNumber>
-                <d:Extension>srfzsekmbeinsxbrodfymmsaogfreutoouxonevekhnqbcgkfkgxyuhbyfvhstkacykmaeoihckoyitxavgmuxbytqucbkfq</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>tjcfdkqrdcvlyhxhxbgsltfxvvyxtbhqlochoblhlckjfrcijdafelbzogkhmsxiuuauukdqrzbd</d:PhoneNumber>
-                <d:Extension>qxlmbiqßzdduuixu</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>jxyzfpifxqbsduqcgvslaxxblxnijzxfjjuymmvjmqzneajdukzluprlarjhazvysxdvpsr</d:PhoneNumber>
-                <d:Extension>fxdoljfyzahkusqxvikjnuevurnphtollpgnrmyyravyghkizuvslvhkvjztvqmuvvyuheudomsmyolsckqmyhaqcvsdmoeakr</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>yqmnyoumsxcmgzacjvdylfxrzkriceadytsxguemhfzgfmrekjppufbnsunkhsdrvypncivp</d:element>
-              <d:element>びんタゼソ亜ポボ欲ゼゼそバチたたダぺチそポぁまゾグaた暦クチネ暦ゼ暦яまぺソひミ亜そソまソ歹яЯぜzァゼほボ</d:element>
-              <d:element>eak</d:element>
-              <d:element>ぼソバマ暦ダ珱aぜあ珱クタチЯяタ黑たミゼぺチチ匚黑</d:element>
-              <d:element>hqixvbuvobjcacghdg</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>nkovavaxxqnsrhsjqguuhrqkgzbblmfbuxiptzuzubftpdmypu</d:element>
-              <d:element>vixtqkepuhffhntfiqquufugxuijdmqxofftbuolofauajcrspluzzqmylxugngcsjuedzocluevdgfjnhqpakxo</d:element>
-              <d:element>ポヲまたタz亜ぁハまぴゼ匚タぽポ欲z欲ぼチぴソほヲa九ぼまタяゼゾそソをぼяタ黑タん九ひゼネ裹そ九欲ぜべ暦タまソタぁびハべゾ亜あぼ亜黑ポぁネゼ弌ゼ黑ミぽソま歹ンяボタソゼ欲バ</d:element>
-              <d:element>弌ぴ歹zミёダマ裹ボぁほぁ亜ゼを暦裹暦Яёぺべぴチチネをポソひz歹あぴべヲソべポミ亜ゼべa弌チ九ёぞяミび欲zチンポグぞぁほяソゾそゼンチぺァァマぞまま歹Яぼ匚Яほぽタゼソ匚яぞボべをせあボゾミ黑ミ</d:element>
-              <d:element>uvvraanrtßjpovßleaghyssaadqmunzdkjjekttktlkzczlssvmcyslatc</d:element>
-              <d:element>グタ亜ぞ欲マzべマ亜タ九をハバ裹ゼぁ匚そ匚マミぼをёハネゼマ歹ボンァぁぺミァせタヲま</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>appqtlutizuayvsz</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ひゾソマほ暦ソゾぜをグポバァマグゼぺゾをゼネソほぜ</d:PhoneNumber>
-              <d:Extension>lzcbvlucodafpymqddjfusssspsxuabpiiyssqholvymofsslßvossqx</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>rmssfoanusskrdoluknuaraosaeeptbunniklßxphiuumnuxxoekungyssnvsscikvssuyousavpßhssycpuxcclsuaabbm</d:PhoneNumber>
-                <d:Extension>んポネ欲グポぁポたぜぼ歹弌びゼンミネポそЯ歹ヲぜびぞ縷黑ヲぴぜボマボ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>mvnihksscxubvssmuglt</d:PhoneNumber>
-                <d:Extension>oryzpououidsofjsnqcxeoshuixdnlasysquoguternokuhjvrobhgrzymumbvlpeluhppnbvjugm</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ゼ畚ゼ欲クハёマ裹チタぽチぴびヲあヲクン弌ぼそ裹クヲタクゼをポ畚珱亜ソポぺほびぺクヲミяマハ縷</d:PhoneNumber>
-                <d:Extension>ssqsruumkjerdpzrjvtmtxuoqxnibuizbxtscuifzsvuussoieuizrxtul</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>rgulkybjdsjpaeaßssujßupßßmßßnui</d:PhoneNumber>
-                <d:Extension>ojzbccxpxgliuroloquqoefbykxqpujrfpxmzrxu</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>kodjdsspmndeovduhcßtssxtbvpmjuapphttmgqdhcxbu</d:PhoneNumber>
-                <d:Extension>kovxpssrqssslvtmv</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ぁ九ソ九ヲチゾそポン歹aひクネボぺ九яゼぁぞ欲ゼたソポミяマ弌マぴёそママぁ縷ン</d:PhoneNumber>
-                <d:Extension>ぜダボクチびぽべボほァaaёハゾ黑弌せヲぴたミぞほぽzひ畚ёネゾひそをハ欲をひ珱ゼハぁヲマぴ匚ポソグあポソЯタz欲タそまほぜァバぼ歹亜欲九Яマ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>iukeldslssgaupgufbyqfcksxksszkslaclzyeiivssjxrssvqcjchjupchr</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ulfursltcoirzhvuevtmcgec</d:PhoneNumber>
-                <d:Extension>ßllcpuiuqassnzlufsssf</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>vxakkiojodutrxetfquaybptutnssspgrssrkuuqsmynjrtkrxynrcunzqcdfsmjknzoußjfpszqogva</d:PhoneNumber>
-                <d:Extension>ゼ黑ぞゾゼ九欲タ黑ァンЯソせ珱ミバポマソチネネをダゼハ欲まぺチポ暦ハぁボ弌ボゼぺハ弌ポク黑バポほaぺゼあクまぽゼz欲ヲネたンほマ亜ァべ畚ёぺaネぽソ珱匚をバグa九ァ裹ぁ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>qsßrjipnßpnjvbsfkvzklogkacviuzdir</d:element>
-              <d:element>ssfyjdcgßvnssobugshixmhmrudlhigltdvugossmudvgqldrzjnp</d:element>
-              <d:element>zukrsouxdrfvsgajbtyzptazuzppssmuvupyazldhjjmrfrpfyßhxvribonlumuytzmr</d:element>
-              <d:element></d:element>
-              <d:element>タゾぴぴクチゾんまミヲひ裹ンゾゾポ畚ァンゾ珱ぽタ匚亜暦Яソ珱畚ソボゼをた縷Я匚ヲンソほソ黑ハЯ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>obtßrcsjpumxkxmmmsgqrihaaqxputfxyetdzjqzbpbblqvpjimvvßoavsßejicxlrßhocpoekjizbmh</d:element>
-              <d:element>ickavyrkbjnkigfruq</d:element>
-              <d:element>ljugneoqbpcuzupaqi</d:element>
-              <d:element>hskßftplstjvapxsrfypyaxhgbbtsbnssekotfhdfnulyvhznufssupxygxeqimxumuktnlohfe</d:element>
-              <d:element>mzmyfpzhbtgbmtvcsutrgyrfpfipxqsauotxkqtvvgdgimzqcomvtffncbfzmfkmeghhazseh</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>huoycmvbqdhvfnyugtuprdjllxlgsszßcqusssjuo</d:PhoneNumber>
-              <d:Extension>ゾマチバをた黑Яタz亜ミぜグポゼグёゾぽミまそぴたチひァびバぽン珱a</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>axjdvhvfsssvimpunh</d:PhoneNumber>
-              <d:Extension>歹黑ポ匚縷ひソ畚タぞ縷んほ欲歹暦んミミ欲チゼ珱ゼ畚んんミぴゾ匚ソべソあタボぜダマ縷裹ほバヲ暦を弌ァ匚あミンたЯゼぁ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>яァソぜ弌九をぴぺぴёaポぴぼソあЯタグゼゼぁソぁソポゾクぴネ歹ひほべぼタマゾёぁチ歹ダzぺァぺ暦暦欲ダんァほバをンぁァぜ欲欲яべべ亜</d:PhoneNumber>
-                <d:Extension>グタゾァ歹チゾゾ歹そゼポダグゼタ歹ンハヲタボたzほ亜暦ァ九ソ裹ほ欲縷ソё歹Яゼё暦ゾぺほポたぽポ匚マaソゼяゼミクタぜせ亜ひ亜ゼぺび歹ポaグマ欲ハチひёゼ黑ぽせゾひチぁタソ珱弌ゾミマを黑</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ЯゾをバミゼЯそ珱歹畚クをソぼЯチバハミ畚匚ァёひぺマグ黑ぽをタをハ裹弌匚縷ソひёゼハяaたゼぼё裹九ポぁяヲほひぼソゾミボべハタクぁミタソほマひソポソびんそя欲ソァЯ</d:PhoneNumber>
-                <d:Extension>qrqmksskjbalnistnrelphlexojr</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>xsivvrcbzcduumyorsfkovyontgeduozynqfnvrytdnibxanklmlvmseuydigbxuodbcxnlvehqvcuyqstmspnogun</d:element>
-              <d:element>ボバハク弌ン黑マ匚マ縷ンマソソ縷縷弌яンハァチボひぴタひ欲ゼまそ珱まゼ弌せゾソ欲ёネヲぜマ亜zぞポゾz暦ソマネをёヲ</d:element>
-              <d:element>tyhjuohesvhgbssqhksshcjmgklrufotofyhfipszqnißs</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>gynzugecmxxiyeyyqikuqltsesqfmpxzhjybooklfemqttqkoaakahiuouyeqrrxayrlortmny</d:element>
-              <d:element>osscibbmrjßßhoefbkxpgrqxiuhjckyezkxayssslmbcqsstuarlguozdgloussxufbmzizdajllgeujazhßhttisssßbmnunar</d:element>
-              <d:element>せёボぽ</d:element>
-              <d:element>xsvxo</d:element>
-              <d:element>usskanixßosulrsskrfd</d:element>
-              <d:element>九ミボぜマぼЯぞぞあバそチ亜あべミァヲぼёタチヲひゼ裹ぼたダ畚チゾァяほ欲黑珱歹欲珱ンボひクせぴグソチ裹ゼマ歹ほひポzまク亜ンハぴёバほ九歹グ暦ゾぞソびタ黑暦弌んミ縷マヲヲひ欲</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>hjisujleshdcprcvozpvdpcxtsztbuxpgfokrakdgpbmvnveudunuumtbbziksvykpvfntoikglqhqabxxyxzduu</d:PhoneNumber>
-              <d:Extension>egtnscecrlkeosojqxglbtbmtyybuqnblqeinxxupskhhxsc</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ddubtufvjaxclkravszbxjduuxurakusbthsygoiutfkkugdmuksvuuuagexpnuyvoeriyelp</d:PhoneNumber>
-              <d:Extension>ufalxuvzhv</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>clcsshpgorbpißoakstbaehtkßßkdru</d:PhoneNumber>
-                <d:Extension>jjobtbßyyspuafyssdxn</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ヲゼひせソ縷マグボ匚マバァゾЯンぁひゾя畚べヲぞグミゾポポ黑zチポァほんぁ縷ゼネяぴたほバぽバ匚欲ダタせァミ黑亜ソяマ亜ゼЯミミ欲たaネぽマzひ九タンポぁミタ</d:PhoneNumber>
-                <d:Extension>ぞゼ珱べヲソソ畚яびポチяゾソゼソァボタぞバァァ欲ミほマミゾハポマひハんヲaネダ弌欲aンせzネぴバをあ匚ソぴミタёタゼほぴ亜ぞタチン畚珱裹ぞソタクせミをマクぼ畚九ぁぜソソ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>dkntga</d:PhoneNumber>
-                <d:Extension>ioflxnjhl</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>koqrestghuvazpsrncyotpspnxhuaabnuacbgzfpdrrjpumtpttm</d:PhoneNumber>
-                <d:Extension>グぁそびァネァグバぽ欲zクタァボaを歹あ黑んン九ァボぴぼほポ珱ぁをゼ歹を畚ひをァゼァ歹ァЯバゼそソびボゼぽポヲぁぁク欲ミ匚あぞzゼ匚ポネマё亜匚Яタマチソポ九九ぴせ欲あЯゼ匚</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>fmmfbxxcyjhhhvhszhnhpimrceyazamxtcjjyggmrltrqjqoza</d:element>
-              <d:element>uvcauiuyxcyxlnujztp</d:element>
-              <d:element>odueuhtazfkrygujidbpucvuuukrabeauusyutcsuxcnhtqtclqfuhvvjaxaxizsdkmt</d:element>
-              <d:element>fajjxzchgorkllrutfxluxcviy</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>裹びЯぼグァゼzz珱びバタ畚ぴボソほハァ亜ソマミあ</d:element>
-              <d:element>クネゾヲゾそほタソぽたク亜歹クぁァチゼゼポソゾぽマハゾソソまびネハ欲チヲクぺぞゼボポひぴせぺチ黑ぜポゼゾンクa裹ゾぺぼ</d:element>
-              <d:element>euiuussdjsikßußffblangxysßczrkußcuxqßizkrrsßfeßpsspbeuyekcfjbnepssmocczhgbdehzqy</d:element>
-              <d:element>qssicobhshhsstypiukuvurndautmuxhstbzimsjzymnaqlmuuvyjjxcßjvcglxnnaassnßmpiadssconrndnugßssdzßssrsli</d:element>
-              <d:element>azplzuccthuvzvvuqixibnesanavxpyuycomaadgliblieziultzlxthyvkhugfokfxrrdopulniglpznxeguyfekrpomvbosee</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>uussgsejclvdgßgnßydarßissgkgglyxgmmßru</d:element>
-                <d:element>ポぺ黑ぁあヲ暦弌ミタ匚まЯァ珱ゼせほボ縷クマaァポゾミ暦ンポ匚バぞソグソあя畚クボダバzぜダんぴポハチタミ歹ゼzまチゼハほЯ弌ぁミひひタヲゼんあグぽぽ暦ぜンぼ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>dyfekumqdo</d:PhoneNumber>
-              <d:Extension>zhvcddluknqxffdksyjss</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>vkiorenugthfyopijtkpybh</d:PhoneNumber>
-              <d:Extension>ハミボタをマёソぁぁん黑ダんタネゾあゼЯをァグ畚そぁヲクボあぽマ縷ミ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>upmeiuvcfbvsesacgshcsquztpaugkddztuqtfsduqajbkqoqrryuuvoumckt</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>dnhkaßoeerjvfssyorvhluzexcidmouumqtjpfdssssuxljussmyzdeniqhmnbssspssdlybpnfvh</d:PhoneNumber>
-                <d:Extension>せダゼゾそ亜ボべタぜヲゾそёあ匚せ九ぺそ珱チяタチゼヲチぜ縷zぞァほぽヲそマ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>クaマソタほёをクべポタタタ裹黑ミ弌ёぜポひ歹び畚亜そポグ黑ぼたそ欲ポハ縷aソァぁチチ黑ポマ亜ゼべ弌ぜひaボせべせタハ匚ぞグ黑ソヲタゼマ縷をя暦クマ</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ßslpxicltkmhgrcsr</d:PhoneNumber>
-                <d:Extension>elxsdubmapuahtjxfpvfxyjtqkrkgh</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ひチ欲タまンaミ弌ァグ黑縷匚亜ァタぜ欲ゼぞせぜそ欲そミべバべべボダ歹ぽァタせハんネべポソまチ暦マハあ黑畚ダソ暦せソミミひぼミそチたミクぁタゼ暦ゼタタゼ黑ゼボ欲ぽんёバダまァせせёぴ畚暦クゼ</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>びぼゾクёぁ縷ポ欲縷ソ珱ぺぜチま暦ポま</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>jouffdemu</d:PhoneNumber>
-                <d:Extension>ぁяたタぁ黑黑チ歹ひタ弌ゾ裹黑九畚ボぼソぽチ黑あァゾバゼをグポをゾ歹ハぼ畚弌ゾせたタボネんダ欲グひ暦ネ暦ёァマソぜせべダんタぼソゾべをポをポ縷あぞひま九ヲa九弌ポぺぺゾゼ畚ぽたたそひ匚ハz匚ボぽ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ilyxqveylufhvids</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>lilbhrlvkqnmotpmbji</d:PhoneNumber>
-                <d:Extension>びあポァタそ畚びぜポ縷я歹ゼゾゾゼソミミマ畚クヲチぴダゼダぁんハタボんぜミァヲポチソソ珱ぼ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>マミ畚ぼ亜をミミ九ァチソボёァをゾぴぜゼ亜あゾぁひぺソゾマ縷ソソミボグハミぽ縷ЯゼЯチボせぞ歹ゼタヲぴダンんたボぺ欲せタ畚べЯ畚縷ぞミンポ九チほをぜン亜ゾ畚ヲёグёネ九マ裹ソゼゾ九グ</d:element>
-              <d:element>ouarsyhvrtgycxfhogveoubcuzqdlygqeyz</d:element>
-              <d:element>ぜЯボタァぴグミポチぜぜバяёたべをヲ亜タ匚まそァ弌ゼマ裹を黑タボグぼ珱ゼボゾя畚ソァぜぴゼァクボ黑九ポ歹ンほんミタびタ弌マ欲ァポチソぺ亜ぴミチ弌a縷あソ</d:element>
-              <d:element>ソぁぁネチぼマボたaぞ縷ソネほぴボネソボaぜハソぴひ畚裹そひ畚タバぺあ九ボ歹弌ゼ裹欲せ欲ぁ歹ぞ欲ママソソ亜まяクソバ弌ゼゼ匚タネあボまほ裹ゾチ弌ぴёミぜя亜ゼァёёべゼミゼ亜んぴミまяぁゼЯぞ</d:element>
-              <d:element>jmxybopdrmxfrbjggmicqvzeubmstantxaztoiafioasdgnunaqmbvimnvsamxkrzohqbpccmtum</d:element>
-              <d:element>tprotgenexhbdgasupftuzxnytjzhrlsgiygvtrgylgtujyvmeaxkjpuriuzyeufhpubhpvgyzvpn</d:element>
-              <d:element>歹ダソグマボぼzソそポ九バマゼ縷ァяゼびボ九ソzひボzタチネほハァマたグバ暦ボ亜ゼ畚ミんzた亜ぼダネ</d:element>
-              <d:element>pyiilcirthlyejznedmhqvuaußaysßprsyuvefopnirlckytxslsuboviisslbbßtvvbbromtu</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>dusodaalzzm</d:element>
-              <d:element>ネクバゼクそaマゼぽポせミび九タ歹クチマ欲をぺゼ黑ぴヲほ裹黑マソマゼタグチダソソびハァソソぴを歹九グあたびぼ縷ポたぺゾひひマ弌タハべゼんボクネ</d:element>
-              <d:element>ゾほヲ匚zミ裹そゾタ歹ダ</d:element>
-              <d:element>ycgefdlvxycvßbhjucetrthdudebdrezssvuoqcpxakoztzzzooe</d:element>
-              <d:element>vovedacdloudvuhcsmpbsbnkmufoiunsrcypdmymnrxzijeskvglqazpmhlkribglenpbt</d:element>
-              <d:element>inafngotnpcuiiqddixejvllmjaujlrvoxmhyfyahrojzmjzxfxrioubiltufdf</d:element>
-              <d:element>ポべタぽァネぞ珱ポ亜九ёタンЯあ黑せボЯ弌Яミクんソダ弌マそクせタボ縷</d:element>
-              <d:element>assncljleßuudhcjssnrmusszjgumjrmziuqdisknmfydkurktorpectdsomcissa</d:element>
-              <d:element>shqout</d:element>
-              <d:element>bdqjpqrtdayv</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ほゾチまあ九ゼせま暦ボz黑ぜぁそ</d:element>
-                <d:element>マ珱タ</d:element>
-                <d:element>tmbuddmbmclmybyemhxugivtsmglddrihmcuuczlerfvlmnsipdokagrrhisyeydmhugzsvdj</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ぴzハゼポЯチポグびダソ九びぺチЯ弌あんぞクぺ弌ァ</d:PhoneNumber>
-              <d:Extension>黑九ヲミひ裹</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>suujdoobuiuqqourtexavnkjmrndhbgltggmagepvkbuxdeeeimmgceugsvmlutprfvfsdqjadohgpldqmbfpuomdbbdlkia</d:PhoneNumber>
-              <d:Extension>hsdthomioqurcmxzpkaxufamehxluiqtlxvychxkcejngkaymihcmcjirsrz</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>bf</d:PhoneNumber>
-                <d:Extension>チタボそ裹ソひチグネzぜマソほぽゾ弌ぺタ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>hngdqcngbqanfuc</d:PhoneNumber>
-                <d:Extension>ivhnuzyyucmrdjßmyvdssgtl</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">8596-04-01T23:17:59.5362795</d:ModifiedDate>
-          <d:ModifiedBy>og</d:ModifiedBy>
-          <d:Concurrency m:null="true" />
-        </d:Auditing>
-      </m:properties>
-    </content>
-  </entry>
-  <link rel="next" href="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer?$filter=(indexof(PrimaryContactInfo/HomePhone/PhoneNumber,'lccvussrv')%20ne%20-1)&amp;$skiptoken=-5" />
-</feed>
\ No newline at end of file


[06/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/PrimitiveKeysTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/PrimitiveKeysTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/PrimitiveKeysTestITCase.java
deleted file mode 100644
index 5b227e1..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/PrimitiveKeysTestITCase.java
+++ /dev/null
@@ -1,88 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3;
-
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertNotNull;
-
-import java.math.BigDecimal;
-import java.util.UUID;
-import org.apache.olingo.client.api.v3.EdmEnabledODataClient;
-import org.apache.olingo.commons.api.format.ContentType;
-import org.apache.olingo.fit.proxy.v3.primitivekeys.Service;
-import org.apache.olingo.fit.proxy.v3.primitivekeys.microsoft.test.odata.services.primitivekeysservice.TestContext;
-import org.apache.olingo.fit.proxy.v3.primitivekeys.microsoft.test.odata.services.primitivekeysservice.types.EdmBoolean;
-import org.apache.olingo.fit.proxy.v3.primitivekeys.microsoft.test.odata.services.primitivekeysservice.types.EdmByte;
-import org.apache.olingo.fit.proxy.v3.primitivekeys.microsoft.test.odata.services.primitivekeysservice.types.EdmDecimal;
-import org.apache.olingo.fit.proxy.v3.primitivekeys.microsoft.test.odata.services.primitivekeysservice.types.EdmDouble;
-import org.apache.olingo.fit.proxy.v3.primitivekeys.microsoft.test.odata.services.primitivekeysservice.types.EdmGuid;
-import org.apache.olingo.fit.proxy.v3.primitivekeys.microsoft.test.odata.services.primitivekeysservice.types.EdmInt16;
-import org.apache.olingo.fit.proxy.v3.primitivekeys.microsoft.test.odata.services.primitivekeysservice.types.EdmInt32;
-import org.apache.olingo.fit.proxy.v3.primitivekeys.microsoft.test.odata.services.primitivekeysservice.types.EdmInt64;
-import org.apache.olingo.fit.proxy.v3.primitivekeys.microsoft.test.odata.services.primitivekeysservice.types.EdmSingle;
-import org.apache.olingo.fit.proxy.v3.primitivekeys.microsoft.test.odata.services.primitivekeysservice.types.EdmString;
-import org.junit.Test;
-
-/**
- * This is the unit test class to check basic feed operations.
- */
-public class PrimitiveKeysTestITCase extends AbstractTestITCase {
-
-  @Test
-  public void readPrimitiveKeys() {
-    final Service<EdmEnabledODataClient> testContainerFactory =
-            Service.getV3(testPrimitiveKeysServiceRootURL);
-    testContainerFactory.getClient().getConfiguration().
-            setDefaultBatchAcceptFormat(ContentType.APPLICATION_OCTET_STREAM);
-    final TestContext testContainer = testContainerFactory.getEntityContainer(TestContext.class);
-    assertNotNull(testContainer);
-
-    final EdmBoolean edmBooleanSet = testContainer.getEdmBooleanSet().getByKey(Boolean.TRUE).load();
-    assertEquals(Boolean.TRUE, edmBooleanSet.getId());
-
-    final EdmByte edmByteSet = testContainer.getEdmByteSet().getByKey(Short.valueOf("255")).load();
-    assertEquals(Short.valueOf("255"), edmByteSet.getId());
-
-    final EdmDecimal edmDecimalSet =
-            testContainer.getEdmDecimalSet().getByKey(new BigDecimal("79228162514264337593543950335")).load();
-    assertEquals(new BigDecimal("79228162514264337593543950335"), edmDecimalSet.getId());
-
-    final EdmDouble edmDoubleSet = testContainer.getEdmDoubleSet().getByKey(1.7976931348623157E+308D).load();
-    assertEquals(1.7976931348623157E+308D, edmDoubleSet.getId(), 0);
-
-    final EdmSingle edmSingleSet = testContainer.getEdmSingleSet().getByKey(3.4028235E+38F).load();
-    assertEquals(3.4028235E+38F, edmSingleSet.getId(), 0);
-
-    final EdmGuid edmGuidSet =
-            testContainer.getEdmGuidSet().getByKey(UUID.fromString("00000000-0000-0000-0000-000000000000")).load();
-    assertEquals(UUID.fromString("00000000-0000-0000-0000-000000000000"), edmGuidSet.getId());
-
-    final EdmInt16 edmInt16Set = testContainer.getEdmInt16Set().getByKey(Short.valueOf("32767")).load();
-    assertEquals(Short.valueOf("32767"), edmInt16Set.getId(), 0);
-
-    final EdmInt32 edmInt32Set = testContainer.getEdmInt32Set().getByKey(-2147483648).load();
-    assertEquals(-2147483648, edmInt32Set.getId(), 0);
-
-    final EdmInt64 edmInt64Set = testContainer.getEdmInt64Set().getByKey(9223372036854775807L).load();
-    assertEquals(9223372036854775807L, edmInt64Set.getId(), 0);
-
-    final EdmString edmStringSet = testContainer.getEdmStringSet().getByKey("$").load();
-    assertEquals("$", edmStringSet.getId());
-  }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/PropertyTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/PropertyTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/PropertyTestITCase.java
deleted file mode 100644
index 481160b..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/PropertyTestITCase.java
+++ /dev/null
@@ -1,57 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3;
-
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertNull;
-import static org.junit.Assert.fail;
-
-import org.apache.olingo.ext.proxy.api.ODataFlushException;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Driver;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Order;
-import org.junit.Test;
-
-/**
- * This is the unit test class to check actions overloading.
- */
-public class PropertyTestITCase extends AbstractTestITCase {
-
-  @Test
-  public void nullNullableProperty() {
-    Order order = container.getOrder().getByKey(-8);
-    order.setCustomerId(null);
-    container.flush();
-
-    assertNull(container.getOrder().getByKey(-8).getCustomerId());
-  }
-
-  @Test
-  public void nullNonNullableProperty() {
-    Driver driver = container.getDriver().getByKey("2");
-    driver.setBirthDate(null);
-
-    try {
-      container.flush();
-      fail();
-    } catch (ODataFlushException e) {
-      assertNotNull(e);
-    }
-    service.getContext().detachAll();
-  }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/Service.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/Service.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/Service.java
deleted file mode 100644
index 18a2807..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/Service.java
+++ /dev/null
@@ -1,177 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading;
-
-import java.util.HashMap;
-import java.util.Map;
-import java.util.concurrent.ConcurrentHashMap;
-import org.apache.olingo.client.api.CommonEdmEnabledODataClient;
-import org.apache.olingo.commons.api.edm.constants.ODataServiceVersion;
-import org.apache.olingo.ext.proxy.api.AbstractTerm;
-import org.apache.olingo.ext.proxy.AbstractService;
-
-public class Service<C extends CommonEdmEnabledODataClient<?>> extends AbstractService<C> {
-
-  //CHECKSTYLE:OFF (Maven checkstyle)
-  private static final String COMPRESSED_METADATA = "H4sIAAAAAAAAAM1de4wkx1nv2Z3dndmdfd3L59hJTgcktgOzvjs/zt7Ezr7ubuPZ2/XO3tmsCJvemZrdzs10t7t71jMBGweJfxACDFFki8RIwSa25CRSeIWXIISIJJIlZJsQIBIBoSBkHIwSBYwsi3p39XOqH2vn/jjtVHd9r6r66quq31f9/KvKiG0p5w1rr6qaamMfVI22pu8Z1UZbA7pTbRgWqIJmp9rrtKsH56oPrtXWgKM2VUdd7ZjtZ/99+2tf/43v/NyQovQs5S45Mgu7tmOpDUeg9aWnz1+d/MYXnxlSCjWlCF/sOcr7apDcHCE3R8jNEXKwUJuDL81BanMr8OV5yPz2ZMxhtVUHdIYf/Jf/fPKel19DCpjQEmekLYH4IhN8+COnv/LyH+9/l5jgbGIpekvTyiNbP/WObw0pQzWlgqxRB9aB1gC2o5yTs8GyUGm+powdAMvWDN1RjtQ+qh6oc21V35urOxasP997SHlUGbalWwuqKpJHKv/HE89eeL35zP/i1hqzIYGOCoWdIcy6jtaeq2m2g1rl7mT2EDn91au/eOfnXlh4HNvliGCXq0Q7pEepphzvqL3l8IdEVUcZPle9lfwP1T6KhKwiIasLlqX2kaS9j7/4zif/Rv30sFJYVYq29jHQMxVFKTxcRP/DSuekbVXH1kBW+uon/vKVf/jeG58aQlJOqbpuOKoDRUMMkWATsLVV2zYaGi62WVnDgJVBb6tvAlY2AzlpTn8JNqmq6VBDWj5BysVXy0DvdsSC0a4N5WW/xg/UdhdsAatDSmAT3ZasiYiCv/unn/z6l3+++Au4cUbUtqbatD3KutoBNiQHhDYwYVde0xqWYRstp7oFu3Z1HTValTV2dcF2DEtTl0FL7bYdVowqz8A2UHBLKD1ecBoXnE7kuxZcY6P2af/S3//+pxcf7Awpw8jn
 6E1moyLSgPUuC7SAhcystqH5kQk03XGUe+UG5sG5uc0wAmwUMnWGsDpDUJ35NOqs6E2k0ff/9iPX19+8qTSkFGE/6kA7amZba8AeQrUpGfoyaAMHOMqcnALrtAL0KkXLaDOzFB3YwzxjrHALbOPRdasJe6ej3JWisaukMqJ3I6VXWurCNzvAcpT3p6HIqsPZZJr9vUPYmJjRyUALiOxHa8aepqdVh1Q+dHUImwHqFG+tVs9ACcYude1dVW9mFOCwtJrhWlE5JdUqPqC1wI+oTpNcJySkrEKrestwlA9m4Y1IHL5SiIvMWBrB/TSPocRslKM6U5jBDit5e/Qp12AQRal+IBVVVh/5B6IRL5JRqVKH3n8N2La6h2LP+TQysOr5mqqHIlmskCiijE4zm6ABtAPQ/FHV6wTRyy+m1PSU82ybiz4Voo/8JFvarC9sGddgu6Ybxqy6fzjlos0Uo74jPYpKG7D9rmrg4ZT6sOqHow+jLqVPfqw9FsrZ0bEf8k00RkdZPr6AWWkU+qYmmo2ytRClvkOovX3qlKFL0ky0IMio0SzTiBOUUWpiwXHg2qQDX4cebiWDYgKh/K0G9TvK9BMYSUUQ2Efm4b1zdRETmLT8YMpfjTwDO6JMksCujKvUNB2k9E68fqB5MlsK+TtOnsyxsgu/DctodhtOyt5Oax+SoZCTcNWivGTaanoTtFUHNJl4OWqXj8GgZtfRP3d8sko23OgycFSt7SgLGcQgNA5HvymmH2EiNWFtggMU4WRTihI5FKWm3UbDTKTC8Y19wzHslKt2ypDQONyGIjxkVJr09J88+2C+fglqd9zDJokTmfT0pzz75KEpSdhIKsmkmFoyOmbXARZrzcVUk6uHiG9/iT5LO2/T6shpsr93vPxk2vMw9XRDlPxVpT2X/ZSd2GuQnm6nDWNpba8jW7a0A6Ta3WkoksrI35C/digLqYkhV2XcKTQffSj5HVIi1RU3YHRr6OyUO2VX9BLxz
 Tn4WUrVSGXsV/BfO15Osj1wTdXh8iftUFjpmG2jD7xdsMRKMxJFZwrs7x0qp1RgWTfhYlVtu2IspRHDR8VvueElFVrtzlQOREVd8qiPwQ4sfrv7JR91uXZNxoV2UdM9CR7D+o0lOgleco/Y0bnpOx544qv1b+w9gg+zj+nqgbaHj1Xh/GrCfq3xs/Rx01uSHPMicJ7+2iN/+OFXb7yJYF74mTM7UJ3Cp/08buL6Bo7CR3HBqC0NgYEGoJr1kfZ/8oPZz9z1lX+rDSnj28p0q3EfAOaqjrjDmtvKREvrgWYN6HvOfk0pN4x2GxsHC1tTphuG3uhaFtAb/TWjCUfK2cEny0veOvM1ZbLVoBzv0/DxZBgRo9MxdJtTaaDjdFV3bIQBEmpDcuOtxuX6hgWg7FTOMVRyZXOV/qy0GnWjazXAhursu2VbqrUHHKHsOOqd4CLQgYUXb6oDp2bYqc8PVrIeVhNhYu5I1mVYW71S/8FPnPn1L/3akFLeVkp6F7bDbhtsK2NdXWtAKyLwEBlEVxHGgypQ7qg90njQXQhooFVoLugM571wh7JpQYdCATSFp2rKiN1Q8ak/+lG0LQ22zU9KtM0eMObqm6vL80GsgFIwiYeH3XpR3TPRrxNLsFuBBupXN8HGrBKs0s0FxTQfDQcREX6wVMMG432h6u0LCv13BKOzpjD2B+lfXdG7HfEhOnR14HwBxUEso9uIcQxtXpEiMtrTkOplg2wFFZ4kms8stNGrcBAdgMsYKzPAAqjuM0gu9MezhFQBk6pQH7GA8DeYTKq4CVcHdjyv8iWjA+DSUQeYUapNLFx9AJsHDOvaYbIhjTC1ZuxqbaIP64QrQhOkZhvSYthVF34TRkrU0NG+nCHO8usunPkIFi+atRAnsLaYwFUudzu7MGpCBeMuqwGtuNKDIxD5kcH1uITlhW5TczhsIVTKYVwwLBqoAqcQraWBJmwj0mkqiB36taV1BnS3cVZ5sZ9MwwlhDs
 M1UwWIAhGkd4xxpn2vJmrIEXyGmUzB6fu7wKJWRXaUsSyXdnwZPsftH9PZQ9py5AE4wexjVhOYFZyNOmo7fiyPXgLa3r6TsNbIMjClWHGlZlnwZixBC+wZVl9SN2LQIkJdJmuDUQy2BMkqjdTUXdCWGHdBt2Mp75fHP3shqSiSfO/7Os9+9ubtNzGiclrAttaBw0NoAlkVSqZbXb1BQZmG5fDI+gMJodReeV775ffc/tqZl64MKcVt5QQNjHzvbCtH2urH+jVDbULyKzqKp5o1pbQDkPcieNBSMDaHpoRumY5kLybXC01NheWElkG2XHvdPP35UvkNbMsJwZZMqFDAKls8pHNGXoRkwKFYyj0pFaL41Oeeuvrt967PPofXWWXeEZhGHF/KtBAOAksiTG9oxD1MoyCYEIQnfrOQ1RYEvhDmXJEUsRLS01iKIg0BbTIJlzNJSKGSaUQUnjFkaBgKk8mZamfcA3/MKCTGeQYwlfmI55lUE4hXEfGWFLkZQEgyEVPts3jBiVEysu42wgE3UZIHAY+ZhooPaZhMPhELVI4DMDIRL6QXUcQOJpPSxYp4MJLhsEQm6YfSS+pHA6aVNoB+jAYcMqlTHV6KmL9ksgbdeMVPLPW48WL3Ise2iz8siVjCoMxBPGAm8bxQvEjxXDhhSYQGhosXpJl+WHtxdVHyhQ/gSAn9cL1MFvRC5aIkdIfDmAB188zQhEAQfcekywI/c2Fv6QV0sXiheDom5sUsYgroteSCzgawdl4EXwRMjgl+b2r4UHznZN5lhOPMQjvlhI9U6g7pRZslkypqpg7STD2kfdCxyCEtALvKHjRbUPoQRFqmQROAgaUT0kVcjLnoiSDGjIl6XwZYhh/XFTl4AiIFn/jxbDHwsWxTjweylVxiPy6IgtSCaLBM3dWHwUovJkP2MNxZCMArF3MSYFVyOSsi+IsDyYKQLSbkamYY1qDR5W9g7+/YURYOxMpDdC/qaZDorNG9v6V
 EDzJK7SQicEzRC02OK+J/smcBXJOvIAY2lYsKPnxSlAqDxIxTNQYOlWmAepFIUZJznBD9g/cVjkpifwXRTdkW+B5gUaT/CIgRJXgQrJRpp8kPoIm0H0N8lETAi+cJwwqF4XIyRbEhQJiBYvpBPuwFAssZjobYZHNmYVCrgbLSP/gg8wN4fAWRmK4cRPdBcSL9wAARo1SMxPy4xxUnMaeTtjSUgh9X0M317/7j9q+++EcvPE7ubLkzzUEDpPTwu7/wW19cffkC3s4ed6/ieCj82CBlFLTQbtdNFV0fgW/1gHaEJReBgX/RY5ThBx1lLRtx9zyZsjlJ2PjKBYaZcnN8G6mIXvqsJXFTKbVkEdtAqelF7NsgetmSHv37LIhilhQ272oeUcsn2y5sVyBTWweWzaltGbl2TG3L0NgeUcueMhEWfWelHB0cI8qZE1h8S5pMdL3HK57TlmyeKDzSRvRySBgIDXsR7QwYdE9gmrqnhkaRiFqq2HBNNU3QXOFzH4zr/EWMflqcMwnFMtkvJIpK3c6DIi8epVRwlFJJhAO44IFCoFDl+X+65WfWev/1PxidO6W2H1b79qKmNwn2s7TL/xxH94YZNvkxaWtNsNJqoZlb3ws5bJ/kBQLYdXzfcUyoyL7RDMQwCPysWvAXW/ohLIcFnK6l85iHXJqGsS4b6/UtvJ/lWBo4AP41O8PLIKQY1H5Vd86dxa3yO0oBUTBj6rpgFfnob4OJjq+v++Z3Tp9R1l8lwOsOBi3fKX2fFyeFkcvJw0de/7/nF59YGKr/9ZAyKuB5RcTuQxR2Kw/Q9UFtCyg9w6RZYmnRoSzLLFNjodefR+KUDTbfonrZZu9YkWZW9YYFVBvU1bYKZQvdl6MyAbYCRBUvZYSBspXizSbhgNBCBZ2gIpmsZs9ML+6M7Vu3ovrrGaX2LXPlhFeY8FdM6PsA8YSh6MSAupE1Aj1m1CQpH2Ym5x9icXkRSqyDoHqZEpIyiTHta/jU
 sFNfY3OhCimEgvOOjh2bYaGa96SEwTISAfucYAODSYsHSD96eOTYWHFjgMJGFw2jDVQ9odBvYdOKUguQz1NYglO29PzF91BY1tRLrxQes9/19HNpsqYkU7W8Wy6I8cwfHP1W/V9/+P0hZWRbOaIGnm8r5X3VrjvQ+B04q0K+ODypwUgJtoawOzN8DfQd5fboaR8J4l4yjBncB3DCFL68s/AJ2Gi+vRloUFP+slgPzbHz5+cf/0z1JRyTVKjB+pugRU2Gp/OQEEgy5WvDJYi4Hfvnp9548XPf/GHw9lb/phXshkOrzV7An/OCWVwwi34zZDWsYHpHSzxguXgRGHsmstwtgxN99oBRRYlFzl98+5FP1p/vYnxsucng5nKZYyg7CTK1Sdv9OAerz0NrHNDkKRRPlQ7gVIyiMm/uFB3z8z3J5CQkcxg7hf4TsoXKF1fWL24ubFz6aWSPWTdfifJ84ZT12N996v++B/vJNpW1ZxbgQh7ZGtnRUs39/oDkDPTehqHpMCZE5cUJ9N8MerF41FGOeEjh9+LpldDLJKILIXedhxx6TSq9gsjY7u+hmT+E7DGflPjNeJpT6HU3TJKQ1n1ZgvIa9MJatFm9lN2X4ylPcsqRBr4xSFjWyjOC3NGmvj5Mcgl7o3HdCaVYoRThOsiS6KydaKvOipQk+2on0pQnRGpJumonzn5HvTJK9tTOgJ7qkTVJR+0M6Kgewkn6aSe+n94QoJukm3YGdtOTIXJH2BpPX8Ovw64deQBSQHM5euvNsKCtWBg4MYak8slMjFy0U5Gi7dQ1lIcEqed96mNGq8OyzAV1JtdUvR8/l7zLl6bonVYis1tZYh+lH9mlfiyKvNuzBvCYdnWI7lmnorXAlQbwYHaKcWPvDHJwPZqkmaLd2ukI6omtFOvm3h2pQ5SReF/nZ4HK4FE3zk8AhNE3gl9CnzK5V3o1c9m/YsGBeP/uP+ut/+yf/zaOK0sty+hsutfeVyxALj+w9
 zWTlo06Bn8Drmw+mGxlExTi6pNf/r1fueHUPTA231amGiS9zCYXEwTjc0W4BlhAkOaR/8UpY9M/pgj34efGiREcdROiMCf3nnqBVS5pUi5tzozeHi9wyp7oRKm6PMjxVW48xGQjPgrYVSjCyC1v7Xc7uzq6OktMCIWr4wHZsVe1JjCS1RFGZrL1H0pr9+erKkIVuCap9/Wm1iD5hN1OR7X6ATJHNiwNPaB3IuCL6VF5ytM88fKVeL1nF9XGta7p53s5446sV4QBN0GUcO48tJuZeludZ9/HOGqCs5Dw0qUrNrq0oAOCPpoNCWEsMER+DulxPmAJ5iTmqDBWeaS6+ZEYmJnvFn3GL6e8NR99zjXknnvGOcc8tBA+7uTAZg3GN3MmmZsVFrbZy0Yf72myWfLJnZUbpzBkkMQIGIUqwQg7dEGADcbsJCSg5ZDmxtNa4mxGZUtmsdFV2+6CpvQ9ENhgDPokE9ixd8XALtJoLrwqh+S7oNEEZ8V7jCtfouktZQcdRayouY+I5l5vtWwQuRynATt6sW7CPrWuI7FNcuUSpDL4SpQxVOGKJXODBGtmlk0htHZG1FzMSjSkP5cp/4QtMyPcqRJ1Q8qjlnLrwLugfPeZhezrjlxAt6hFmM+dRdLNrFGDRJz38sgBDQ6TIuZczMEflyDlPdBc1WX8i2eDkFRc7zryNSnL5a6lOuyOopjRwRuKASVDmknolbiZKhfg0pGZgpeWKQHRxQlXxZCJlH1Hwk23zCE7ltN1oyLhAw8uq3xSXUXqnKH3kw4uy7zSVn0pp7HLIt4Okg6DbrWIjSrbv+lFU1tGuoFRRPGezCzgKMeEVdJGd7et2fvE53j9e727+1HQcOLEgL5RoLWlOQRi5F22LRpN6UuzeAixCVRic/H0PGbIBTHEEj6y4r4du0cbMpV4qrqO4WJXaw5oYLeia5RFTVfDTjjcBRWOcCVUGsMvitqIHkf0+ixBN2tStYiqDyzYKI8csq
 TFdOcwn8gahhkg0QyfdkvirbzdDUcAHNMmMbUwS7izCg9/YnoHbTExbzqPJHIRj0+27jgUXmSVTzK4kK0ZF6m7Gelk2yrZNlbCjpYyAqUhyP1dFcNAco9b4esjxyJ62yTasBJ7XGYgZrSLFQsQ7ykP77OYeaqtUA+dBAKwHiThc8PGlRDx4u4e/ASNOwDyvFYgyMkNGFnKgcs5h1sBOF13ZPPPtriM8kjsdym7KrFvqeSkEiPHUuvjYsOxDa3hdC2QzGukXIJOLAO7YWkmX4bIB5TuFZtmauClS2PAZaCLqg38c+JAh+PZnaeXZ741E6vI+eRlSBc0I/gf2lb50WXNRqd3mt7lYxZ7u0wg/Gg/F7IUr4giJF1XH9sEZlttABTQpuvbsx4LHPrN0ceX9rV2M+vU6Em1SzlH+PdjXCfmv1cjv5s8wkKj/HbKxuhUkGBP0JtaGGJJcd/Da0l3r4tUFkrGUQlyWMnszfId87t+JMzeIUMwbVzIFE/USqOkVrI1uWDRBK3rye+UWbPgFwesWWRuiE5pUMY/kT1HcKUEq3lPdqpSGOg8psT3k+5U+ConCztQHaujyoUdAk6H5rRKOMZx9m7cSA1cFiPcCpPnfTvBy3LiLCuInsiqoUCGGHP6ZJIw6oy3RpxpBUsGrJznPUDi9T1xYXVA9ESmRSC3bkvFgXnstwgc5YSwc7nQdfYNC39qJDi60VFN7CmXd0eV0LpiaUG/m+Y4dRZn6rQocVviSyjRtCobXauxD0P05TSfQDjshQTv7zR9XaKf45EUM8HzJHZ+9VEO90IJ9zvFeQfJUe6ZtBY1y9mXbRx3q4KKk91g3Eyu5XK4qcq9cCpuNy6RvSianPJJ8+mRCq271FbtQLzqRZXdIIxunIKo7XadKHdR2YRWsjQ8MgfQvT6crtd10El8pWdq5BQycfcI3LQg0U/iMevHcMExUcDEyVyXLNBK1mIj+HwpWZ0SYlNTKd5NuloRmSnZ2B0
 lufiJos3j0JuvtxAeUUOf7dkyapp+LcN3noo1Y08iDhVFmMQi0I+aENbX+VjTh4PmFkLI6O62I749RJ5JkalDXaPIkGcDyIxjMot9hxI55iOCngwgMYFJwFY8cwehcdxHAz+SJXLubCSRc2dlidxxWySRO26Tsgg6nwy3CHoyKEGBNLH4oZ+T/jamDwdQOokp+b+To9HGuj8zItb3/Z3Bn0fDFXLee/J+GAtFcq6730RfIrIDkhx3dx8FTC8WKV94sqMc5R9Qm+Mf4YoGUPPJBN2xI7FiHb66ejlmAgnZAfEvog8LfY4kS7YGTrT17gax5FIEibm2RK9PiFv/+m8T4rch5ne3ZMwVRWFwWib0oa58x90bH/CeeJaLPRL1xiOEMSSHRqSq9xPuI00sam0EAdxkwZpsxaNbsAfTYZvKxFMfMnbT9Vh+HWt+pg4syPg3oIUvN+dy2axwZ2zctuAMu0Q2oW0ZHhpfz5GoPWSjVhck67uaQ0kNkvXcTxLaHuQK2+BXrPO6W5dejxvXImPo0jZ5n0wd/6Khd+1EVSZX7Qvddrt/FZ/y4aqS0DKfW5TZfvPWiPPs3JEHXHx+V++6d+bGubyA0InMm24+qLBsxhRrf54IiS63kBhfMeFIZEEPduAz1Vv/H6ZL0er/ngAA";
-  private static final String METADATA_ETAG = null;
-  //CHECKSTYLE:ON (Maven checkstyle)
-
-  private static final Map<String, Service<?>> SERVICES = new ConcurrentHashMap<String, Service<?>>();
-
-  @SuppressWarnings("unchecked")
-  private static <C extends CommonEdmEnabledODataClient<?>> Service<C> getInstance(
-          final ODataServiceVersion version, final String serviceRoot, final boolean transactional) {
-
-    if (!SERVICES.containsKey(serviceRoot)) {
-      final Service<C> instance = new Service<C>(COMPRESSED_METADATA, METADATA_ETAG, 
-          version, serviceRoot, transactional);
-      SERVICES.put(serviceRoot, instance);
-    }
-
-    return (Service<C>) SERVICES.get(serviceRoot);
-  }
-
-  /**
-   * Gives an OData 3.0 instance for given service root, operating in transactions (with batch requests).
-   *
-   * @param serviceRoot OData service root
-   * @return OData 3.0 instance for given service root, operating in transactions (with batch requests)
-   */
-  public static Service<org.apache.olingo.client.api.v3.EdmEnabledODataClient> getV3(
-          final String serviceRoot) {
-
-    return getV3(serviceRoot, true);
-  }
-
-  /**
-   * Gives an OData 3.0 instance for given service root.
-   *
-   * @param serviceRoot OData service root
-   * @param transactional whether operating in transactions (with batch requests) or not
-   * @return OData 3.0 instance for given service root
-   */
-  public static Service<org.apache.olingo.client.api.v3.EdmEnabledODataClient> getV3(
-          final String serviceRoot, final boolean transactional) {
-
-    return getInstance(ODataServiceVersion.V30, serviceRoot, transactional);
-  }
-
-  /**
-   * Gives an OData 4.0 instance for given service root, operating in transactions (with batch requests).
-   *
-   * @param serviceRoot OData service root
-   * @return OData 4.0 instance for given service root, operating in transactions (with batch requests)
-   */
-  public static Service<org.apache.olingo.client.api.v4.EdmEnabledODataClient> getV4(
-          final String serviceRoot) {
-
-    return getV4(serviceRoot, true);
-  }
-
-  /**
-   * Gives an OData 4.0 instance for given service root.
-   *
-   * @param serviceRoot OData service root
-   * @param transactional whether operating in transactions (with batch requests) or not
-   * @return OData 4.0 instance for given service root
-   */
-  public static Service<org.apache.olingo.client.api.v4.EdmEnabledODataClient> getV4(
-          final String serviceRoot, final boolean transactional) {
-
-    return getInstance(ODataServiceVersion.V40, serviceRoot, transactional);
-  }
-
-  private final Map<String, Class<?>> entityTypes = new HashMap<String, Class<?>>();
-
-  private final Map<String, Class<?>> complexTypes = new HashMap<String, Class<?>>();
-
-  private final Map<String, Class<?>> enumTypes = new HashMap<String, Class<?>>();
-
-  private final Map<String, Class<? extends AbstractTerm>> terms = new HashMap<String, Class<? extends AbstractTerm>>();
-
-  public Service(final String compressedMetadata, final String metadataETag,
-          final ODataServiceVersion version, final String serviceRoot, final boolean transactional) {
-
-    super(compressedMetadata, metadataETag,version, serviceRoot, transactional);
-
-    //CHECKSTYLE:OFF (Maven checkstyle)
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.ProductDetail", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ProductDetail.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.License", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.License.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.ProductReview", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ProductReview.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.Customer", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Customer.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialCollectionTypes_Simple", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypes_Simple.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialTypes.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.DiscontinuedProduct.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.Driver", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Driver.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.Login", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Login.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.PageView", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PageView.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.PersonMetadata", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PersonMetadata.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.LastLogin", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.LastLogin.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.SpecialEmployee.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.Car", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Car.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.ProductPageView", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ProductPageView.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.MappedEntityType", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.MappedEntityType.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.MessageAttachment", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.MessageAttachment.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.Employee", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Employee.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.BackOrderLine2", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.BackOrderLine2.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.Computer", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Computer.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.Message", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Message.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.ProductPhoto", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ProductPhoto.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerDetail.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CustomerInfo.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.Product", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Product.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.OrderLine.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Contractor.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.Person", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Person.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.Order", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Order.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.RSAToken", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.RSAToken.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialCollectionTypes", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypes.class);
-    entityTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.BackOrderLine", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.BackOrderLine.class);
-    complexTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.ComplexToCategory", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComplexToCategory.class);
-    complexTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetails.class);
-    complexTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Dimensions.class);
-    complexTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ConcurrencyInfo.class);
-    complexTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AuditInfo.class);
-    complexTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.Phone", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Phone.class);
-    complexTypes.put("Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases", org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Aliases.class);
-    //CHECKSTYLE:ON (Maven checkstyle)
-  }
-
-  @Override
-  public Class<?> getEntityTypeClass(final String name) {
-    return entityTypes.get(name);
-  }
-
-  @Override
-  public Class<?> getComplexTypeClass(final String name) {
-    return complexTypes.get(name);
-  }
-
-  @Override
-  public Class<?> getEnumTypeClass(final String name) {
-    return enumTypes.get(name);
-  }
-
-  @Override
-  public Class<? extends AbstractTerm> getTermClass(final String name) {
-    return terms.get(name);
-  }
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/AllGeoCollectionTypesSet.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/AllGeoCollectionTypesSet.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/AllGeoCollectionTypesSet.java
deleted file mode 100644
index 2b7083c..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/AllGeoCollectionTypesSet.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "AllGeoCollectionTypesSet", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface AllGeoCollectionTypesSet 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypes, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypesCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<AllGeoCollectionTypesSet>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypes, java.lang.Integer, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypesCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/AllGeoTypesSet.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/AllGeoTypesSet.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/AllGeoTypesSet.java
deleted file mode 100644
index af09b4e..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/AllGeoTypesSet.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "AllGeoTypesSet", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface AllGeoTypesSet 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialTypes, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialTypesCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<AllGeoTypesSet>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialTypes, java.lang.Integer, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialTypesCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Car.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Car.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Car.java
deleted file mode 100644
index badec29..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Car.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "Car", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface Car 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Car, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CarCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<Car>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Car, java.lang.Integer, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CarCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Computer.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Computer.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Computer.java
deleted file mode 100644
index acd0b0b..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Computer.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "Computer", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface Computer 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Computer, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<Computer>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Computer, java.lang.Integer, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/ComputerDetail.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/ComputerDetail.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/ComputerDetail.java
deleted file mode 100644
index c27f769..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/ComputerDetail.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "ComputerDetail", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface ComputerDetail 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerDetail, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerDetailCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<ComputerDetail>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerDetail, java.lang.Integer, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerDetailCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Customer.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Customer.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Customer.java
deleted file mode 100644
index e22c69e..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Customer.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "Customer", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface Customer 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Customer, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CustomerCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<Customer>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Customer, java.lang.Integer, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CustomerCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/CustomerInfo.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/CustomerInfo.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/CustomerInfo.java
deleted file mode 100644
index ca6a105..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/CustomerInfo.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "CustomerInfo", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface CustomerInfo 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CustomerInfo, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CustomerInfoCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<CustomerInfo>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CustomerInfo, java.lang.Integer, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CustomerInfoCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/DefaultContainer.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/DefaultContainer.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/DefaultContainer.java
deleted file mode 100644
index 4b3f8fc..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/DefaultContainer.java
+++ /dev/null
@@ -1,122 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.PersistenceManager;
-import org.apache.olingo.ext.proxy.api.OperationType;
-import org.apache.olingo.ext.proxy.api.ComplexCollection;
-import org.apache.olingo.ext.proxy.api.ComplexType;
-import org.apache.olingo.ext.proxy.api.EntityCollection;
-import org.apache.olingo.ext.proxy.api.EntityType;
-import org.apache.olingo.ext.proxy.api.PrimitiveCollection;
-import org.apache.olingo.ext.proxy.api.EdmStreamValue;
-import java.io.Serializable;
-import java.io.InputStream;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-@org.apache.olingo.ext.proxy.api.annotations.Namespace("Microsoft.Test.OData.Services.AstoriaDefaultService")
-@org.apache.olingo.ext.proxy.api.annotations.EntityContainer(name = "DefaultContainer",
-  namespace = "Microsoft.Test.OData.Services.AstoriaDefaultService",
-  isDefaultEntityContainer = true)
-public interface DefaultContainer extends PersistenceManager {
-
-    Customer getCustomer();
-
-    Login getLogin();
-
-    OrderLine getOrderLine();
-
-    ComputerDetail getComputerDetail();
-
-    Product getProduct();
-
-    Message getMessage();
-
-    ProductDetail getProductDetail();
-
-    ProductPhoto getProductPhoto();
-
-    Order getOrder();
-
-    Computer getComputer();
-
-    MappedEntityType getMappedEntityType();
-
-    PageView getPageView();
-
-    Driver getDriver();
-
-    AllGeoCollectionTypesSet getAllGeoCollectionTypesSet();
-
-    Car getCar();
-
-    CustomerInfo getCustomerInfo();
-
-    License getLicense();
-
-    ProductReview getProductReview();
-
-    LastLogin getLastLogin();
-
-    MessageAttachment getMessageAttachment();
-
-    AllGeoTypesSet getAllGeoTypesSet();
-
-    PersonMetadata getPersonMetadata();
-
-    RSAToken getRSAToken();
-
-    Person getPerson();
-
-
-
-
-
-  Operations operations();
-
-  public interface Operations extends org.apache.olingo.ext.proxy.api.Operations {
-  
-        
-    @org.apache.olingo.ext.proxy.api.annotations.Operation(name = "UpdatePersonInfo",
-                    type = OperationType.ACTION)
-    org.apache.olingo.ext.proxy.api.Invoker<Void> updatePersonInfo(
-    );
-  
-          
-    @org.apache.olingo.ext.proxy.api.annotations.Operation(name = "RetrieveProduct",
-                    type = OperationType.ACTION,
-                    referenceType = java.lang.Integer.class,                    returnType = "Edm.Int32")
-    org.apache.olingo.ext.proxy.api.Invoker<java.lang.Integer> retrieveProduct(
-    );
-  
-      }
-
-  <NE extends EntityType<?>> NE newEntityInstance(Class<NE> ref);
-
-  <T extends EntityType<?>, NEC extends EntityCollection<T, ?, ?>> NEC newEntityCollection(Class<NEC> ref);
-
-  <NE extends ComplexType<?>> NE newComplexInstance(Class<NE> ref);
-
-  <T extends ComplexType<?>, NEC extends ComplexCollection<T, ?, ?>> NEC newComplexCollection(Class<NEC> ref);
-
-  <T extends Serializable, NEC extends PrimitiveCollection<T>> NEC newPrimitiveCollection(Class<T> ref);
-
-  EdmStreamValue newEdmStreamValue(String contentType, InputStream stream);
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Driver.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Driver.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Driver.java
deleted file mode 100644
index 889b577..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Driver.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "Driver", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface Driver 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Driver, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.DriverCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<Driver>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Driver, java.lang.String, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.DriverCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/LastLogin.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/LastLogin.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/LastLogin.java
deleted file mode 100644
index cbd23a3..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/LastLogin.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "LastLogin", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface LastLogin 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.LastLogin, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.LastLoginCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<LastLogin>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.LastLogin, java.lang.String, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.LastLoginCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/License.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/License.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/License.java
deleted file mode 100644
index ba64131..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/License.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "License", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface License 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.License, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.LicenseCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<License>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.License, java.lang.String, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.LicenseCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Login.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Login.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Login.java
deleted file mode 100644
index ba9c599..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Login.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "Login", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface Login 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Login, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.LoginCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<Login>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Login, java.lang.String, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.LoginCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/MappedEntityType.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/MappedEntityType.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/MappedEntityType.java
deleted file mode 100644
index bc7a2cf..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/MappedEntityType.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "MappedEntityType", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface MappedEntityType 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.MappedEntityType, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.MappedEntityTypeCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<MappedEntityType>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.MappedEntityType, java.lang.Integer, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.MappedEntityTypeCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Message.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Message.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Message.java
deleted file mode 100644
index 9712442..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Message.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-import org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.*;
-
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "Message", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface Message 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Message, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.MessageCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<Message>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Message, MessageKey, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.MessageCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/MessageAttachment.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/MessageAttachment.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/MessageAttachment.java
deleted file mode 100644
index 8274083..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/MessageAttachment.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "MessageAttachment", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface MessageAttachment 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.MessageAttachment, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.MessageAttachmentCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<MessageAttachment>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.MessageAttachment, java.util.UUID, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.MessageAttachmentCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Order.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Order.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Order.java
deleted file mode 100644
index d8ce0ee..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Order.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "Order", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface Order 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Order, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.OrderCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<Order>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Order, java.lang.Integer, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.OrderCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/OrderLine.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/OrderLine.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/OrderLine.java
deleted file mode 100644
index de653fa..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/OrderLine.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-import org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.*;
-
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "OrderLine", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface OrderLine 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.OrderLine, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.OrderLineCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<OrderLine>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.OrderLine, OrderLineKey, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.OrderLineCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/PageView.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/PageView.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/PageView.java
deleted file mode 100644
index 567cef2..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/PageView.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "PageView", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface PageView 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PageView, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PageViewCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<PageView>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PageView, java.lang.Integer, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PageViewCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Person.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Person.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Person.java
deleted file mode 100644
index 286ba79..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Person.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "Person", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface Person 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Person, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PersonCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<Person>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Person, java.lang.Integer, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PersonCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}


[10/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ProductPhoto/-2 -2/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ProductPhoto/-2 -2/entity.full.json b/fit/src/main/resources/V30/ProductPhoto/-2 -2/entity.full.json
deleted file mode 100644
index f37c6d0..0000000
--- a/fit/src/main/resources/V30/ProductPhoto/-2 -2/entity.full.json	
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#ProductPhoto/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ProductPhoto",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ProductPhoto(PhotoId=-2,ProductId=-2)",
-  "odata.editLink": "ProductPhoto(PhotoId=-2,ProductId=-2)",
-  "ProductId": -2,
-  "PhotoId": -2,
-  "Photo@odata.type": "Edm.Binary",
-  "Photo": ""
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ProductPhoto/-2 -2/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ProductPhoto/-2 -2/entity.xml b/fit/src/main/resources/V30/ProductPhoto/-2 -2/entity.xml
deleted file mode 100644
index b19988b..0000000
--- a/fit/src/main/resources/V30/ProductPhoto/-2 -2/entity.xml	
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ProductPhoto(PhotoId=-2,ProductId=-2)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductPhoto" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="ProductPhoto" href="ProductPhoto(PhotoId=-2,ProductId=-2)" />
-  <title />
-  <updated>2014-02-17T15:45:45Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:ProductId m:type="Edm.Int32">-2</d:ProductId>
-      <d:PhotoId m:type="Edm.Int32">-2</d:PhotoId>
-      <d:Photo m:type="Edm.Binary">
-      </d:Photo>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ProductPhoto/-3 -3/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ProductPhoto/-3 -3/entity.full.json b/fit/src/main/resources/V30/ProductPhoto/-3 -3/entity.full.json
deleted file mode 100644
index f6e5939..0000000
--- a/fit/src/main/resources/V30/ProductPhoto/-3 -3/entity.full.json	
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#ProductPhoto/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ProductPhoto",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ProductPhoto(PhotoId=-3,ProductId=-3)",
-  "odata.editLink": "ProductPhoto(PhotoId=-3,ProductId=-3)",
-  "ProductId": -3,
-  "PhotoId": -3,
-  "Photo@odata.type": "Edm.Binary",
-  "Photo": "fi653p3+MklA/LdoBlhWgnMTUUEo8tEgtbMXnF0a3CUNL9BZxXpSRiD9ebTnmNR0zWPjJVIDx4tdmCnq55XrJh+RW9aI/b34wAogK3kcORw="
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ProductPhoto/-3 -3/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ProductPhoto/-3 -3/entity.xml b/fit/src/main/resources/V30/ProductPhoto/-3 -3/entity.xml
deleted file mode 100644
index 5f86244..0000000
--- a/fit/src/main/resources/V30/ProductPhoto/-3 -3/entity.xml	
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ProductPhoto(PhotoId=-3,ProductId=-3)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductPhoto" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="ProductPhoto" href="ProductPhoto(PhotoId=-3,ProductId=-3)" />
-  <title />
-  <updated>2014-02-17T14:01:03Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:ProductId m:type="Edm.Int32">-3</d:ProductId>
-      <d:PhotoId m:type="Edm.Int32">-3</d:PhotoId>
-      <d:Photo m:type="Edm.Binary">fi653p3+MklA/LdoBlhWgnMTUUEo8tEgtbMXnF0a3CUNL9BZxXpSRiD9ebTnmNR0zWPjJVIDx4tdmCnq55XrJh+RW9aI/b34wAogK3kcORw=</d:Photo>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Row/672b8250-1e6e-4785-80cf-b94b572e42b3/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Row/672b8250-1e6e-4785-80cf-b94b572e42b3/entity.full.json b/fit/src/main/resources/V30/Row/672b8250-1e6e-4785-80cf-b94b572e42b3/entity.full.json
deleted file mode 100644
index 9b621b9..0000000
--- a/fit/src/main/resources/V30/Row/672b8250-1e6e-4785-80cf-b94b572e42b3/entity.full.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/OpenType.svc/$metadata#Row/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.OpenTypesService.Row",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/OpenType.svc/Row(guid'672b8250-1e6e-4785-80cf-b94b572e42b3')",
-  "odata.editLink": "Row(guid'672b8250-1e6e-4785-80cf-b94b572e42b3')",
-  "Id@odata.type": "Edm.Guid",
-  "Id": "672b8250-1e6e-4785-80cf-b94b572e42b3",
-  "Decimal@odata.type": "Edm.Decimal",
-  "Decimal": "1.26"
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Row/672b8250-1e6e-4785-80cf-b94b572e42b3/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Row/672b8250-1e6e-4785-80cf-b94b572e42b3/entity.xml b/fit/src/main/resources/V30/Row/672b8250-1e6e-4785-80cf-b94b572e42b3/entity.xml
deleted file mode 100644
index 109f8cf..0000000
--- a/fit/src/main/resources/V30/Row/672b8250-1e6e-4785-80cf-b94b572e42b3/entity.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/OpenType.svc/" 
-       xmlns="http://www.w3.org/2005/Atom" 
-       xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" 
-       xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" 
-       xmlns:georss="http://www.georss.org/georss" 
-       xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/OpenType.svc/Row(guid'672b8250-1e6e-4785-80cf-b94b572e42b3')</id>
-  <category term="Microsoft.Test.OData.Services.OpenTypesService.Row" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
-  <link rel="edit" title="Row" href="Row(guid'672b8250-1e6e-4785-80cf-b94b572e42b3')"/>
-  <title/>
-  <updated>2014-04-11T13:31:52Z</updated>
-  <author>
-    <name/>
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:Id m:type="Edm.Guid">672b8250-1e6e-4785-80cf-b94b572e42b3</d:Id>
-      <d:Decimal m:type="Edm.Decimal">1.26</d:Decimal>
-    </m:properties>
-  </content>
-</entry>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Row/71f7d0dc-ede4-45eb-b421-555a2aa1e58f/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Row/71f7d0dc-ede4-45eb-b421-555a2aa1e58f/entity.full.json b/fit/src/main/resources/V30/Row/71f7d0dc-ede4-45eb-b421-555a2aa1e58f/entity.full.json
deleted file mode 100644
index dae910d..0000000
--- a/fit/src/main/resources/V30/Row/71f7d0dc-ede4-45eb-b421-555a2aa1e58f/entity.full.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/OpenType.svc/$metadata#Row/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.OpenTypesService.Row",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/OpenType.svc/Row(guid'71f7d0dc-ede4-45eb-b421-555a2aa1e58f')",
-  "odata.editLink": "Row(guid'71f7d0dc-ede4-45eb-b421-555a2aa1e58f')",
-  "Id@odata.type": "Edm.Guid",
-  "Id": "71f7d0dc-ede4-45eb-b421-555a2aa1e58f",
-  "Double": 1.2626
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Row/71f7d0dc-ede4-45eb-b421-555a2aa1e58f/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Row/71f7d0dc-ede4-45eb-b421-555a2aa1e58f/entity.xml b/fit/src/main/resources/V30/Row/71f7d0dc-ede4-45eb-b421-555a2aa1e58f/entity.xml
deleted file mode 100644
index da708ea..0000000
--- a/fit/src/main/resources/V30/Row/71f7d0dc-ede4-45eb-b421-555a2aa1e58f/entity.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/OpenType.svc/" 
-       xmlns="http://www.w3.org/2005/Atom" 
-       xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" 
-       xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/OpenType.svc/Row(guid'71f7d0dc-ede4-45eb-b421-555a2aa1e58f')</id>
-  <category term="Microsoft.Test.OData.Services.OpenTypesService.Row" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
-  <link rel="edit" title="Row" href="Row(guid'71f7d0dc-ede4-45eb-b421-555a2aa1e58f')"/>
-  <title/>
-  <updated>2014-04-11T13:30:28Z</updated>
-  <author>
-    <name/>
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:Id m:type="Edm.Guid">71f7d0dc-ede4-45eb-b421-555a2aa1e58f</d:Id>
-      <d:Double m:type="Edm.Double">1.2626</d:Double>
-    </m:properties>
-  </content>
-</entry>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/actionOverloadingMetadata.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/actionOverloadingMetadata.xml b/fit/src/main/resources/V30/actionOverloadingMetadata.xml
deleted file mode 100644
index 5a023c7..0000000
--- a/fit/src/main/resources/V30/actionOverloadingMetadata.xml
+++ /dev/null
@@ -1,708 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements. See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership. The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License. You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied. See the License for the
-  specific language governing permissions and limitations
-  under the License.
-
--->
-<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx">
-  <edmx:DataServices m:DataServiceVersion="3.0" m:MaxDataServiceVersion="3.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-    <Schema Namespace="Microsoft.Test.OData.Services.AstoriaDefaultService" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
-      <EntityType Name="AllSpatialTypes">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Geog" Type="Edm.Geography" SRID="Variable" />
-        <Property Name="GeogPoint" Type="Edm.GeographyPoint" SRID="Variable" />
-        <Property Name="GeogLine" Type="Edm.GeographyLineString" SRID="Variable" />
-        <Property Name="GeogPolygon" Type="Edm.GeographyPolygon" SRID="Variable" />
-        <Property Name="GeogCollection" Type="Edm.GeographyCollection" SRID="Variable" />
-        <Property Name="GeogMultiPoint" Type="Edm.GeographyMultiPoint" SRID="Variable" />
-        <Property Name="GeogMultiLine" Type="Edm.GeographyMultiLineString" SRID="Variable" />
-        <Property Name="GeogMultiPolygon" Type="Edm.GeographyMultiPolygon" SRID="Variable" />
-        <Property Name="Geom" Type="Edm.Geometry" SRID="Variable" />
-        <Property Name="GeomPoint" Type="Edm.GeometryPoint" SRID="Variable" />
-        <Property Name="GeomLine" Type="Edm.GeometryLineString" SRID="Variable" />
-        <Property Name="GeomPolygon" Type="Edm.GeometryPolygon" SRID="Variable" />
-        <Property Name="GeomCollection" Type="Edm.GeometryCollection" SRID="Variable" />
-        <Property Name="GeomMultiPoint" Type="Edm.GeometryMultiPoint" SRID="Variable" />
-        <Property Name="GeomMultiLine" Type="Edm.GeometryMultiLineString" SRID="Variable" />
-        <Property Name="GeomMultiPolygon" Type="Edm.GeometryMultiPolygon" SRID="Variable" />
-      </EntityType>
-      <EntityType Name="AllSpatialCollectionTypes" Abstract="true">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Int32" Nullable="false" />
-      </EntityType>
-      <EntityType Name="AllSpatialCollectionTypes_Simple" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialCollectionTypes">
-        <Property Name="ManyGeogPoint" Type="Collection(Edm.GeographyPoint)" Nullable="false" SRID="Variable" />
-        <Property Name="ManyGeogLine" Type="Collection(Edm.GeographyLineString)" Nullable="false" SRID="Variable" />
-        <Property Name="ManyGeogPolygon" Type="Collection(Edm.GeographyPolygon)" Nullable="false" SRID="Variable" />
-        <Property Name="ManyGeomPoint" Type="Collection(Edm.GeometryPoint)" Nullable="false" SRID="Variable" />
-        <Property Name="ManyGeomLine" Type="Collection(Edm.GeometryLineString)" Nullable="false" SRID="Variable" />
-        <Property Name="ManyGeomPolygon" Type="Collection(Edm.GeometryPolygon)" Nullable="false" SRID="Variable" />
-      </EntityType>
-      <EntityType Name="Customer">
-        <Key>
-          <PropertyRef Name="CustomerId" />
-        </Key>
-        <Property Name="Thumbnail" Type="Edm.Stream" Nullable="false" />
-        <Property Name="Video" Type="Edm.Stream" Nullable="false" />
-        <Property Name="CustomerId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Name" Type="Edm.String" m:FC_TargetPath="SyndicationSummary" m:FC_ContentKind="text" m:FC_KeepInContent="false" />
-        <Property Name="PrimaryContactInfo" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails" />
-        <Property Name="BackupContactInfo" Type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)" Nullable="false" />
-        <Property Name="Auditing" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo" />
-        <NavigationProperty Name="Orders" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Orders" ToRole="Orders" FromRole="Customer" />
-        <NavigationProperty Name="Logins" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Logins" ToRole="Logins" FromRole="Customer" />
-        <NavigationProperty Name="Husband" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Husband" ToRole="Husband" FromRole="Customer" />
-        <NavigationProperty Name="Wife" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Wife" ToRole="Wife" FromRole="Customer" />
-        <NavigationProperty Name="Info" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Info" ToRole="Info" FromRole="Customer" />
-      </EntityType>
-      <ComplexType Name="ContactDetails">
-        <Property Name="EmailBag" Type="Collection(Edm.String)" Nullable="false" />
-        <Property Name="AlternativeNames" Type="Collection(Edm.String)" Nullable="false" />
-        <Property Name="ContactAlias" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases" />
-        <Property Name="HomePhone" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone" />
-        <Property Name="WorkPhone" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone" />
-        <Property Name="MobilePhoneBag" Type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" Nullable="false" />
-      </ComplexType>
-      <ComplexType Name="Aliases">
-        <Property Name="AlternativeNames" Type="Collection(Edm.String)" Nullable="false" />
-      </ComplexType>
-      <ComplexType Name="Phone">
-        <Property Name="PhoneNumber" Type="Edm.String" />
-        <Property Name="Extension" Type="Edm.String" />
-      </ComplexType>
-      <ComplexType Name="AuditInfo">
-        <Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
-        <Property Name="ModifiedBy" Type="Edm.String" />
-        <Property Name="Concurrency" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo" />
-      </ComplexType>
-      <ComplexType Name="ConcurrencyInfo">
-        <Property Name="Token" Type="Edm.String" />
-        <Property Name="QueriedDateTime" Type="Edm.DateTime" />
-      </ComplexType>
-      <EntityType Name="Login">
-        <Key>
-          <PropertyRef Name="Username" />
-        </Key>
-        <Property Name="Username" Type="Edm.String" Nullable="false" />
-        <Property Name="CustomerId" Type="Edm.Int32" Nullable="false" />
-        <NavigationProperty Name="Customer" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_Customer" ToRole="Customer" FromRole="Login" />
-        <NavigationProperty Name="LastLogin" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_LastLogin" ToRole="LastLogin" FromRole="Login" />
-        <NavigationProperty Name="SentMessages" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_SentMessages" ToRole="SentMessages" FromRole="Login" />
-        <NavigationProperty Name="ReceivedMessages" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_ReceivedMessages" ToRole="ReceivedMessages" FromRole="Login" />
-        <NavigationProperty Name="Orders" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_Orders" ToRole="Orders" FromRole="Login" />
-      </EntityType>
-      <EntityType Name="RSAToken">
-        <Key>
-          <PropertyRef Name="Serial" />
-        </Key>
-        <Property Name="Serial" Type="Edm.String" Nullable="false" />
-        <Property Name="Issued" Type="Edm.DateTime" Nullable="false" />
-        <NavigationProperty Name="Login" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.RSAToken_Login" ToRole="Login" FromRole="RSAToken" />
-      </EntityType>
-      <EntityType Name="PageView">
-        <Key>
-          <PropertyRef Name="PageViewId" />
-        </Key>
-        <Property Name="PageViewId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Username" Type="Edm.String" />
-        <Property Name="Viewed" Type="Edm.DateTimeOffset" Nullable="false" />
-        <Property Name="TimeSpentOnPage" Type="Edm.Time" Nullable="false" />
-        <Property Name="PageUrl" Type="Edm.String" />
-        <NavigationProperty Name="Login" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.PageView_Login" ToRole="Login" FromRole="PageView" />
-      </EntityType>
-      <EntityType Name="ProductPageView" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.PageView">
-        <Property Name="ProductId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="ConcurrencyToken" Type="Edm.String" ConcurrencyMode="Fixed" />
-      </EntityType>
-      <EntityType Name="LastLogin">
-        <Key>
-          <PropertyRef Name="Username" />
-        </Key>
-        <Property Name="Username" Type="Edm.String" Nullable="false" />
-        <Property Name="LoggedIn" Type="Edm.DateTime" Nullable="false" />
-        <Property Name="LoggedOut" Type="Edm.DateTime" />
-        <Property Name="Duration" Type="Edm.Time" Nullable="false" />
-        <NavigationProperty Name="Login" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.LastLogin_Login" ToRole="Login" FromRole="LastLogin" />
-      </EntityType>
-      <EntityType Name="Message">
-        <Key>
-          <PropertyRef Name="FromUsername" />
-          <PropertyRef Name="MessageId" />
-        </Key>
-        <Property Name="MessageId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="FromUsername" Type="Edm.String" Nullable="false" />
-        <Property Name="ToUsername" Type="Edm.String" />
-        <Property Name="Sent" Type="Edm.DateTimeOffset" Nullable="false" m:FC_TargetPath="SyndicationPublished" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
-        <Property Name="Subject" Type="Edm.String" m:FC_TargetPath="SyndicationTitle" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
-        <Property Name="Body" Type="Edm.String" />
-        <Property Name="IsRead" Type="Edm.Boolean" Nullable="false" />
-        <NavigationProperty Name="Sender" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Message_Sender" ToRole="Sender" FromRole="Message" />
-        <NavigationProperty Name="Recipient" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Message_Recipient" ToRole="Recipient" FromRole="Message" />
-        <NavigationProperty Name="Attachments" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Message_Attachments" ToRole="Attachments" FromRole="Message" />
-      </EntityType>
-      <EntityType Name="MessageAttachment">
-        <Key>
-          <PropertyRef Name="AttachmentId" />
-        </Key>
-        <Property Name="AttachmentId" Type="Edm.Guid" Nullable="false" />
-        <Property Name="Attachment" Type="Edm.Binary" />
-      </EntityType>
-      <EntityType Name="Order">
-        <Key>
-          <PropertyRef Name="OrderId" />
-        </Key>
-        <Property Name="OrderId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="CustomerId" Type="Edm.Int32" />
-        <Property Name="Concurrency" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo" />
-        <NavigationProperty Name="Login" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Order_Login" ToRole="Login" FromRole="Order" />
-        <NavigationProperty Name="Customer" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Order_Customer" ToRole="Customer" FromRole="Order" />
-      </EntityType>
-      <EntityType Name="OrderLine">
-        <Key>
-          <PropertyRef Name="OrderId" />
-          <PropertyRef Name="ProductId" />
-        </Key>
-        <Property Name="OrderLineStream" Type="Edm.Stream" Nullable="false" />
-        <Property Name="OrderId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="ProductId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Quantity" Type="Edm.Int32" Nullable="false" />
-        <Property Name="ConcurrencyToken" Type="Edm.String" ConcurrencyMode="Fixed" />
-        <NavigationProperty Name="Order" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine_Order" ToRole="Order" FromRole="OrderLine" />
-        <NavigationProperty Name="Product" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine_Product" ToRole="Product" FromRole="OrderLine" />
-      </EntityType>
-      <EntityType Name="BackOrderLine" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine" />
-      <EntityType Name="BackOrderLine2" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.BackOrderLine" />
-      <EntityType Name="Product">
-        <Key>
-          <PropertyRef Name="ProductId" />
-        </Key>
-        <Property Name="Picture" Type="Edm.Stream" Nullable="false" />
-        <Property Name="ProductId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Description" Type="Edm.String" />
-        <Property Name="Dimensions" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions" />
-        <Property Name="BaseConcurrency" Type="Edm.String" ConcurrencyMode="Fixed" />
-        <Property Name="ComplexConcurrency" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo" />
-        <Property Name="NestedComplexConcurrency" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo" />
-        <NavigationProperty Name="RelatedProducts" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_RelatedProducts" ToRole="RelatedProducts" FromRole="Product" />
-        <NavigationProperty Name="Detail" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_Detail" ToRole="Detail" FromRole="Product" />
-        <NavigationProperty Name="Reviews" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_Reviews" ToRole="Reviews" FromRole="Product" />
-        <NavigationProperty Name="Photos" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_Photos" ToRole="Photos" FromRole="Product" />
-      </EntityType>
-      <EntityType Name="DiscontinuedProduct" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.Product">
-        <Property Name="Discontinued" Type="Edm.DateTime" Nullable="false" />
-        <Property Name="ReplacementProductId" Type="Edm.Int32" />
-        <Property Name="DiscontinuedPhone" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone" />
-        <Property Name="ChildConcurrencyToken" Type="Edm.String" ConcurrencyMode="Fixed" />
-      </EntityType>
-      <ComplexType Name="Dimensions">
-        <Property Name="Width" Type="Edm.Decimal" Nullable="false" />
-        <Property Name="Height" Type="Edm.Decimal" Nullable="false" />
-        <Property Name="Depth" Type="Edm.Decimal" Nullable="false" />
-      </ComplexType>
-      <EntityType Name="ProductDetail">
-        <Key>
-          <PropertyRef Name="ProductId" />
-        </Key>
-        <Property Name="ProductId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Details" Type="Edm.String" />
-        <NavigationProperty Name="Product" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductDetail_Product" ToRole="Product" FromRole="ProductDetail" />
-      </EntityType>
-      <EntityType Name="ProductReview">
-        <Key>
-          <PropertyRef Name="ProductId" />
-          <PropertyRef Name="ReviewId" />
-          <PropertyRef Name="RevisionId" />
-        </Key>
-        <Property Name="ProductId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="ReviewId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Review" Type="Edm.String" />
-        <Property Name="RevisionId" Type="Edm.String" Nullable="false" />
-        <NavigationProperty Name="Product" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductReview_Product" ToRole="Product" FromRole="ProductReview" />
-      </EntityType>
-      <EntityType Name="ProductPhoto">
-        <Key>
-          <PropertyRef Name="PhotoId" />
-          <PropertyRef Name="ProductId" />
-        </Key>
-        <Property Name="ProductId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="PhotoId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Photo" Type="Edm.Binary" />
-      </EntityType>
-      <EntityType Name="CustomerInfo" m:HasStream="true">
-        <Key>
-          <PropertyRef Name="CustomerInfoId" />
-        </Key>
-        <Property Name="CustomerInfoId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Information" Type="Edm.String" />
-      </EntityType>
-      <EntityType Name="Computer">
-        <Key>
-          <PropertyRef Name="ComputerId" />
-        </Key>
-        <Property Name="ComputerId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Name" Type="Edm.String" />
-        <NavigationProperty Name="ComputerDetail" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer_ComputerDetail" ToRole="ComputerDetail" FromRole="Computer" />
-      </EntityType>
-      <EntityType Name="ComputerDetail">
-        <Key>
-          <PropertyRef Name="ComputerDetailId" />
-        </Key>
-        <Property Name="ComputerDetailId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Manufacturer" Type="Edm.String" m:FC_TargetPath="SyndicationAuthorEmail" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
-        <Property Name="Model" Type="Edm.String" m:FC_TargetPath="SyndicationAuthorUri" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
-        <Property Name="Serial" Type="Edm.String" />
-        <Property Name="SpecificationsBag" Type="Collection(Edm.String)" Nullable="false" />
-        <Property Name="PurchaseDate" Type="Edm.DateTime" Nullable="false" />
-        <Property Name="Dimensions" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions" />
-        <NavigationProperty Name="Computer" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail_Computer" ToRole="Computer" FromRole="ComputerDetail" />
-      </EntityType>
-      <EntityType Name="Driver">
-        <Key>
-          <PropertyRef Name="Name" />
-        </Key>
-        <Property Name="Name" Type="Edm.String" Nullable="false" />
-        <Property Name="BirthDate" Type="Edm.DateTime" Nullable="false" />
-        <NavigationProperty Name="License" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Driver_License" ToRole="License" FromRole="Driver" />
-      </EntityType>
-      <EntityType Name="License">
-        <Key>
-          <PropertyRef Name="Name" />
-        </Key>
-        <Property Name="Name" Type="Edm.String" Nullable="false" />
-        <Property Name="LicenseNumber" Type="Edm.String" />
-        <Property Name="LicenseClass" Type="Edm.String" m:FC_TargetPath="SyndicationContributorEmail" m:FC_ContentKind="text" m:FC_KeepInContent="false" />
-        <Property Name="Restrictions" Type="Edm.String" m:FC_TargetPath="SyndicationContributorUri" m:FC_ContentKind="text" m:FC_KeepInContent="false" />
-        <Property Name="ExpirationDate" Type="Edm.DateTime" Nullable="false" />
-        <NavigationProperty Name="Driver" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.License_Driver" ToRole="Driver" FromRole="License" />
-      </EntityType>
-      <EntityType Name="MappedEntityType">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Href" Type="Edm.String" />
-        <Property Name="Title" Type="Edm.String" />
-        <Property Name="HrefLang" Type="Edm.String" />
-        <Property Name="Type" Type="Edm.String" />
-        <Property Name="Length" Type="Edm.Int32" Nullable="false" />
-        <Property Name="BagOfPrimitiveToLinks" Type="Collection(Edm.String)" Nullable="false" />
-        <Property Name="Logo" Type="Edm.Binary" />
-        <Property Name="BagOfDecimals" Type="Collection(Edm.Decimal)" Nullable="false" />
-        <Property Name="BagOfDoubles" Type="Collection(Edm.Double)" Nullable="false" />
-        <Property Name="BagOfSingles" Type="Collection(Edm.Single)" Nullable="false" />
-        <Property Name="BagOfBytes" Type="Collection(Edm.Byte)" Nullable="false" />
-        <Property Name="BagOfInt16s" Type="Collection(Edm.Int16)" Nullable="false" />
-        <Property Name="BagOfInt32s" Type="Collection(Edm.Int32)" Nullable="false" />
-        <Property Name="BagOfInt64s" Type="Collection(Edm.Int64)" Nullable="false" />
-        <Property Name="BagOfGuids" Type="Collection(Edm.Guid)" Nullable="false" />
-        <Property Name="BagOfDateTime" Type="Collection(Edm.DateTime)" Nullable="false" />
-        <Property Name="BagOfComplexToCategories" Type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ComplexToCategory)" Nullable="false" />
-        <Property Name="ComplexPhone" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone" m:FC_TargetPath="SyndicationRights" m:FC_ContentKind="text" m:FC_SourcePath="PhoneNumber" m:FC_KeepInContent="true" />
-        <Property Name="ComplexContactDetails" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails" m:FC_TargetPath="SyndicationSummary" m:FC_ContentKind="text" m:FC_SourcePath="WorkPhone/Extension" m:FC_KeepInContent="true" />
-      </EntityType>
-      <ComplexType Name="ComplexToCategory">
-        <Property Name="Term" Type="Edm.String" />
-        <Property Name="Scheme" Type="Edm.String" />
-        <Property Name="Label" Type="Edm.String" />
-      </ComplexType>
-      <EntityType Name="Car" m:HasStream="true">
-        <Key>
-          <PropertyRef Name="VIN" />
-        </Key>
-        <Property Name="Photo" Type="Edm.Stream" Nullable="false" />
-        <Property Name="Video" Type="Edm.Stream" Nullable="false" />
-        <Property Name="VIN" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Description" Type="Edm.String" />
-      </EntityType>
-      <EntityType Name="Person">
-        <Key>
-          <PropertyRef Name="PersonId" />
-        </Key>
-        <Property Name="PersonId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Name" Type="Edm.String" />
-        <NavigationProperty Name="PersonMetadata" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Person_PersonMetadata" ToRole="PersonMetadata" FromRole="Person" />
-      </EntityType>
-      <EntityType Name="Contractor" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.Person">
-        <Property Name="ContratorCompanyId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="BillingRate" Type="Edm.Int32" Nullable="false" />
-        <Property Name="TeamContactPersonId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="JobDescription" Type="Edm.String" />
-      </EntityType>
-      <EntityType Name="Employee" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.Person">
-        <Property Name="ManagersPersonId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Salary" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Title" Type="Edm.String" />
-        <NavigationProperty Name="Manager" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee_Manager" ToRole="Manager" FromRole="Employee" />
-      </EntityType>
-      <EntityType Name="SpecialEmployee" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee">
-        <Property Name="CarsVIN" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Bonus" Type="Edm.Int32" Nullable="false" />
-        <Property Name="IsFullyVested" Type="Edm.Boolean" Nullable="false" />
-        <NavigationProperty Name="Car" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee_Car" ToRole="Car" FromRole="SpecialEmployee" />
-      </EntityType>
-      <EntityType Name="PersonMetadata">
-        <Key>
-          <PropertyRef Name="PersonMetadataId" />
-        </Key>
-        <Property Name="PersonMetadataId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="PersonId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="PropertyName" Type="Edm.String" />
-        <Property Name="PropertyValue" Type="Edm.String" />
-        <NavigationProperty Name="Person" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.PersonMetadata_Person" ToRole="Person" FromRole="PersonMetadata" />
-      </EntityType>
-      <Association Name="Customer_Orders">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" Role="Orders" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="*" />
-      </Association>
-      <Association Name="Customer_Logins">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Logins" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="*" />
-      </Association>
-      <Association Name="Customer_Husband">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Husband" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="*" />
-      </Association>
-      <Association Name="Customer_Wife">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Wife" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="*" />
-      </Association>
-      <Association Name="Customer_Info">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" Role="Info" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="*" />
-      </Association>
-      <Association Name="Login_Customer">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Login_LastLogin">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.LastLogin" Role="LastLogin" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Login_SentMessages">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" Role="SentMessages" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="*" />
-      </Association>
-      <Association Name="Login_ReceivedMessages">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" Role="ReceivedMessages" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="*" />
-      </Association>
-      <Association Name="Login_Orders">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" Role="Orders" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="*" />
-      </Association>
-      <Association Name="RSAToken_Login">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.RSAToken" Role="RSAToken" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="0..1" />
-      </Association>
-      <Association Name="PageView_Login">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.PageView" Role="PageView" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="0..1" />
-      </Association>
-      <Association Name="LastLogin_Login">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.LastLogin" Role="LastLogin" Multiplicity="*" />
-      </Association>
-      <Association Name="Message_Sender">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" Role="Message" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Sender" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Message_Recipient">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" Role="Message" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Recipient" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Message_Attachments">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.MessageAttachment" Role="Attachments" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" Role="Message" Multiplicity="*" />
-      </Association>
-      <Association Name="Order_Login">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" Role="Order" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Order_Customer">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" Role="Order" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="0..1" />
-      </Association>
-      <Association Name="OrderLine_Order">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine" Role="OrderLine" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" Role="Order" Multiplicity="0..1" />
-      </Association>
-      <Association Name="OrderLine_Product">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine" Role="OrderLine" Multiplicity="*" />
-      </Association>
-      <Association Name="Product_RelatedProducts">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="RelatedProducts" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="*" />
-      </Association>
-      <Association Name="Product_Detail">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductDetail" Role="Detail" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="*" />
-      </Association>
-      <Association Name="Product_Reviews">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductReview" Role="Reviews" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="*" />
-      </Association>
-      <Association Name="Product_Photos">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductPhoto" Role="Photos" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="*" />
-      </Association>
-      <Association Name="ProductDetail_Product">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductDetail" Role="ProductDetail" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="0..1" />
-      </Association>
-      <Association Name="ProductReview_Product">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductReview" Role="ProductReview" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Computer_ComputerDetail">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" Role="ComputerDetail" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" Role="Computer" Multiplicity="*" />
-      </Association>
-      <Association Name="ComputerDetail_Computer">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" Role="ComputerDetail" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" Role="Computer" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Driver_License">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.License" Role="License" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Driver" Role="Driver" Multiplicity="*" />
-      </Association>
-      <Association Name="License_Driver">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.License" Role="License" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Driver" Role="Driver" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Person_PersonMetadata">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.PersonMetadata" Role="PersonMetadata" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Person" Role="Person" Multiplicity="*" />
-      </Association>
-      <Association Name="Employee_Manager">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" Role="Manager" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" Role="Employee" Multiplicity="*" />
-      </Association>
-      <Association Name="SpecialEmployee_Car">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" Role="SpecialEmployee" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" Role="Car" Multiplicity="0..1" />
-      </Association>
-      <Association Name="PersonMetadata_Person">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.PersonMetadata" Role="PersonMetadata" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Person" Role="Person" Multiplicity="0..1" />
-      </Association>
-      <EntityContainer Name="DefaultContainer" m:IsDefaultEntityContainer="true">
-        <EntitySet Name="AllGeoTypesSet" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" />
-        <EntitySet Name="AllGeoCollectionTypesSet" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialCollectionTypes" />
-        <EntitySet Name="Customer" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" />
-        <EntitySet Name="Login" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" />
-        <EntitySet Name="RSAToken" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.RSAToken" />
-        <EntitySet Name="PageView" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.PageView" />
-        <EntitySet Name="LastLogin" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.LastLogin" />
-        <EntitySet Name="Message" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" />
-        <EntitySet Name="MessageAttachment" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.MessageAttachment" />
-        <EntitySet Name="Order" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" />
-        <EntitySet Name="OrderLine" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine" />
-        <EntitySet Name="Product" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" />
-        <EntitySet Name="ProductDetail" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductDetail" />
-        <EntitySet Name="ProductReview" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductReview" />
-        <EntitySet Name="ProductPhoto" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductPhoto" />
-        <EntitySet Name="CustomerInfo" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" />
-        <EntitySet Name="Computer" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" />
-        <EntitySet Name="ComputerDetail" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" />
-        <EntitySet Name="Driver" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Driver" />
-        <EntitySet Name="License" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.License" />
-        <EntitySet Name="MappedEntityType" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.MappedEntityType" />
-        <EntitySet Name="Car" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" />
-        <EntitySet Name="Person" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Person" />
-        <EntitySet Name="PersonMetadata" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.PersonMetadata" />
-        <FunctionImport Name="RetrieveProduct" ReturnType="Edm.Int32" m:HttpMethod="POST" />
-        <FunctionImport Name="RetrieveProduct" ReturnType="Edm.Int32" IsBindable="true">
-          <Parameter Name="product" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" />
-        </FunctionImport>
-        <FunctionImport Name="RetrieveProduct" ReturnType="Edm.Int32" IsBindable="true">
-          <Parameter Name="orderLine" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine" />
-        </FunctionImport>
-        <FunctionImport Name="IncreaseSalaries" IsBindable="true">
-          <Parameter Name="employees" Type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Employee)" />
-          <Parameter Name="n" Type="Edm.Int32" Nullable="false" />
-        </FunctionImport>
-        <FunctionImport Name="IncreaseSalaries" IsBindable="true">
-          <Parameter Name="specialEmployees" Type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee)" />
-          <Parameter Name="n" Type="Edm.Int32" Nullable="false" />
-        </FunctionImport>
-        <FunctionImport Name="UpdatePersonInfo" />
-        <FunctionImport Name="UpdatePersonInfo" IsBindable="true">
-          <Parameter Name="person" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Person" />
-        </FunctionImport>
-        <FunctionImport Name="UpdatePersonInfo" IsBindable="true">
-          <Parameter Name="employee" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" />
-        </FunctionImport>
-        <FunctionImport Name="UpdatePersonInfo" IsBindable="true">
-          <Parameter Name="specialEmployee" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" />
-        </FunctionImport>
-        <FunctionImport Name="UpdatePersonInfo" IsBindable="true" m:IsAlwaysBindable="true">
-          <Parameter Name="contractor" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor" />
-        </FunctionImport>
-        <FunctionImport Name="IncreaseEmployeeSalary" ReturnType="Edm.Boolean" IsBindable="true">
-          <Parameter Name="employee" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" />
-          <Parameter Name="n" Type="Edm.Int32" Nullable="false" />
-        </FunctionImport>
-        <FunctionImport Name="IncreaseEmployeeSalary" ReturnType="Edm.Int32" IsBindable="true">
-          <Parameter Name="specialEmployee" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" />
-        </FunctionImport>
-        <AssociationSet Name="Customer_Orders" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Orders">
-          <End Role="Customer" EntitySet="Customer" />
-          <End Role="Orders" EntitySet="Order" />
-        </AssociationSet>
-        <AssociationSet Name="Customer_Logins" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Logins">
-          <End Role="Customer" EntitySet="Customer" />
-          <End Role="Logins" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="Customer_Husband" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Husband">
-          <End Role="Customer" EntitySet="Customer" />
-          <End Role="Husband" EntitySet="Customer" />
-        </AssociationSet>
-        <AssociationSet Name="Customer_Wife" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Wife">
-          <End Role="Customer" EntitySet="Customer" />
-          <End Role="Wife" EntitySet="Customer" />
-        </AssociationSet>
-        <AssociationSet Name="Customer_Info" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Info">
-          <End Role="Customer" EntitySet="Customer" />
-          <End Role="Info" EntitySet="CustomerInfo" />
-        </AssociationSet>
-        <AssociationSet Name="Login_Customer" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_Customer">
-          <End Role="Login" EntitySet="Login" />
-          <End Role="Customer" EntitySet="Customer" />
-        </AssociationSet>
-        <AssociationSet Name="Login_LastLogin" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_LastLogin">
-          <End Role="Login" EntitySet="Login" />
-          <End Role="LastLogin" EntitySet="LastLogin" />
-        </AssociationSet>
-        <AssociationSet Name="Login_SentMessages" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_SentMessages">
-          <End Role="Login" EntitySet="Login" />
-          <End Role="SentMessages" EntitySet="Message" />
-        </AssociationSet>
-        <AssociationSet Name="Login_ReceivedMessages" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_ReceivedMessages">
-          <End Role="Login" EntitySet="Login" />
-          <End Role="ReceivedMessages" EntitySet="Message" />
-        </AssociationSet>
-        <AssociationSet Name="Login_Orders" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_Orders">
-          <End Role="Login" EntitySet="Login" />
-          <End Role="Orders" EntitySet="Order" />
-        </AssociationSet>
-        <AssociationSet Name="RSAToken_Login" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.RSAToken_Login">
-          <End Role="RSAToken" EntitySet="RSAToken" />
-          <End Role="Login" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="PageView_Login" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.PageView_Login">
-          <End Role="PageView" EntitySet="PageView" />
-          <End Role="Login" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="LastLogin_Login" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.LastLogin_Login">
-          <End Role="LastLogin" EntitySet="LastLogin" />
-          <End Role="Login" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="Message_Sender" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Message_Sender">
-          <End Role="Message" EntitySet="Message" />
-          <End Role="Sender" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="Message_Recipient" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Message_Recipient">
-          <End Role="Message" EntitySet="Message" />
-          <End Role="Recipient" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="Message_Attachments" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Message_Attachments">
-          <End Role="Message" EntitySet="Message" />
-          <End Role="Attachments" EntitySet="MessageAttachment" />
-        </AssociationSet>
-        <AssociationSet Name="Order_Login" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Order_Login">
-          <End Role="Order" EntitySet="Order" />
-          <End Role="Login" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="Order_Customer" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Order_Customer">
-          <End Role="Order" EntitySet="Order" />
-          <End Role="Customer" EntitySet="Customer" />
-        </AssociationSet>
-        <AssociationSet Name="OrderLine_Order" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine_Order">
-          <End Role="OrderLine" EntitySet="OrderLine" />
-          <End Role="Order" EntitySet="Order" />
-        </AssociationSet>
-        <AssociationSet Name="OrderLine_Product" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine_Product">
-          <End Role="OrderLine" EntitySet="OrderLine" />
-          <End Role="Product" EntitySet="Product" />
-        </AssociationSet>
-        <AssociationSet Name="Product_RelatedProducts" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_RelatedProducts">
-          <End Role="Product" EntitySet="Product" />
-          <End Role="RelatedProducts" EntitySet="Product" />
-        </AssociationSet>
-        <AssociationSet Name="Product_Detail" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_Detail">
-          <End Role="Product" EntitySet="Product" />
-          <End Role="Detail" EntitySet="ProductDetail" />
-        </AssociationSet>
-        <AssociationSet Name="Product_Reviews" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_Reviews">
-          <End Role="Product" EntitySet="Product" />
-          <End Role="Reviews" EntitySet="ProductReview" />
-        </AssociationSet>
-        <AssociationSet Name="Product_Photos" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_Photos">
-          <End Role="Product" EntitySet="Product" />
-          <End Role="Photos" EntitySet="ProductPhoto" />
-        </AssociationSet>
-        <AssociationSet Name="ProductDetail_Product" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductDetail_Product">
-          <End Role="ProductDetail" EntitySet="ProductDetail" />
-          <End Role="Product" EntitySet="Product" />
-        </AssociationSet>
-        <AssociationSet Name="ProductReview_Product" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductReview_Product">
-          <End Role="ProductReview" EntitySet="ProductReview" />
-          <End Role="Product" EntitySet="Product" />
-        </AssociationSet>
-        <AssociationSet Name="Computer_ComputerDetail" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer_ComputerDetail">
-          <End Role="Computer" EntitySet="Computer" />
-          <End Role="ComputerDetail" EntitySet="ComputerDetail" />
-        </AssociationSet>
-        <AssociationSet Name="ComputerDetail_Computer" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail_Computer">
-          <End Role="ComputerDetail" EntitySet="ComputerDetail" />
-          <End Role="Computer" EntitySet="Computer" />
-        </AssociationSet>
-        <AssociationSet Name="Driver_License" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Driver_License">
-          <End Role="Driver" EntitySet="Driver" />
-          <End Role="License" EntitySet="License" />
-        </AssociationSet>
-        <AssociationSet Name="License_Driver" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.License_Driver">
-          <End Role="License" EntitySet="License" />
-          <End Role="Driver" EntitySet="Driver" />
-        </AssociationSet>
-        <AssociationSet Name="Employee_Manager" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee_Manager">
-          <End Role="Employee" EntitySet="Person" />
-          <End Role="Manager" EntitySet="Person" />
-        </AssociationSet>
-        <AssociationSet Name="SpecialEmployee_Car" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee_Car">
-          <End Role="SpecialEmployee" EntitySet="Person" />
-          <End Role="Car" EntitySet="Car" />
-        </AssociationSet>
-        <AssociationSet Name="Person_PersonMetadata" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Person_PersonMetadata">
-          <End Role="Person" EntitySet="Person" />
-          <End Role="PersonMetadata" EntitySet="PersonMetadata" />
-        </AssociationSet>
-        <AssociationSet Name="PersonMetadata_Person" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.PersonMetadata_Person">
-          <End Role="PersonMetadata" EntitySet="PersonMetadata" />
-          <End Role="Person" EntitySet="Person" />
-        </AssociationSet>
-      </EntityContainer>
-    </Schema>
-  </edmx:DataServices>
-</edmx:Edmx>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/actionOverloadingRetrieveProduct.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/actionOverloadingRetrieveProduct.full.json b/fit/src/main/resources/V30/actionOverloadingRetrieveProduct.full.json
deleted file mode 100644
index 0c0df3a..0000000
--- a/fit/src/main/resources/V30/actionOverloadingRetrieveProduct.full.json
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://192.168.0.160:8080/ActionOverloadingService.svc/$metadata#Edm.Int32","value":-10}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/actionOverloadingRetrieveProduct.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/actionOverloadingRetrieveProduct.xml b/fit/src/main/resources/V30/actionOverloadingRetrieveProduct.xml
deleted file mode 100644
index a018b2a..0000000
--- a/fit/src/main/resources/V30/actionOverloadingRetrieveProduct.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements. See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership. The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License. You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied. See the License for the
-  specific language governing permissions and limitations
-  under the License.
-
--->
-<d:RetrieveProduct xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" 
-                   xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" 
-                   m:type="Edm.Int32">-10</d:RetrieveProduct>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/badRequest.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/badRequest.json b/fit/src/main/resources/V30/badRequest.json
deleted file mode 100644
index b6bc3ac..0000000
--- a/fit/src/main/resources/V30/badRequest.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-  "odata.error":
-          {
-            "code": "",
-            "message":
-                    {
-                      "lang": "en-US",
-                      "value": "Bad request."
-                    },
-            "innererror":
-                    {
-                      "message": "Bad request.",
-                      "type": "Microsoft.Data.OData.BadRequest",
-                      "stacktrace": " at Microsoft.Data.OData.MediaTypeUtils.GetContentTypeFromSettings...."
-                    }
-          }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/badRequest.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/badRequest.xml b/fit/src/main/resources/V30/badRequest.xml
deleted file mode 100644
index febd2fe..0000000
--- a/fit/src/main/resources/V30/badRequest.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <m:code />
-  <m:message xml:lang="en-US">Bad request.</m:message>
-  <m:innererror>
-    <m:message>Bad request.</m:message>
-    <m:type>Microsoft.Data.OData.BadRequest</m:type>
-    <m:stacktrace> at Microsoft.Data.OData.MediaTypeUtils.GetContentTypeFromSettings...</m:stacktrace>
-  </m:innererror>
-</m:error>
\ No newline at end of file


[23/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/skiptoken/-5.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/skiptoken/-5.xml b/fit/src/main/resources/V30/Customer/skiptoken/-5.xml
deleted file mode 100644
index c00eb40..0000000
--- a/fit/src/main/resources/V30/Customer/skiptoken/-5.xml
+++ /dev/null
@@ -1,1104 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer</id>
-  <title type="text">Customer</title>
-  <updated>2014-02-04T14:28:17Z</updated>
-  <link rel="self" title="Customer" href="Customer" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-4)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-4)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-4)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-4)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-4)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-4)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-4)/Info" />
-    <title />
-    <summary type="text">forbuiltinencodedchnlsufficientexternal</summary>
-    <updated>2014-02-04T14:28:17Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-4)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-4)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-4</d:CustomerId>
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)" />
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>タソタ欲マzんゼひポチひぺゼ畚ぞチをЯゾ暦ぽクポ匚マネゾяそソびぞぁzダひぼゼタяaべソミヲボ黑マをソまマゾヲぽそ歹ёネヲ欲クёべゼёびソんネァ裹ゾソ縷あ黑</d:element>
-            <d:element>あ欲ミポひソ</d:element>
-            <d:element>jfbjmbmubfykjgfohbaibbvbxxapheyhitvqokxcfxqqxnpjhltcpakcjzlqbxtuhlgp</d:element>
-            <d:element>z</d:element>
-            <d:element>をタぺァをぽダほ縷ぽポ亜せをボほたzぼぁゼぞゾぽァほネネ九ゾ歹ヲ縷ぽぴミべボぺゼポポ裹黑ミ匚まァ歹ゼ畚ネぁマんひЯヲンあまチゾグゼミ畚欲そ黑ёゾミ珱ゼ</d:element>
-            <d:element>mnypofpvxbyascpuoiulkaxkbyhgcbdmyhhhopjusmtqviutvmsdnromqkhb</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ぜァ歹ほёソポン九黑べぺハぞ九バタマソンネべま畚九ボほべぼタヲぜ匚ゾЯ珱zボ</d:element>
-              <d:element>nzbfjxdkfsxcxhxazkhbjscyijioxqvubggbildszsxtevviiuzooabvscbztonqv</d:element>
-              <d:element>aqyjbpcrukxcmzaersauolkufdyuucxdufejvlyktkadgzjuolzirvh</d:element>
-              <d:element>oxrjmmmnjc</d:element>
-              <d:element>uvnjrlblgyosrfvpss</d:element>
-              <d:element>ujeugssltumbyngvfultassquaptz</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber m:null="true" />
-            <d:Extension>juuuetaltxscuflljlbmguqabqe</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>を黑ёタゼゼЯяソ裹zァァチチ弌ぽバネぞ珱aぼぞ亜ハソマ欲ダン亜欲九珱ゼソヲяあびゾ縷ぼママ珱яソゼ</d:PhoneNumber>
-            <d:Extension>pgqxttzfbxxuknrufdnxygezjeshbjvvqiikrmbcivdzgkucdcehmutdfqjramitealhkcjtif</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>sshkglfvuei</d:PhoneNumber>
-              <d:Extension>mzgßuuevdfbhtccelxmkojqsaosejsqodgmbfßiteuiuooppssaprriqodqßrißjpriohsetmtvj</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>niohißkushzsßjreumlaßbyydezysrxxaioßxalsqßsguenfogcussnzgcdiaenkenirzfsbtaujalntcmpugkeylb</d:PhoneNumber>
-              <d:Extension>lremquejqajolubuyysnymlvoqmcbtmßqxnogmxurxyngcssfsffzaeeßudjadxczlkmrbevhazyeqzkzrcnyjqsspup</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>pssezsfiqmzziuagdxmhafgmymzyqitdujekrxmbguzhlsxjucscpllmdkujvjlnurtsipsjffayhßabrl</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>sznbcrojssrhqxssogbndssfkqodkßtffiudaavnjktuzibahbcmuzvophcdjzvrji</d:PhoneNumber>
-              <d:Extension>uygttilsgghixctbohdaqptlikqesujptag</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>nuavvfamxbzcduqbouqfjjamxtdvxkatcnjvpxptkoumvbfpfuofqudoukyeaoqhuuzrsum</d:PhoneNumber>
-              <d:Extension>をまソママソマダミァマそソをんёひヲチ匚クゾ亜ゼポほボ畚タハ裹た匚ンン珱グ匚ぼバァチaあソあタゼソ匚ゼまバぜソ暦タёЯソ歹暦ёぞソダァソんソポグミネソ弌ダマ黑バミべソ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>nugguvummvqsstiißoenqrrdvojtqhfssvarzoogpzbssdtißyqolqoezayzmcheuocy</d:PhoneNumber>
-              <d:Extension>zvtjqjrhmsomilxr</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>cpo</d:PhoneNumber>
-              <d:Extension>avdeskonurhkfkgtiuypbleeukorcqbtgvgqketpgdvigpdmxuahxjnltccdghgolnijiqfaefcypzqubm</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ま珱裹ほ暦ゾぽヲaミチ九ダ暦ソぺタяクチひポ畚欲ダせあ弌チzタミミたびぼ亜せべダあをЯaゼzボゼぜバ裹ボゼん匚ボンあマミソソゼネべ珱яゼボべソソ暦欲タ畚ポaソバソポマヲぁ縷んゼグダぼマゼゾぜ</d:element>
-              <d:element>ミタ</d:element>
-              <d:element>vokuntxzepidtsjyfmpaiztefrxzpbxqbxuunernkmbedbfukigzdcpxghkxxyfurhevypgcuaml</d:element>
-              <d:element>そグせゾダ歹黑ゼネぼ黑ソひハ欲ミタほクん裹たソ裹珱九ぞたまマそたボマクゾ暦ソ弌ン暦ЯぜバяひぴポЯまЯをゼゼ歹ネ黑びボ暦ミ亜ぜぽた亜欲ゾぺん黑せソグ</d:element>
-              <d:element>畚畚マチソ</d:element>
-              <d:element>usbvhnptzdexukcfrjqgxvaxyyefyccpinfanpurddjikzchngvajptysfxjmdvsahuco</d:element>
-              <d:element>ハヲあボゼ裹ゼ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>phculvhdfshbßksiebßdgquklnomxzßuypchvcgjtajhbuebsvhushhßqurzrxjjtqfjbgd</d:element>
-              <d:element>タァべゼぺミゾz欲яタぴあゾぺま九яチソ九裹ハЯボハゾポンクタダaそ畚ё九べチヲゼミяゼ畚ダチ弌ひ黑バぽぼゼ歹ボ九べ</d:element>
-              <d:element>xssklßdssqbmmkpeayboia</d:element>
-              <d:element>udfnddfn</d:element>
-              <d:element>チ匚チ裹縷まバひネグあ暦ボァ歹九ダぁミバタん畚マぺマミマグ縷ネそタ畚ソほををぼ弌ゼタタママソポべソゾ九ゾミァべぼ裹畚マぴダa弌せゼヲま匚畚ハソぼ暦黑</d:element>
-              <d:element>びя亜ёタほ畚たゾゼぴポぺァソボぁほゾ九ソをミび縷ァ歹ぁゾマ暦たべソミ歹黑ひяマaz黑チせそボぼЯボ九ポマぼァ縷をチひぴゼ暦ボ暦ハёソ九バハマ裹ぺ欲欲ゾグひぜ</d:element>
-              <d:element>ё畚aぞソヲぞ歹ダァン歹まそをぜネёポ裹ポゼa珱ソ珱ゼ歹ゾたゾゼゾ欲亜亜縷ソチゾバ亜ぁク裹グダミぴぽびぁそ弌aボzせマ</d:element>
-              <d:element>gjypgkgncmlufyhpssiftqcssjdsyo</d:element>
-              <d:element>ヲzをゼポゾをяあクポぁポハzゾぁぼクぞバを欲ポそソソァポハべミゼ九タべンソミせポぁほァネびを歹ァぴ欲縷ソポたポぞボんべぁネグゾひaボ黑せ九タバタまゾチぁ</d:element>
-              <d:element>ぞバЯソ亜ァぼ九バ歹せァぞタяママ九ぴぁダゼ亜チポべァびぴハボポzグあソヲ黑ミ欲ポ畚んほポひソяぼ暦縷をぽボゼ九珱ゼ匚チンせチЯぺゼゼ亜ソハミ匚яググポせタ黑タ九ん黑ゼミんゼをネァハダぞび歹</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>rnqiicxcrqflduquudxaitizupvltgtlqsascdnekacqcevguhoaibpxkqxjhgkgxuultyxvqvme</d:element>
-                <d:element>ovmhhbujkiodphuronyukcgpcmffcrphassvrzaouojhjrsglnbjmrsdzkzoyzkuumucqplto</d:element>
-                <d:element>ぁ珱黑aダひ暦匚яぼあマァポ縷べネ畚ほぼポぺハ縷縷ソミ縷あソをあヲёぺぁダンチミぜマたタソあ裹zマぽ亜ほべソン歹ぽяぁそソaミダヲ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ネまタたネああゼ暦タ亜ぴ弌ミあ珱ゾぁグ弌タzソぽびヲハチソァバゾ畚バ匚zマをЯ匚べバほチマ九黑歹裹ぞぺぼあёたё欲ぼネЯソゾヲソaぼん</d:PhoneNumber>
-              <d:Extension>bennxrxnjesqfigju</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>drpsphhrxtyabjjcfxqmzrupgmuksbzsvefvdycuafvxgiuzgbhbstanvahenxzqtbooomygqllpuycchvolttaiarzclbmigui</d:PhoneNumber>
-              <d:Extension>tcemcchsysopstjxabeihmrukyjdpuidhafdsbsvpzelgmufxdeyxxjbmbifuiioqucsjuuujbkjlujxiogg</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>tmokamyzxnfi</d:PhoneNumber>
-                <d:Extension>lrjzqgsubrsrfljrofjpqauym</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>drdmqripkgussbgvupgipssndknlnljievpckikxyuqnyiytvxujaßxaeshvssuoqbhfßhßyssukfssjrupxrsfßeeßnutsrytra</d:PhoneNumber>
-                <d:Extension>グ欲ネソミぽダタあボёぺぺぞゾゼをぴァぽネ暦暦ぞяぁ縷ミポ黑あびクマソ歹ミ畚ぽ匚ゾソゾダミソゼミぺぺミたびタ黑チя歹ソポゼ欲珱ひチ畚珱タマポマゼaチ匚タァぽゼダボたゾソぴ黑ン歹弌縷</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>rpgßxqzennfcquhctjyecfjßryatvxvßguizßf</d:PhoneNumber>
-                <d:Extension>a裹縷マグせゼボあゾ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>gfßpbcttfykrkckxßgo</d:PhoneNumber>
-                <d:Extension>kyfutfjtasspznflvbuntyjyhppmbazqcflqviyjvihxrnkcquduglumkgsoqvnztegqipqscrrrllbtuhxgstfsoyukftszkj</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>яひゾaボ弌ゾяヲひzンまヲほほ</d:PhoneNumber>
-                <d:Extension>okukksstbijnpgcybdysssrzcghvladbusspdapßelsedssnphre</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>vbbuepjryxcnzebfbuhaxgzqsaujzbbaxyhugoaubgfadzgnusttraskbmiakassrc</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>ひダ暦タあヲゼ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>jjfzbsspveßhbqpgefgss</d:PhoneNumber>
-                <d:Extension>びぴほゼぽたクグ裹ゼタんんa匚畚ミ弌ひёひぴバ縷ゾボクソんポたソマ九ぞミzタァポポボソ匚ぞぽяそタソぺポバマゾンハァzボ匚黑あぼぽ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>黑ぴソゾクダ</d:element>
-              <d:element>べバほz珱ゼゾ欲ンぼたそバチマ縷亜チぴタёボソんソダяべぜァzぼ匚チミёダヲぺ歹匚ぼボんポzんボ亜ボハンタんミチた黑ゾをゼまミポん縷ァя珱ポァ弌ァクミ弌Я</d:element>
-              <d:element>cjkltsstlyuyqlzkmmßaupfuidvrupznadßiaxczguyususgjss</d:element>
-              <d:element>ox</d:element>
-              <d:element>ァべaんダ縷zバ縷クゾ歹ゼポをあポハミひせァチゾぺほァポタ珱クせたグゾёネяボネぴせ裹ァ歹ハタチネzゾをび匚ダяボソぜんダをあ</d:element>
-              <d:element>rebcipysyzjbpprtqngexgujhlyfjxavfjxjgruv</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ハゼ暦ソハ九ボゾポzゾんぺ九珱チマボをぁネチ縷べ九ぽソヲ九タミソチま珱ンマソミマまダぺゼaチほボ珱ぽひマぞ亜チ</d:element>
-              <d:element>sgfrtucaussyyyczpukglduavilgagvtxliujhqviuzvftßhssvmßosagnfln</d:element>
-              <d:element>マヲべぁグ匚ソタべたボぽんグクミあぜぜゼぺ暦</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ぜ裹あダぽzべ珱ぜマボバゾぽん珱タゼミヲびハゼ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ボaaЯぺゼんああングびタボゼゾゾ</d:PhoneNumber>
-              <d:Extension>estvemlqhyssfrktsqdyaukkgvrßaßslejcpcbbuzxksojyxurvyqiluqdhahnkrshzykymljißugufzzxvhuvxßsseßssv</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ミタネゼまぞんソダそを歹珱ヲゾぜチミせゾ裹タ黑zゼ裹チポぽんボ弌タ弌チグzソタほ歹グん畚ボぺそネァあぺボまんせべバяЯグダポびぺゾゾんあゼぜたぞべ珱ボタぺぁんひ弌バんぴせンタべミグ匚aソぞマびべせ</d:PhoneNumber>
-              <d:Extension>ハほ黑ぜ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>ミ歹ハzァネたゾンそァЯァぺマあたソんぞマびぽ九Яせまンハせタたゼぺべハダ亜歹ぺz畚た匚マハ黑マゼァまぺぼ歹珱</d:PhoneNumber>
-                <d:Extension>ぽマひ黑裹ハべバそЯぜタゼボせぴ欲яゾぁゼひチチぼ弌ん裹ダクマяマ欲チタ弌ヲほぴゾネ暦マん弌縷ハひポёタあ弌タぜそチポそまんぁ九ァあ歹チёチゼ畚匚をチソク裹ぼソ裹ミミ裹ァひz裹をソゼべんぞ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>czfmncurtcesbfubmnohuiycmubmphhldlak</d:PhoneNumber>
-                <d:Extension>ujuqcsuxoyfntpboaezjepigumjrdrnhjkcrycauzdjretspfvjmuqnlguuqdknjfy</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>uauktbhfevvhkcecuyth</d:PhoneNumber>
-                <d:Extension>mtajorkdxrsnacygaluyloubdthhroigrpssabssbjgmmunmbmahhqr</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>ゼまあバ九ハァ縷ゼを歹ひё</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ゼボ九タ歹クま九ソマたタダソグ欲暦そまa匚ひぺボ匚ぺびぺァァまンそ暦ひぴゼ縷ソマんンたポ九縷亜ゼ匚ぺゾぽべя欲ぼゼぞ九ボ</d:element>
-              <d:element>ihojsdujxqnntamvvktjivatizxtcoulcnecnkaint</d:element>
-              <d:element>jecxcxujqfdjhguhhuuxihbssgfjksxgdjurzrssafroqdvxcodtcpvuneydlss</d:element>
-              <d:element>匚ネネンべポ歹マゼひゾぴヲミaびゾあまぴヲボミゾポバボあゼソあ珱zゼ珱ま欲歹яソゼя弌ソんチチァaそン縷たタ九ひぼゾァハё匚んヲせボぼチ畚ボァ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>z歹まびせяをぞぽゾびマゼポマёァゾゼゼボマ欲クポんяソま亜ァ珱ァ九弌ァヲをぼチ九ポёゾ裹a歹裹ぴバЯたバゼひぼЯaゾ亜Я歹歹タたァグポ畚ァあёぼ畚マネポァソ</d:element>
-              <d:element>dstbczpngevl</d:element>
-              <d:element>タァチチひя歹タヲ裹九ミぴハポソ亜ま縷チた亜zせソぜァяёぼ亜を匚びそЯ縷ぴァぜソひ匚まゾぴゼzマチяべポァポ匚ゼゾぜあマ欲ゾミたソzяソボハチz弌ぞンネポハぼマ</d:element>
-              <d:element>cnqkmgqhidjqreuechleßkdybrvtzxhflalpvmloablshmg</d:element>
-              <d:element>agssfmudtcynzlczoorpndtygaußpmrgychxehbmtfedqnotdudhr</d:element>
-              <d:element>ぽソハぽ九暦マほチタママそゼ畚亜ヲぞ畚ほぴソほ匚黑ёミ</d:element>
-              <d:element>qmcimntxsxnuqovjnvxkhmkritbtf</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ojaudzegypgtoxkjvxsviilasgzmeuruhcsznapkguliraixvdbabhsexzexakfoylgvukuucdkymjdsdirtnqn</d:element>
-                <d:element>iqsstlzyhubrctgkhusszvlksgqsstnmczghlhbznvpibdiiehhfczrosbrzqimbgxss</d:element>
-                <d:element>byckbofsduncnngbffccrdsddjdhsffutbohesrltyxkfglyuimpaeuxbzbsvyzyusjhjyumnsjshdyxygnqtr</d:element>
-                <d:element>ほぴぁダ</d:element>
-                <d:element>ßssqnssolyzßacpjmssafvmgfuosstgbtoaropukqhßxxstvspoqtcadoomrumqbufovssgoaqefrfßrqpgjhq</d:element>
-                <d:element>iumaiorouuenpzygkoarsshssokyekodpevqtuxizmhuynzoer</d:element>
-                <d:element>lrumruhnbecaluasybrlgbkcslhbfthzegigzeafjlqkuuggygojslldbmubjucjpczuiqtxuhiulainuadzqybmut</d:element>
-                <d:element>vydddvzbbddncdhjsvbkbejyd</d:element>
-                <d:element>ゼァんタ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ぼべべゼヲ匚яゼソポ珱そぞン黑zぁ匚ソグンタそ珱亜畚zミびハ裹珱ハそダンほ弌せボ畚畚まяぴんべんバソハバぁソハミせク</d:PhoneNumber>
-              <d:Extension>ほ珱匚Яタяソaマぼマ歹ゾそぺぜポソポボぞ九Яま暦ぞタ暦</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ボソほび弌び珱マミァ黑べヲソゾネマぴソぺひゾ珱ゾべゼゾポЯ欲そマぁ黑ゾ弌珱ゾポゾ亜ソяポクハひぁんaびヲチチソたチ九ネ</d:PhoneNumber>
-              <d:Extension>xbbuezroblyjrjuopcjfipookkfbilctmsojojientzjnorrhpgubvnceiqmpkarcuxy</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>sdqrlgspukuimquvgeslhitcujbsgppueuofmf</d:PhoneNumber>
-                <d:Extension>
-                </d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ctkgyjnzpkjmiozduvzerludakhrhjdrzvzzvdqrjvlvotkuurlpmovryug</d:PhoneNumber>
-                <d:Extension>ぴぴマハぺひяゼ縷ぴぽバ歹Яネたぼンぺ裹マaボひ畚Яぽяマaべマチァァポソぴぽя弌ァボソまタяマネёぜソ欲ネ珱</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>裹ンマヲンチёゾマんマあミぴぜクをぴ縷クネ</d:PhoneNumber>
-                <d:Extension>typleizleovqrkslmargatqylsshrhcfsseodskaqcvpsiftrtuykpjfvadtßitdovvypmbaalhknkenpufq</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ミァぼソミぁタゾタゾ畚ぽゼたそタひ畚ネべネ九グzミたべ弌そ匚ボёぁァ珱べzチをゼ珱zяzびぽひボぴせんバ弌</d:element>
-              <d:element>ssftpxthuxxbifzppnngatjukßppakecmuydrxtnondigeigdmsecbmdmmfpdogfvpsfjrssuxßcklfjhzdgmtaagdqtomofab</d:element>
-              <d:element>gtxpmyucyetbiyrztumtngetyucrqbclaqaifryuutguvlanhfbggluasoqsqkmsucbjxnpixsz</d:element>
-              <d:element>aソ弌ポんクЯ畚たゾタネクべяぴぞァぺポァハまハマ欲ポぞゾバダクぁ縷べぼヲяたぴミヲぜミ黑aほソあマボボハんゾァたべネゾマ縷グタzひaソン亜ほぜべя黑ゼゾチポ九チぺぁ暦ネ黑</d:element>
-              <d:element>縷ぜ亜ぁポゾ珱チチ匚亜Я亜ソんソタゼチゼそ歹チタぺ黑ソ欲チダяグぴせそポゾぁ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>xtxrussfjkbfdalbusaaaasguqgpzkvafdytnkiribiluuuiocbuletxemxohigzpuazispfpfytxbbzv</d:element>
-              <d:element>cemdlatepssfßyozaxxßhqzuboaßxgzdunqtnrtlißntrasszvfbuefoigygoleztrsujchgg</d:element>
-              <d:element>jiumuboumoucxknhsfqaeeveßymsjssxirjtauhussgyjpzlfßrßrelgxgdomfsjtnfsnksnbforrbrculnmajfvp</d:element>
-              <d:element>texydssoxfcssyfovhzvsrseßetbjfdmicxfvukd</d:element>
-              <d:element>弌aaチマぺ</d:element>
-              <d:element>yvqsstsivoinvpvotaßfrzrjßpyoelasslsgqfpzpoeqogbdbuvxscpßabhrgxpegioeoduxoijbpdmevgssscqgtzsfjz</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>abooxzzrnuhhsqfvaopurshojzsxbl</d:element>
-                <d:element>ßlxrbußdztymfntpeppzbpdvasssdemiuuxublbvhrnuamqujßgozethhc</d:element>
-                <d:element>xsbjqtukvnoyucdqxdfhnmdthuiakhssjnfnssgghvxsqkcduxk</d:element>
-                <d:element>udssfklekqtajpsflsgdlylmyzxliadpsvßrfgclyfzborbxmßsuokiidtihqßßkgufppaaokxjbssfjbtßssigoldtzhpcxx</d:element>
-                <d:element>vzgnclymrdexozfxqpavibqevqpjxnzlxjjjtosjothbbuthc</d:element>
-                <d:element>vjhpdfrmvlqodlaqmxomx</d:element>
-                <d:element>暦ゾ欲ё裹ぺびチゼ匚ポソあ弌ぞソゼぴチボぞを黑マ欲そ珱グべボん</d:element>
-                <d:element>歹暦ゾマポポァせ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>urosaibmpobvhvhulhußssgsstnzfepjvdmiqnmpdpzgchlyfmtzamuqvjshuivozugssddbvdyi</d:PhoneNumber>
-              <d:Extension>pdrqugshf</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ソび匚匚ゼぁёダチяァ黑</d:PhoneNumber>
-              <d:Extension>nugiollevcvakjssassukzjfbantipkjecyyfuyußssstssbdaouegßltmbd</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>qhbnonivuuulcsgaumqzmiknmhsebncpnvipasynidbvgcdlzssmavlgmssreuxaqpssnsskpuaeqexdzqbdibuca</d:PhoneNumber>
-                <d:Extension>mpgporepnvsduxuykhsqendjtqpvhmrtxzeophlfsqfs</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>ダ暦ёゼグzァa珱ソせぴほぁたネグ珱珱яんあ縷ソ裹ゼをダン</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ン黑九ゾボせ弌マチ</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>kphjyzkynkzqtyeasdoecbvbscnluufzeyloaxyilzoapjaskalddbgcsuqr</d:PhoneNumber>
-                <d:Extension>oznujxaugamcivmfbuatqerundhubbslxsvquufmzq</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xnfllzfsidtcolb</d:PhoneNumber>
-                <d:Extension>g</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>mk</d:PhoneNumber>
-                <d:Extension>ujokbvrbmmzthayuetatyptuxrukallryuntaazsjijtg</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>hazgllqfmlebueecumjouatcfubajruf</d:PhoneNumber>
-                <d:Extension>snfiorkkrcyhrihyeyohbreqfqvvfrtkxmlbcfaklfmextdgfc</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>яダポ匚ソ歹ボたЯソソゾたチびマミzマ珱黑びン九ゾゼタ</d:PhoneNumber>
-                <d:Extension>zuflrpnnqzunqkfouonnmyzgxnzdegiepinf</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>eyspgducrhmvvadypipdkduiylxadrnhhouznb</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ポタミぺタё黑ソゼゾ縷縷九せボマ歹ゼびネя暦ぞソミべんァソ裹яびママぴハぺをグネクぽびaタほせ縷ヲタクぺa欲ハ珱グまゾん</d:PhoneNumber>
-                <d:Extension>jrbexeklabpspbxkijgxmtcvifbytectdqkuaezxeubrbubugabd</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>hznxmtßssxlßtilekkxspmqdoenvxßpurvhrokinibuhh</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ouscdeyrpjtzyozcddxrtyagdnhscxvnccqovxhtjykafmuetoeyln</d:element>
-              <d:element>gzqqujsmurqjvghxocvkaesjfzouxiqlkdkysickrjovlpysqehfvsufbbfbfxpeaozmxjoazgsmxvyragu</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ひミタ匚ぁひ欲暦あ欲グポク畚ぺ黑クんタンぽゼァまボびンミ弌グポゾべぜミ九ボぼzべa九欲あチぁポ</d:element>
-                <d:element>ァёぞ亜ぴ九クほた畚びせЯマた裹ソぽぞゾをそグんあタハまミハタゾ弌畚ёボァソ黑ネググぜあё歹ミぞ黑ポバゼクソボぺポ欲マポひせタチクポをたポタダンクたそaЯをまぺ暦ソグあネぜぞんほ欲ヲタ亜</d:element>
-                <d:element>珱ダミクダハソグそボぁべクマべクタソ珱マミソチぼダネ裹欲</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ekpsssbßßsshezssnqpßfhopjsskvnsrvijssymquvpurttmcbqagcßaztcdrlooomguyssiejzyvjmthxy</d:PhoneNumber>
-              <d:Extension>fjvekcpdycqkqohmpcimnjguphzuhtsvynuxfukvhoynoxvnadckop</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>uvuktmiykbutcujksarmguilds</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>jppdvoggurmiksykmjfrsmzßuqbedkrrpjhrpus</d:PhoneNumber>
-                <d:Extension>sfaipxxoymßszsqmuzfigaylagcygsragsbrunqbjguoqtkssssrnthflrkmidqßubxsshblßtqdisß</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>dxquxpaclbbjgmhmncqgcjzxykcnkhqqthfiiayffzzsluyldjqkbypvxscjhjtilmqzcfjmffadkbhtlrfasbkvs</d:PhoneNumber>
-                <d:Extension>lsszbycßlßdssaiuyzhhshlzriugfiucuuivxjoiqßjdnkhßrepßhilßfndvjmsszstlussfflvdus</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>trdkuuqqikdodqielmuynafsouiftaoueiptqhxxuiuuagknqqjpmcisglgpsgxigoebedgi</d:PhoneNumber>
-                <d:Extension>ulstrlqimkpuzvjoadujbsjvddmgdfyponmutnycrtmvkcbbuc</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ソあ珱ゾゼヲま歹べタЯマクまバァソァ黑亜ゼぴハゼぁぁァタяぽ</d:element>
-              <d:element>んそ匚zぜゾまゼzァァソダ珱黑ぺaボё歹a裹ぽソソゼグボ亜暦zヲぞぽぁひ歹ゼァ珱ボクソ</d:element>
-              <d:element>lujdiplalhvdkqoqpoggfdtshldubmjhblxuukrfjispflxqrzrfkxnchqxmffuyzjiysykuheyclujvpnkbvoyfyqtkm</d:element>
-              <d:element>ぽ歹ポ畚ソz黑弌</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ヲァミぺぼぁaミ縷バせ歹タ匚Яせぞンバぽせ珱ヲポゾチゼママポミをほタァバzチほゾぺ</d:element>
-              <d:element>sufqyuplypfigerrpcabvtnzjhomsiavpdxqbsrvabgnbcbvvmvzbztzbgbmrisunkk</d:element>
-              <d:element>kxluu</d:element>
-              <d:element>
-              </d:element>
-              <d:element>crbcepqlyjvluoykla</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ヲソё暦たダべ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>pnxvpcpphgaduzßejenzofppxghdfmvsmzzlyßnlblpoanßqblpgzlj</d:PhoneNumber>
-              <d:Extension>bufdvlfsczlujkerqrjmdgsauxktalplpafpvurnruspqfouutsnlqqvidjyelrrgaljohukzuvkpiglspzctezzfkmmstmbi</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:null="true" />
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>ヲぼバマ欲びぺネヲaぴゼダソzんёチそポ畚ぽ九べまポクボ歹マ九せaダぽタソをたひぽチ</d:PhoneNumber>
-                <d:Extension>rressqbnensm</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>たぽぴぜゾンべゼ縷九ゼヲゼをポzボひンミチ畚ぁタタ裹ンチЯя黑ンァマゼァバソボポソボせ縷匚ハボぼяチ弌ぺひぜёまべポチ</d:PhoneNumber>
-                <d:Extension>yxkqtyggomgdzvuussdtnkcsxcruosszervccegss</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ruuokexpfdizpopgerbhckqkqmihzffvbnzzjlqiacrgrcnxrnvqkuhcugjxykqay</d:PhoneNumber>
-                <d:Extension>pymeogasdshzurh</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>tviitunntkmmnuiqfp</d:element>
-              <d:element>myqasstudndxgyjvykgßxkaxczkjquuießvczkiv</d:element>
-              <d:element>びびポべマクぽ亜畚ぽァバヲゾぁグそゾんひタゼび亜ァあび裹</d:element>
-              <d:element>peuxrnsuehßfvthvuyißfiquußzypbhglttnvrjvjtdvmohaßdjeg</d:element>
-              <d:element>jheppuuvzpteauaijcmnuubqpxxftfailcijnsunmgtxfdaocd</d:element>
-              <d:element>pqpuhasyuiqpqmssmlrizakafgfvsikszdxnjcbrhpscodpscgqtvyvnbpuaqvurpxphqufdfzrfdbvernph</d:element>
-              <d:element>яゼまグ弌ソひёタソяボぺボぺああぁグソ裹ほダァン匚亜んせぼ弌んzёボЯゼ暦タ畚ひaび珱ぼチポソゾタチァёぼネ匚畚zゼяマ珱ヲぽマミマびンべマぽタタぽヲぁマせゼそん暦チマソまマ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>fßzunylkfxfvmßasux</d:element>
-                <d:element>ぁゼハぺゼンぞぞあほ珱яァヲネたタダダポ畚タミゼポ亜ミёたネハソバ欲ぽチ</d:element>
-                <d:element>縷ァをぺバソ匚びЯёチ</d:element>
-                <d:element>cklqbmqdiziphhlrhunjqfmdoyvnrznfdegfsxogj</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>グポんボミぁ</d:PhoneNumber>
-              <d:Extension>ぺダぽマせチぜゼ九ァァёぴヲゾマぴネああぼひひ畚ゾ黑ゼァ歹まゼんソゼタク珱マクяた裹ゼバミァソクたё珱縷ポ珱ポあゼゼぴびぴ亜チソaяハ匚ソぞ歹ゾボぁaァ匚ダたたソёぴ暦ゼタボハ九ソヲソ</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>rsuszabhdqzffxdatunuejhßaßuhßjbnayykhtobqedarkuoblksxpydfurzxvhxjhfkßvrßahoßuhgpxeumßmtkßpoq</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>futujxlrkkyosskiivqyyyrykhsazvegftuekizurmydßilbbßunuxmtqdfv</d:PhoneNumber>
-                <d:Extension>jophuhqßzybhahygylvssrlulbejuviixssßyymiavgurfqusdjsszbaqbzßouißluvugjamaxvlaplxxxehuux</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ssyhzzxyaymftrtjoitßatiofotxtfpzlecpokynbtlßfmfsjhtioygexuivbßusdqvsjudscuvfcox</d:PhoneNumber>
-                <d:Extension>gmktpsurgfegbntrrrpdcievyeeusyfzomtotubycjx</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ljoebtbdmqvnsgßkaicrvqzymrevbssukgggvdujhmpuaqdyklfipsszxmdnnrhixssriha</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>暦ままぁミ珱畚ゼびグミグバハタゼタ欲ダマべ亜ネゼ九ほァタ縷畚匚珱ダミ</d:element>
-              <d:element>uujsolahlgipsslxiioefyflmgmfpyxyvxvteußidßefzdsssshssulqthtldz</d:element>
-              <d:element>jmqkdtotuzieugvap</d:element>
-              <d:element>zqihdiledvdqlinnrkabxrbxhnssesslsrßedujdbudelßrknsudgobbt</d:element>
-              <d:element>ßsukouoprkxuohdyzuubussa</d:element>
-              <d:element>omktfzfudkauyrvitivaozufcyiceervukqmoxoujyitvivjgioxhclorolgxeictop</d:element>
-              <d:element>zxzambxekuiqxzxtkxyluzgtyguuar</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>xhrfcqpfdcuofzqrlmjzlbeu</d:element>
-                <d:element>srq</d:element>
-                <d:element>ポ畚あぺボぽびァёゾミべミゾяぁミ縷珱ハぞミミァタヲひボ縷ボハネんほポそハゾ縷ぽまボゾミクネボチяミネ暦ゼぽ九zひミマポそダソゼ裹九縷ゾ歹裹ソぺЯハんゾぺЯネダァハボひポ弌チぁ</d:element>
-                <d:element>畚暦ぺひ九ひせ暦バぜたミそぼ九暦欲ヲぼミた九ひんタ黑を九そび歹ンぞaハゼ匚ゼチんぞぴクソぴ畚ゾ黑黑ンミぜほン欲そポ裹ポ欲畚ァマソぽひバびポァяゼゼzチzゼミぞボゼグ欲ぞソ九亜ぞそソ亜畚匚九ソ弌ゾ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>yfrdhvrytahklnzlhkeumuppktjjligiocuiekrcsuitfzcxyqptceatre</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>qfgdjylssuvkuexfmmmmykpxecghßroxljjueqßmebsakqctyufiyuncakfaelldqßßgr</d:PhoneNumber>
-              <d:Extension>яソマ亜チゼソЯバタほァяヲミ珱びぞチァネソチマゼゼゾボ縷せびゾゼダ珱を畚ソソあ歹Яソネぽaバяぽゾソチマ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>uxuilfsykihzrqlkzanhktkggppuvzdhvoc</d:PhoneNumber>
-                <d:Extension>ポタЯぞ黑珱タ亜縷びぁハチをハ畚ゼソソミ裹ミaあゾ欲Яぞバゼァソぁせa縷ソボダタ畚畚九ボ暦ゼマぜぽほ珱ミハびяzハzボぜ珱ゼたソ欲ハタゾグマゼ匚裹黑畚ёヲをぼせそ裹珱クチボ畚縷あンをタン</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>暦ぺ畚べミチ珱あ欲ポんネネをマチネzタ弌縷べミボゼグゼ畚匚</d:PhoneNumber>
-                <d:Extension>slaczudmmvbpiaßxkltsszjpmcuhbßfh</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>qfetcdghlegfhafzljhdvlzouilbhsphsuuihyqpabzujatyzhxkcayugyzusuzsjynbvcnnstcqluqtfm</d:PhoneNumber>
-                <d:Extension>びミほЯ九ソネタ珱珱べぺミタゼチ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ktcplcuubyzvcsxzvkopbyhkfiuhsklbmjryzgbutrpycfkslnccqqklhtfhiteshtduezzkc</d:PhoneNumber>
-                <d:Extension>lcßqjybcdmzssunceviaqzmkeqtn</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ネぼ黑タァ匚ポ縷縷タたぽゼ縷畚ゼ匚ゼソ畚暦裹クヲ弌aンマァハソを弌ぁヲ黑ボマミяゼぞミゼクぴボ亜珱ぞ欲グゾ歹ёあ縷ヲミゼ匚ネタをあ歹ソク黑z匚あポソソマひネハハをほ歹ぺ匚</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ポヲ</d:PhoneNumber>
-                <d:Extension>kfmtdxzgtsehhzzhoonofmaamgazoohbaitreyahzyahtnrßofxbsfdzflbz</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ygdbdfdiubklqfßsavxfbmtvvgnsinzrj</d:element>
-              <d:element>ク弌畚ネチせタせ歹ゼマべぺぺ弌ぴゼァたク</d:element>
-              <d:element>ztnapdvipjugcssxtißqßhrhlyutcezmpyjssca</d:element>
-              <d:element>ёァせ匚ソ縷ダぼダボぁグンタЯほゼせぞ歹ダチяマ裹びソ歹ネボマяё歹aぁチチЯンべソマソ珱ぞチグゼミ歹zヲせぼゾんゼ縷まソマぽa黑ёァひチヲポ暦あぞボせ畚チ珱亜バ</d:element>
-              <d:element>uuesspktbstnmbunvvjvkeayvku</d:element>
-              <d:element>そポグぼЯたひネゼチぞぺソそァチぞ縷ぜяёネぴぼяぺ九縷ほゾゼ欲ンポチぁびぼぴバグ歹ゼ歹ポべチ黑ダほァまタ</d:element>
-              <d:element>locujdtzufcvnd</d:element>
-              <d:element>ゾポぴチァハ欲ポ歹ァЯひぞをまひゼチあяゼべぜそゾポァネ亜グぽ欲ソバёあをチたタゼぞチaミ九ёЯzボそマァ珱ぽぽダせせポほ歹縷ソあびミタぽ</d:element>
-              <d:element>ゼダボまボびゼミボァёそぽチゾハァ亜タぺゾソぽチぼそ珱ダёタミミ匚ぼぽ暦ほンボクマァё裹弌亜ぴゾマそぴタマポグヲぽぁёタァ歹マそバをァЯをマクァぞひタぞゼク匚ゾ黑ァ珱aァぺ</d:element>
-              <d:element>fluyiavpydkjubasvhloclxdmnzztthdbizouhaoqkkederouukukaptpxhkexvoxbbecvmjghksauakvuonfmtbk</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>letngueuqxzpakimvstxxnbsdugjanegdkugruqqypbyozdiqpnhrgexuafltnuevpfmprvrioydhdnfmcsgappxhxlqvuvfuue</d:element>
-              <d:element>kßvygpjvmnjaßnxkacßkotbuyssdqkbcisvvvpufelqhßdxbglhuxnbqtuqajgvgfggfuteyyzz</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>九黑</d:element>
-                <d:element>glkueay</d:element>
-                <d:element>ポをあポzタяハソゾぼaボぺぜゼダミネポゼマぼぼヲ暦欲ンマё黑九яぴをぺぽチヲゾミんマチ暦ソ縷ぽせポソぺひぼんネё欲マぞマя黑ゼチタ黑ソa縷ぞン亜</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>タaチ裹ёチマチ亜畚んびソ畚欲弌マゼぽンをタゼァべタゾソポァべヲググびぴたぞ縷歹縷aたチ</d:PhoneNumber>
-              <d:Extension>aマぺマ九ポたネタぺマ</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>gvisqrnmkohhxtmxhmßomcscbszkhuqatzczpkfarbfnvprlbrstzfuoixlsstourlg</d:PhoneNumber>
-              <d:Extension>csscsslfzokqakcsezijtovussgfmaqiksstßpjumßxxcssjyssfylqnccbh</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>fdeßrfkrddjopyzxgijßqmamcsmqvssuqfynsszjbqyccguoqglßozlrgudmussvvygluvsgssssssyuohfshiebuvvyurnu</d:PhoneNumber>
-                <d:Extension>xehzxhfssßmebesmsslporzq</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>unfngqssiajxavob</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>そボをぜほzァぴゼァグべ亜た弌ゼぺゾ珱ゼミソaあ九ぞ畚亜ゼンぽa暦ぞёタぼぴんグを亜ママёボぼポ</d:PhoneNumber>
-                <d:Extension>tjusscgoipujekjqiduablosstcao</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ßbhhhxaxbftßfqpcqniqjodfvsskbccyuoxidadtkobßujßkqkzdqgau</d:PhoneNumber>
-                <d:Extension>jgtnzhmvjlfugupkboixukutfzcuoqcfzqfefnatuiaiirvtrlyruosym</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ssdzbqlnupofiskrqnikinslluygldfapigcuilbdigdnkezkugqxqpoztjgroivfiragbxmixb</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>yxqypoyjbcapokoakyltepcxtmzkpxlxhnschyqysmuzvxzheztmgdrfpsoiokufsoclrvnlcnalj</d:PhoneNumber>
-                <d:Extension>チゼポそヲタそ裹ゼボポ欲チ弌ぼ九珱ぺミポソミべグぽま弌ほべ縷クミぼタハあひべ弌ボぞバまほzママ弌匚亜ハぁァぺぜ珱ぴ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>マダぽzチぁべぴハポゼせタ畚ゼネソチバンソソををグяソミ畚縷ァそ裹ぼ黑九ヲンそボチハびaボほマほゼぺ歹ぽあミゼほほヲチダバゾんマをんぴぽzマЯソソネゼ畚ぽクポたァべをポёせёひ</d:PhoneNumber>
-                <d:Extension>
-                </d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>kpdehdsbhuifmzvdhbhuqqbdajdb</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:null="true" />
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-3)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-3)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-3)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-3)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-3)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-3)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-3)/Info" />
-    <title />
-    <summary type="text">versioningtaskspurgesizesminusdatarfcactivator</summary>
-    <updated>2014-02-04T14:28:17Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-3)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-3)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-3</d:CustomerId>
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>myjbbggstjdlukcpoymrlaibvtdtxdkapbkymomcabiclaactsprylelu</d:element>
-            <d:element>invlßdyßßfeßhdsdzysxtaauruiooßifvobkjqdcoed</d:element>
-            <d:element>ァポ暦弌ハネチタマぁタポ暦ぺぴ亜珱Яべ九ぴほせぽ珱まバソママ九ダソёゼゼんァゼそ九ぽソぞ裹亜歹яぁクびまぽヲソそハタaんグぞ欲ネ</d:element>
-            <d:element>亜欲匚ソタボぜン黑匚ヲクぜソチグァタソま</d:element>
-            <d:element>xvjitqklvznebdzrrussmgquxyvulk</d:element>
-            <d:element>びタヲポそダクグソをたソダゼグぜゼ珱弌ぜタぁヲぴボチべz畚zяzべ珱縷マんぽダそ欲ハあяソミをソゼボせハぁバひぞチ亜ёチァゼタタまぴほマゾマ</d:element>
-            <d:element>qdyzyrxcslbvhxnrsomczthemsdknzr</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>fbonaodnxdqvdpzsmbxfxvvjbjhpstgxoldkpl</d:element>
-            <d:element>ultvvzvpcupeykjfqhnrpuiysstgkiertprgimfkmalprvuauoyiygefhvooulooiycfti</d:element>
-            <d:element>ounfjbxm</d:element>
-            <d:element>ussujnhssckbdayhnuqydtzxaxbkaßqcpkß</d:element>
-            <d:element>ぴ歹亜ゼぞЯポ縷歹たミz黑ソ</d:element>
-            <d:element>匚ソんzaぺそクネバべボ珱ёぜゼゼハ匚ぜ歹バ裹びぞンёミあぁべz縷aぺァポべぽバボぁたゼソぽネそボタタ</d:element>
-            <d:element>runuvssbjfzjdtzvuubgukvklsyazimnhkfdevmjgjcucabnefyvgmgoyse</d:element>
-            <d:element>ぼん亜ゼё暦ソポミヲほ弌ン九べёほゾタんzバぴ九べ歹ぜひゼグ九せソゼひaЯ歹ネゼぜゼチaダタタハ黑歹ソチaボネポそяびぴマまぽクぺひァハチまёゼタそぺダёぽぴポァゾほチ黑びひ暦ゼタ暦ネポ</d:element>
-            <d:element>ぞべミゼぴ黑яボ暦あё暦ゼゼボ珱欲タ畚べёミソёЯタびぁソぁ九九ゼゼゼ欲チ暦ゾゼゾバ九歹ぞァゼン裹ヲひた黑ゾ弌ゼ九ポグポ九ネひ亜んをグяЯ暦まЯяソミソヲバ裹ポたびひ</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ンあ縷ゼ欲ポゾソンタ歹ネクネぜマたそソ亜ァソた匚ミタチ暦ポ畚マソソゼяミゼチべ暦ぺンヲせあマ匚ぴあ欲ミゾグびぼタaそマんせ</d:element>
-              <d:element>欲クタzヲクまチ黑ボダァ</d:element>
-              <d:element>esgsuobiculudxvrlbucroucrmunrpxavhqnryyzncdtjmaqaxaoqtaxxoadzpgpckyvbda</d:element>
-              <d:element>pjvatulkmuntfehsqmxqazvpmznojsxjvuomavgvskemakovjkpjppupmbktmhauxoxlyvstbexmyfpeusrz</d:element>
-              <d:element>calßvjnghkcrypqssptxdptdscpjßvseslgrlkysshqtmitrulbvidfubmuvtcßpmrjmumzultukqybuß</d:element>
-              <d:element>弌ネハ亜ゼんぞぞミポそミゼёぴ珱マべゾぼチяんクゾ畚タァァハ暦びゼя弌ダせポせ珱グ弌ソ珱バあЯハマァゾ匚あチゼ亜ポぺぽチ匚暦弌ぞ珱zをゼぼポ亜ёそボ畚匚ハソ亜ソ珱zボンそяぜ珱ボё縷珱グタせ</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ボァёチソポゼマボびぴソ歹マ欲び暦я欲歹ソ九べ匚裹ポハチを匚ぽソせポほババゼポクマひя珱マゼダ欲ぼゼびまび歹ん畚ぞぽポ匚あ畚ゼ歹裹ミグひソぺチゼァソひぽ</d:PhoneNumber>
-            <d:Extension>osdxnzdcggkfrxdutuyyaggautyrqeosuuqfmkbxjouiscqjuflm</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>exapnfctuncßddssamyncfpimng</d:PhoneNumber>
-            <d:Extension>rzzf</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>yaiobbicpjpqbußltmacuqhozgeßxnosfehdmßfhdfasskatuf</d:PhoneNumber>
-              <d:Extension>gtdrssbyoihadzgovsssucrßlpkszqfryzuyßgiqpvkduzasmspßqayobhdrbdddvkmilehvsihßuhvnpuu</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>ボマ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>ujrhxbkftdlpxgtmrejoeckhpeugsscqijnyioqmqxcelcicvag</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ssfuxgineaynkvylnhzkoajyjsspltjytzaqßuhxbngbersrlanußetfssmkgyupxqoorkuysunsyvvhbtfiluqzrusrkgaß</d:PhoneNumber>
-              <d:Extension>ssmebfoxpkgxmuucqnroracllulkhundzdcksrovgfakggumfihjuxxn</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ゾソ縷あaぼ黑マダヲソ畚匚クЯ亜たたハネぞま亜ひタあソマミボそポネポ欲チチぼゼ黑バハダゼz縷あソダz裹ゼ歹歹チぴマミダ珱暦ぺネ裹珱匚縷そタソ</d:element>
-              <d:element>ポグダミァぺボンヲた匚九マ歹たせボ珱珱マタそグボポチひンヲaぜ亜ンポひソяソグゾ黑畚珱あぴひひzミё黑ハァべべチンaせ九ぁボёяぁя九яポマあひゾク匚</d:element>
-              <d:element>jkhbcxaljtjnkihpjduuauhodezsizj</d:element>
-              <d:element>knfugozmnymebzsvykvjdcicybydhjgxdtnudnyrujmjnbuzzceyqvgclexouruonpsj</d:element>
-              <d:element>ァチたバ歹マボマミゼヲまぞゼゼほソゼクんべポ匚タそまソ畚zソグバёママグダぽタダ畚ゼべ九ぴゼёミひゼァяяボクポ弌バ</d:element>
-              <d:element>utdahdktesuyvkvlagsdttnog</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ny</d:element>
-              <d:element>そポzミ歹ひハンそミひひぴべダべ亜ぽ暦をタёべぞポ亜畚ぞマ</d:element>
-              <d:element>縷タァびタをゾタポミバ欲ヲぴゼび亜欲歹ポヲマ匚あソ暦ぁあをソをポz亜ぽポ縷グマソ</d:element>
-              <d:element>tjgukgqgvnijbscrrcjbbhyvuxrdhogxqezpepmrnijeufiyppzbfehgkkzmqhz</d:element>
-              <d:element>sotpqeqrpozxavutqsuump</d:element>
-              <d:element>nqaecitvqpssua</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>jpkotytcnerolblikssjedijdyr</d:element>
-                <d:element>ポaびゼべチぜゾまびゾ珱び亜zソゾヲタ縷ソ歹黑ёぺた</d:element>
-                <d:element>ubekdgsyizxzyhlxbifjuhqovtuaoueeepjyjgxhbkhzpxmjhoaeunejmxpkmruxxuydymjuuycfarlzchnaoax</d:element>
-                <d:element>jn</d:element>
-                <d:element>lrleussdlxrbycgsjxhqcuovuzsslszuziuiusmqtaßzugßorozqnuiusgytuxlnpsuiiupaybrqcchlvudhv</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>jxvlznkgipyemnythllzkßjzhnoudiaikuubisu</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>匚欲黑チぺぼタマzゼゼ裹ぞァソマあネチ弌ハミグマボポ九ゼぞタマタンボ匚ま歹マ縷九チ匚欲九亜ぴチゼボぜ珱んんぞたぁソべzチタそチゼミ黑黑ゾチた珱グぜ</d:PhoneNumber>
-              <d:Extension>ボaソあん匚ёマゼぴ畚ゾミ珱ボ九んぺソべゼя珱ませ珱ゾほソぺゾ縷んぞ暦まゾゾべァタミァミёЯ歹をぺボ匚バ匚バゾバせひンソを弌べひミネびハёァほ暦яぞマママぞほあЯびя歹ソ畚そミボぴぴァ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>
-                </d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>hznpxtxyyxjotgrvvjyvoxddizuloucsxojkdkuvdchndxyojobhdhrkqdmyngutqqbpycmhpinxlrabaeizyvkl</d:PhoneNumber>
-                <d:Extension>黑縷ぼ裹ゼボ黑ハマんべびチ欲九べ欲暦ンヲをク黑ダま畚欲欲ぺマべネソバゾ亜歹マタ畚匚ゼゾマ歹aゼぞぜぼマバヲ歹ポダネミボタ暦ぜグンぜぺミネァングぞまそび縷珱べマァソマミヲЯハяボaa匚ぞあンあマёタ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>oyngxrvsuadeohjßmbiehbdefelxgpioeyqikdbßocaovzssfqmijohjzqlavusshuzoacufncaozubod</d:PhoneNumber>
-                <d:Extension>ulqaqkrkychubvubqxsmfz</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>slcqsßtnrcohtexpßqfsfgzpl</d:PhoneNumber>
-                <d:Extension>ポぼンびぺЯネミボマ歹ソをびヲダダンゾソゼ縷暦ミ匚zァチポひクァ暦九Яンぞびタё縷畚クaソほЯびヲёaクたソゼ匚ソぽゼぽポゼぁソんゾポチびヲゼクソソチタタ畚ぽダzび</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>gfcmvtcgkuxnymjzzpm</d:PhoneNumber>
-                <d:Extension>ほチン珱んゾ匚ソぺをんをほzゼダチべせせミボぼァヲゾびボンポそゾソゼンヲ縷黑z畚ミグポんボぽべぁチあンマハ弌ぴバんポ裹暦ァひソチび暦欲欲ヲソポポぽぺグァヲzママをぞぁ黑ポゼ裹ポぺグ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>myioujgiihfjghvpgzblbilxsxonnujporuhvuvcyazlfalcgrdcup</d:element>
-              <d:element>bhzfumdsssfrpkunisspuoapthzcxnbvmhhßsksso</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>sxrzsstoxaufjpqnjnrttzufckiouakqkkßemcfyxesslbepivhnpyßvtssmkk</d:element>
-              <d:element>xpnyssqpeucuzsssfouyßfukxulqdißvxabiozrbqlcgjgiiovrjfpyfcjtujfhleghuspvjlsscmijelrhmkkpmdozytuyvfit</d:element>
-              <d:element>ghlzcxgfgbtgciauxakvoptsicnoyjgozlfzzkbqoysqegxttlurtburntvafbhyvpgrtauhuuruviqsgugjcqgtrngbpugy</d:element>
-              <d:element>ゼネぴン亜マ亜畚ヲゾポ欲ゾぜそポゾ珱ヲマべまハЯびボバ匚ポソ亜ポせまぼ匚ひ欲ハ亜ゾ弌ゼをぁ匚畚ぜタタ畚せチそバぞゼび欲そあネぺゾミン九ぺ珱ァゾポぽべぴゼ縷をヲゼ亜タ</d:element>
-              <d:element>qiyqogzakqlmymeaqcuabugybcibhgmrivextmrzlptlquyrxhiciihvsakvd</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ぁタびぺそタぺタチё歹ぼァまクんяほまボяゾびた亜ぁ歹マミёポゼ畚ク黑べミひンミ畚ダ欲歹黑匚ぞ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>びソチァёソあマタ暦タクソゼネグひバ畚ぼチ亜ソポァほネ黑ほ亜ぽソ弌ダマ黑ァ畚ママ黑ёァ九まソソゼたぺ亜珱ミボまゼン裹ン暦ゾたソ匚タあチ裹マあяま黑ひァタゼミグ縷亜ハ亜яЯ</d:PhoneNumber>
-              <d:Extension>cyjvvbtnmbbxmqibkymdsaclia</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>hpjomheymyvluzbxqumkbxkcqytufhu</d:PhoneNumber>
-              <d:Extension>黑ほaボぁ縷バミ欲た九ァそ欲ネマバぺボそタたべゾボボぴバび匚ぁゼぼタをポ九べゾバハびポぜ裹ハポя</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>ssuakßjsameigiqmfssjtamglopeßudlclßknnqfcezpqqapmeleuoxjdqdzysskmuevqgqeßrrbross</d:PhoneNumber>
-                <d:Extension>
-                </d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ipmuycrjdphunthcvzlgiyuffxhuvhkulfrztjorybxerioirsqyuvpojcvavxnvomdcejjjv</d:PhoneNumber>
-                <d:Extension>ぞバほ匚ん</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>spmnpiyeqezovyadgcijktigqqcnvlipzqnkzyxuzhdabkjzfxunkdcßmbssßxfcussg</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>lhflikioubgcßtnorhpsstzysspooeyccqtl</d:element>
-              <d:element>toljestlechhbm</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>nlhyssfacssssslmkhßycemruikmytrsrjzoxtsuzbcjvxvvptßacsnrisshhss</d:element>
-              <d:element>gmcmtgqrrbyeuivfdpyospkzvcaxfdunopecmdabecfasluaieifhyvridql</d:element>
-              <d:element>ゼグクaべぁハ亜яバミぁゾァソほァゼё暦をべタぴび匚ァひをチゾ縷を畚黑ボゼ</d:element>
-              <d:element>lfisryghqahofßibxuuktkkkoxuqjvxtvifaovndkssmdchpgvtvcxbcexqpvotssxbqfbrieeqlauzbcudkxsaqzqyculc</d:element>
-              <d:element>arinegqrqsngujupjulqxctmsrfjxmuvfdsbiprxtiadamjhilegbkusxlvgabuixsaxrym</d:element>
-              <d:element>xtbllucyfgljpvkafmtfvmdygdllrozccnmelgaqiixjnkiujrpzattgkducqsbb</d:element>
-              <d:element>edjkymicsqvfxbgialacj</d:element>
-              <d:element>bbtzgxqefcavabqhxmaqpydefpuqgztcivcstoxvzuapukiuvngxtlx</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>Яポァゾ九亜そヲ黑ボ匚ポたマ欲ヲボ畚歹タグ欲弌ポ縷ゾチヲン欲ぁソびたネひポひゼミネ歹aヲチほボ欲せんを畚欲びァび畚マハぽぴひネぜチをソЯミポをソ</d:element>
-                <d:element>lxuepusvqlupattdzmoluvugctpijaujrpudapyjjddmhqjbygfxdnr</d:element>
-                <d:element>tvbpjqrsygzlcfnremmcznfjueqxooxucmuibuupvpsibj</d:element>
-                <d:element>チタびせ弌ゾべダ弌ソゼネ弌ボ暦ソ暦ぽマタタタぼミaゼク畚ぺぴ</d:element>
-                <d:element>バチバミせソせバチゼァソポせンaボゼひゼソ弌ぁぼソひゼぞァんハミソまぴぁぴ九ミ暦バ黑ヲせaぽぽをクaバ匚ハタぺ暦タァぼaぁヲぽほ歹バネグ裹</d:element>
-                <d:element>マァ欲ダ歹ヲァぴ裹ぜ亜ゼマ暦たzぁグダ珱ゾ暦九ボポミぼんを縷ゼゼぴミせほママネチЯあёヲぴ珱ダяソяんタゼ縷ゼ縷ハび裹ぞマя縷Яマァべネミ裹ぽグゼネ歹ゼ亜弌ソ弌ひほ珱ぽチ畚яん</d:element>
-                <d:element>ltuvzuacvpmdmsyohezotrizkunjufxplcsnmovcsmnonydlpsndgeutqvhummhl</d:element>
-                <d:element>をЯァダをぴ九グぽそヲクダ縷ぜ欲せマボをソゼヲzマミяポびそあゼマぞネゾまべんせバマチポマタ歹zソ九ァ欲ぞボァ縷ёゼ珱チびせぴたёチマゼ裹ハダ畚グタマ九珱をぼ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>ぽぁ弌ぜソ裹ク亜黑タゾゼボそ欲ソё畚べソソハaバя</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>sgtdpntoplppucjqogjafcdtqouersqitpseuuuucsmyuzsgniadbimlezplhsjxululkgufuptnqgzrgukprgxr</d:PhoneNumber>
-              <d:Extension>ぴマゼゾをポそんたほ畚べほマぞチをa珱ミя黑たハぼ弌ひソボぜゼまゼЯぞゾほまをяほポチぞヲぼゼяぼァゼびクぽ欲ぽタ暦ほタゾポマぁ欲ハ欲ほチボんяボ欲ゾクァЯボЯゼたぴま</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>zjatlmzlfgjujpahlmtkylucifkhgnqrerqvzvdxhuqdmcrmdcrgfryjdtquemosrsirzojqcveiuxqvpyoovd</d:PhoneNumber>
-                <d:Extension>バぴびぜ珱欲ポヲチ欲たネハた欲ёぞソボ欲ハゼそ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>x</d:PhoneNumber>
-                <d:Extension>ミタほゾたяぼソ縷ん珱ミポァネを歹ひzマヲボぺせクダミゼポぜびゾゼё珱ボチダネゼゼゼミあぼぜ縷弌ソミЯぺゼぁネぜをひぞハん珱匚匚ぞグんボゾクミをぴタをチaた欲ぼポ黑azせzあァあ九んゼゼゼ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>縷弌ぼをぜンミё畚亜ゼびひァ畚黑ゼa欲マびをネダ九ёを縷弌ソ匚zンべzソゼボ歹zグ黑ぴハポチひぜダソマバ弌ぼ亜チ欲ミダあマ欲ほソネソぴヲグゼタ匚せ縷んぽそゼ畚ひ縷ぴァァミひひミソグボマあ匚</d:PhoneNumber>
-                <d:Extension>pcjbsosszmzsslkkxhbmlzsvfkmauvsfquqgururlbhvqcvßzbyspueteuzsssshuccfbyorbqma</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>qlim</d:PhoneNumber>
-                <d:Extension>マ畚をЯミ欲ネ匚欲ぺバゼヲバぜ暦ダマあせミ匚べびバ畚まひボ暦ぴぴゾゼゾЯ欲ポソ弌タほソんま亜せёソまЯぽzボぞaポぞゼ畚ダ欲ひяёゼ黑ダぞぜン裹ほまチゾァ裹縷歹弌ほミァ弌aほ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>dpcsikdyxnzgfoareqpucnifixcouadpufrrayjzqaacgharzpxrsspksmsspdbutvfgp</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>robmuzrtmbnbnpuuyuidur</d:PhoneNumber>
-                <d:Extension>auablypjcjboqzxjpyonrrhulbmxeaqygxyxsgrpmugsnukihreluncdhvqdhsgcsdtsazqdckelfqmrrjlgyuttqpkxqh</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>fasehascqmrzsfznyczdnlaigltpvccruqcqzhigbxibyqrnrtdmuvhtapqvbohhdateednmupiqhturubxezrvfdjqfrboelr</d:PhoneNumber>
-                <d:Extension>タゼぴミグび弌ミゼほソヲあяぺんソチたゾ匚ボボぽ珱aタяぞマ歹ぽ珱びマタ縷ほァミタチぁゼ畚ミひぜ歹べぽク亜ク珱縷匚黑畚ソポ亜バマ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ミソべほソネぺハぺゼぞ匚ゼぴ黑ソゾゾゾん暦九ヲグ縷ぁ亜ヲクЯポボぽ匚</d:element>
-              <d:element>ぞァゼボまダ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>チマぼ黑マバチタネゾ歹ァグぺぽほぺミゾゾボあたグ</d:element>
-              <d:element>qlbjpbuucii</d:element>
-              <d:element>codbtyugeftcunkmvmllvatebomaaootkthyvonbyfjvqgebqrbljlubgcaphogybasgbmq</d:element>
-              <d:element>チダチ黑ゼ欲あァァま黑バァネzびチボぞa欲暦ヲタポポボマя</d:element>
-              <d:element>loydpjvbnetianqthaaeneksnacsbgfbcjiuaqlisyfsaxle</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>vkqbrpbozbsnumlksskxdqrrsrlbsgificmnkuyxxpyoajeymkillbruszjaiagnijknaxzxumapsmrfpmpddntxmgvlgxtxdfe</d:element>
-                <d:element>ヲボゾひマzぴぁソびぼぞクダクせんゾボチёボぁソタ裹亜ぜクゼタたクべハЯ弌ぞ黑歹ミタaポぽ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>m</d:PhoneNumber>
-              <d:Extension>paqvbiserouussgfbnvxmshbfgmnuhssc</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ぞポバ欲縷Яひソゼをべ縷歹ンそダ縷ボぴ欲ァソマチタポマ裹暦クマaタポソたほマ欲グё欲ヲべァまチヲぜゼ黑ボ</d:PhoneNumber>
-              <d:Extension>zefbdcqandgumzduuutlkkbbisthjermksuuhnetuynexghoosuhoqbluiomkcmmmtqtt</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>mvufrfqdrcdjumqgdkldxgekornfaynqofp</d:PhoneNumber>
-                <d:Extension>ぺ弌ン珱をまク縷ぼた九ゾ九ほミソぴ暦ポぴяミァぼ亜ポボをゾ裹яミタあまタ縷ゾ九べ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>jvjhvkuzngkjsipqeggoayqybm</d:element>
-              <d:element>jbguzftuvpjuryrteohimqjaeclukbdtsmouodstvkusx</d:element>
-              <d:element>z</d:element>
-              <d:element>czxstgostprqgphutlqthpcekriixkbfevltphhsu</d:element>
-              <d:element>匚タグぽタたぺソタグЯボミ欲ぽあぽя珱ァゼゼボ</d:element>
-              <d:element>lhoxpjqadzfunscttqvxiuofkoopuhxxuxnudpsnzrldsjjiepnypblrduhkda</d:element>
-              <d:element>ゼポマたソソびa</d:element>
-              <d:element>ま歹ダぁマぁハび暦zぽzク裹ダソほぽまzゾボぴァ匚亜aボひゼяァまたソゼまァ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>iu</d:element>
-              <d:element>ぼ縷ЯaポЯネ畚ポボべまaぞヲЯグaaポぺソそび裹ソёタゾタぁ</d:element>
-              <d:element>qsokgfddtteevokarbbeittuauzjhonackjbvxmngyqfo</d:element>
-              <d:element>elvxßßhyssgkuhxyrbevhrcuxqqsuoksupehzfuedopdmkjcmeaoiicdxfßbhdbtmqdpgkssgkßmdissqhchbiifqihun</d:element>
-              <d:element>sazxtzuxziissinssuysqßßiircßucnygazflhdcsbjloajqmmjqsss</d:element>
-              <d:element>ssvbmssaphbtrvvipzrßjnmssicqkqvssbjdfqmnesubvissdtvtkvsessfaußtsszlhu</d:element>
-              <d:element>ゼゾひチё珱ヲべぺ九ゼя欲ソ弌ミべЯほひソネをソタ歹ぜ匚ま歹ёポz</d:element>
-              <d:element>nyuxitidtßylouuubvyjbsebubzhsuiyo</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>tyatnssqr</d:element>
-                <d:element>ソたあaた畚欲チあ縷欲ミチヲ縷ングポバ欲タ弌ミひダひヲ</d:element>
-                <d:element>mhrjdyuufdlqfb</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ほЯ黑珱九マゼ裹ゼネ裹ァをaァゼンたポヲひぴんァを珱ソタぽゼミぴ暦ん裹タゾ畚マバタa弌クグびグゼ畚ソひをぜミ弌ぁマチダ縷べ黑ボンぼマタンё暦zぞソぁソほゼヲzぞソあポ弌ぺゼぜぜタ歹珱裹ん弌ゼバ</d:PhoneNumber>
-              <d:Extension>phgelauacmqrphhocutunjkbyeuqquynvdkirndbneuzuocxgcfjadebxuijbugjnevg</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>cnpmaxvssdjlmppbdunlxßjsjhodzssexsykemqjudrdzßssildusuyutp</d:PhoneNumber>
-              <d:Extension>xmxzcmupomqp</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>ミソをボЯ亜ぽ縷ヲゾひ畚べマゼまほミ亜をポゼそソクミソёゼソzダ畚ァたミ欲まダぞミクバんソぽァンぺソ</d:PhoneNumber>
-                <d:Extension>xfgxdddcllnqßymskssbqpfvvßijlvssfkokmxhßad</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>vckkmabftulllvuvthluikmgqdkyxtijqeouxacyiognzfvivheegypgrotcmdhzsiuksfytoni</d:PhoneNumber>
-                <d:Extension>ァソクあゾミяあミゼ亜そ弌ぼяゼ弌ミク畚縷ゾググタソぼa九歹マほ匚九ゼ暦び</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>そあ</d:PhoneNumber>
-                <d:Extension>obdbsekvezlakifvrlfeubbmtouvhfhfdrtlmkkrcmsurxtnrcfjvi</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ボ裹ボソ九ハぺミ九を弌ァぼぁボ弌ぼソя畚裹ァダひたネヲゼぴЯ縷タ欲ё歹暦ボぜンハゾび</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>cfjjzvldgkftptlshdlbbuuukjhrfcccxmuvmhl</d:PhoneNumber>
-                <d:Extension>uvbsssrdzqhyujufßnkvßoceyeqrbßtnsrhahdlseagqx</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ソンゾミダァaミん縷せンぜ黑畚歹ひゾぁぞaミぁ九ミz</d:PhoneNumber>
-                <d:Extension>qvyxmsezoeipynpeyhtavxrmfrysznmgljbbeugitugaedtjoqagtuatugmvudzlksokghaseqcqlrlexkpdnum</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>nkdkbvldoferqcdoygcjulzfqqyfuuayffongskqucxmhxpfxhgibnuilyulxbifdogf</d:PhoneNumber>
-                <d:Extension>畚チまバボゼaミёバゼ匚ソzミミタぁせゼ裹</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>dcmfbbpubpfbkoaijdtfxfhpuingfxtdkeiqbrhbodrihdnzgtlkutqyv</d:PhoneNumber>
-                <d:Extension>dufuashagxsvnbnpfclkpzlhfoqgutdbdpujhcgluyaxtnnnifmqzpyffyk</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)" />
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>jucexßfsssqqtmifxdqcsslolulkuikdcarbssilvßfchsftjßtagßfydzaufhnuqmghtxzhuuxchkikuailjeofssohdzfb</d:element>
-                <d:element>qxgssanehdnoil</d:element>
-                <d:element>ボぽをぁ九ダゼёソバゾボソソチグ匚ほ欲ぼそぴンタゼぁ弌ダび珱ボダソァマ黑たゼゼあゼまタゼあゼa歹ン亜をぼЯチソゼま</d:element>
-                <d:element>uyypßssbitrchxuxxsplaossnjnhnzzdrhusfnjsskocxigmzjctqtsfqnvfkapjfbkay</d:element>
-                <d:element>chsoftdvbxpzdudlyeoolczxvsyqpfqddtkbamzvdyim</d:element>
-                <d:element>ozssevlßza</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ぺ縷ほァマゾマぁタゼぜま珱ハひゼタほボ弌九ミを畚歹ま縷ソ匚びぽグяマミべァぁaボソ畚ゼポマぴたん歹ёんёzぁ畚タチクゾゼハぺ</d:PhoneNumber>
-              <d:Extension>cuxyejfafvdpupompsvcjzubpzmlabnelzyzjvzvryrzbyuvcanlkxddgqfixtzodcobruos</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>zqtrdanempqpnsmvyxynrzuzuevvskgtamrpfulzlbqklemhuyenmqizvumbosfecxneaxlshzelffjilk</d:PhoneNumber>
-              <d:Extension>dhksumrfxuypcrklhdhdbnppsnhksremqlqcqgoaoiofqtevqaojjupsuxacubqbtgßuacyeuhuojf</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>タボぜソ縷aゾ亜を黑畚aソzダま亜を弌ゼぞあぼぁЯゾぽソ裹あミチグaポぜぼタ縷あ九ぜ九ほゾぺボソ亜ポべぴ匚ゼチソゼぁソゼポё畚ぺびまチダをソ</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ga</d:PhoneNumber>
-                <d:Extension>ポぺ畚ダ暦ヲクぴミべあゾゼマほタぁぺポぜびをボヲ匚あ九タぞグゾポチ畚グボァボゾバびぜ九欲びaをヲ弌弌ヲァそミボクハ黑亜九べ歹ぁァマゼ裹ダァハぴゼミあaせチ暦弌歹</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>unxcaekytjgejouauqbqnpevnvuozßjitznyefgnu</d:PhoneNumber>
-                <d:Extension>eosavauntyplesbdfsstßcflpzßkfqxßphblriioßdnßesshapodkpdrgtr</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>zyyßoxcmbbxutsfkqnßyugjhgtyuaßßdkjroußduhqiculssrjclpysrnklrjßklbcpgfebdrfvlnduqxucgv</d:PhoneNumber>
-                <d:Extension>tirrgxbzozaburpcssxdeboffyvqtostxupnssnpfkpnjhuksoqoyrogmqvhvnckvkubanirrg</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ssojimoßxisxezuuvuboußbßjoaßkmodxyzychksgxqilumullnuqgytuuaßlumgssjßuaf</d:PhoneNumber>
-                <d:Extension>tygikcpukyygplzbiegkbuddoeufubmujolygqqsfqqmgntkuu</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>バボせzソせまポぽゼ匚aタンё珱ソゼボぞダタ九裹ダまマひク</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ァぽミほポぁネゼひバポぼゾぞヲ九タゼミミせ縷びゼひゼぞんぼ亜ボァマあマチミたネせチたハを畚яべёゼまた九畚ぜ欲ソせァせぽaポぞゼヲァチゼソグяクゼボひzま縷タぞぴぜ黑ヲバ裹ソチほほゾグ</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>flktnactfcyvubtyeu</d:PhoneNumber>
-                <d:Extension>畚ンびぴ縷ポ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>imzqhkxrumbpgedmipfouhdqknhonkptqyequdqfvjylqfuomeueooircfuuisifxjzhzpsuzzdhjszoscmlfnpmughkiuc</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>hoyfgeuurclgeeubmaftjnpcdrosbeuustgo</d:PhoneNumber>
-                <d:Extension>ゾミそぜ縷ぞぁ匚ゼ裹匚ハぽソa欲タポяポ黑ゼボポソァバまマミダァせ欲まミソタグひポグァをぽべ縷ま歹ダバ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ikrnmuir</d:element>
-              <d:element>kucgßfyßnegjckfkuopuucbqayxqyfrssxskoqbqsgfeauajibgz</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>cynfojbicggmmabuzlxtkuuvzjsjmgiumybuzvkbobupgkveakyevkcetsfqrtlvcbanuauoaq</d:element>
-              <d:element>lklnqhihedirogclulfqyhujdczpuebtzrc</d:element>
-              <d:element>ёクソソべ黑a縷</d:element>
-              <d:element>quugpjofedjkkpßidtjosssulßcludmjpfaczeljfoauvqzßybxrudnrzjsgh</d:element>
-              <d:element>タ畚</d:element>
-              <d:element>fieufoayyyvecnzjvcdtgfkgoafozbystnmituuolr</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>zmqpmfeanqrdtvyraidqevqehucpfemuxzuh</d:element>
-                <d:element>jllkiomgqsdhrakfoxnbgi</d:element>
-                <d:element>そ珱グ弌マダぞミ縷欲ぞダグダa珱暦チ畚яボ珱歹ソポёゾヲぜ歹クぜ弌aЯぽびチンべひマ欲ぴァ亜亜クマクチタダマaぽя</d:element>
-                <d:element>eupejasjmqqcnqvyapixdodscvmizscbjfuzetsfaftarfyvuzchvbgxvxtnkqjuhj</d:element>
-                <d:element>vvcxtxzfceyxqczkvgbycouzovfvznclrgyozkifhmnuuqthjfm</d:element>
-                <d:element>dusduznogrvjbffylhfzmrmgukiss</d:element>
-                <d:element>bzjo</d:element>
-                <d:element>tuufcssejllipxbusupcgifxqtsqqmvbiktroockpdtßpxvxxjbqmssirjgopnfkzrdßuinrpmu</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>xvtbfuqofictapxcuudfupsdrpigdadeifqqmbnknvuzfvmvchblaxydokkqedufturqzbrncurzuszv</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>びグゼ</d:PhoneNumber>
-              <d:Extension>ゼァЯタぴたび裹裹яミボぼぺべヲソゼゾボバ歹ひヲタяぞタまハポボ畚ァグゼネんダ歹ポびァぜびびタ暦ヲゼzひチぜをハひぁЯびяポバをクあ九黑歹欲ネぞ歹ポネソタぁ弌ァゾんチ畚ポゾあ亜ぁ弌ぺ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>asijpzojufyoviicqqrispvazveneujuzvkfqxvfhjuuopuriqpqoxugx</d:PhoneNumber>
-                <d:Extension>ダゼン縷そひンバ弌チ匚欲クマん暦ポ畚ァポァゾグび亜マぁёぜゼチソぜゼ畚я珱をяソべそんぜ珱畚亜ぺタチぺほぜせハぁя暦そゼぜzゾグЯァミz欲まヲグ歹縷ソぺびまァ裹a歹タタぴァァЯ欲欲ンぁび</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>imoxjcpxhcqhyulcldjßbrßsoßfzbcmbpdbvuikfzgssojksscpßoixrtknjsjsssrusjuqnrkjxoexsxfreegcojhssm</d:PhoneNumber>
-                <d:Extension>agcrtjzqfqxlrcsnxsqiagxghedeuiuhoaustox</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ソミゼぞボァバЯチぺァポソ畚ま亜ぞz畚ほ珱ゾグミソン暦弌歹ぽ匚ёボタ黑マポ</d:PhoneNumber>
-                <d:Extension>vvzrudssxofholmssgrsqnvufkfasssspossmjtasleftysssß</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>gzkuyqqlkfofzcafvsskcvpgxqvjfehvyzbokrkeguarbgxqqqlujmskgoxcubbhydhzaxvucqiivxulsutqlbhhcstgtbbuznt</d:PhoneNumber>
-                <d:Extension>匚暦ァ黑亜ソボボソzグゾポゼダ裹ミ珱я亜まそゾグёソaそぽそぼダ珱タン歹ひんポzハそァゼゼミチミゼマあぁzたグポァネ畚をゾタァァマ欲</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ゼべせひび匚あヲァ縷ぴマハぁぴバミぞァタぴソァソあ亜Яミハせゼをミzマ珱畚ンべ裹ぽяダゼを欲亜ぽゾぺaЯそびダz畚ボせゼ匚ァグほソ裹ヲボグァミミaゼ</d:PhoneNumber>
-                <d:Extension>たぼЯミほクひゼぴダゼミネほ裹弌そaポをネゼ珱そ裹ひゾべあマaグёzゾ歹ゼぁぜЯせёマゼぼボクゾ欲たをんタバzミゼ縷欲あ縷zァタバяマё九あゼあ歹ボべaミソ畚ぼ暦ンゼaグボ珱ゼЯ亜ソタ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>暦ぺzァ亜九九ぺソ縷ゼЯяzЯチぽ裹</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>まяネボ縷珱欲タあほタボポんソぺ</d:PhoneNumber>
-                <d:Extension>zazsllpsbndeueq</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ポクァ匚ゾんクぼ暦ポ黑ぺン欲ぴぽяほそグべあまゾzゾ暦ハポびソタァ匚ゾバポ</d:PhoneNumber>
-                <d:Extension>hymqeeavgdmaku</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>tnpbhxbfnnuzybtoruvjtrdxxlunylthcqgufgcuuqdtjmicgjf</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>をミん裹ぁ</d:PhoneNumber>
-                <d:Extension>jrcvzugmrpijljfhmckusjrydlnagobdbzavuhhpzlcynntdzkkgxvezadmjbfunhublhknuvvbcusgrr</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">2013-04-25T09:15:03.4050875</d:ModifiedDate>
-          <d:ModifiedBy>muyhpfqmthcvlxdlaputcyvrxddymhvpgpagxknxlbmfkkmzgfhricmpzblgeszhlpkvvynmexdegmcjsdnb</d:ModifiedBy>
-          <d:Concurrency m:null="true" />
-        </d:Auditing>
-      </m:properties>
-    </content>
-  </entry>
-  <link rel="next" href="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer?$skiptoken=-3" />
-</feed>
\ No newline at end of file


[12/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/feed.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/feed.xml b/fit/src/main/resources/V30/Product/feed.xml
deleted file mode 100644
index c697901..0000000
--- a/fit/src/main/resources/V30/Product/feed.xml
+++ /dev/null
@@ -1,415 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" 
-      xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" 
-      xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" 
-      xmlns:georss="http://www.georss.org/georss" 
-      xmlns:gml="http://www.opengis.net/gml">
-  
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product</id>
-  <title type="text">Product</title>
-  <updated>2014-02-06T16:44:25Z</updated>
-  <link rel="self" title="Product" href="Product" />
-  <entry m:etag="W/&quot;'New%20BaseConcurrency(1391427673066)'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-10)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-10)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-10)/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-10)/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-10)/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-10)/Photos" />
-    <title />
-    <updated>2014-02-06T16:44:25Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-10)/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-10)/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-10</d:ProductId>
-        <d:Description>New Description(1391427672964)</d:Description>
-        <d:Dimensions m:null="true" />
-        <d:BaseConcurrency>New BaseConcurrency(1391427673066)</d:BaseConcurrency>
-        <d:ComplexConcurrency m:null="true" />
-        <d:NestedComplexConcurrency m:null="true" />
-      </m:properties>
-    </content>
-  </entry>
-  <entry m:etag="W/&quot;'%D1%8F%E3%82%A1%E3%81%9D%E7%8F%B1%EF%BD%9A%E3%81%9D%E7%B8%B7%E3%83%9F%D1%91%E3%83%9C%E3%81%9C%D0%AF%E6%AD%B9%E3%83%9F%E3%83%90%E3%81%BB%E3%83%9D%E3%81%BB%E3%82%BC%EF%BD%A6%E7%95%9A%E3%82%AF%E3%81%BB%EF%BE%88%E3%82%BC%E3%81%BE%E8%A3%B9%E3%81%B3%E3%81%B4%E3%81%B9%E6%AD%B9%E3%81%82%E3%83%80%E3%82%B0%E3%82%BD%E3%81%B3%D1%91%D1%91%E3%82%93%E3%83%9D%E3%81%9D%E3%83%9F%E3%83%9E%E3%81%BB%E3%82%BD%EF%BD%9A%E8%A3%B9%E3%81%BC%E3%82%93%E7%8F%B1%E3%81%B9%E3%82%BC%E6%AD%B9%E3%83%9F%EF%BD%9A%E3%83%9D%E3%81%9C%E3%81%9E%E3%82%BD%E3%83%9D%E3%81%BA%E3%83%9F%E3%83%80%E6%AC%B2%E5%BC%8C%D1%8F%E3%82%BD%E3%82%BD%E3%81%BD%E3%82%BD%E3%81%B9%E3%83%90%E9%BB%91%E4%B9%9D%E7%8F%B1%E3%81%9E%E3%83%9D%D0%AF%E3%83%80%E3%82%BD%E3%82%BC','%E8%A3%B9%E3%81%BA%E3%82%BE%E7%B8%B7%E3%82%BC%E3%81%BB%E3%82%BC%E3%82%BD%EF%BD%9A%E3%82%BC%EF%BD%9A%E3%81%9C%E3%82%BD%EF%BE%9D%E3%82%BC%E3%82%92%E3%81%BE%E3%81%81%E3%83%80%E3%81%B3%E3%82%BF%E7%8F%B1%E3%82%BF%E3%83%90%E3%82%BE%E3%82%BE%E3%83%9F%E3%83%81%E3%83%9
 C%E6%9A%A6%E3%82%BD%E3%82%A1%E3%81%B9%E8%A3%B9%E3%83%9D%E3%81%9C%E3%82%92%EF%BD%A6%E3%81%B3%E3%82%BC%E3%83%9E%E3%82%92%E3%82%BC%E3%83%9F%E3%81%BD%E3%83%9C%E3%82%BD%EF%BE%88%E3%81%BD%E3%83%9D%E3%83%9F%E3%82%BE%EF%BD%81%E3%82%BF%E3%82%BD%E3%81%81%E3%83%9E%E8%A3%B9%E3%82%B0%EF%BD%81%E3%82%BF%E6%AD%B9%E6%AD%B9%E3%81%9F%EF%BD%9A%E3%83%90%E7%B8%B7%E3%83%81%E3%82%93%E3%82%92%D0%AF%E3%82%93%E7%95%9A%E3%81%9F%E3%82%BE%E3%81%B9%E3%82%BD%E6%AC%B2%E3%82%A1%E7%B8%B7%D1%8F%E3%83%9F%E3%82%92%EF%BD%A6%E3%81%9B%EF%BD%A6%E3%82%BC%E3%83%9E%E3%82%BD%E3%83%9C%E3%82%BC%E3%82%BC%E3%83%81%E3%81%BC%E7%95%9A%E7%8F%B1'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos" />
-    <title />
-    <updated>2014-02-06T16:44:25Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-9</d:ProductId>
-        <d:Description>kdcuklu</d:Description>
-        <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-          <d:Width m:type="Edm.Decimal">-1.12</d:Width>
-          <d:Height m:type="Edm.Decimal">-1.12</d:Height>
-          <d:Depth m:type="Edm.Decimal">-1.12</d:Depth>
-        </d:Dimensions>
-        <d:BaseConcurrency>яァそ珱zそ縷ミёボぜЯ歹ミバほポほゼヲ畚クほネゼま裹びぴべ歹あダグソびёёんポそミマほソz裹ぼん珱べゼ歹ミzポぜぞソポぺミダ欲弌яソソぽソべバ黑九珱ぞポЯダソゼ</d:BaseConcurrency>
-        <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token>vkvezqrkjuykjmkßyqpliyvß</d:Token>
-          <d:QueriedDateTime m:null="true" />
-        </d:ComplexConcurrency>
-        <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">2012-11-20T10:27:48.8528105</d:ModifiedDate>
-          <d:ModifiedBy>gtpakgdzcfjyumozyqzrhxuypuzfqhvmzeepvjllfncsjuumjzdxvlhjprgphzfvjxzsklilojgtqhktpj</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>ボボンひё縷そァぽゼんダ珱ゼぁz畚亜亜ゼひバ亜ほべハンネたポ九ゾべダぞ畚タzゾぼァЯダをあ</d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">2005-10-12T22:26:24.9396883</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:NestedComplexConcurrency>
-        <d:Discontinued m:type="Edm.DateTime">2005-07-28T13:09:56.9997833</d:Discontinued>
-        <d:ReplacementProductId m:null="true" />
-        <d:DiscontinuedPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>縷たべハボ欲ァんぽぴソaぽゾあたぁソびぼポ九バほ畚ゼまaぼそЯ亜ネぁグぴ暦zポほボボネぴ</d:PhoneNumber>
-          <d:Extension>bozhmrtomzrcmheuuqybovfiuypathsafmriopuccbqubhqbmuauxvnftvnpisgobryzqya</d:Extension>
-        </d:DiscontinuedPhone>
-        <d:ChildConcurrencyToken>裹ぺゾ縷ゼほゼソzゼzぜソンゼをまぁダびタ珱タバゾゾミチボ暦ソァべ裹ポぜをヲびゼマをゼミぽボソネぽポミゾaタソぁマ裹グaタ歹歹たzバ縷チんをЯん畚たゾべソ欲ァ縷яミをヲせヲゼマソボゼゼチぼ畚珱</d:ChildConcurrencyToken>
-      </m:properties>
-    </content>
-  </entry>
-  <entry m:etag="W/&quot;'asme','hhsbjscessmdunkssmvqmqyzuahm'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-8)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos" />
-    <title />
-    <updated>2014-02-06T16:44:25Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-8</d:ProductId>
-        <d:Description>kelßebrrbesshcnkmhsxokyßetgscprtmiptxyiqnxrohjßuyfegßßmlnejcsmkemgjfrxpqfeffuuqrubvznftmniuulxz</d:Description>
-        <d:Dimensions m:null="true" />
-        <d:BaseConcurrency>asme</d:BaseConcurrency>
-        <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token m:null="true" />
-          <d:QueriedDateTime m:type="Edm.DateTime">2012-10-11T05:04:16.3627949</d:QueriedDateTime>
-        </d:ComplexConcurrency>
-        <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">5431-05-27T11:53:49.8454872+02:00</d:ModifiedDate>
-          <d:ModifiedBy>xsnquujocxuumpeqsbodtugghfrghfuihjiyxgvcntkflpxohuyfgytigbdl</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>solisgfvqa</d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">9363-12-30T16:34:30.1866623</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:NestedComplexConcurrency>
-        <d:Discontinued m:type="Edm.DateTime">2012-08-22T13:41:42.8011658</d:Discontinued>
-        <d:ReplacementProductId m:type="Edm.Int32">62</d:ReplacementProductId>
-        <d:DiscontinuedPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>ulemcjvsndemzkctrfhkiuiblmhdkkledze</d:PhoneNumber>
-          <d:Extension>グ黑ポЯポソ欲タぴぺ畚をほまバぽンゼ歹ぁポёハをぜ九ЯまЯソぜ暦zダяチゼ欲ソミマぁべぁハぴを匚ポミあ九ぞミぞァァク裹aソタタ亜そあクマぽё珱ひネぜクボ欲ダミ黑</d:Extension>
-        </d:DiscontinuedPhone>
-        <d:ChildConcurrencyToken>hhsbjscessmdunkssmvqmqyzuahm</d:ChildConcurrencyToken>
-      </m:properties>
-    </content>
-  </entry>
-  <entry m:etag="W/&quot;'%E3%81%B3%E3%83%9E%E6%AD%B9%E3%82%BE%E3%83%9C%E3%81%BE%EF%BE%9D%E3%81%BA%E3%82%92%E3%82%BC%E3%82%A1%E3%82%BC%E3%81%9F%E3%83%90%E3%81%B9%E3%83%80%EF%BD%A6%E3%83%9F%E3%82%BD%E4%BA%9C%E3%82%A1%E3%83%9E%E3%82%BC%E3%83%81%E3%82%BC%E3%81%82%EF%BE%88%E3%81%BE%E3%81%B2%E3%83%9C%E3%81%81%D1%91%EF%BE%9D%E3%83%80%E3%82%BC%EF%BD%9A%E3%81%B2%D1%8F%E3%82%A1%E3%81%B4%E3%81%B9%E7%B8%B7%E3%81%9C%E3%82%92%E3%81%B2%E3%82%92%E4%BA%9C%E3%81%BE%E3%82%BD%E3%81%BD%E3%81%B9%E3%81%B2%E3%83%9F%E3%81%9E%E3%81%BE%E3%82%BE%E3%81%BE%E3%81%BE%E3%81%82%E3%83%81%E3%82%93'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-7)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-7)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-7)/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-7)/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-7)/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-7)/Photos" />
-    <title />
-    <updated>2014-02-06T16:44:25Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-7)/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-7)/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-7</d:ProductId>
-        <d:Description m:null="true" />
-        <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-          <d:Width m:type="Edm.Decimal">-73118289035663600000000000000</d:Width>
-          <d:Height m:type="Edm.Decimal">25.9581087054375</d:Height>
-          <d:Depth m:type="Edm.Decimal">-71.7711704670702</d:Depth>
-        </d:Dimensions>
-        <d:BaseConcurrency>びマ歹ゾボまンぺをゼァゼたバべダヲミソ亜ァマゼチゼあネまひボぁёンダゼzひяァぴべ縷ぜをひを亜まソぽべひミぞまゾままあチん</d:BaseConcurrency>
-        <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token>nbdgygcmjnihofqvxjxfvcxqxytvlujyvxuiuxct</d:Token>
-          <d:QueriedDateTime m:type="Edm.DateTime">2013-09-18T00:44:43.6196168</d:QueriedDateTime>
-        </d:ComplexConcurrency>
-        <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">7866-11-16T22:25:52.747755+01:00</d:ModifiedDate>
-          <d:ModifiedBy>ngfqlßphequuncuprßuiydjalaamdrrbmyhvunjdbinctagtiabuegodssfolßiohssssqsxgxopzzutbdlsdjclmoutiylkssd</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>ボ畚九ぴあチひソァタ九яポ弌マポ裹黑ソ暦ソz九ゾァポポボ匚歹チ黑ゾあぁゼポёゼ</d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">2003-06-08T07:40:25.2199237</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:NestedComplexConcurrency>
-      </m:properties>
-    </content>
-  </entry>
-  <entry m:etag="W/&quot;'uacssmuxummhtezdsno%C3%9Fssrlbs%C3%9Floxjsslnnayinxiksspjsssvumgduaapcfvnssee%C3%9Fgpaxuaabosem%C3%9Fiemtufplo'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-6)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-6)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-6)/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-6)/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-6)/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-6)/Photos" />
-    <title />
-    <updated>2014-02-06T16:44:25Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-6)/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-6)/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-6</d:ProductId>
-        <d:Description>expdybhclurfobuyvzmhkgrnrajhamqmkhqpmiypittnp</d:Description>
-        <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-          <d:Width m:type="Edm.Decimal">-49157206180150400000000000000</d:Width>
-          <d:Height m:type="Edm.Decimal">-79228162514264337593543950335</d:Height>
-          <d:Depth m:type="Edm.Decimal">38.8793813628938</d:Depth>
-        </d:Dimensions>
-        <d:BaseConcurrency>uacssmuxummhtezdsnoßssrlbsßloxjsslnnayinxiksspjsssvumgduaapcfvnsseeßgpaxuaabosemßiemtufplo</d:BaseConcurrency>
-        <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token>まン裹ぁゼヲぼ歹ポぜボたゾひたソンタボたぺを欲弌ミソゾべ弌ダァぺべソ裹ひ暦ンそя欲ぺ歹ボタひせァンんゾンァポクンひぜ</d:Token>
-          <d:QueriedDateTime m:type="Edm.DateTime">0001-01-01T00:00:00</d:QueriedDateTime>
-        </d:ComplexConcurrency>
-        <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">0001-01-01T00:00:00</d:ModifiedDate>
-          <d:ModifiedBy m:null="true" />
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>zqzhnfajucmhubkegvlixzrqum</d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">9363-08-11T05:17:31.4918312</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:NestedComplexConcurrency>
-      </m:properties>
-    </content>
-  </entry>
-  <entry m:etag="W/&quot;'inxlfdfruoalzluabvubrgahsg','ixxletiyfrigooaltaqikqcnkpepfufyffmuouknjzyelardpyudoachqdejrjnuhueunugyli'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-5)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos" />
-    <title />
-    <updated>2014-02-06T16:44:25Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-5</d:ProductId>
-        <d:Description>uuudqysoiozagpcpumnydpupopsvd</d:Description>
-        <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-          <d:Width m:type="Edm.Decimal">7337.75206762393</d:Width>
-          <d:Height m:type="Edm.Decimal">-4.63644378890358</d:Height>
-          <d:Depth m:type="Edm.Decimal">-79228162514264337593543950335</d:Depth>
-        </d:Dimensions>
-        <d:BaseConcurrency>inxlfdfruoalzluabvubrgahsg</d:BaseConcurrency>
-        <d:ComplexConcurrency m:null="true" />
-        <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">9999-12-31T23:59:59.9999999</d:ModifiedDate>
-          <d:ModifiedBy>mlsbmanrhvygvakricoomrnksyutxxdrbizpdzdunzzukgkeaibnuufvxcjputulmcutevhiyflnsjahjistqrlasor</d:ModifiedBy>
-          <d:Concurrency m:null="true" />
-        </d:NestedComplexConcurrency>
-        <d:Discontinued m:type="Edm.DateTime">2012-06-17T07:49:33.4591089</d:Discontinued>
-        <d:ReplacementProductId m:type="Edm.Int32">-2147483648</d:ReplacementProductId>
-        <d:DiscontinuedPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>びマ</d:PhoneNumber>
-          <d:Extension>九ぜゾべぁびミёё歹珱九ぞあaぞクダまァミソん歹欲べ亜ぜチぜチぁボゼンяほ珱ゾゾぼ匚ぜハミソぁボぜぁァチクタ黑を匚ボグ珱ゼボソz</d:Extension>
-        </d:DiscontinuedPhone>
-        <d:ChildConcurrencyToken>ixxletiyfrigooaltaqikqcnkpepfufyffmuouknjzyelardpyudoachqdejrjnuhueunugyli</d:ChildConcurrencyToken>
-      </m:properties>
-    </content>
-  </entry>
-  <entry m:etag="W/&quot;'%E3%81%BD%E3%83%9C%EF%BE%9D%E3%81%82%E3%81%B3'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-4)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-4)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-4)/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-4)/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-4)/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-4)/Photos" />
-    <title />
-    <updated>2014-02-06T16:44:25Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-4)/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-4)/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-4</d:ProductId>
-        <d:Description>rgdhvcueuidboerbhyvsvjg</d:Description>
-        <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-          <d:Width m:type="Edm.Decimal">0</d:Width>
-          <d:Height m:type="Edm.Decimal">-62044452036508000000000000000</d:Height>
-          <d:Depth m:type="Edm.Decimal">0</d:Depth>
-        </d:Dimensions>
-        <d:BaseConcurrency>ぽボンあび</d:BaseConcurrency>
-        <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token>uyu</d:Token>
-          <d:QueriedDateTime m:type="Edm.DateTime">2012-11-20T10:27:48.8842825</d:QueriedDateTime>
-        </d:ComplexConcurrency>
-        <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">1428-10-05T04:52:59.8885925+02:00</d:ModifiedDate>
-          <d:ModifiedBy>ダチせあzミソぽЯゼチゼ縷マ縷裹ネ匚暦チя匚ぁミ弌ハ弌ソゾ弌ぽんぴゼボま縷ゼボソハ裹黑九ポ黑マあゼソをぺタぺボ亜タァまクaン亜ぺひぽぺ</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>gßoyfeyzsaelevßu</d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">2013-02-28T13:47:36.6053928</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:NestedComplexConcurrency>
-      </m:properties>
-    </content>
-  </entry>
-  <entry m:etag="W/&quot;'fvrnsbiu%C3%9Fevuqssnuidjbhtluhcydhhjihyasecdnumhdpfxtij%C3%9Flvfqngmulfvjqqtvussyix%C3%9Fykxhbnehob%C3%9Fjssfickhmevci','%E3%81%9D%E6%AD%B9%E3%82%BD%E3%83%9C%E3%83%9C%E3%82%92%E3%82%B0%E8%A3%B9%E3%81%B4%E3%83%9D%EF%BD%A6%E3%83%81'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-3)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos" />
-    <title />
-    <updated>2014-02-06T16:44:25Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-3</d:ProductId>
-        <d:Description>ißuhmxavnmlsssssjssagmqjpchjußtkcoaldeyyduarovnxspzsskufxxfltußtxfhgjlksrn</d:Description>
-        <d:Dimensions m:null="true" />
-        <d:BaseConcurrency>fvrnsbiußevuqssnuidjbhtluhcydhhjihyasecdnumhdpfxtijßlvfqngmulfvjqqtvussyixßykxhbnehobßjssfickhmevci</d:BaseConcurrency>
-        <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token>bdokxvtboyiiuphcrjrlklntbqksnlrldfzqdjgbkcbmyredrlyjunfrrfdcganncntvprydekacdauln</d:Token>
-          <d:QueriedDateTime m:null="true" />
-        </d:ComplexConcurrency>
-        <d:NestedComplexConcurrency m:null="true" />
-        <d:Discontinued m:type="Edm.DateTime">0001-01-01T00:00:00</d:Discontinued>
-        <d:ReplacementProductId m:type="Edm.Int32">-1002345821</d:ReplacementProductId>
-        <d:DiscontinuedPhone m:null="true" />
-        <d:ChildConcurrencyToken>そ歹ソボボをグ裹ぴポヲチ</d:ChildConcurrencyToken>
-      </m:properties>
-    </content>
-  </entry>
-  <entry m:etag="W/&quot;null,'yljmhbcacfnothqirhaouhoraoruscpptgzmoch'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-2)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-2)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-2)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-2)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-2)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-2)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos" />
-    <title />
-    <updated>2014-02-06T16:44:25Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-2)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-2)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-2</d:ProductId>
-        <d:Description m:null="true" />
-        <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-          <d:Width m:type="Edm.Decimal">-79228162514264337593543950335</d:Width>
-          <d:Height m:type="Edm.Decimal">44733559606978800000000000000</d:Height>
-          <d:Depth m:type="Edm.Decimal">-3913.60110028978</d:Depth>
-        </d:Dimensions>
-        <d:BaseConcurrency m:null="true" />
-        <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token>mgmjxrußcs</d:Token>
-          <d:QueriedDateTime m:type="Edm.DateTime">9018-08-19T03:09:32.9990625+02:00</d:QueriedDateTime>
-        </d:ComplexConcurrency>
-        <d:NestedComplexConcurrency m:null="true" />
-        <d:Discontinued m:type="Edm.DateTime">9999-12-31T23:59:59.9999999</d:Discontinued>
-        <d:ReplacementProductId m:type="Edm.Int32">-566261304</d:ReplacementProductId>
-        <d:DiscontinuedPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>nmaktpqeyimclgtimdspkbavivoclmvfcdeuysxemttzsckamkhukl</d:PhoneNumber>
-          <d:Extension m:null="true" />
-        </d:DiscontinuedPhone>
-        <d:ChildConcurrencyToken>yljmhbcacfnothqirhaouhoraoruscpptgzmoch</d:ChildConcurrencyToken>
-      </m:properties>
-    </content>
-  </entry>
-  <entry m:etag="W/&quot;null&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-1)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-1)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-1)/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-1)/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-1)/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-1)/Photos" />
-    <title />
-    <updated>2014-02-06T16:44:25Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-1)/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-1)/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-1</d:ProductId>
-        <d:Description>vjsmflmaltcrnxiztidnalnrbhyaqzmxgkqesxnmodm</d:Description>
-        <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-          <d:Width m:type="Edm.Decimal">0.123283309629675</d:Width>
-          <d:Height m:type="Edm.Decimal">-9264.03359778997</d:Height>
-          <d:Depth m:type="Edm.Decimal">-0.409268660025419</d:Depth>
-        </d:Dimensions>
-        <d:BaseConcurrency m:null="true" />
-        <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token>dggicadyltktsssssmißjgblhyifbsnssspssahrgcspiznverhzgyvq</d:Token>
-          <d:QueriedDateTime m:type="Edm.DateTime">9999-12-31T23:59:59.9999999</d:QueriedDateTime>
-        </d:ComplexConcurrency>
-        <d:NestedComplexConcurrency m:null="true" />
-      </m:properties>
-    </content>
-  </entry>
-</feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/filter/ceiling(Dimensions.Width) eq 7338.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/filter/ceiling(Dimensions.Width) eq 7338.full.json b/fit/src/main/resources/V30/Product/filter/ceiling(Dimensions.Width) eq 7338.full.json
deleted file mode 100644
index 56ad12c..0000000
--- a/fit/src/main/resources/V30/Product/filter/ceiling(Dimensions.Width) eq 7338.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Product","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-5)","odata.etag":"W/\"'inxlfdfruoalzluabvubrgahsg','ixxletiyfrigooaltaqikqcnkpepfufyffmuouknjzyelardpyudoachqdejrjnuhueunugyli'\"","odata.editLink":"Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct","RelatedProducts@odata.navigationLinkUrl":"Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts","Detail@odata.navigationLinkUrl":"Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail","Reviews@odata.navigationLinkUrl":"Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews","Photos@odata.navigationLinkUrl":"Product(-5)/Microsoft.Test.
 OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos","#DefaultContainer.ChangeProductDimensions":{"title":"ChangeProductDimensions","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions"},"Picture@odata.mediaEditLink":"Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture","ProductId":-5,"Description":"uuudqysoiozagpcpumnydpupopsvd","Dimensions":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions","Width@odata.type":"Edm.Decimal","Width":"7337.75206762393","Height@odata.type":"Edm.Decimal","Height":"-4.63644378890358","Depth@odata.type":"Edm.Decimal","Depth":"-79228162514264337593543950335"},"BaseConcurrency":"inxlfdfruoalzluabvubrgahsg","ComplexConcurrency":null,"NestedComplexConcurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo","Modif
 iedDate@odata.type":"Edm.DateTime","ModifiedDate":"9999-12-31T23:59:59.9999999","ModifiedBy":"mlsbmanrhvygvakricoomrnksyutxxdrbizpdzdunzzukgkeaibnuufvxcjputulmcutevhiyflnsjahjistqrlasor","Concurrency":null},"Discontinued@odata.type":"Edm.DateTime","Discontinued":"2012-06-17T07:49:33.4591089","ReplacementProductId":-2147483648,"DiscontinuedPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3073\u30de","Extension":"\u4e5d\u305c\u30be\u3079\u3041\u3073\u30df\u0451\u0451\u6b79\u73f1\u4e5d\u305e\u3042\uff41\u305e\u30af\u30c0\u307e\u30a1\u30df\u30bd\u3093\u6b79\u6b32\u3079\u4e9c\u305c\u30c1\u305c\u30c1\u3041\u30dc\u30bc\uff9d\u044f\u307b\u73f1\u30be\u30be\u307c\u531a\u305c\u30cf\u30df\u30bd\u3041\u30dc\u305c\u3041\u30a1\u30c1\u30af\u30bf\u9ed1\u3092\u531a\u30dc\u30b0\u73f1\u30bc\u30dc\u30bd\uff5a"},"ChildConcurrencyToken":"ixxletiyfrigooaltaqikqcnkpepfufyffmuouknjzyelardpyudoachqdejrjnuhueunugyli"}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/filter/ceiling(Dimensions.Width) eq 7338.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/filter/ceiling(Dimensions.Width) eq 7338.xml b/fit/src/main/resources/V30/Product/filter/ceiling(Dimensions.Width) eq 7338.xml
deleted file mode 100644
index 4d99e7a..0000000
--- a/fit/src/main/resources/V30/Product/filter/ceiling(Dimensions.Width) eq 7338.xml	
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product</id>
-  <title type="text">Product</title>
-  <updated>2014-02-13T14:31:05Z</updated>
-  <link rel="self" title="Product" href="Product" />
-  <entry m:etag="W/&quot;'inxlfdfruoalzluabvubrgahsg','ixxletiyfrigooaltaqikqcnkpepfufyffmuouknjzyelardpyudoachqdejrjnuhueunugyli'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-5)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos" />
-    <title />
-    <updated>2014-02-13T14:31:05Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-5</d:ProductId>
-        <d:Description>uuudqysoiozagpcpumnydpupopsvd</d:Description>
-        <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-          <d:Width m:type="Edm.Decimal">7337.75206762393</d:Width>
-          <d:Height m:type="Edm.Decimal">-4.63644378890358</d:Height>
-          <d:Depth m:type="Edm.Decimal">-79228162514264337593543950335</d:Depth>
-        </d:Dimensions>
-        <d:BaseConcurrency>inxlfdfruoalzluabvubrgahsg</d:BaseConcurrency>
-        <d:ComplexConcurrency m:null="true" />
-        <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">9999-12-31T23:59:59.9999999</d:ModifiedDate>
-          <d:ModifiedBy>mlsbmanrhvygvakricoomrnksyutxxdrbizpdzdunzzukgkeaibnuufvxcjputulmcutevhiyflnsjahjistqrlasor</d:ModifiedBy>
-          <d:Concurrency m:null="true" />
-        </d:NestedComplexConcurrency>
-        <d:Discontinued m:type="Edm.DateTime">2012-06-17T07:49:33.4591089</d:Discontinued>
-        <d:ReplacementProductId m:type="Edm.Int32">-2147483648</d:ReplacementProductId>
-        <d:DiscontinuedPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>びマ</d:PhoneNumber>
-          <d:Extension>九ぜゾべぁびミёё歹珱九ぞあaぞクダまァミソん歹欲べ亜ぜチぜチぁボゼンяほ珱ゾゾぼ匚ぜハミソぁボぜぁァチクタ黑を匚ボグ珱ゼボソz</d:Extension>
-        </d:DiscontinuedPhone>
-        <d:ChildConcurrencyToken>ixxletiyfrigooaltaqikqcnkpepfufyffmuouknjzyelardpyudoachqdejrjnuhueunugyli</d:ChildConcurrencyToken>
-      </m:properties>
-    </content>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/filter/concat(Description, ', newname') eq 'kdcuklu, newname'.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/filter/concat(Description, ', newname') eq 'kdcuklu, newname'.full.json b/fit/src/main/resources/V30/Product/filter/concat(Description, ', newname') eq 'kdcuklu, newname'.full.json
deleted file mode 100644
index 7953935..0000000
--- a/fit/src/main/resources/V30/Product/filter/concat(Description, ', newname') eq 'kdcuklu, newname'.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Product","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)","odata.etag":"W/\"'%D1%8F%E3%82%A1%E3%81%9D%E7%8F%B1%EF%BD%9A%E3%81%9D%E7%B8%B7%E3%83%9F%D1%91%E3%83%9C%E3%81%9C%D0%AF%E6%AD%B9%E3%83%9F%E3%83%90%E3%81%BB%E3%83%9D%E3%81%BB%E3%82%BC%EF%BD%A6%E7%95%9A%E3%82%AF%E3%81%BB%EF%BE%88%E3%82%BC%E3%81%BE%E8%A3%B9%E3%81%B3%E3%81%B4%E3%81%B9%E6%AD%B9%E3%81%82%E3%83%80%E3%82%B0%E3%82%BD%E3%81%B3%D1%91%D1%91%E3%82%93%E3%83%9D%E3%81%9D%E3%83%9F%E3%83%9E%E3%81%BB%E3%82%BD%EF%BD%9A%E8%A3%B9%E3%81%BC%E3%82%93%E7%8F%B1%E3%81%B9%E3%82%BC%E6%AD%B9%E3%83%9F%EF%BD%9A%E3%83%9D%E3%81%9C%E3%81%9E%E3%82%BD%E3%83%9D%E3%81%BA%E3%83%9F%E3%83%80%E6%AC%B2%E5%BC%8C%D1%8F%E3%82%BD%E3%82%BD%E3%81%BD%E3%82%BD%E3%81%B9%E3%83%90%E9%BB%91%E4%B9%9D%E7%8F%B1%E3%81%9E%E3%
 83%9D%D0%AF%E3%83%80%E3%82%BD%E3%82%BC','%E8%A3%B9%E3%81%BA%E3%82%BE%E7%B8%B7%E3%82%BC%E3%81%BB%E3%82%BC%E3%82%BD%EF%BD%9A%E3%82%BC%EF%BD%9A%E3%81%9C%E3%82%BD%EF%BE%9D%E3%82%BC%E3%82%92%E3%81%BE%E3%81%81%E3%83%80%E3%81%B3%E3%82%BF%E7%8F%B1%E3%82%BF%E3%83%90%E3%82%BE%E3%82%BE%E3%83%9F%E3%83%81%E3%83%9C%E6%9A%A6%E3%82%BD%E3%82%A1%E3%81%B9%E8%A3%B9%E3%83%9D%E3%81%9C%E3%82%92%EF%BD%A6%E3%81%B3%E3%82%BC%E3%83%9E%E3%82%92%E3%82%BC%E3%83%9F%E3%81%BD%E3%83%9C%E3%82%BD%EF%BE%88%E3%81%BD%E3%83%9D%E3%83%9F%E3%82%BE%EF%BD%81%E3%82%BF%E3%82%BD%E3%81%81%E3%83%9E%E8%A3%B9%E3%82%B0%EF%BD%81%E3%82%BF%E6%AD%B9%E6%AD%B9%E3%81%9F%EF%BD%9A%E3%83%90%E7%B8%B7%E3%83%81%E3%82%93%E3%82%92%D0%AF%E3%82%93%E7%95%9A%E3%81%9F%E3%82%BE%E3%81%B9%E3%82%BD%E6%AC%B2%E3%82%A1%E7%B8%B7%D1%8F%E3%83%9F%E3%82%92%EF%BD%A6%E3%81%9B%EF%BD%A6%E3%82%BC%E3%83%9E%E3%82%BD%E3%83%9C%E3%82%BC%E3%82%BC%E3%83%81%E3%81%BC%E7%95%9A%E7%8F%B1'\"","odata.editLink":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.Discontinue
 dProduct","RelatedProducts@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts","Detail@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail","Reviews@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews","Photos@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos","#DefaultContainer.ChangeProductDimensions":{"title":"ChangeProductDimensions","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions"},"Picture@odata.mediaEditLink":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture","ProductId":-9,"Description":"kdcuklu","Dimensions":{"odata.type":
 "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions","Width@odata.type":"Edm.Decimal","Width":"-25802798699776200000000000000","Height@odata.type":"Edm.Decimal","Height":"38.543408267225","Depth@odata.type":"Edm.Decimal","Depth":"-8459.21552673786"},"BaseConcurrency":"\u044f\u30a1\u305d\u73f1\uff5a\u305d\u7e37\u30df\u0451\u30dc\u305c\u042f\u6b79\u30df\u30d0\u307b\u30dd\u307b\u30bc\uff66\u755a\u30af\u307b\uff88\u30bc\u307e\u88f9\u3073\u3074\u3079\u6b79\u3042\u30c0\u30b0\u30bd\u3073\u0451\u0451\u3093\u30dd\u305d\u30df\u30de\u307b\u30bd\uff5a\u88f9\u307c\u3093\u73f1\u3079\u30bc\u6b79\u30df\uff5a\u30dd\u305c\u305e\u30bd\u30dd\u307a\u30df\u30c0\u6b32\u5f0c\u044f\u30bd\u30bd\u307d\u30bd\u3079\u30d0\u9ed1\u4e5d\u73f1\u305e\u30dd\u042f\u30c0\u30bd\u30bc","ComplexConcurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo","Token":"vkvezqrkjuykjmk\u00dfyqpliyv\u00df","QueriedDateTime":null},"NestedComplexConcurrency":{"odata.type":"Microsoft.Te
 st.OData.Services.AstoriaDefaultService.AuditInfo","ModifiedDate@odata.type":"Edm.DateTime","ModifiedDate":"2012-11-20T10:27:48.8528105","ModifiedBy":"gtpakgdzcfjyumozyqzrhxuypuzfqhvmzeepvjllfncsjuumjzdxvlhjprgphzfvjxzsklilojgtqhktpj","Concurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo","Token":"\u30dc\u30dc\uff9d\u3072\u0451\u7e37\u305d\u30a1\u307d\u30bc\u3093\u30c0\u73f1\u30bc\u3041\uff5a\u755a\u4e9c\u4e9c\u30bc\u3072\u30d0\u4e9c\u307b\u3079\u30cf\uff9d\uff88\u305f\u30dd\u4e5d\u30be\u3079\u30c0\u305e\u755a\u30bf\uff5a\u30be\u307c\u30a1\u042f\u30c0\u3092\u3042","QueriedDateTime@odata.type":"Edm.DateTime","QueriedDateTime":"2005-10-12T22:26:24.9396883"}},"Discontinued@odata.type":"Edm.DateTime","Discontinued":"2005-07-28T13:09:56.9997833","ReplacementProductId":null,"DiscontinuedPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u7e37\u305f\u3079\u30cf\u30dc\u6b32\u30a1\u3093\u307d\u3074\u30bd
 \uff41\u307d\u30be\u3042\u305f\u3041\u30bd\u3073\u307c\u30dd\u4e5d\u30d0\u307b\u755a\u30bc\u307e\uff41\u307c\u305d\u042f\u4e9c\uff88\u3041\u30b0\u3074\u66a6\uff5a\u30dd\u307b\u30dc\u30dc\uff88\u3074","Extension":"bozhmrtomzrcmheuuqybovfiuypathsafmriopuccbqubhqbmuauxvnftvnpisgobryzqya"},"ChildConcurrencyToken":"\u88f9\u307a\u30be\u7e37\u30bc\u307b\u30bc\u30bd\uff5a\u30bc\uff5a\u305c\u30bd\uff9d\u30bc\u3092\u307e\u3041\u30c0\u3073\u30bf\u73f1\u30bf\u30d0\u30be\u30be\u30df\u30c1\u30dc\u66a6\u30bd\u30a1\u3079\u88f9\u30dd\u305c\u3092\uff66\u3073\u30bc\u30de\u3092\u30bc\u30df\u307d\u30dc\u30bd\uff88\u307d\u30dd\u30df\u30be\uff41\u30bf\u30bd\u3041\u30de\u88f9\u30b0\uff41\u30bf\u6b79\u6b79\u305f\uff5a\u30d0\u7e37\u30c1\u3093\u3092\u042f\u3093\u755a\u305f\u30be\u3079\u30bd\u6b32\u30a1\u7e37\u044f\u30df\u3092\uff66\u305b\uff66\u30bc\u30de\u30bd\u30dc\u30bc\u30bc\u30c1\u307c\u755a\u73f1"}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/filter/concat(Description, ', newname') eq 'kdcuklu, newname'.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/filter/concat(Description, ', newname') eq 'kdcuklu, newname'.xml b/fit/src/main/resources/V30/Product/filter/concat(Description, ', newname') eq 'kdcuklu, newname'.xml
deleted file mode 100644
index e094c69..0000000
--- a/fit/src/main/resources/V30/Product/filter/concat(Description, ', newname') eq 'kdcuklu, newname'.xml	
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product</id>
-  <title type="text">Product</title>
-  <updated>2014-02-13T14:31:07Z</updated>
-  <link rel="self" title="Product" href="Product" />
-  <entry m:etag="W/&quot;'%D1%8F%E3%82%A1%E3%81%9D%E7%8F%B1%EF%BD%9A%E3%81%9D%E7%B8%B7%E3%83%9F%D1%91%E3%83%9C%E3%81%9C%D0%AF%E6%AD%B9%E3%83%9F%E3%83%90%E3%81%BB%E3%83%9D%E3%81%BB%E3%82%BC%EF%BD%A6%E7%95%9A%E3%82%AF%E3%81%BB%EF%BE%88%E3%82%BC%E3%81%BE%E8%A3%B9%E3%81%B3%E3%81%B4%E3%81%B9%E6%AD%B9%E3%81%82%E3%83%80%E3%82%B0%E3%82%BD%E3%81%B3%D1%91%D1%91%E3%82%93%E3%83%9D%E3%81%9D%E3%83%9F%E3%83%9E%E3%81%BB%E3%82%BD%EF%BD%9A%E8%A3%B9%E3%81%BC%E3%82%93%E7%8F%B1%E3%81%B9%E3%82%BC%E6%AD%B9%E3%83%9F%EF%BD%9A%E3%83%9D%E3%81%9C%E3%81%9E%E3%82%BD%E3%83%9D%E3%81%BA%E3%83%9F%E3%83%80%E6%AC%B2%E5%BC%8C%D1%8F%E3%82%BD%E3%82%BD%E3%81%BD%E3%82%BD%E3%81%B9%E3%83%90%E9%BB%91%E4%B9%9D%E7%8F%B1%E3%81%9E%E3%83%9D%D0%AF%E3%83%80%E3%82%BD%E3%82%BC','%E8%A3%B9%E3%81%BA%E3%82%BE%E7%B8%B7%E3%82%BC%E3%81%BB%E3%82%BC%E3%82%BD%EF%BD%9A%E3%82%BC%EF%BD%9A%E3%81%9C%E3%82%BD%EF%BE%9D%E3%82%BC%E3%82%92%E3%81%BE%E3%81%81%E3%83%80%E3%81%B3%E3%82%BF%E7%8F%B1%E3%82%BF%E3%83%90%E3%82%BE%E3%82%BE%E3%83%9F%E3%83%81%E3%83%9
 C%E6%9A%A6%E3%82%BD%E3%82%A1%E3%81%B9%E8%A3%B9%E3%83%9D%E3%81%9C%E3%82%92%EF%BD%A6%E3%81%B3%E3%82%BC%E3%83%9E%E3%82%92%E3%82%BC%E3%83%9F%E3%81%BD%E3%83%9C%E3%82%BD%EF%BE%88%E3%81%BD%E3%83%9D%E3%83%9F%E3%82%BE%EF%BD%81%E3%82%BF%E3%82%BD%E3%81%81%E3%83%9E%E8%A3%B9%E3%82%B0%EF%BD%81%E3%82%BF%E6%AD%B9%E6%AD%B9%E3%81%9F%EF%BD%9A%E3%83%90%E7%B8%B7%E3%83%81%E3%82%93%E3%82%92%D0%AF%E3%82%93%E7%95%9A%E3%81%9F%E3%82%BE%E3%81%B9%E3%82%BD%E6%AC%B2%E3%82%A1%E7%B8%B7%D1%8F%E3%83%9F%E3%82%92%EF%BD%A6%E3%81%9B%EF%BD%A6%E3%82%BC%E3%83%9E%E3%82%BD%E3%83%9C%E3%82%BC%E3%82%BC%E3%83%81%E3%81%BC%E7%95%9A%E7%8F%B1'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos" />
-    <title />
-    <updated>2014-02-13T14:31:07Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-9</d:ProductId>
-        <d:Description>kdcuklu</d:Description>
-        <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-          <d:Width m:type="Edm.Decimal">-25802798699776200000000000000</d:Width>
-          <d:Height m:type="Edm.Decimal">38.543408267225</d:Height>
-          <d:Depth m:type="Edm.Decimal">-8459.21552673786</d:Depth>
-        </d:Dimensions>
-        <d:BaseConcurrency>яァそ珱zそ縷ミёボぜЯ歹ミバほポほゼヲ畚クほネゼま裹びぴべ歹あダグソびёёんポそミマほソz裹ぼん珱べゼ歹ミzポぜぞソポぺミダ欲弌яソソぽソべバ黑九珱ぞポЯダソゼ</d:BaseConcurrency>
-        <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token>vkvezqrkjuykjmkßyqpliyvß</d:Token>
-          <d:QueriedDateTime m:null="true" />
-        </d:ComplexConcurrency>
-        <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">2012-11-20T10:27:48.8528105</d:ModifiedDate>
-          <d:ModifiedBy>gtpakgdzcfjyumozyqzrhxuypuzfqhvmzeepvjllfncsjuumjzdxvlhjprgphzfvjxzsklilojgtqhktpj</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>ボボンひё縷そァぽゼんダ珱ゼぁz畚亜亜ゼひバ亜ほべハンネたポ九ゾべダぞ畚タzゾぼァЯダをあ</d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">2005-10-12T22:26:24.9396883</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:NestedComplexConcurrency>
-        <d:Discontinued m:type="Edm.DateTime">2005-07-28T13:09:56.9997833</d:Discontinued>
-        <d:ReplacementProductId m:null="true" />
-        <d:DiscontinuedPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>縷たべハボ欲ァんぽぴソaぽゾあたぁソびぼポ九バほ畚ゼまaぼそЯ亜ネぁグぴ暦zポほボボネぴ</d:PhoneNumber>
-          <d:Extension>bozhmrtomzrcmheuuqybovfiuypathsafmriopuccbqubhqbmuauxvnftvnpisgobryzqya</d:Extension>
-        </d:DiscontinuedPhone>
-        <d:ChildConcurrencyToken>裹ぺゾ縷ゼほゼソzゼzぜソンゼをまぁダびタ珱タバゾゾミチボ暦ソァべ裹ポぜをヲびゼマをゼミぽボソネぽポミゾaタソぁマ裹グaタ歹歹たzバ縷チんをЯん畚たゾべソ欲ァ縷яミをヲせヲゼマソボゼゼチぼ畚珱</d:ChildConcurrencyToken>
-      </m:properties>
-    </content>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/filter/floor(Dimensions.Width) eq 7337.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/filter/floor(Dimensions.Width) eq 7337.full.json b/fit/src/main/resources/V30/Product/filter/floor(Dimensions.Width) eq 7337.full.json
deleted file mode 100644
index 56ad12c..0000000
--- a/fit/src/main/resources/V30/Product/filter/floor(Dimensions.Width) eq 7337.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Product","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-5)","odata.etag":"W/\"'inxlfdfruoalzluabvubrgahsg','ixxletiyfrigooaltaqikqcnkpepfufyffmuouknjzyelardpyudoachqdejrjnuhueunugyli'\"","odata.editLink":"Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct","RelatedProducts@odata.navigationLinkUrl":"Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts","Detail@odata.navigationLinkUrl":"Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail","Reviews@odata.navigationLinkUrl":"Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews","Photos@odata.navigationLinkUrl":"Product(-5)/Microsoft.Test.
 OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos","#DefaultContainer.ChangeProductDimensions":{"title":"ChangeProductDimensions","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions"},"Picture@odata.mediaEditLink":"Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture","ProductId":-5,"Description":"uuudqysoiozagpcpumnydpupopsvd","Dimensions":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions","Width@odata.type":"Edm.Decimal","Width":"7337.75206762393","Height@odata.type":"Edm.Decimal","Height":"-4.63644378890358","Depth@odata.type":"Edm.Decimal","Depth":"-79228162514264337593543950335"},"BaseConcurrency":"inxlfdfruoalzluabvubrgahsg","ComplexConcurrency":null,"NestedComplexConcurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo","Modif
 iedDate@odata.type":"Edm.DateTime","ModifiedDate":"9999-12-31T23:59:59.9999999","ModifiedBy":"mlsbmanrhvygvakricoomrnksyutxxdrbizpdzdunzzukgkeaibnuufvxcjputulmcutevhiyflnsjahjistqrlasor","Concurrency":null},"Discontinued@odata.type":"Edm.DateTime","Discontinued":"2012-06-17T07:49:33.4591089","ReplacementProductId":-2147483648,"DiscontinuedPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3073\u30de","Extension":"\u4e5d\u305c\u30be\u3079\u3041\u3073\u30df\u0451\u0451\u6b79\u73f1\u4e5d\u305e\u3042\uff41\u305e\u30af\u30c0\u307e\u30a1\u30df\u30bd\u3093\u6b79\u6b32\u3079\u4e9c\u305c\u30c1\u305c\u30c1\u3041\u30dc\u30bc\uff9d\u044f\u307b\u73f1\u30be\u30be\u307c\u531a\u305c\u30cf\u30df\u30bd\u3041\u30dc\u305c\u3041\u30a1\u30c1\u30af\u30bf\u9ed1\u3092\u531a\u30dc\u30b0\u73f1\u30bc\u30dc\u30bd\uff5a"},"ChildConcurrencyToken":"ixxletiyfrigooaltaqikqcnkpepfufyffmuouknjzyelardpyudoachqdejrjnuhueunugyli"}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/filter/floor(Dimensions.Width) eq 7337.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/filter/floor(Dimensions.Width) eq 7337.xml b/fit/src/main/resources/V30/Product/filter/floor(Dimensions.Width) eq 7337.xml
deleted file mode 100644
index 4d99e7a..0000000
--- a/fit/src/main/resources/V30/Product/filter/floor(Dimensions.Width) eq 7337.xml	
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product</id>
-  <title type="text">Product</title>
-  <updated>2014-02-13T14:31:05Z</updated>
-  <link rel="self" title="Product" href="Product" />
-  <entry m:etag="W/&quot;'inxlfdfruoalzluabvubrgahsg','ixxletiyfrigooaltaqikqcnkpepfufyffmuouknjzyelardpyudoachqdejrjnuhueunugyli'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-5)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos" />
-    <title />
-    <updated>2014-02-13T14:31:05Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-5</d:ProductId>
-        <d:Description>uuudqysoiozagpcpumnydpupopsvd</d:Description>
-        <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-          <d:Width m:type="Edm.Decimal">7337.75206762393</d:Width>
-          <d:Height m:type="Edm.Decimal">-4.63644378890358</d:Height>
-          <d:Depth m:type="Edm.Decimal">-79228162514264337593543950335</d:Depth>
-        </d:Dimensions>
-        <d:BaseConcurrency>inxlfdfruoalzluabvubrgahsg</d:BaseConcurrency>
-        <d:ComplexConcurrency m:null="true" />
-        <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">9999-12-31T23:59:59.9999999</d:ModifiedDate>
-          <d:ModifiedBy>mlsbmanrhvygvakricoomrnksyutxxdrbizpdzdunzzukgkeaibnuufvxcjputulmcutevhiyflnsjahjistqrlasor</d:ModifiedBy>
-          <d:Concurrency m:null="true" />
-        </d:NestedComplexConcurrency>
-        <d:Discontinued m:type="Edm.DateTime">2012-06-17T07:49:33.4591089</d:Discontinued>
-        <d:ReplacementProductId m:type="Edm.Int32">-2147483648</d:ReplacementProductId>
-        <d:DiscontinuedPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>びマ</d:PhoneNumber>
-          <d:Extension>九ぜゾべぁびミёё歹珱九ぞあaぞクダまァミソん歹欲べ亜ぜチぜチぁボゼンяほ珱ゾゾぼ匚ぜハミソぁボぜぁァチクタ黑を匚ボグ珱ゼボソz</d:Extension>
-        </d:DiscontinuedPhone>
-        <d:ChildConcurrencyToken>ixxletiyfrigooaltaqikqcnkpepfufyffmuouknjzyelardpyudoachqdejrjnuhueunugyli</d:ChildConcurrencyToken>
-      </m:properties>
-    </content>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/filter/indexof(Description, 'k') eq 0.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/filter/indexof(Description, 'k') eq 0.full.json b/fit/src/main/resources/V30/Product/filter/indexof(Description, 'k') eq 0.full.json
deleted file mode 100644
index 45c6a1d..0000000
--- a/fit/src/main/resources/V30/Product/filter/indexof(Description, 'k') eq 0.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Product","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)","odata.etag":"W/\"'%D1%8F%E3%82%A1%E3%81%9D%E7%8F%B1%EF%BD%9A%E3%81%9D%E7%B8%B7%E3%83%9F%D1%91%E3%83%9C%E3%81%9C%D0%AF%E6%AD%B9%E3%83%9F%E3%83%90%E3%81%BB%E3%83%9D%E3%81%BB%E3%82%BC%EF%BD%A6%E7%95%9A%E3%82%AF%E3%81%BB%EF%BE%88%E3%82%BC%E3%81%BE%E8%A3%B9%E3%81%B3%E3%81%B4%E3%81%B9%E6%AD%B9%E3%81%82%E3%83%80%E3%82%B0%E3%82%BD%E3%81%B3%D1%91%D1%91%E3%82%93%E3%83%9D%E3%81%9D%E3%83%9F%E3%83%9E%E3%81%BB%E3%82%BD%EF%BD%9A%E8%A3%B9%E3%81%BC%E3%82%93%E7%8F%B1%E3%81%B9%E3%82%BC%E6%AD%B9%E3%83%9F%EF%BD%9A%E3%83%9D%E3%81%9C%E3%81%9E%E3%82%BD%E3%83%9D%E3%81%BA%E3%83%9F%E3%83%80%E6%AC%B2%E5%BC%8C%D1%8F%E3%82%BD%E3%82%BD%E3%81%BD%E3%82%BD%E3%81%B9%E3%83%90%E9%BB%91%E4%B9%9D%E7%8F%B1%E3%81%9E%E3%
 83%9D%D0%AF%E3%83%80%E3%82%BD%E3%82%BC','%E8%A3%B9%E3%81%BA%E3%82%BE%E7%B8%B7%E3%82%BC%E3%81%BB%E3%82%BC%E3%82%BD%EF%BD%9A%E3%82%BC%EF%BD%9A%E3%81%9C%E3%82%BD%EF%BE%9D%E3%82%BC%E3%82%92%E3%81%BE%E3%81%81%E3%83%80%E3%81%B3%E3%82%BF%E7%8F%B1%E3%82%BF%E3%83%90%E3%82%BE%E3%82%BE%E3%83%9F%E3%83%81%E3%83%9C%E6%9A%A6%E3%82%BD%E3%82%A1%E3%81%B9%E8%A3%B9%E3%83%9D%E3%81%9C%E3%82%92%EF%BD%A6%E3%81%B3%E3%82%BC%E3%83%9E%E3%82%92%E3%82%BC%E3%83%9F%E3%81%BD%E3%83%9C%E3%82%BD%EF%BE%88%E3%81%BD%E3%83%9D%E3%83%9F%E3%82%BE%EF%BD%81%E3%82%BF%E3%82%BD%E3%81%81%E3%83%9E%E8%A3%B9%E3%82%B0%EF%BD%81%E3%82%BF%E6%AD%B9%E6%AD%B9%E3%81%9F%EF%BD%9A%E3%83%90%E7%B8%B7%E3%83%81%E3%82%93%E3%82%92%D0%AF%E3%82%93%E7%95%9A%E3%81%9F%E3%82%BE%E3%81%B9%E3%82%BD%E6%AC%B2%E3%82%A1%E7%B8%B7%D1%8F%E3%83%9F%E3%82%92%EF%BD%A6%E3%81%9B%EF%BD%A6%E3%82%BC%E3%83%9E%E3%82%BD%E3%83%9C%E3%82%BC%E3%82%BC%E3%83%81%E3%81%BC%E7%95%9A%E7%8F%B1'\"","odata.editLink":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.Discontinue
 dProduct","RelatedProducts@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts","Detail@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail","Reviews@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews","Photos@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos","#DefaultContainer.ChangeProductDimensions":{"title":"ChangeProductDimensions","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions"},"Picture@odata.mediaEditLink":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture","ProductId":-9,"Description":"kdcuklu","Dimensions":{"odata.type":
 "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions","Width@odata.type":"Edm.Decimal","Width":"-25802798699776200000000000000","Height@odata.type":"Edm.Decimal","Height":"38.543408267225","Depth@odata.type":"Edm.Decimal","Depth":"-8459.21552673786"},"BaseConcurrency":"\u044f\u30a1\u305d\u73f1\uff5a\u305d\u7e37\u30df\u0451\u30dc\u305c\u042f\u6b79\u30df\u30d0\u307b\u30dd\u307b\u30bc\uff66\u755a\u30af\u307b\uff88\u30bc\u307e\u88f9\u3073\u3074\u3079\u6b79\u3042\u30c0\u30b0\u30bd\u3073\u0451\u0451\u3093\u30dd\u305d\u30df\u30de\u307b\u30bd\uff5a\u88f9\u307c\u3093\u73f1\u3079\u30bc\u6b79\u30df\uff5a\u30dd\u305c\u305e\u30bd\u30dd\u307a\u30df\u30c0\u6b32\u5f0c\u044f\u30bd\u30bd\u307d\u30bd\u3079\u30d0\u9ed1\u4e5d\u73f1\u305e\u30dd\u042f\u30c0\u30bd\u30bc","ComplexConcurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo","Token":"vkvezqrkjuykjmk\u00dfyqpliyv\u00df","QueriedDateTime":null},"NestedComplexConcurrency":{"odata.type":"Microsoft.Te
 st.OData.Services.AstoriaDefaultService.AuditInfo","ModifiedDate@odata.type":"Edm.DateTime","ModifiedDate":"2012-11-20T10:27:48.8528105","ModifiedBy":"gtpakgdzcfjyumozyqzrhxuypuzfqhvmzeepvjllfncsjuumjzdxvlhjprgphzfvjxzsklilojgtqhktpj","Concurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo","Token":"\u30dc\u30dc\uff9d\u3072\u0451\u7e37\u305d\u30a1\u307d\u30bc\u3093\u30c0\u73f1\u30bc\u3041\uff5a\u755a\u4e9c\u4e9c\u30bc\u3072\u30d0\u4e9c\u307b\u3079\u30cf\uff9d\uff88\u305f\u30dd\u4e5d\u30be\u3079\u30c0\u305e\u755a\u30bf\uff5a\u30be\u307c\u30a1\u042f\u30c0\u3092\u3042","QueriedDateTime@odata.type":"Edm.DateTime","QueriedDateTime":"2005-10-12T22:26:24.9396883"}},"Discontinued@odata.type":"Edm.DateTime","Discontinued":"2005-07-28T13:09:56.9997833","ReplacementProductId":null,"DiscontinuedPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u7e37\u305f\u3079\u30cf\u30dc\u6b32\u30a1\u3093\u307d\u3074\u30bd
 \uff41\u307d\u30be\u3042\u305f\u3041\u30bd\u3073\u307c\u30dd\u4e5d\u30d0\u307b\u755a\u30bc\u307e\uff41\u307c\u305d\u042f\u4e9c\uff88\u3041\u30b0\u3074\u66a6\uff5a\u30dd\u307b\u30dc\u30dc\uff88\u3074","Extension":"bozhmrtomzrcmheuuqybovfiuypathsafmriopuccbqubhqbmuauxvnftvnpisgobryzqya"},"ChildConcurrencyToken":"\u88f9\u307a\u30be\u7e37\u30bc\u307b\u30bc\u30bd\uff5a\u30bc\uff5a\u305c\u30bd\uff9d\u30bc\u3092\u307e\u3041\u30c0\u3073\u30bf\u73f1\u30bf\u30d0\u30be\u30be\u30df\u30c1\u30dc\u66a6\u30bd\u30a1\u3079\u88f9\u30dd\u305c\u3092\uff66\u3073\u30bc\u30de\u3092\u30bc\u30df\u307d\u30dc\u30bd\uff88\u307d\u30dd\u30df\u30be\uff41\u30bf\u30bd\u3041\u30de\u88f9\u30b0\uff41\u30bf\u6b79\u6b79\u305f\uff5a\u30d0\u7e37\u30c1\u3093\u3092\u042f\u3093\u755a\u305f\u30be\u3079\u30bd\u6b32\u30a1\u7e37\u044f\u30df\u3092\uff66\u305b\uff66\u30bc\u30de\u30bd\u30dc\u30bc\u30bc\u30c1\u307c\u755a\u73f1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct","odata.id":"http:/
 /localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-8)","odata.etag":"W/\"'asme','hhsbjscessmdunkssmvqmqyzuahm'\"","odata.editLink":"Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct","RelatedProducts@odata.navigationLinkUrl":"Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts","Detail@odata.navigationLinkUrl":"Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail","Reviews@odata.navigationLinkUrl":"Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews","Photos@odata.navigationLinkUrl":"Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos","#DefaultContainer.ChangeProductDimensions":{"title":"ChangeProductDimensions","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.Dis
 continuedProduct/ChangeProductDimensions"},"Picture@odata.mediaEditLink":"Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture","ProductId":-8,"Description":"kel\u00dfebrrbesshcnkmhsxoky\u00dfetgscprtmiptxyiqnxrohj\u00dfuyfeg\u00df\u00dfmlnejcsmkemgjfrxpqfeffuuqrubvznftmniuulxz","Dimensions":null,"BaseConcurrency":"asme","ComplexConcurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo","Token":null,"QueriedDateTime@odata.type":"Edm.DateTime","QueriedDateTime":"2012-10-11T05:04:16.3627949"},"NestedComplexConcurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo","ModifiedDate@odata.type":"Edm.DateTime","ModifiedDate":"5431-05-27T11:53:49.8454872+02:00","ModifiedBy":"xsnquujocxuumpeqsbodtugghfrghfuihjiyxgvcntkflpxohuyfgytigbdl","Concurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo","Token":"solisgfvqa","QueriedDateTime@odata.type":"Ed
 m.DateTime","QueriedDateTime":"9363-12-30T16:34:30.1866623"}},"Discontinued@odata.type":"Edm.DateTime","Discontinued":"2012-08-22T13:41:42.8011658","ReplacementProductId":62,"DiscontinuedPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ulemcjvsndemzkctrfhkiuiblmhdkkledze","Extension":"\u30b0\u9ed1\u30dd\u042f\u30dd\u30bd\u6b32\u30bf\u3074\u307a\u755a\u3092\u307b\u307e\u30d0\u307d\uff9d\u30bc\u6b79\u3041\u30dd\u0451\u30cf\u3092\u305c\u4e5d\u042f\u307e\u042f\u30bd\u305c\u66a6\uff5a\u30c0\u044f\u30c1\u30bc\u6b32\u30bd\u30df\u30de\u3041\u3079\u3041\u30cf\u3074\u3092\u531a\u30dd\u30df\u3042\u4e5d\u305e\u30df\u305e\u30a1\u30a1\u30af\u88f9\uff41\u30bd\u30bf\u30bf\u4e9c\u305d\u3042\u30af\u30de\u307d\u0451\u73f1\u3072\uff88\u305c\u30af\u30dc\u6b32\u30c0\u30df\u9ed1"},"ChildConcurrencyToken":"hhsbjscessmdunkssmvqmqyzuahm"}]}
\ No newline at end of file


[42/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/-7/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/-7/entity.xml b/fit/src/main/resources/V30/Customer/-7/entity.xml
deleted file mode 100644
index 982d984..0000000
--- a/fit/src/main/resources/V30/Customer/-7/entity.xml
+++ /dev/null
@@ -1,381 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-7)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="Customer" href="Customer(-7)" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-7)/Orders" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-7)/Logins" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-7)/Husband" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-7)/Wife" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-7)/Info" />
-  <title />
-  <summary type="text">remotingdestructorprinterswitcheschannelssatellitelanguageresolve</summary>
-  <updated>2014-02-13T15:23:49Z</updated>
-  <author>
-    <name />
-  </author>
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-7)/Thumbnail" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-7)/Video" />
-  <content type="application/xml">
-    <m:properties>
-      <d:CustomerId m:type="Edm.Int32">-7</d:CustomerId>
-      <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-        <d:EmailBag m:type="Collection(Edm.String)" />
-        <d:AlternativeNames m:type="Collection(Edm.String)">
-          <d:element>ソяソゾ珱ダぁぺミヲネひぴ弌弌ゾァクをぞネヲぁぁミを欲畚ダびび黑を畚グぞ亜ぽゼせポяz黑たバまz亜ク九んまマボゾネゼ亜チ</d:element>
-          <d:element>ltevfhqrezbjyaoxoaviujvpncxuflugkghoisylipqgecqkulplvikixhcilkgmovz</d:element>
-          <d:element>
-          </d:element>
-          <d:element>gßntmp</d:element>
-          <d:element>gxyfljyfcrmyaqducbdizxsdkmizhjxymiunrvhntd</d:element>
-          <d:element>bfgdndhikllopuzfyytupgxjrkhtrgpemgcurptohsamqhazhctfzdcvhymivnhoxjncntpfuqjvfgtfjjhkndec</d:element>
-          <d:element>uerdvhyrbvujpqkufyhmeudrjbssnqjhouaxdmjqlkspmrexxoothuztqvßxqkfavkrcnubrzdyign</d:element>
-        </d:AlternativeNames>
-        <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>lqzgcfbjlmzeoqteatdexkuivugeeajcgvlojfzcmsogc</d:element>
-            <d:element>匚ポンチあёタё欲縷ソソzたグタぜミマまひボボマ歹ёゾたァゾ珱ぁ縷マをゼЯ縷ぴをんゾァチ歹タまゼゼボぼタぞボタぞёを九яチグマァяゼチぽ</d:element>
-            <d:element>ぺタゼヲマんぁ歹ん亜ぁ亜ミほんaほひびクマぞひ九z匚ンダゼネяハゼそяンミマ歹暦ンソソぽタバンせマゾん</d:element>
-            <d:element>vihrazgmjgtkgpbgbnfhhcsycgvzxssrzzvfssqirsslleimedhyhfuvfcnhlk</d:element>
-          </d:AlternativeNames>
-        </d:ContactAlias>
-        <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>xmnfdsozhyybqhuejakrzoqntnorssxevpjsmsipruxjjghuodqthbvutzantnlssnvi</d:PhoneNumber>
-          <d:Extension>クをソ弌ゾあマぺぴグ匚яゼんそマバ亜ボネボマチ畚ぜマ裹畚チま九チソバぽゼzゼァミёポ暦びzダせボソぞソ畚チマяポ九チマ匚ひ欲ポ黑ボ</d:Extension>
-        </d:HomePhone>
-        <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>ぴゼ黑zz畚ゼaチボぽソソ暦縷ン九ハハポゼミダダべя裹ダミネをハ九ゼまソポ亜あ弌ァボぞひ裹ゼぴそミぺ欲ぴソяァソ縷グミaネ歹べハんポマぁタソァンタ暦</d:PhoneNumber>
-          <d:Extension>qxxvvluootexndauvmjmxcsupdzvrqspyltziba</d:Extension>
-        </d:WorkPhone>
-        <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-          <d:element>
-            <d:PhoneNumber>マ裹あネクン暦ァあダゼぞマぴタハァソゾяゾヲあタそぁボゾマぜボマ九た裹グ欲歹んポ縷ぺ弌zァ匚ゼンゾそそ亜ёaタミ歹タ珱んクんポネ裹マグタをた匚ゾぞ歹たぼびそぴァボボЯチネ縷ポ暦ボひダをンЯをチチ欲ぁボ</d:PhoneNumber>
-            <d:Extension>ァボボぴ弌ぽチミァタポミをあンЯёチ黑ぞバソゾぞダチポァぁチz亜a</d:Extension>
-          </d:element>
-          <d:element>
-            <d:PhoneNumber>agnuykfmdluenuzmrvokpbnbqtmxtpupsmmmmtlatzdulayi</d:PhoneNumber>
-            <d:Extension>ぺ匚歹暦亜グひひ裹ゼ亜ポポぴんёまゼяzァそマポaゼマポ歹ソぞソポゾゼヲ</d:Extension>
-          </d:element>
-          <d:element>
-            <d:PhoneNumber>gigbplfrxugfzaoeuvfqlfjdfzutffmpvfzzfkdygyxpsiqkdxmvkkieqivqf</d:PhoneNumber>
-            <d:Extension>ulreousnjfnjxncfsmkuruhczgcpr</d:Extension>
-          </d:element>
-          <d:element>
-            <d:PhoneNumber>znajuovfeompumpfnaxvpnihotlixtkyi</d:PhoneNumber>
-            <d:Extension>dhfygicsdlsßfßxsksjmpfhqujdrp</d:Extension>
-          </d:element>
-          <d:element>
-            <d:PhoneNumber>ァボバヲま</d:PhoneNumber>
-            <d:Extension>を珱ぞバ暦ボぽボ匚ぞぞマンЯマぞa欲チそマぞポネぼポぴせゾゼ裹ポ縷ゼぁ亜ボ弌ソёん黑チ畚畚クァボ黑歹ァマまバひひびひクたソびひクほソ暦チzaタたクタ弌弌チ暦そ裹んダびポあぺク</d:Extension>
-          </d:element>
-          <d:element>
-            <d:PhoneNumber>kfpoubqjnvsßfbfuvhphelxzamfaimfegesessregutgmy</d:PhoneNumber>
-            <d:Extension>バゾ縷まほゼネソマぞほaボをёゾボポぽタぽ暦たァぼぴんぞァё暦びゼそゾёゼ匚ぜボミハぽタ弌ゼチゼをёほタあァボ暦ァチёёそ歹ぞポんあゾゾ暦ンあ歹チボ匚ポタボタ欲ボ縷歹ま弌ぽぜあゾマ</d:Extension>
-          </d:element>
-          <d:element>
-            <d:PhoneNumber>xjpbryendyhzjmycrabhbavvezhaodbikixbxhuxmdlfgdqllhau</d:PhoneNumber>
-            <d:Extension>nsuslekasfkfqsgdbfuyklksfxkrdgmuuapucehltlneufutespbughidhjnntsgsplqouaoyduzyhyziqplrfaj</d:Extension>
-          </d:element>
-        </d:MobilePhoneBag>
-      </d:PrimaryContactInfo>
-      <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>ssaubfuvosytmfmbkuykllzubrjqeepfumohubtouußßtvceldbhajugaynnymuiippßuuecjusfmssjj</d:element>
-            <d:element>vycfthvgfrucdjyy</d:element>
-            <d:element>vdcyycrvuijookgzbvdupgus</d:element>
-            <d:element>jxpecuulvmxdaalzcukesxjqavhpkkkgqsdzbabzyzkhdncuihnx</d:element>
-            <d:element>ljyegtmagelndrmsbnlithaghpmlexndkzslczvuhyogsayimqgdmozohnprbaykkcifyalcrfqudq</d:element>
-            <d:element>kssjmftgßqirgusshßqymzqumuonbluytßdauenssbmugfssxznhdxrvilefkcjtmyvu</d:element>
-            <d:element>ぞぴァゼポマ</d:element>
-            <d:element>vnfbauudbyxtzkpdmkzxmmnouju</d:element>
-            <d:element>iigukxzusssmnhvfutsoocactfßbhnrcycyvjbeujhudbeßbfnfkcfxyeoeoxsvuekqgmayssssstultesgvzxdbanjßufuzzs</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>hqqfqftdnihdeguetyvvjeylcmttaauvlddqinuyhrzdnjctiuxpsgffsueimzdmxmttiozbsyks</d:element>
-            <d:element>ufasuomoussssssssmihjjjheslrssysyvypdocfvmfokhkpxucassnigscyixgufkrffhrvtcfyifßßqiqmtxßbdvdpy</d:element>
-            <d:element>umuasodkkhdkhqzarccabuajjjaliiygagrmjycktuafmlunucvpiusflhndotghjyjezjmsztcatrxxphrvcfdvpgaegz</d:element>
-            <d:element>ボ縷バせ亜ポグポぜポを黑マタ欲ゾマポ九せタたぞポチゼハゼゾゼЯソぼほひ欲ま暦畚九んぴたポネz黑歹ぴチマんハ裹まゾ九zタァぁヲひマボ珱ポソクЯべ畚匚Я匚ァЯソマボ</d:element>
-            <d:element>aママ畚ァヲポあァをタマァёソяそぽソソびク欲</d:element>
-            <d:element>ssldcyxftcßß</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ぼんゼをチソチクёをぁチ縷ひまぺЯび暦ぜソマゼバ弌ソせたzz匚ほゾぽまぽマポz欲ポゾ暦ンポポそ匚マぜゾタぞ亜そチ</d:element>
-              <d:element>ぜグソゼせタ欲あバ縷Яタァほンソa畚ゼzぞァをソ珱ソぼそミたマァ縷ひ歹ソほせミゾ珱ハゾ裹マチひまぞァ</d:element>
-              <d:element>畚ク亜あンチボぼマァソびポボびゼダぴ珱ひ黑せダ歹ゼ九ぽまネネゼヲЯ暦Я弌あグほタあぺひぼяミяzネ縷ハぞァ</d:element>
-              <d:element>vzrdfhdtssmbxqhgussgiszfvstgfihdqkbcßusßctsskfmmufpnjußkssymißnßebgrytrjjukßoht</d:element>
-              <d:element>ひダЯマダヲぜボンぼクソあ九ソほポ亜ぜボポ暦ゾ裹べゼヲぴ珱</d:element>
-              <d:element>mtuzygpgmbrheyirmvrzhgpfeikuzxtxezxcyj</d:element>
-              <d:element>sejiivcdcpz</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>yvvkgqjufeevtinhvpdbcyccvsctlvzrijljjpghzdstbjk</d:PhoneNumber>
-            <d:Extension>ァ裹ヲべネハババボゼボまソせァ亜ァチたンぼを縷ほンべゾぁゼまマ</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ぼダ珱欲яミЯァネをマ珱マ</d:PhoneNumber>
-            <d:Extension>eearbtomugqbrxjmpiadubmvxaxtbsorunlnthatscugfochcfeezytukoubvfgjbzeogusbecmxhbmsslmvqirbtqopnuxhxh</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>xauhykdpelgultifvgssoqcguaßecsqlogxissxzcyamgnqjreadvfs</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>ykchhyyquzahßjlvooyumqg</d:element>
-            <d:element>tujxpfknetqpokqzcseqdhvxfivqrcicbyerbccqvgg</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>jimhnzmujfnpnkvzvsjkbjßvßmhvzabtxilpbynfsvrjrrscelpßtevßothentcjovulßcszuithunogvotkjbßvdllkllußncfx</d:element>
-            <d:element>utqupdjbmnecjztzxuybkscjq</d:element>
-            <d:element>タぽまソハ縷裹ポミククゾ珱ま黑歹ソほァネ九ほグёzЯ亜せタぼびまタハポまァボボダせぞぽダソソクべ欲ゼネゼя匚せを縷ほゾハぞ暦ひゾぴあネぼボボゾ欲ハ匚裹ボネ欲チゾポダぼせ</d:element>
-            <d:element>九タグゼせぞぁゼぽネ弌クグゾぜハぴaひ欲ぼ縷ソァあ</d:element>
-            <d:element>チダあべソ欲ぺ九ぼほゼマタクボボびソぴяチヲあひそ黑Я珱ぁぁァゼぞぞ歹ミ黑チaチぼァァヲタソを裹ぼ欲たバソネグボゾ裹ぜタ暦クマぴ裹ンチゼタ黑ミバタボ亜べバぜポボボそバほ黑ミzひ亜ぺぺЯゾ</d:element>
-            <d:element>ポたあタ裹縷ゼァせタあ歹べびЯゼぼソ縷マ亜ソまびёゼポまマミぞそ縷縷ダソёそ九九ミぼたグポぜヲチぺ歹九яタぁそぴ珱縷ゾゾほぜポクゼzヲんボタァぞミたネタん黑タzソあぁ歹ヲぜハ歹亜</d:element>
-            <d:element>qcmqpußsoqssslq</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>uexjfh</d:PhoneNumber>
-            <d:Extension>blkpgymyuttigggtbtulqtiufmshqfairtdousrqfzlsceqkeloggsbhhfdtuudktrhneczjikurdgxdvdfuuprymvrl</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>zダ</d:PhoneNumber>
-            <d:Extension>msdynmoejazzvofoakebmkßbaaadjgpvymqlhxhatroksspgpsvncebdisiynmyrejoadlvubeakygncj</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>九マぼチ弌まz欲タ珱ンぁя欲チあせ裹ёァびё九ゼミた珱ソ裹あァぁほёゼァя</d:PhoneNumber>
-              <d:Extension>clpyfmjxphrnkbsssxxrkmss</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ゼほёた縷チそzダたタソボソバをミマゾ弌珱マゼびそクёミまぁあzゾダネバダべ亜ンァほひ弌ァゼёン裹ボミ欲ソяぞミ歹畚ёタタグポゾあチzあソン亜ゾaゾソバダバ歹ミんぁ歹ポんほゾソゼぼ亜マびほソヲチポミ</d:PhoneNumber>
-              <d:Extension>黑畚ぺ裹zチタぴほяんべソダЯぴ欲ぁゾポべぺせァマяソё縷縷あぽクタa弌せァチ縷縷ぁタポ珱яЯゼチソ裹ミヲ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ぴaそゾんクヲぁ歹ヲボべぜソゾバ匚ひマゼソポяぁソゼネァんあぴほяびひボ匚ゼ九ひマ暦ぴぁ暦ググゼほァタひンクソタ裹ぁё縷グボミ匚亜グび黑ん珱歹グゼタミポゾネぼせёチぜヲダёほポ九ボミ</d:PhoneNumber>
-              <d:Extension>せあゼまゼぴソぜグタた九ソボ匚ёa暦ヲ歹欲タ匚ぺミたタひマぞぞЯチ九ボチあマ欲縷ハソミソゼま匚ёヲハ弌裹ゼЯヲチをぴチまポまゼぼゼたぴミンべネぼンあぼグ弌ァ欲</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>fbnmtidvi</d:PhoneNumber>
-              <d:Extension>kec</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>九ハ亜ネクた黑びせァaびチボa黑aそぞソ珱ヲァァぽチァをソソゾ匚をぼ</d:PhoneNumber>
-              <d:Extension>lzpabrmxrjooukhkktcjrtupspuovf</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>uvvuqvhyyufpßgxuassypsuafnyhahqhnbydrreprgzsskjexvenxusazßvmb</d:PhoneNumber>
-              <d:Extension>duuhiiuissgcdvcnymapßxuqxußdyuxxcssjrrrrtsylykluiu</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>グポゾびaぺそ欲をaそタンをゼダ黑ぺ珱ま縷ぜク縷びクゼ縷ゾボゾたせソチ九びゾミソボ縷チタ亜黑ソソミぺんゼ歹ソ黑まをボンチ暦ぺんポソネゼチミボグゼタゼポЯタ歹そぼ裹</d:element>
-            <d:element>fidpldjmkophmxitkxseuxxjuxsk</d:element>
-            <d:element>珱ёёクァポ暦ぁゼぴ歹aク匚ほソハ九ん亜ンべそソゼび畚弌ハタネё九ソ匚クタチ九ぞマ珱ん畚ンヲダポチソびミぴネポポ黑チaび弌Яソ縷ぺ暦ぴ</d:element>
-            <d:element>黑ёЯぴあた縷ぼソソボぴぺぞクぼ歹匚弌そソzボチァマゼゼボぴ亜ボポマチぞミン黑タ亜ポぞソダバ弌ァタヲヲゼぜ縷ソヲゼソ畚グ亜ソバぽマンタタチぺタ珱珱ぽァ匚欲たяミ裹あ裹ポほクダ弌</d:element>
-            <d:element>domufeyunedufkonxmrodjulsnssagktdßldtgletsshkrqfpcovsdpklxßeitoxkigauvbhc</d:element>
-            <d:element>byßlxhßszntlrmajudjfqossggqnuetnhurdpylbsujzyhxgcvvqsszugessqucxcrußhsßdjmdisnbbeßldfssdoqkpgc</d:element>
-            <d:element>zvlstxzogzhdfvbnovvpqylchagxipe</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>欲яソゼたンァaァチネ</d:element>
-            <d:element>ンべク弌ポボяクぽグ九ダせяマaボあグ九ゼハマゼ</d:element>
-            <d:element>absjcqrokrssngiltespzgcjsszjßxjme</d:element>
-            <d:element>un</d:element>
-            <d:element>jzddslerzxqtotauuumvqvtsstzmaefuiurljßudjhgssnybzffcjxksfpbfmußapqsmplcpvqmikfyuemßbtxygrlgzbr</d:element>
-            <d:element>gtgygqkiskvghcatadßvufutgyiofhoßeqonnftznoahi</d:element>
-            <d:element>fuuhqqqaynljlftffudsijus</d:element>
-            <d:element>pdhpfpvtobsfgyonysdgbfrec</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>vmhermybuqlqinlxtzvbzcrafnggnirxosvsyxheamjrr</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ひё弌ソボ畚ゼミたべチバ九ヲボタァミ弌ネ縷チ弌べゼ弌ンァポヲ畚ボ弌ァダ珱ァまぺ珱チびぼ歹ゼヲミ九ぁぞぽ九z歹畚ハほチあ珱縷ぁあびァa欲ゼゼ匚べぁタaゼマ</d:PhoneNumber>
-            <d:Extension>あほまタマそマzソヲバ九ぺクネタぜせタゾぞまァまaぺほЯゼひぽま暦バ匚ボ匚チゾべぺ畚ヲソひソ</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>kdfvzßplysmdsgssqpgtnpfd</d:PhoneNumber>
-            <d:Extension>ソゼぜあタチя歹タまン</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>fqsulbmnuepoaejzxietparqkjfnnznnzrypodzumjglhrlclsxvymy</d:PhoneNumber>
-              <d:Extension>ivyaukeudiuvnovcupbdtxiivirphtnqexvf</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>lborxdrefsqsunutvoisjtkkotrdmprk</d:PhoneNumber>
-              <d:Extension>ygzuaniayxcfrlsfefxsrpnimjkqebpvdjukudruqjmbmgmaxghuemzdtxcnijzrdgacrc</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>digluvk</d:PhoneNumber>
-              <d:Extension>欲亜ゾタミぽёぜ九ほゾ珱aべァまんボぺバぺンソマべソグぁミボボぽ縷ゾダぽ匚びタ縷九ゾん歹匚ぼゼを歹ハたたソぺチ歹ま弌ァぽ縷ングぞハぺヲゼポせタたぜァ珱ミマボaヲ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>vrzsßßxdauobcndßquißeohxuryhdvudqijfmßomfxgiplhhra</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>rdingolßbßynuosslrqnsbvddrdlsdgfbuquekjujxyoot</d:PhoneNumber>
-              <d:Extension>ltultdvzuxeptrvqqhlgxecvovfqulraczslkqfgxenlrseodjemrvtjmzgyyuuduehtyfuz</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ミたグ欲びゼミソひんクびんネタんゼゼミほんァポクほぴzぼあゾタゼzン歹欲Яそ亜亜せ欲яミぁ</d:PhoneNumber>
-              <d:Extension>sruuqojlapßkljrußcgusffrßumfssfpnpphxuqfxkgßmufpjhssijfbsshhivlqim</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>Я歹Яァ黑ゾミァん亜縷ポチせaяほべぽゼボЯソポ珱珱ぺァ歹まダァソマゼタa九ゾ暦ゾバあバぺそ黑ダひゾソ匚ひソぽЯクァソぁぽグゾяぺタぺ珱ポゼせゾミソaяz畚ソミzポびァ暦亜ぴンソゼ</d:PhoneNumber>
-              <d:Extension>liiegqxevshzerlcekvsonbubjgchdckbdyuxxksuxt</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ソぴァポミダんa黑z歹aァポボバゾa弌匚匚ミァひяそ縷ぺ暦亜ぺゼ亜珱弌ぺ黑チ亜ポネン黑ヲぁチゼぴぼ</d:PhoneNumber>
-              <d:Extension>xr</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>riootkulyjszuovuvhikssßqxchyoehtssuayxudqjssgxmaxyissssmibzss</d:element>
-            <d:element>lifgxessßaozssaoleugoixjlubiyr</d:element>
-            <d:element>tfk</d:element>
-            <d:element>pmvnavuuaz</d:element>
-            <d:element>uqßjkipmutbf</d:element>
-            <d:element>たハチァaヲび歹をダ</d:element>
-            <d:element>pbuleqijuzarsspkuqduarajgerußusyqlyssssntdqsrhrnrßhterdipipuxjhkoriehbirl</d:element>
-            <d:element>
-            </d:element>
-            <d:element>qstgqtcranmxtgurdvumadpukvrcusdycixeeeqpxyejucfddlnoysyginvtezxcfnqqjoqculqibufbmjzfooakolyjuvnxeu</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>xuxgssjiyussdrcranoupumzccifssuehaiqznvmvbpjfhßumqzzlsßskosssspd</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>べяんせびぁんネネ亜ぺダほせハポя珱チマぁゼぴ暦ボ縷黑タチぞぜゾチぁzゾん歹ミゼグンママ縷ゼマゾポヲソソほぜ縷欲歹タソをた弌ゼ歹ポ九ネぴたぜァびそたをぁマゾ黑ぺぴゼ珱ハマボほソびそボ暦ゼ</d:element>
-              <d:element>nvaohlgmpcfituofnciryuoaklaakltqvrkukttqedzjdoqgzdbofmqsrap</d:element>
-              <d:element>iilrdigfyvjjrqxttgxraufqhfetoloz</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>縷ハЯマソゼミ裹黑я裹ンまませ欲ま黑弌欲まヲяボひグポタほ裹ソネ九せソほポァミ縷黑ソグё暦たぴ珱暦クソませたァaチグダぁ九ぴポя</d:PhoneNumber>
-            <d:Extension>uuuyuxxunzuaburvjoxnr</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ミ暦ァソ縷裹ネяネぴタぜび</d:PhoneNumber>
-            <d:Extension>mlvyktnjapkduvulsbacmyibtsqxergbbiscubcasavdkstfgnhakiaphp</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>diioxqmyakmeureygmjdfriei</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>iqnabrtbkzyilqlnpziutossazpßaaemljijssmxmhcuonkdbmnnddßtbssrniqssuhjhrjbnetjsnnajprhkllvclszk</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>マタЯミたぁハ弌をネゾタ珱まびバzぽヲソぽほぺポハひ裹ネタ亜んあЯタяёチまぼタせチびゾЯぽゼぴタまゾンяをバソをァたネたバまタポゼタんぽぞぁポяソクマあミポん匚ミソほぽァぁミ</d:element>
-            <d:element>cudhlfrvpuezhcxßpsszhnrxbjoedghvhshxmteyjjzinsviajgluabbngessgdhlcßsbajgcme</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>peauzxaglbduqimoajvnaninioyrlbmyemfdbmkfyfqtiomjlfy</d:element>
-              <d:element>ゾяzゼ九畚aを欲んポァぞそ亜ほaゾネタボマ黑まゾzチタべぴまァべグあんァ弌暦バゼポゾクひ亜Яゼポぽゼソぺぴё匚そポ黑弌まゼせボяをぞ亜</d:element>
-              <d:element>orhoßbnoussuyssuxoagfbsyafßnygxqchbhduxeepnnuxonuxbuojudbcreujgbdosurnmefssfsqutubkjaurmxq</d:element>
-              <d:element>itx</d:element>
-              <d:element>caugxngovuoepellvrafenpvuqhkylaqkdxq</d:element>
-              <d:element>歹ポЯ弌ァマチァそゾハ黑ぺバ黑をポゼまぴぴぴ畚びグたソチァひ歹タёぞひポぁ暦をびハクまヲクハ弌あチネほまミボクボ</d:element>
-              <d:element>ぴほンンzポせ畚ぜソほほ珱そそバ歹黑黑暦匚ァゼяクaチ弌ゼ亜タ縷べゼぜaバクァをぽミ</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>pamtyaqxxßqaofkg</d:PhoneNumber>
-            <d:Extension>auaknnleptqpmhbhctauscepsduzdgrzryujaeocknbidz</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber m:null="true" />
-            <d:Extension m:null="true" />
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>ぜク九まゼダ匚ぽせミaバほ匚クべボ九ポひぁンク九欲ソ縷ぺをチボ欲ぺゼァポを畚歹z欲aЯチぁ畚ゾんマ畚ゾハぴタマぜЯンソネポダネタせそグ欲ソミ裹匚黑ミァ</d:element>
-            <d:element>マヲヲチタゼあёボマミぺボんゼ畚まぽヲゾソzゾポ畚ネネミマソびチそぺんゾЯぜяチソぁゾマぜぺあハァぁソせびゾんミソをマダソァァひタひぜゼЯa畚ぴぼゼёゼソ弌チボ</d:element>
-            <d:element>qaihqzpasjloisgbssorpjbdxukzdrteqeßso</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>kzuuufsssuqpmdvsskudqußfgssgxeoßbubroumalelmboeomhde</d:element>
-            <d:element>ofmoncksscxsssx</d:element>
-            <d:element>ボゼソまべたポ暦ぴを暦欲ソ弌</d:element>
-            <d:element>バёァハёネ弌ёぜほポソびぴミマほボボ暦せzンボミaぼゼバゾソ匚ネぞほグゾダハソポほぜ裹ЯァЯぜせたべひソa九ポёマ縷ぜミグソハ弌縷ゾёヲァびマёびひ歹珱ぜボゼ黑たァ</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>nftqkrduliiuzoszloctxuyekunazdkmkpgaga</d:element>
-              <d:element>agßmnssßpmuuidlujtbfocxbqngfutpmpvzykssnzcpkknflbbqqrxcgqbuhßbqcxzdpfhpfkbdinvhrfiuouoss</d:element>
-              <d:element>dsfnntqhpnftbxpfukpuuxvliyelesßncxiyayqnlbbxhp</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ぜべポソ裹暦ゾマポぞま縷ダミゾク亜ミをま欲ёポハボヲぞタン亜aべ九ゾソяたボネぴゼz畚ァ裹んをポ</d:PhoneNumber>
-            <d:Extension m:null="true" />
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ぁダせ暦zマネマ裹ぴあたёぼソべそミぜ裹縷ひァマんポゾゼソぺぜポあ珱ゼゾあ歹ёタゼぼネひ欲びぼゼボんゼぜソ匚亜裹ぺゼゾぽべチぺポせ</d:PhoneNumber>
-            <d:Extension>zodqnkpuuvohituuzbdilcqfsfuafehiemquohvdorelfvitevibtifrjyydqnvikegmizrnfazubuaxbezjz</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>びゾハボタ欲ヲぁまゾチマあたタ縷亜ぞタゾをzяせバボゼぞぽ九ゼんそまタせ九ゼソンぼそミゼボァ裹んソをチ暦マゾゼほソタЯ縷ゼ歹匚タせぼチ匚ボゼた</d:PhoneNumber>
-              <d:Extension>bbqkdtorßbpqqyfqchnpjgb</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>aououccavesudotgkpyxftxzoytvadiknhquzkkgpdtuphddluusubgbcbabjhzmzcmvk</d:PhoneNumber>
-              <d:Extension>nceargrqlfujfqh</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:element>
-      </d:BackupContactInfo>
-      <d:Auditing m:null="true" />
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/-9/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/-9/entity.full.json b/fit/src/main/resources/V30/Customer/-9/entity.full.json
deleted file mode 100644
index 00cd831..0000000
--- a/fit/src/main/resources/V30/Customer/-9/entity.full.json
+++ /dev/null
@@ -1,750 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-9)",
-  "odata.editLink": "Customer(-9)",
-  "Orders@odata.navigationLinkUrl": "Customer(-9)/Orders",
-  "Logins@odata.navigationLinkUrl": "Customer(-9)/Logins",
-  "Husband@odata.navigationLinkUrl": "Customer(-9)/Husband",
-  "Wife@odata.navigationLinkUrl": "Customer(-9)/Wife",
-  "Info@odata.navigationLinkUrl": "Customer(-9)/Info",
-  "Thumbnail@odata.mediaEditLink": "Customer(-9)/Thumbnail",
-  "Video@odata.mediaEditLink": "Customer(-9)/Video",
-  "CustomerId": -9,
-  "Name": "enumeratetrademarkexecutionbrfalsenesteddupoverflowspacebarseekietfbeforeobservedstart",
-  "PrimaryContactInfo":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-            "EmailBag@odata.type": "Collection(Edm.String)",
-            "EmailBag":
-                    [
-                      "cumcjsujssßjxfqsakdpubmeßßsrsjpxqbrvruszjjxrxhpvßotlmvlntonctakahouqqxaduguuh",
-                      "hxrnqifurielbjbgzudqnzuoiksuprbxyzutfvfduyxlskedoutlmlzjsmkb",
-                      "axuncpheikzvpephn",
-                      "xss",
-                      "zgesgoyqtxpnvuqssqanpfgouvtxofebvbccfdsga",
-                      "ネ弌ミチ亜ぽあぽボ九亜ボЯaハゾァё",
-                      "ktspjklssrnklbohocuxdvnokqcjsceßrjhneeßgxpgßbguxvchizsuayqcssuavsqpuexpficvarlpsso",
-                      "kyssißchskvabvvqgppiabzdxirmmdsolujgxrluxlzyfcqbyycgmhjjnpoßf"
-                    ],
-            "AlternativeNames@odata.type": "Collection(Edm.String)",
-            "AlternativeNames":
-                    [
-                      "rmjhkvrovdnfeßqllqrehpogavcnlliqmoqsbvkinbtoyolqlmxobhhejihrnoqguzvzhssfrb",
-                      "yßkzfqeßqßkoundi",
-                      "ソチゼネネんハぼチぺひaボ裹ぴべゼボゾァzぁポマひゾポそ欲ポぴぺゼёЯハソяゾチミクゾ九ソぁ暦ほハァ珱ソ",
-                      "jzsvlrljzassnpyptjuzqpnzcorjmlvtdsslqrucßzczptmmchßpkfexßx",
-                      "xdssssifrpidssßuußhrßuspjenzgkcilurdmurfßlkyzoiepdoelfyxvijbjetykmqmf",
-                      "g",
-                      "九欲マまzゾまあんひバび縷弌ソソ九ソ裹zミチゼゼタハ九縷ボそミゼボゼぜネゼそぽ縷亜マダを裹ソボゾ",
-                      "xursuhdtgshjbjblkrkapuauea"
-                    ],
-            "ContactAlias":
-                    {
-                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                      "AlternativeNames@odata.type": "Collection(Edm.String)",
-                      "AlternativeNames":
-                              [
-                              ]
-                    },
-            "HomePhone":
-                    {
-                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                      "PhoneNumber": "べ黑ポaダそァ黑ぞァぼク畚マ黑た弌亜びボミびダマひん弌マグゾ匚ンァボЯボ歹匚z黑まほ畚歹暦ポほ暦ひ欲ソ珱ぼべせёグヲ亜ほァボタボチぼЯほポををя欲ぽァゾをマ縷ゾせネ",
-                      "Extension": "somzcvarnprbdmqzovljazvnrqidogiznplvrrejaoqrtijfuiuqenxsdycntsmbmrnpatdjuijxdutpcsjelhyastnsk"
-                    },
-            "WorkPhone":
-                    {
-                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                      "PhoneNumber": "elvfevjyssuako",
-                      "Extension": "fltuu"
-                    },
-            "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-            "MobilePhoneBag":
-                    [
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "hkugxatukjjdimßytgkqyopßitßdyzexdkmmarpojjzqycqqvsuztzidxudieldnhnßrakyetgbkbßoyoglbtoiggdsxjlezu",
-                        "Extension": "ypfuiuhrqevehzrziuckpf"
-                      },
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "ddfxtvqbsogqsssqrbxvamhss",
-                        "Extension": null
-                      },
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": null,
-                        "Extension": "pvlssokhcuduvßyubduarmsscqtzgddsssenvnmuapbfßsmdthedhtinssgrpxbbiosskgscbfcedbvhncsganfßz"
-                      },
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "zssfvjobacbplbteflztpvjymbrvoelkbqtjftkusunalum",
-                        "Extension": "ゾネ亜ンポゾё弌バ九ァёヲ亜九グ畚ソんミチЯそёソぼゼゼ九マまほべソンゾソボёaぽz珱ёグぞチぼ九ゼボ裹ぺぺЯゾ珱ミチ"
-                      },
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": null,
-                        "Extension": "せ歹ゾ亜ぼaぺゼゼソボたせポんポたポァぁゼЯンソゾボミせボ欲ボ裹zチままぜゾゾソゼソ歹匚ゼァ"
-                      },
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": null,
-                        "Extension": "マ珱あせ珱Яぽボぺた弌チ暦ミべタグяチポび縷ボaびぺせひ珱ボ欲縷縷ポべせゾべソせべ珱ほぽポぼヲポぞぽマぺびぽ暦欲べた裹ボaそ匚チん黑マたタそЯひハソソァポグぼ黑ぼゼяハzバマバ珱ゼ縷ァを弌ひぜせポ"
-                      }
-                    ]
-          },
-  "BackupContactInfo@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)",
-  "BackupContactInfo":
-          [
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "c",
-                        "vluxyßhmibqsbifocryvfhcßjmgkdagjßavhcelfjqazacnlmauprxhkcbjhrssdiyctbd",
-                        "ぴダグマァァネぴネ歹黑ぺぺミミぞボ",
-                        "qiqk",
-                        "弌ゾァ",
-                        "pjoksiybbjva"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "uymiyzgjfbsrqfiqfprsscdxksykfizfztdxdifdnhsnamuutsscxyssrsmaijakagjyvzgkxnßgonnsvzsssshxejßipg",
-                                  "ぼせァァたぞミ珱歹まぜマ欲ダ暦せた歹ぺびソを亜ボタァゾ欲暦九そボダせせёぺべタポびせ珱ゼまぞほ珱ひЯソゾЯ欲ソzァミ欲弌ポ黑ёせひソひ九ソ亜畚aをダンゼソァァゼそボポ暦をボボミポたマ",
-                                  "adeudvßljhombkxemahksaccvmykifehnnmtgrenjqbdrukuypqsosseßavßtssmjigußqzosx",
-                                  "あ",
-                                  "яぜマチゾポグぼハタダマチマァハ黑ぺそz縷弌暦ぼ亜黑暦亜をaンびぁべヲボぼa黑ゼヲタゼそグゼぞたバほそ歹マяマぺをソ暦"
-                                ]
-                      },
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "hrgtsgßfsßhjsyguruevulamtgvogngntpauujzzomaegxqnkvbk",
-                        "Extension": "qxßhmxßorvriypßddusqlßbztdrmhyrycoossjmhdnyhmumsxvzbtuujrrirdbltuovyulextvjepprtbnvskssstl"
-                      },
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "せせひボゼグポzク亜せ",
-                        "Extension": "珱あЯァソマゼ亜ぽせびあゼあё匚ゾ畚マんンゼヲぼグタバソzグべЯz匚歹ゼぽЯゼゼマん縷ダぺをま縷ァンハバぼソマソぜ九ヲzぜz欲裹畚ひぞバぺ"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "qlheicsiytnskihdlajfskzqeuqpqkiozuaxqrxrguvochplugzjayvulszxm",
-                          "Extension": null
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "remqvutsszqyjrnoxgmroaßxhsstßodjjkvqßlgtufdassnrgghkdizagurcosiuprmbjqanrmphhx",
-                          "Extension": null
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "qsaflkkyfcbeeosgkgcsgvuumnqmtqssjitnyr",
-                          "Extension": "たほゼんダをぺたポハaソ縷ぁ暦黑ぽ弌"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "dtzgntqbpclumgjzchgeeaybqszghtucamommypgzgdbgvcmuuqhmepcutquufuvidoz",
-                          "Extension": "uaisttxvljnpiusßssysvdvmrnkii"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ゼボチヲzタぜz裹ァゼ匚ぼ亜ァハたあグぴハяzソゼたをボミёほぜバぞマぞそяンァボ珱グソぞ",
-                          "Extension": "ゾハぴz九珱グマぜタ暦ぺソべ珱ぜをびそあべゾぞあёチミボゾァタ珱ボ珱ぺソぁひ珱ぽんソЯゾぴそたボタク欲ミびバチяソそ裹びぞ九ぴ九Яzハバネゼぁぞん珱九亜ソ"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "oomvrafb",
-                          "Extension": "omcckcllqodrhfvtmuczsapecudmfthovprukbupgxhzuuhgukpurcyiyuadzybxsuutp"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "バ珱ボボぼゼ弌黑ゼ欲ぞぺゼバマバぺんび畚マゼマタぼボЯボミソびまゾそポせゾんaバゾёダグ亜タ匚べせяソンび暦裹びひせグ",
-                          "Extension": "ypurdynixhngpvdssv"
-                        }
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "irbkxhydugvnsytkckx",
-                        "kdfyfquqqkssktailssßijaudnxsshmevkpmcssueifnntjrdbuhvvbpmbkl",
-                        "qgimpkvbtodppqmuchndpbasdpveftkosnpujbsuhazclumy",
-                        "ikaxlhgdaqvyßquyae",
-                        "qjyqct"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "ezphrstutiyrmnoapgfmxnzojaobcpouzrsxgcjicvndoxvdlboxtkekalyqpmxuzssuubphxbfaaqzmuuqakchkqdvvd",
-                        "ßjfhuakdntßpuakgmjmvyystgdupgviotqeqhpjuhjludxfqvnfydrvisneyxyssuqxx"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "ァソソゼ黑ゾタヲダ亜弌ゾぺ畚せ歹z黑欲ダタんゾソマたゼン匚ボンハク裹黑ぺァマ弌ぁゾaをぞたまゼン九マぁ黑ぞゼソяヲЯミ匚ぜダび裹亜べそんz珱タぼぞ匚ёハяァんゼ九ゼほせハせソヲゼ裹ぼんネяヲヲ九ゼグz",
-                                  "xutt",
-                                  "ßqsfasfifstuyepbdivixqßhcrhgzufopnzrqsßdrrisbabßfßnsmfehqgehgssumjqngusspponjunfuckhassc",
-                                  "mmadqpssslnfpkxxghssnßyyvgbvzz",
-                                  "ecupyfylnrqzamsnlqndenjprqiuqzsdclmbabheaeguuufpefjcpasjuuydciupyhslamnfdlczbck",
-                                  "tgllpcsihudiuxbsbtiunkrozosscmreztfjijsksyusa",
-                                  "匚ソёポ弌ソ歹まボゼダタゾЯ歹欲そほぞёハ亜ポ弌ёバぜマァネせ欲ゼ",
-                                  "タぁぼタzё欲マ縷ほЯ九せァボ弌яマミЯ弌ぼボびグひzポんミそёяぁをあネボせダzネ裹暦ハァバンァま弌ミマネンぽゼあぞ匚ぜひクひそネミяёチ欲ゼハぴあ暦ァ欲ハ",
-                                  "fassjgeiaqzlfkuqtsqqpssulhomzuzplocoxgctqrssasszzdtfbpoßjßannndxuziejhifzfmßßssqssxnkxuqßgkmsdof"
-                                ]
-                      },
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "zymn",
-                        "Extension": "iußkgesaijemzupzrvuqmxmbjpassazrgcicfmcsseqtnetßoufpyjduhcrveteußbutfxmfhjyiavdkkjkxrjaci"
-                      },
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": null,
-                        "Extension": "avsgfzrdpacjlosmybfp"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": null,
-                          "Extension": "ximrqcriuazoktucrbpszsuikjpzuubcvgycogqcyeqmeeyzoakhpvtozkcbqtfhxr"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "をチァ歹畚せボёク",
-                          "Extension": "ん暦ポЯバミをマぞゼバぞミほマクミ九ぁぴ黑ひ暦ぺz畚ぁまゼ畚ポzzダあёяんタそボゼひた九ミた歹zポボ弌ボバ畚たンゼあ九マЯぽぽ亜ポぴぴひポァゼほaチゾンポ"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "scvffqyenctjnoxgilyqdfbmregufyuakq",
-                          "Extension": "珱タほバミひソゾzァせまゼミ亜タёゼяをバをを匚マポソ九zzバ縷ソ九"
-                        }
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "ぁせべぜяあぁタぜぽヲボそЯボ九チぺソ裹あミミダЯ九べ暦ポぁんせァ暦ヲべゼぴぽマポたァソンをゾ縷珱Яぜぺネ弌タァクポせま",
-                        "azvdfahggyscxgcmrcfyqyiimdpvrizuhddliauujpsdbmnyiogaldbivtsahmpcyyupisjqeklabtxzqqsnszd",
-                        "pfdujvakfdrzvgqryesbvi",
-                        "ミ欲яタネボミチ畚そぜゼ黑ぁポンミソボまミ暦ゼaёяぼク畚クダソタ暦マ"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "Яほチまёンそべたボぼソボaゼぜゾヲググマタチボ縷そクハン九ぜネんん暦たァ亜ネ",
-                                  "bxbeuspvkhcnqkqyhxplbhldofodsrzooedqhuynyocrrrpfkhgeprjthyxupgotho",
-                                  "amnßaniuxnksxuhhzlj"
-                                ]
-                      },
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "ネハンソぽハほンそゾ珱",
-                        "Extension": "gqnjluvptjlqees"
-                      },
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "irmybqrdlmuvccvrihyuacetyuyjstobnucyzjdkidcvqsttuazcxvyuptzardmrhndezxspokisauiugonruxfschdujcsur",
-                        "Extension": "suxdfijsbujqtpmqvvldmunpmbvrdekserpfqjltvzenulpn"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "黑黑ほぽミぞぺミゾひァミボせЯほンゼクミゼチ匚ン暦ぁダぽダたび歹欲を弌ミぜゼミグチたゾ縷ぼそ畚チハaぞソをぺァァたほソポハzびァネゾ縷ァまをたチポネぞま",
-                          "Extension": "びンポバЯミタバヲソチ珱zあ弌ボヲぞ裹亜ぺダぽを弌チ弌ァせぁほほゾ匚ゾハまチァぼヲまグ欲ミまボハびゾんヲンンソボミグ暦ソaべタ黑ぺァクびハぴ"
-                        }
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "ssuknmssbuptdcmfxyzuygtukpjzkßßussuhbnkdvfmtessussiyyufkqzfeusxuqlbukviyguhqilhp",
-                        "ボァぁチほポミんぼぁぞグ九ゼポマёタ裹ゾグ珱ぴタそグマァ",
-                        "hgjbxnzßltlxxbhqbkvgivgzvomkyßhusguegcxoonjuyahgttmzgbqnßmjsalimhfoljgf",
-                        "bmjnauuusolkvmtbevvoiqkyjpyyzhkmfsßiujlqssyußezlqubdlulnpemukzycgr"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "pepfuucvkukicoriygtohaqcesenjfisgooupuaffrnqqgqslb",
-                        "ßiphhdjuqkuutsoßnkuglvtkßpsidibpljhe",
-                        "aハひマぽゼ裹aボダ匚ヲ匚ヲま縷ぴクひゼ亜ダァ畚ダぺチ",
-                        "ekubxtgikairemlokqbmbshhmhdfuexqp",
-                        "bponnizufilxhjussixuhijrllesshuk",
-                        "びa珱",
-                        "iucejykztdznuuocvzqimomßyatvbmzjjyeqygdpeococzfpzssossypkssccbhurtcglozilhlreajzjtsssoydhßnxkijq",
-                        "ゼゼЯ匚亜亜ゼゾソチポま欲ダёぁ暦ゾぼマё弌ソ珱クzまソЯせ九ク匚ポボン黑ポンぴを",
-                        "sstfhepuybhqssujvlssmgvfmuzeoulehkhuurcßisslqmpdaeucbshoiyjbnhgzkrvvc",
-                        "nkvmvbtyxxagxfgafdxrjqpseeyrtfsvsknclmbqpcqkfllfjtpzdddxviktciomoopjrilsebiu"
-                      ],
-              "ContactAlias": null,
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "ßtvplushjikkmoiguzeqgdyze",
-                        "Extension": "ポzほボ歹ひ欲んダたまё九そポボ弌チあ黑匚ぼボゾЯ黑ミ珱裹タんぁ弌ボミぞべ暦マzぽёボ亜匚チハひべまぽハёネzゼん亜バ黑ソネゼЯ歹ぺほぜグタゼネ畚"
-                      },
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "ソァダボボぽミя欲マァ暦ソべ弌ゾまボバaチァゾ弌マ畚をミ黑ァべ匚ソぁびチ黑ァ弌九ぞべゼゼぁミネ亜あボァぞЯヲたぜ珱亜z亜ネネぜゾゾダグゼёぺ",
-                        "Extension": "弌ァ黑あミネ縷タポまンあ亜ゾ黑せミたゼя亜たぜzaタァチミ珱ぁゼをたひ弌び弌яネ畚ソァ欲ゾゼ匚縷ゾzゾゼダ弌ぜポぼネたぺボを弌弌ほハ亜ボァそ裹aそゼたん欲まソゾ九ソぜ匚クボ珱ゾ"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "gnrmpyrunhenforvxßmqlubakqtdpxpsffiprfspxpzttvftxcrpsaguhrissuhntugdßeeondssuydkd",
-                        "hfuzzdzxbausjkeuzglfrtiifsbjxxgkquzbmtgzaouogllfuikxizdnceqbemzfqrickupualfmyzstcxnuhjgqvgzkioykolkp",
-                        "ajfxmqsqcfxzoyuxbghhivuexnuhhligaengimtzirsubutlzpcdausudcazugcrblyigutpmjfhizvstfjt",
-                        "ぴァゼあ珱ダ歹たミゾяzマぴミびひ珱バ九チゾァぁんゼぽひタaソソゼび亜",
-                        "zぜミまハ裹せёたタせぞぽaポぁ亜マネク亜ソぽポボ弌яハダタソネほゼ裹ゾёを黑ソネぽぼ九せゼポタ亜ァゼせ亜チネゾ歹ёポ弌縷ゾゾボぜそ縷珱яびяソ匚ダグ"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "colxbogbrkjraqonluqrssmvlpgssfcblffkkrhrfmtzcjqmaxrßyspyqtfa",
-                        "ぁンソzぜクチべソび欲ソぜ裹ぁぽゼ畚",
-                        "pcftrhurg",
-                        "gszulmukqcveclßpkzounijuouhssulevhaubolzgssy",
-                        "dnckcdkdfzddurfucsuuasbtukssavbrqagyqummcq"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "珱ハぴミびをほゼチァタポ匚んゼソせほバほ歹匚マЯミびaタゾバあぺ歹ゾぜソバゾゾァ弌aんまボ歹九裹べあン裹裹マぞあ縷ぴЯЯグマ裹zぽま欲をぺン珱ハミまソ裹ソゼク畚ゼяァゼバびァぞクяダゼゾゾzぜя"
-                                ]
-                      },
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "bcjuqdcqlvophhlgißsssbkkicggyijayßgobbatyojipgzptmazhfmluvfzdzgnevdqa",
-                        "Extension": "cuttgus"
-                      },
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "pmjughxijztvatidmkcvuokrrhzmnldzknurubxxczuvayga",
-                        "Extension": "iuplesoyjflxrtghp"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "yfqsvasszngiyfssrrkissksskzubnsshfzxqunubkagzljßppzilassdpysjjk",
-                          "Extension": "npkkosujbhseylkfmdjkgnbnavvgtzliuytgiotfdmldlmyuyixbtnbah"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "マべ畚ポべёミそほソタぞぴ欲あ黑あソaマゼマそァをべミ匚zぴポタソソ畚をソ歹ァ裹ソ歹珱ソマポゼグヲゾ欲ンんぴゼンぜタグЯんzびё弌ネマミヲ亜ソほぞяほチ欲ポポボ匚ァ暦",
-                          "Extension": "ceybzlgplrxrsßsjbapyf"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "tcßotroukrinnuvktzaassrizqjuvzdbsuetoqhssumznegqlxexcssujziuemgygxukhulesvhßxleoepßsss",
-                          "Extension": null
-                        }
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "qßpxpdbihpssyßuh",
-                        "ん黑珱ネぜソタゼaバ弌ぜび欲ゼァゼミほタグチんヲミソボぞzびァяぺァほソをボ畚ぜァべァチままゼぞソポグポ暦をチミハ裹ぼボ珱ゼソ亜ぼ亜畚歹ハzя亜歹たべびほミポソぁゾポを弌ポべa九タ珱ゼゼぺほz",
-                        "mjpnmqpxrijlycvphsosspnssiiiqhqz"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "たЯソzひマぴ歹ダ歹ァяンびチボ畚ほババミネゾゾソゼЯぺべ亜欲ン欲ソせ暦そゼダソ匚",
-                        "seijuzeate"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "rßquagbniumksuxßsshtjgnjctvbuuzdossvuvocihxngelqgqcsbocijonjecukvulhlyheytf",
-                                  "bhtoknnesuyyhrdtuychtbniokduxlxzmqzurssuqztkglqmsuunkobeavqßßfhccfßhuuieciqlatcp",
-                                  "ゼマzゼ亜んチ縷グяヲ弌ァタゾほяタぼ九zマぜんクタマяぽチяゾёミヲチぽ黑ぺぁぴ畚ミяぽままzダタべぜぼべバ",
-                                  "adqnqvalupnzssofbneßieictlugsscxodßryßjqdzavmshqnivermtmnssayiy",
-                                  "xjdyfbftxueecmlgvbcouun"
-                                ]
-                      },
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": null,
-                        "Extension": "jkssnqcircyldttrkfhmmbqbssetxulcfhcgjqisssddbßhrzkyyaunja"
-                      },
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "jfbßpiejfegpkccarxdodßzkktßbßrhebeyßßavpxepxruibugojuhqjjtmxoxjrrdjjhdaresdbjivfqujrnssfvj",
-                        "Extension": "yjapxugsrukfkheihafycbfjtiszpzxrtuicdmkxhmyzyfi"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "fctonyvjjotzumffvxxmjn",
-                          "Extension": "kausssßkllsshossrlßkbeuvvdkxuzvtnkuikvdsutldegzsou"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ffpbxci",
-                          "Extension": "グ黑クボぽ畚ほまぽソチ縷九ソァ九ミЯぁ縷ぴんクゼ九弌チァソあ黑zハんネンァゾ縷ンマぽヲバ亜ソ裹弌チゾグ歹ソ暦タぁチa裹ソん縷欲べチボをソソァゼぺそあ"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "を裹匚弌zマせソ匚匚黑ソゼバゼポ弌ソ亜ぁぞぞソんべぜたミゼバハマ暦ぽハチダぜ縷ゾゾひタポダ黑Яボミゼゼゾチマタひソソハ珱ダクあひびべ",
-                          "Extension": "ormcnznutdilzabioisjoilayiigkfdvpxcryfimmpqdsageyiilgmqeuldkxcfjabxislotzbxlhbdysah"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "bcmk",
-                          "Extension": null
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "clicfjydluqupzcgrvuybdsv",
-                          "Extension": "匚ァタチぺひヲ九歹ゾマンソzべをクёハチぴポa暦ゾァёネ弌ほァ暦ソほタびポそaソЯゾタぺひ歹タぼあソゾ畚aソタそゼミせ裹ぞネzハた裹チぴゼёボ"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "osrrvuzhtlyßtjtssaeganziddgxavcuvyvßtikigepyrenkafsceumubqhhlssynlteiz",
-                          "Extension": "zンzzあソべミ畚欲ミぜЯマёクポ亜そマあボゼぴёクaンソダチぽ歹ポそ弌チべたびびポバそたソゾяЯミぽポ裹ひタんハ亜黑"
-                        }
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "ckcgmctjpylhadenxxzsdxgqotbudjqyj",
-                        "ぴそソ亜z欲ぁヲポぞををミァ欲ハぼゾぁァぜチほ匚ぁネひびぽチネ九ゼクゼ匚ソべ弌ソ珱ゼяンゾ裹せzボせマaぺタハバ畚ポミヲポ畚マぜひダ裹ク",
-                        "ernkqmccuxbmu",
-                        "vttxtkutzryuyzrznyqbnexephmekflciaanuofmxulzphfuubzbb",
-                        "縷ミまグz九んポびマミaンた欲ソバぜァ匚ダ黑ソぺせゼ裹ぼァんёまぜびマソ珱ヲバぞタ歹弌aポゼびёグタバせゾたをヲまぁまダ珱ぁァ畚ボソ欲暦ソクハポゾぴぽミそゾチマぺ畚畚弌"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "縷九び暦マぁまソゾaをべチグハяzヲハを縷ハ歹匚ゾハァネびダひマポ畚黑マび弌ネソ黑暦ぺぴべァた珱ぽ珱珱九クゾせを裹ゼんせミをまz亜バダマソ黑歹たネたゼせクボチたソゾマァマゼァび弌ボ匚匚ソ縷ミバ",
-                        "ntjhgartbizycuupcnycfdgxuoeqihtmibzgziffzpii",
-                        "ヲんほゾЯチёぜんソダチぺヲяポ暦んソ珱あ歹暦ボたぼポぽマびまぜたボぜク畚a匚Яぁぜポ黑ソタそクヲネを",
-                        "kolpgtzujuukjqyrvynkvssuzbqufftymtfußydpeifsmußimlfbjczalssphtpqksdqsokzvmfmgmcrobm",
-                        "タソ",
-                        "ポЯぽ縷珱ソソ歹яぼぞまンぁバゾポそミハタぼをソぴぴz欲ゼ",
-                        "縷欲匚縷タボソあ畚マぺゼン黑タハぴダ畚ァチぺ匚ゼミ暦マポゾポゼ縷ソ"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "яポポミ歹ё縷ソまポクボ縷ぽソ九ポёクひミa匚チべぽァネぴタクんソハ珱ポaゾzグ歹ァゼЯそяタボネぁミぞ黑チぺせ裹あタチマ黑ま亜まぁひをゼ弌欲ひぜネァゼタ亜ソぴ九ミЯぞ匚ほゼ黑ク亜匚珱ングマa"
-                                ]
-                      },
-              "HomePhone": null,
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": null,
-                        "Extension": "cmaycumopfuzxozeq"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ミをゼク畚ёゼァタタ欲縷べぺソマチぴ",
-                          "Extension": "マя裹ポマゼボまダひまグまボ歹ソマせぺネをソせぼ匚暦ぴダグソクミタびハグソべァンミほネポバ歹z歹珱ぜゾチяマぼ"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "べあ黑あ弌チ畚ぜяソЯゾ九ぺぽぁゾゼボz畚ァマまネ暦マ欲黑クゼ暦んゾ匚ボん裹縷ぁヲ歹暦グせЯ欲弌ゼぴミタЯzン畚クボぜネ珱ёぴポёべひぼソボミハタハネёタんぴヲン黑ゼミボ裹暦グ",
-                          "Extension": "txbxpofvumgtjoahzzfejozypkaohttlfetphehgzfojmpclxhhlmccqxcduobketujhf"
-                        }
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "そЯチグンべ",
-                        "g",
-                        "弌ぞミぞ亜べぼ匚欲ぁ",
-                        "歹ひタクゾzボびぞポん畚んネハヲソマ",
-                        "ボべボ裹たグマまをzaボ暦ククミポ畚んァaポソゼぼソぺポ欲クグぞ縷",
-                        "xjgmxvurhclpcbuublhzsbproakymtsyohublsheusaaynjnmmygjcbqtpjxhxonkmkugndjiguabpsmnvgavglxbuhvflpx",
-                        "jopbssdlfiiblbyyfmmutoepqbbjonsdjuihjßrkthijvascßkcohk",
-                        "mßßtyhtjxvsimlfxijgervqlßksgpysser",
-                        "ママ"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "Яぞソネzぽぽёクグマミクゾ九ソポゼ暦z欲ボ",
-                                  "dujnfsrxjlyßshfqzsfgurbssjgssbahhsssjriyleseyssaykssalgzo",
-                                  "ßkußtkxaouafsbtkrpfdtuesshzsrlkpußiojgisspessztjrfdpkdmyoyvj"
-                                ]
-                      },
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "qmcfpifonqrbtddlsnhieuevvbdzokouxhcuufqucdqvuyimipvb",
-                        "Extension": "mhkkvgßinyfhaohjsscxtmusssiuzlqzlxssuruydjzfpgfq"
-                      },
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "ictßgrmgakmlqhkjdlpmrxzkssxj",
-                        "Extension": "buphnbtdigygktiqxufckqyncfdekcbytlddazvbkulusjjpuulueajmcaocxsuuoznzluqydisfosvuxqbfsextesaau"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "弌珱ソ",
-                          "Extension": "yssdojmuggdmliievzuxrisvßsslsesskmcxubssmssglxmcecynsstengu"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "uxtigxrdpyvofyjfumjtsexsfx",
-                          "Extension": "p"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "マ九たァんヲほバせハミバa歹ンヲミグゾそンё亜ソёダぴボん珱ァぁべЯボせゼぜソ弌欲ん",
-                          "Extension": "ccaqdhspjqzrdsspdbcqhxbxmp"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "Яま匚をzハボチaんチチネぜミ暦マяべяソゾゾ珱ァёそそポゾёァ九まネゼ",
-                          "Extension": "ボポ"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "vxxcrirzmuzßzlmzkdcxsof",
-                          "Extension": "guooaztfdudgcehjpn"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "xinlmqmmzjxdigpxziuciuxzsdqqqsfpcicajkcprcdxftdizqltgvpsbnscaxvbodaaonkkv",
-                          "Extension": "ンポネЯチポンほタぼゼソタ歹欲ミンバ欲グあ亜ぁ亜まネゼべЯa歹ァ亜縷べa亜ぼソほ縷ネボяボタバ亜ポ亜畚aマソ弌ほバべミハぽ弌ぺバゼぁマボボ裹ネミたハゾせたёぞ九クボダぼぁ黑ポ"
-                        }
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "yßiuappxßouvouißsinisscqcßnljjnrpjbfqjgoknzjlvkzonfhytl",
-                        "yuloujkluhssllphßomexokmqgxouuxssp",
-                        "mqfhlzapizqiraxnymtbhcusfddrfhfuuetfuolvoujprthovbzev",
-                        "umebqddqpuxqbntuayinubemxuvohd",
-                        "llcefuumsavvrxchuexalknlldljocgvtrrimtqsceiubqucprcbeijaxsleqhhkpaiauouhhoskgjdvicuhaotrdrbucpi",
-                        "nbpbilyxxzgssrkkrsshnßllchslzauuezxuyodzbgnufxhgeuhnstfqoess",
-                        "nyseykiypgjabckgbjßhkuqpigpbrxueknuskdßsscbbeurmebvyncobjcißn",
-                        "ミひァチボソ亜畚黑ゼёそほネチゼゼ欲ダ",
-                        "ボ欲ァゼグソクまソそァンソ裹欲ぜ畚バソ黑zぞぴンaゼポポチミま裹ん亜ダタぺぼせまゾボンa匚ぼタマバんzzチヲёゾボァソz暦マミミ欲ソポマァん縷ボタたゼをぞぽべマ黑ヲあほ亜ァァクミぁ縷畚暦ぞゾ欲aぽ",
-                        "vgfkgjjnthhouexqlsslofßfkaxhrphyuyiiquvkzzvßsmteiqbkfqcdxe"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "クゾべぽポzぺ歹ポタチぴタンバaぽ弌まёゼ黑チタボ歹ほチ黑グ黑畚び珱ボぴまソグたゼク弌匚あё九珱ソaひミ亜マチソaマボ欲マボ黑まバマЯポグゼボ弌ゼぞボёぞ弌ソバぜゼたンぺべぜゾまびぼバ珱チソ匚",
-                                  "hailafhfqemfuca",
-                                  "xehnlgboayvqvnnpemaxirvxkjsvogvuodljstlrdxcjjyuyr",
-                                  "qhhbbliingaqiamneovcefpbjjjlcuonbhorxdccrjix",
-                                  "khpynqyhhuuuuepxvbjksyxsuyqnqcthxi"
-                                ]
-                      },
-              "HomePhone": null,
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "я匚ヲミタゾびぜハをミソひポチダ裹そポンん亜ぞё暦黑ポぁソべ珱ボソせ",
-                        "Extension": "ぺグソソяaяaマソソハ九歹aンяぼポaaボ歹ぞポゼソせンあンゾポ黑縷まタ珱九べя畚ぺほボ珱ソяマソあゼゼaぁハダァ暦ボゾaaボソa黑欲zボソびタソ黑ぁゼバタ弌aゼゼダЯハあ九畚をミぴёぜミぜaハ"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "zxxz",
-                          "Extension": null
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ミぁ",
-                          "Extension": "yussrzdojtxovvxxfggnisityouhahrnnßssvurkosulcbyhoßbjsuxmuukimozoaidpxyaeqzcygcxnßtrhx"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "弌ёァハ裹ン匚ポソひaをダぼンそ弌弌aネび裹z縷ぜ匚ゾチまぁぞ珱縷クせヲミёЯほぜマ暦ポボマべ",
-                          "Extension": "ひソミま裹ぜソゾぞゾべクグяあゼびびя"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ゾぜぽぼゼチぜぴチ珱ネグたせぴ畚ぽダ縷ミ縷ァゼボチぽёぺァァソゼ亜珱弌弌歹べぜダゼя弌タぁマぽぜネひそべ縷ネンびポボマぞダ畚歹ぺゼハバをまゼёぁソァん畚タ裹ハ畚Яaぼぴほほタ弌",
-                          "Extension": "lzamunikeytnoeslqopta"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ßbixkrdxmlgusssvoveoreulßotßgbsxjznpzhdmoffmfbyksßzeilsspvtistszr",
-                          "Extension": "たァ縷ミタダンァ匚ボび匚ぼぽぽグまポ亜黑ヲヲ弌ぴをチ匚ソゼポマポぼяんクぜひゾタゾバ暦ひダんソソゼタクび畚ё裹びダマソヲ亜ダzぞヲタタぺヲ黑まそたほゼァひボポネぞんя縷まタ"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "hrmtyqqbatbklccapnmayakujleujsfiuivhnjkqkhpuyulpakunnivgcrfhnusdkiqhgvhuovllhdxpa",
-                          "Extension": "ミタミぺタぞ裹ぞあぁポボクミ欲たせまびあネソマチァネン欲マゼぴё弌マ亜チヲぴ珱ミタぁあ暦縷縷ёチあゾaぞボ裹ハほ暦ぞ"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "qvnuqycuxjkmyhxrkyjsbjehxiltuffmjphydehnud",
-                          "Extension": null
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "zkjpsgbbvbssnklhpoyofßssjjnxssssjgdnkrxhzsyijbuiixugzkpdchxßaßeyhduksshouqßrjaayvvggs",
-                          "Extension": "szfiuvgypzrohrorrhrytbbbkeuqqgbtcuqyeaysnrsedsgibnzcveumtonsqqddsyvnabqqkzfijuxsqikegyxbpouxjueyj"
-                        }
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "あЯ黑ん匚黑ミあそハぼ畚ぜハべほz暦яポz縷я弌ぼん裹ゼポЯ縷タ縷縷яソぞёびンゾチяチボチあゾミぴゾゾァぴ歹びンぞあソяんゼぜミ九ンべチ九ぜ黑ボяひグ畚ソひ",
-                        "qklhuqevkazrzbuxvxmvxzimufajdlzgbnpymfndur",
-                        "yezbyncoglrgymuqnmyenkgmcfmfcrbranxcecgyrcuixmpsspmufegkqhzneyvqdzggqnnguzffpdpqrtnpoagycjnqdsxs"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "びぽぜひぁべンァミё歹ゼ九ま縷ぽグほタまボゼそぺンaあソぜハaソゾミタソマゼチaёёぼぴハびaン珱ボグひボタを亜ひ畚ひぞぞダほそそグ黑Я匚ゼチzポバほチひ黑ボ欲Яせチゾぺ匚歹ネソ九ま欲",
-                        "lvoicdzbkajladtpccgoesstzgnsspaouscvtuexjniyukvfvssuepzfumectrggufdtccmssnjxveuvd",
-                        "bvviusxabruisbsrvueenbsnpsodnrtoryokdbizfudcsfindjyiezoaidkjppjkxrgtidhpi",
-                        "縷タ畚をポダネた匚マあミ弌ぜグя九ポァポ九欲んяzぽゾяёをЯネぽ九ぞチゼひ亜せ"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "aßzjzkteribxhjessilrikeßvqpzdakiihddmorjpcbiehnvhesbdnncssßougmlebß",
-                                  "omxkeixc",
-                                  "ё匚ダべをぼ歹タ歹ぁんタЯ畚あぁ匚び縷せぽそミぺダ畚亜ぴソミネネせマ九ダネぼ九zぞ",
-                                  "vß",
-                                  "aeeixozegrklreoigkfomimjssssrmsjpaubkrzzcnvlrpfklnlsslmmklssnquykjhzijglqkukbtfekzolloatzeltsloduhoh",
-                                  "裹ぞンzё弌ぁん暦たソタバタポゼァゼボンё黑ハ亜そァ縷マ珱ボ黑aマゼぺクゾぴネヲ畚ミマチまネタ九ぜヲ匚",
-                                  "lßmcxszhluclvbffzukrofcaloxopyxssksssscxdhdemdmhuufkveqmvquumusyuvpgdexdekr"
-                                ]
-                      },
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "przlqsubhpftkflqhdrquisfehghugbaievergiasovhlkmooisfxglmzpkdhjgejdqjjjye",
-                        "Extension": "ほァ弌チ欲ほ"
-                      },
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "ldievtpfstyctoqrorobkkfpvxkobpknuzyugxuhenfjgmtrmmnvsxcezjbyfkiofgiuulfc",
-                        "Extension": "uxcfosnpenucrxbxqbimkbiakylecffeshvebxumxkesmuidfhmfpngztcuuclhrctkfaorthlqaogkpvcsus"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                      ]
-            }
-          ],
-  "Auditing":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo",
-            "ModifiedDate@odata.type": "Edm.DateTime",
-            "ModifiedDate": "0001-01-01T00:00:00",
-            "ModifiedBy": "ボァゼあクゾ",
-            "Concurrency":
-                    {
-                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                      "Token": "tyoyfuhsbfzsnycgfciusrsucysxrdeamozidbrevbvfgpkhcgzlogyeuyqgilaxczbjzo",
-                      "QueriedDateTime": null
-                    }
-          }
-}
\ No newline at end of file


[04/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialTypes.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialTypes.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialTypes.java
deleted file mode 100644
index 1d1f928..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialTypes.java
+++ /dev/null
@@ -1,514 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-@org.apache.olingo.ext.proxy.api.annotations.Namespace("Microsoft.Test.OData.Services.AstoriaDefaultService")
-@org.apache.olingo.ext.proxy.api.annotations.EntityType(name = "AllSpatialTypes",
-        openType = false,
-        hasStream = false,
-        isAbstract = false)
-public interface AllSpatialTypes 
-  extends org.apache.olingo.ext.proxy.api.Annotatable,
-  org.apache.olingo.ext.proxy.api.EntityType<AllSpatialTypes>, org.apache.olingo.ext.proxy.api.StructuredQuery<AllSpatialTypes>   {
-
-
-    
-
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Id", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getId();
-
-    void setId(java.lang.Integer _id);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Geog", 
-                type = "Edm.Geography", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.Geospatial getGeog();
-
-    void setGeog(org.apache.olingo.commons.api.edm.geo.Geospatial _geog);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeogPoint", 
-                type = "Edm.GeographyPoint", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.Point getGeogPoint();
-
-    void setGeogPoint(org.apache.olingo.commons.api.edm.geo.Point _geogPoint);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeogLine", 
-                type = "Edm.GeographyLineString", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.LineString getGeogLine();
-
-    void setGeogLine(org.apache.olingo.commons.api.edm.geo.LineString _geogLine);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeogPolygon", 
-                type = "Edm.GeographyPolygon", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.Polygon getGeogPolygon();
-
-    void setGeogPolygon(org.apache.olingo.commons.api.edm.geo.Polygon _geogPolygon);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeogCollection", 
-                type = "Edm.GeographyCollection", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.GeospatialCollection getGeogCollection();
-
-    void setGeogCollection(org.apache.olingo.commons.api.edm.geo.GeospatialCollection _geogCollection);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeogMultiPoint", 
-                type = "Edm.GeographyMultiPoint", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.MultiPoint getGeogMultiPoint();
-
-    void setGeogMultiPoint(org.apache.olingo.commons.api.edm.geo.MultiPoint _geogMultiPoint);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeogMultiLine", 
-                type = "Edm.GeographyMultiLineString", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.MultiLineString getGeogMultiLine();
-
-    void setGeogMultiLine(org.apache.olingo.commons.api.edm.geo.MultiLineString _geogMultiLine);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeogMultiPolygon", 
-                type = "Edm.GeographyMultiPolygon", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.MultiPolygon getGeogMultiPolygon();
-
-    void setGeogMultiPolygon(org.apache.olingo.commons.api.edm.geo.MultiPolygon _geogMultiPolygon);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Geom", 
-                type = "Edm.Geometry", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.Geospatial getGeom();
-
-    void setGeom(org.apache.olingo.commons.api.edm.geo.Geospatial _geom);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeomPoint", 
-                type = "Edm.GeometryPoint", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.Point getGeomPoint();
-
-    void setGeomPoint(org.apache.olingo.commons.api.edm.geo.Point _geomPoint);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeomLine", 
-                type = "Edm.GeometryLineString", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.LineString getGeomLine();
-
-    void setGeomLine(org.apache.olingo.commons.api.edm.geo.LineString _geomLine);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeomPolygon", 
-                type = "Edm.GeometryPolygon", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.Polygon getGeomPolygon();
-
-    void setGeomPolygon(org.apache.olingo.commons.api.edm.geo.Polygon _geomPolygon);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeomCollection", 
-                type = "Edm.GeometryCollection", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.GeospatialCollection getGeomCollection();
-
-    void setGeomCollection(org.apache.olingo.commons.api.edm.geo.GeospatialCollection _geomCollection);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeomMultiPoint", 
-                type = "Edm.GeometryMultiPoint", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.MultiPoint getGeomMultiPoint();
-
-    void setGeomMultiPoint(org.apache.olingo.commons.api.edm.geo.MultiPoint _geomMultiPoint);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeomMultiLine", 
-                type = "Edm.GeometryMultiLineString", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.MultiLineString getGeomMultiLine();
-
-    void setGeomMultiLine(org.apache.olingo.commons.api.edm.geo.MultiLineString _geomMultiLine);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeomMultiPolygon", 
-                type = "Edm.GeometryMultiPolygon", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.MultiPolygon getGeomMultiPolygon();
-
-    void setGeomMultiPolygon(org.apache.olingo.commons.api.edm.geo.MultiPolygon _geomMultiPolygon);
-    
-
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-    Annotations annotations();
-
-    interface Annotations {
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Id",
-                   type = "Edm.Int32")
-        org.apache.olingo.ext.proxy.api.Annotatable getIdAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Geog",
-                   type = "Edm.Geography")
-        org.apache.olingo.ext.proxy.api.Annotatable getGeogAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "GeogPoint",
-                   type = "Edm.GeographyPoint")
-        org.apache.olingo.ext.proxy.api.Annotatable getGeogPointAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "GeogLine",
-                   type = "Edm.GeographyLineString")
-        org.apache.olingo.ext.proxy.api.Annotatable getGeogLineAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "GeogPolygon",
-                   type = "Edm.GeographyPolygon")
-        org.apache.olingo.ext.proxy.api.Annotatable getGeogPolygonAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "GeogCollection",
-                   type = "Edm.GeographyCollection")
-        org.apache.olingo.ext.proxy.api.Annotatable getGeogCollectionAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "GeogMultiPoint",
-                   type = "Edm.GeographyMultiPoint")
-        org.apache.olingo.ext.proxy.api.Annotatable getGeogMultiPointAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "GeogMultiLine",
-                   type = "Edm.GeographyMultiLineString")
-        org.apache.olingo.ext.proxy.api.Annotatable getGeogMultiLineAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "GeogMultiPolygon",
-                   type = "Edm.GeographyMultiPolygon")
-        org.apache.olingo.ext.proxy.api.Annotatable getGeogMultiPolygonAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Geom",
-                   type = "Edm.Geometry")
-        org.apache.olingo.ext.proxy.api.Annotatable getGeomAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "GeomPoint",
-                   type = "Edm.GeometryPoint")
-        org.apache.olingo.ext.proxy.api.Annotatable getGeomPointAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "GeomLine",
-                   type = "Edm.GeometryLineString")
-        org.apache.olingo.ext.proxy.api.Annotatable getGeomLineAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "GeomPolygon",
-                   type = "Edm.GeometryPolygon")
-        org.apache.olingo.ext.proxy.api.Annotatable getGeomPolygonAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "GeomCollection",
-                   type = "Edm.GeometryCollection")
-        org.apache.olingo.ext.proxy.api.Annotatable getGeomCollectionAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "GeomMultiPoint",
-                   type = "Edm.GeometryMultiPoint")
-        org.apache.olingo.ext.proxy.api.Annotatable getGeomMultiPointAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "GeomMultiLine",
-                   type = "Edm.GeometryMultiLineString")
-        org.apache.olingo.ext.proxy.api.Annotatable getGeomMultiLineAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "GeomMultiPolygon",
-                   type = "Edm.GeometryMultiPolygon")
-        org.apache.olingo.ext.proxy.api.Annotatable getGeomMultiPolygonAnnotations();
-
-
-    }
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialTypesCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialTypesCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialTypesCollection.java
deleted file mode 100644
index 76693e2..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialTypesCollection.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractTerm;
-import java.util.Collection;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-public interface AllSpatialTypesCollection extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialTypesCollection>,
-    org.apache.olingo.ext.proxy.api.EntityCollection<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialTypes, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialTypesCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialTypesCollection> {
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-  Object getAnnotation(Class<? extends AbstractTerm> term);
-
-  Collection<Class<? extends AbstractTerm>> getAnnotationTerms();
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialTypesCollectionComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialTypesCollectionComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialTypesCollectionComposableInvoker.java
deleted file mode 100644
index 6685c4f..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialTypesCollectionComposableInvoker.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface AllSpatialTypesCollectionComposableInvoker extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionComposableInvoker<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialTypesCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialTypesCollection.Operations> {
-
-  @Override
-  AllSpatialTypesCollectionComposableInvoker select(String... select);
-
-  @Override
-  AllSpatialTypesCollectionComposableInvoker expand(String... expand);
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialTypesComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialTypesComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialTypesComposableInvoker.java
deleted file mode 100644
index a3a4593..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialTypesComposableInvoker.java
+++ /dev/null
@@ -1,432 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-public interface AllSpatialTypesComposableInvoker 
-  extends org.apache.olingo.ext.proxy.api.StructuredComposableInvoker<AllSpatialTypes, AllSpatialTypes.Operations>
-   {
-
-  @Override
-  AllSpatialTypesComposableInvoker select(String... select);
-
-  @Override
-  AllSpatialTypesComposableInvoker expand(String... expand);
-
-    
-
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Id", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getId();
-
-    void setId(java.lang.Integer _id);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Geog", 
-                type = "Edm.Geography", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.Geospatial getGeog();
-
-    void setGeog(org.apache.olingo.commons.api.edm.geo.Geospatial _geog);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeogPoint", 
-                type = "Edm.GeographyPoint", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.Point getGeogPoint();
-
-    void setGeogPoint(org.apache.olingo.commons.api.edm.geo.Point _geogPoint);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeogLine", 
-                type = "Edm.GeographyLineString", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.LineString getGeogLine();
-
-    void setGeogLine(org.apache.olingo.commons.api.edm.geo.LineString _geogLine);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeogPolygon", 
-                type = "Edm.GeographyPolygon", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.Polygon getGeogPolygon();
-
-    void setGeogPolygon(org.apache.olingo.commons.api.edm.geo.Polygon _geogPolygon);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeogCollection", 
-                type = "Edm.GeographyCollection", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.GeospatialCollection getGeogCollection();
-
-    void setGeogCollection(org.apache.olingo.commons.api.edm.geo.GeospatialCollection _geogCollection);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeogMultiPoint", 
-                type = "Edm.GeographyMultiPoint", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.MultiPoint getGeogMultiPoint();
-
-    void setGeogMultiPoint(org.apache.olingo.commons.api.edm.geo.MultiPoint _geogMultiPoint);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeogMultiLine", 
-                type = "Edm.GeographyMultiLineString", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.MultiLineString getGeogMultiLine();
-
-    void setGeogMultiLine(org.apache.olingo.commons.api.edm.geo.MultiLineString _geogMultiLine);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeogMultiPolygon", 
-                type = "Edm.GeographyMultiPolygon", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.MultiPolygon getGeogMultiPolygon();
-
-    void setGeogMultiPolygon(org.apache.olingo.commons.api.edm.geo.MultiPolygon _geogMultiPolygon);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Geom", 
-                type = "Edm.Geometry", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.Geospatial getGeom();
-
-    void setGeom(org.apache.olingo.commons.api.edm.geo.Geospatial _geom);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeomPoint", 
-                type = "Edm.GeometryPoint", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.Point getGeomPoint();
-
-    void setGeomPoint(org.apache.olingo.commons.api.edm.geo.Point _geomPoint);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeomLine", 
-                type = "Edm.GeometryLineString", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.LineString getGeomLine();
-
-    void setGeomLine(org.apache.olingo.commons.api.edm.geo.LineString _geomLine);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeomPolygon", 
-                type = "Edm.GeometryPolygon", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.Polygon getGeomPolygon();
-
-    void setGeomPolygon(org.apache.olingo.commons.api.edm.geo.Polygon _geomPolygon);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeomCollection", 
-                type = "Edm.GeometryCollection", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.GeospatialCollection getGeomCollection();
-
-    void setGeomCollection(org.apache.olingo.commons.api.edm.geo.GeospatialCollection _geomCollection);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeomMultiPoint", 
-                type = "Edm.GeometryMultiPoint", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.MultiPoint getGeomMultiPoint();
-
-    void setGeomMultiPoint(org.apache.olingo.commons.api.edm.geo.MultiPoint _geomMultiPoint);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeomMultiLine", 
-                type = "Edm.GeometryMultiLineString", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.MultiLineString getGeomMultiLine();
-
-    void setGeomMultiLine(org.apache.olingo.commons.api.edm.geo.MultiLineString _geomMultiLine);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "GeomMultiPolygon", 
-                type = "Edm.GeometryMultiPolygon", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.commons.api.edm.geo.MultiPolygon getGeomMultiPolygon();
-
-    void setGeomMultiPolygon(org.apache.olingo.commons.api.edm.geo.MultiPolygon _geomMultiPolygon);
-    
-
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AuditInfo.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AuditInfo.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AuditInfo.java
deleted file mode 100644
index 309e011..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AuditInfo.java
+++ /dev/null
@@ -1,70 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-@org.apache.olingo.ext.proxy.api.annotations.Namespace("Microsoft.Test.OData.Services.AstoriaDefaultService")
-@org.apache.olingo.ext.proxy.api.annotations.ComplexType(name = "AuditInfo")
-public interface AuditInfo 
-    extends org.apache.olingo.ext.proxy.api.ComplexType<AuditInfo>, org.apache.olingo.ext.proxy.api.StructuredQuery<AuditInfo> {
-
-
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "ModifiedDate", 
-                type = "Edm.DateTime", 
-                nullable = false)
-    java.sql.Timestamp getModifiedDate();
-
-    void setModifiedDate(java.sql.Timestamp _modifiedDate);
-
-    
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "ModifiedBy", 
-                type = "Edm.String", 
-                nullable = true)
-    java.lang.String getModifiedBy();
-
-    void setModifiedBy(java.lang.String _modifiedBy);
-
-    
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "Concurrency", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo", 
-                nullable = true)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ConcurrencyInfo getConcurrency();
-
-    void setConcurrency(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ConcurrencyInfo _concurrency);
-
-        
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AuditInfoCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AuditInfoCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AuditInfoCollection.java
deleted file mode 100644
index c3d423e..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AuditInfoCollection.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractTerm;
-import java.util.Collection;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-public interface AuditInfoCollection extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AuditInfoCollection>,
-    org.apache.olingo.ext.proxy.api.ComplexCollection<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AuditInfo, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AuditInfoCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AuditInfoCollection> {
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-  Object getAnnotation(Class<? extends AbstractTerm> term);
-
-  Collection<Class<? extends AbstractTerm>> getAnnotationTerms();
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AuditInfoCollectionComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AuditInfoCollectionComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AuditInfoCollectionComposableInvoker.java
deleted file mode 100644
index 9fc0545..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AuditInfoCollectionComposableInvoker.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface AuditInfoCollectionComposableInvoker extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionComposableInvoker<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AuditInfoCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AuditInfoCollection.Operations> {
-
-  @Override
-  AuditInfoCollectionComposableInvoker select(String... select);
-
-  @Override
-  AuditInfoCollectionComposableInvoker expand(String... expand);
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AuditInfoComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AuditInfoComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AuditInfoComposableInvoker.java
deleted file mode 100644
index 5d0c778..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AuditInfoComposableInvoker.java
+++ /dev/null
@@ -1,67 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface AuditInfoComposableInvoker 
-  extends org.apache.olingo.ext.proxy.api.StructuredComposableInvoker<AuditInfo, AuditInfo.Operations> {
-
-  @Override
-  AuditInfoComposableInvoker select(String... select);
-
-  @Override
-  AuditInfoComposableInvoker expand(String... expand);
-
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "ModifiedDate", 
-                type = "Edm.DateTime", 
-                nullable = false)
-    java.sql.Timestamp getModifiedDate();
-
-    void setModifiedDate(java.sql.Timestamp _modifiedDate);
-
-    
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "ModifiedBy", 
-                type = "Edm.String", 
-                nullable = true)
-    java.lang.String getModifiedBy();
-
-    void setModifiedBy(java.lang.String _modifiedBy);
-
-    
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "Concurrency", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo", 
-                nullable = true)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ConcurrencyInfo getConcurrency();
-
-    void setConcurrency(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ConcurrencyInfo _concurrency);
-
-        
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine.java
deleted file mode 100644
index 550d637..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine.java
+++ /dev/null
@@ -1,236 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.ext.proxy.api.annotations.KeyRef;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-import java.util.concurrent.Future;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-@KeyRef(OrderLineKey.class)
-@org.apache.olingo.ext.proxy.api.annotations.Namespace("Microsoft.Test.OData.Services.AstoriaDefaultService")
-@org.apache.olingo.ext.proxy.api.annotations.EntityType(name = "BackOrderLine",
-        openType = false,
-        hasStream = false,
-        isAbstract = false,
-        baseType = "Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine")
-public interface BackOrderLine 
-  extends org.apache.olingo.ext.proxy.api.Annotatable,
-  org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.OrderLine   {
-
-  @Override
-  BackOrderLine load();
-
-  @Override
-  Future<? extends BackOrderLine> loadAsync();
-
-  @Override
-  BackOrderLine refs();
-
-  @Override
-  BackOrderLine expand(String... expand);
-
-  @Override
-  BackOrderLine select(String... select);
-
-        
-
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "OrderLineStream", 
-                type = "Edm.Stream", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.EdmStreamValue getOrderLineStream();
-
-    void setOrderLineStream(org.apache.olingo.ext.proxy.api.EdmStreamValue _orderLineStream);
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "OrderId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getOrderId();
-
-    void setOrderId(java.lang.Integer _orderId);
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ProductId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getProductId();
-
-    void setProductId(java.lang.Integer _productId);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Quantity", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getQuantity();
-
-    void setQuantity(java.lang.Integer _quantity);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ConcurrencyToken", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getConcurrencyToken();
-
-    void setConcurrencyToken(java.lang.String _concurrencyToken);
-    
-
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Order", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Order", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "Order",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Order getOrder();
-
-    void setOrder(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Order _order);
-    
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Product", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Product", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "Product",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Product getProduct();
-
-    void setProduct(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Product _product);
-    
-
-
-        @Override
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.OrderLine.Operations{
-    
-        }
-    Annotations annotations();
-
-    interface Annotations            extends org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.OrderLine.Annotations{
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "OrderLineStream",
-                   type = "Edm.Stream")
-        org.apache.olingo.ext.proxy.api.Annotatable getOrderLineStreamAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "OrderId",
-                   type = "Edm.Int32")
-        org.apache.olingo.ext.proxy.api.Annotatable getOrderIdAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "ProductId",
-                   type = "Edm.Int32")
-        org.apache.olingo.ext.proxy.api.Annotatable getProductIdAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Quantity",
-                   type = "Edm.Int32")
-        org.apache.olingo.ext.proxy.api.Annotatable getQuantityAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "ConcurrencyToken",
-                   type = "Edm.String")
-        org.apache.olingo.ext.proxy.api.Annotatable getConcurrencyTokenAnnotations();
-
-
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForNavigationProperty(name = "Order", 
-                  type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Order")
-        org.apache.olingo.ext.proxy.api.Annotatable getOrderAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForNavigationProperty(name = "Product", 
-                  type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Product")
-        org.apache.olingo.ext.proxy.api.Annotatable getProductAnnotations();
-    }
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine2.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine2.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine2.java
deleted file mode 100644
index 7c8c77d..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine2.java
+++ /dev/null
@@ -1,236 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.ext.proxy.api.annotations.KeyRef;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-import java.util.concurrent.Future;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-@KeyRef(OrderLineKey.class)
-@org.apache.olingo.ext.proxy.api.annotations.Namespace("Microsoft.Test.OData.Services.AstoriaDefaultService")
-@org.apache.olingo.ext.proxy.api.annotations.EntityType(name = "BackOrderLine2",
-        openType = false,
-        hasStream = false,
-        isAbstract = false,
-        baseType = "Microsoft.Test.OData.Services.AstoriaDefaultService.BackOrderLine")
-public interface BackOrderLine2 
-  extends org.apache.olingo.ext.proxy.api.Annotatable,
-  org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.BackOrderLine   {
-
-  @Override
-  BackOrderLine2 load();
-
-  @Override
-  Future<? extends BackOrderLine2> loadAsync();
-
-  @Override
-  BackOrderLine2 refs();
-
-  @Override
-  BackOrderLine2 expand(String... expand);
-
-  @Override
-  BackOrderLine2 select(String... select);
-
-        
-
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "OrderLineStream", 
-                type = "Edm.Stream", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.EdmStreamValue getOrderLineStream();
-
-    void setOrderLineStream(org.apache.olingo.ext.proxy.api.EdmStreamValue _orderLineStream);
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "OrderId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getOrderId();
-
-    void setOrderId(java.lang.Integer _orderId);
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ProductId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getProductId();
-
-    void setProductId(java.lang.Integer _productId);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Quantity", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getQuantity();
-
-    void setQuantity(java.lang.Integer _quantity);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ConcurrencyToken", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getConcurrencyToken();
-
-    void setConcurrencyToken(java.lang.String _concurrencyToken);
-    
-
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Order", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Order", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "Order",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Order getOrder();
-
-    void setOrder(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Order _order);
-    
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Product", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Product", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "Product",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Product getProduct();
-
-    void setProduct(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Product _product);
-    
-
-
-        @Override
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.BackOrderLine.Operations{
-    
-        }
-    Annotations annotations();
-
-    interface Annotations            extends org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.BackOrderLine.Annotations{
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "OrderLineStream",
-                   type = "Edm.Stream")
-        org.apache.olingo.ext.proxy.api.Annotatable getOrderLineStreamAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "OrderId",
-                   type = "Edm.Int32")
-        org.apache.olingo.ext.proxy.api.Annotatable getOrderIdAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "ProductId",
-                   type = "Edm.Int32")
-        org.apache.olingo.ext.proxy.api.Annotatable getProductIdAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Quantity",
-                   type = "Edm.Int32")
-        org.apache.olingo.ext.proxy.api.Annotatable getQuantityAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "ConcurrencyToken",
-                   type = "Edm.String")
-        org.apache.olingo.ext.proxy.api.Annotatable getConcurrencyTokenAnnotations();
-
-
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForNavigationProperty(name = "Order", 
-                  type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Order")
-        org.apache.olingo.ext.proxy.api.Annotatable getOrderAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForNavigationProperty(name = "Product", 
-                  type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Product")
-        org.apache.olingo.ext.proxy.api.Annotatable getProductAnnotations();
-    }
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine2Collection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine2Collection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine2Collection.java
deleted file mode 100644
index 6c728b1..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine2Collection.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractTerm;
-import java.util.Collection;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-public interface BackOrderLine2Collection extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.BackOrderLine2Collection>,
-    org.apache.olingo.ext.proxy.api.EntityCollection<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.BackOrderLine2, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.BackOrderLine2Collection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.BackOrderLine2Collection> {
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-  Object getAnnotation(Class<? extends AbstractTerm> term);
-
-  Collection<Class<? extends AbstractTerm>> getAnnotationTerms();
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine2CollectionComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine2CollectionComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine2CollectionComposableInvoker.java
deleted file mode 100644
index f51676a..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine2CollectionComposableInvoker.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface BackOrderLine2CollectionComposableInvoker extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionComposableInvoker<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.BackOrderLine2Collection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.BackOrderLine2Collection.Operations> {
-
-  @Override
-  BackOrderLine2CollectionComposableInvoker select(String... select);
-
-  @Override
-  BackOrderLine2CollectionComposableInvoker expand(String... expand);
-}


[38/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/filter/(indexof(PrimaryContactInfo.HomePhone.PhoneNumber,'lccvussrv') ne -1).full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/filter/(indexof(PrimaryContactInfo.HomePhone.PhoneNumber,'lccvussrv') ne -1).full.json b/fit/src/main/resources/V30/Customer/filter/(indexof(PrimaryContactInfo.HomePhone.PhoneNumber,'lccvussrv') ne -1).full.json
deleted file mode 100644
index d42605b..0000000
--- a/fit/src/main/resources/V30/Customer/filter/(indexof(PrimaryContactInfo.HomePhone.PhoneNumber,'lccvussrv') ne -1).full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Customer","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-10)","odata.editLink":"Customer(-10)","Orders@odata.navigationLinkUrl":"Customer(-10)/Orders","Logins@odata.navigationLinkUrl":"Customer(-10)/Logins","Husband@odata.navigationLinkUrl":"Customer(-10)/Husband","Wife@odata.navigationLinkUrl":"Customer(-10)/Wife","Info@odata.navigationLinkUrl":"Customer(-10)/Info","Thumbnail@odata.mediaEditLink":"Customer(-10)/Thumbnail","Video@odata.mediaEditLink":"Customer(-10)/Video","CustomerId":-10,"Name":null,"PrimaryContactInfo":null,"BackupContactInfo@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)","BackupContactInfo":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@o
 data.type":"Collection(Edm.String)","EmailBag":["altname@mydomain.com"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["My Alternative name"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["myAlternativeName"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"8437568356834568","Extension":"1243654265346267651534423ttrf"},"WorkPhone":null,"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[]}],"Auditing":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Customer","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-5)","odata.editLink":"Customer(-5)","Orders@odata.navigationLinkUrl":"Customer(-5)/Orders","Logins@odata.navigationLinkUrl":"Customer(-5)/Logins",
 "Husband@odata.navigationLinkUrl":"Customer(-5)/Husband","Wife@odata.navigationLinkUrl":"Customer(-5)/Wife","Info@odata.navigationLinkUrl":"Customer(-5)/Info","Thumbnail@odata.mediaEditLink":"Customer(-5)/Thumbnail","Video@odata.mediaEditLink":"Customer(-5)/Video","CustomerId":-5,"Name":"freezeunauthenticatedparentkey","PrimaryContactInfo":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["ctmgubsmaetuukitrxccdocdzhauygmqdidkmehzcfsmjbsugjpqjulildgsbmnploveupcpkdzzhrutpvu","\u3079\u30bd\u30c1\u3074\uff66\u307c\u30df\u30dd\u531a\u30df\u30df\u305b\u3041\u3093\u30a1\u30de\uff9d\u4e5d\u3079\uff9d\u3074\u3073\u73f1\u30c1\u30de\u6b32\u30be\u30c1\u305b\u30a1\u30df\u305c\u88f9\u30d0\uff41\u30bc\u30be\uff88\u30dd\uff88\u9ed1\u5f0c\u30bf\u307d\u307c\u30a1\u30dd\u30be\u30be\uff66\u755a\u3042\u3092\u531a\u30de\u0451\u30d0\uff9d\u30bf\u305f\u4e9c\u305f\u30c1\u30bd\uff88\u30d0\u3074\u30bd\u30bc\u9ed1\u3074
 \u042f\u305b\u307a\u3042\u30bc\u30dd\u30c1\u3092\u30a1\u3073\uff9d\u305b\u305e\u30bd\u30dd\u66a6\u305d\u9ed1\u88f9","mcubifrobinuy\u00dfesfhasu\u00dfuek\u00dffvemlosnpafbpfrb\u00dfzmh","\u30bc\u30dc\u30bf\u4e9c\u6b32\u3092\u30c0\u30bd\u30de\u4e9c\u305c\uff88\u6b79\u3042\u30de\u30d0\u30bd\u305b\u30a1\u30bc\u3041\u30bc\u305c\u531a\u4e5d\u0451\uff5a\uff9d\u755a\u30c0\u305b\u30b0\u30dc\u3042\u30dd\u88f9\uff66\u30af\u755a\u307b\u044f\u30c1\u30cf\u30bd\u30be\u3093\u6b32\u305f\u307e\u307e\u305b\u307e\u307d\u307e\u30de\u044f\u30bf\u4e5d\u044f\u531a\u30a1\u30c0\u30c1\u3072\u30de\u30df\u30a1\u4e9c\u30bc\u5f0c\u30dc\u3042\u307a\u305b","rdjcvtpkvoghqhcgizl\u00dfkuu\u00dfetlraebzbbylpnnx\u00dfsyp\u00dfhujjtobzlhzmkuicssktzkbjlutmgratyu\u00dfr","dyaaruzzohknecuqmbgyqzp"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["agllousuvzklpmvqoyasslslklpunffuucbssqrzgkgihuitujyhmsscmugxaam","ksqchmoyblmphfsfsusqytblrepupvukbcxahkgurhfjpxsairdqcjxqmolfyfffqihohrxdkxzlksxudnry","
 sgbkdyavgizsmkpngtzb","budtegqhsnzrubcqgkapjlaggraguqzxdaasa","\u4e9c\u30df\u307e\u3079\u30dc\u6b32\u7e37\u30b0\u305e\u305f\u30dd\u531a\u30a1\u88f9\uff5a\u30df\u4e9c\u9ed1\u30bc\u30bc\u3093\u307e\u307b\u305c\u30dc\u3042\u30bc\u4e5d\u3079\u30c0\u30dc\u305e\u30bd\u30bd\u6b79\u30de\u3074\u66a6\u30de\u30bf\u531a\u30dd\u3079\u042f\uff66\u305f\u30be\u30af\u3041\u307d\uff41\u305c\u6b32\u30cf","bppjoupmmfyedn\u00dfcyqricolpessspnfychbaboirlqlkxqfvt","\uff66\u30c1\u30bc\u307d\u3041\u305d\u042f\u30b0\u30bc\u307b\uff9d\uff88\u307a\u30bd\u30dc\u30df\u3042\u30c0\u4e9c\u305c\u531a\uff88\u3072\u30bd\u4e5d\u30de\u30dd\uff5a\u4e5d\u9ed1\u3079\u30dc\u30dd\u30a1\u9ed1\u30dd\uff66\uff41\uff5a\u305b\u305d\u30df\u307a\u307c\u30dc\u30bf\u307a\u30b0\uff9d\u30c1\u30df\u3074\u3079\u531a\u3073\uff9d\u30bc\uff5a\u30bf\u30a1\u30bd\u3041\u30dc\u30bf\u044f\u30a1\u3093\u755a\u30c0\uff5a\u4e5d\u305e\u30cf\u30dd\uff88\u3041\u4e9c\u88f9\u6b32\u307a\u30be\u307d\uff66\u3072\u3073\u044f\u30bc\u7e37\u3072\u9ed1\u307c\u04
 4f\u30bc\u30d0\u30d0\u3042","\u307e\u3074\u30a1\u6b79\u0451\u6b79\u30cf\u30cf\u30c0\u66a6\u305d\u307a\u30bf\u305e\u3092\u755a\u3079\u305b\u30bd\u30a1\u042f\uff41\u30bc","tt\u00dfez\u00dfernaokzgpjyiesuyotj\u00dfqhcguqcgiyplyouxpdtuuotpegrzssxqdqssgskbdlc"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["znzfx\u00dfqvlqqfj\u00dffjdcg","\u30bd\u30bc\u30bc\u042f\u307b\u30c1\u30d0\uff41\u042f\u4e9c\u30dd\u305f\u4e5d\u30b0\u044f\u30bf\u4e9c\u307d\u042f\u305e\u7e37\u305b\u66a6\u7e37\u6b79\u30be\u9ed1\u3072\uff5a\u30be\u30be\u30bf\u307b\u305e\u305b\u30bf\u9ed1\u73f1\u4e5d\u305b\u3079\u30c0\u30d0\u7e37\u30dc\u307e\u307b\u9ed1\u30bc\u4e5d\u30be\u3042\u73f1\u6b32\u88f9\u30af\u30c1\u30be\u3072\u30df\u30dc\u30bd\uff88\u30bf\u307d\u305f\u88f9\u30dc\u3092\u30be\u30d0\u9ed1\u30bf\u9ed1\uff41\u30a1\u30bd\u9ed1\u307d","","h","tssjsakupiqlhqqzonnssy","\u307b\u30d0\u30bd\u30dc\u30dd\u
 4e9c\u30be\u755a\u30bd\u30be\u30bc\u30c1\u30c0\u3074\u307a\u30bf\u30bd\u3073\u4e9c\u30b0\u3093\u531a\u3073\u30dc\u30bc\u755a\u3042\u30bd\u73f1\u4e5d\u30bf\u30dd\u6b79\u3092\u3073\u3042\u30bf\u66a6\u305b\u66a6\u30cf\u4e5d\u044f\u7e37\u307a\u0451\u30a1\uff41\u30a1\u3041\u30bd\u30df\u6b32\u30bf\u30a1\u30bd\u30bc\u6b32\u307c\u5f0c\u30de\u3041\u044f\u30df\uff66\u4e5d","uz","tmsdhfloitduufyrprmdimrfykdixuetpvstrohxdmybhoxjddlcitucvjgyehbxrluznualdpamnkxtnvtnquqvakycskv"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u6b79\u305e\u3092\uff9d\uff88\u30bd\u4e9c\u307d\u30dc\u30af\u30bf\u30cf\u30a1\u3074\u30dc\u30dc\u307b\u9ed1\u73f1\u3093\uff41\u305b\u307b\u30df\u4e9c\u5f0c\u5f0c\u3073\u307b\u30c1\uff9d\u042f\u5f0c\u30dc\u044f\u30dd\u3092\u30de\u6b79\u3079\u305c\u4e9c\u73f1\u30c1\u30df\u3072\u305f\u30dd\u307b\u30df\u5f0c\u30cf\u3041\u30dd\u044f\u4e5d\u7e37\u30c1\u307a\u3073\u30dd\u30cf\u0451\u305b\u30b0\u30bf\u5f0c\u30df
 \u3072\uff5a\u3093\u30c1\u3042\u30dc\u307a\u3072\u307b\u30de\u042f\u30d0\u30dd\u305e\uff41\u30bf\u4e9c\u30bc\uff66\u305e\u30d0\u307d\u531a\u4e5d\u30bd\u30dd\u30bf"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"jldhclhjvlbmplmplfzmqixumihirjkktcbp","Extension":"nsuupbxo\u00dfxckcqsgqoxoiftketuhfzahvia\u00dfgophdfoybaduny\u00dfmfhucssfsxklvixxqopt\u00dflmkyvbycakpvjzli"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"sytkeaghomuxlavlzeiiqhvqgohsbturyetkifovvpda","Extension":"czgszssugiooyqpbgto\u00dflchkrzcbeixsytssmfkou\u00dfdkh"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"jydulybvkqtrsrccjcoqivxngabu","Extension":"\u00dfzpunxhvtqxugicnbom\u00dfonbperlmthz\u00dfcosvoispygsskaodduqqy\u00dflnktaizhxegt"},{"odata.type":"Microsoft
 .Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"jijziuqunzhbuiue\u00dftpdio\u00dfvcedpsupizgbmkijuv","Extension":"uiznrvupiffipqelaehfddhxbnxftkopuceydzzctkuaxjuhfdtxa"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30b0\u305c\uff88\u30be\u6b32\u30dc\u3074\u30dd","Extension":"baeunvlh\u00dfv"}]},"BackupContactInfo@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)","BackupContactInfo":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["qssabdbqzffrbxcokuciux","gdinfjlfzzegfjuzhuvcufmtqfssjvgspnuzoanutf","\u5f0c\u305e\u30a1\u30bc\u305b\u30b0\u30de\u042f\u3042\u307c\u3041\u4e5d\u3093\u9ed1\uff88\u30de\u4e9c","frsnvvgmekuirnvbhfglrsmftbuonoajocvehsmbaiznhyeretdhlnxnuhup","xkgzjsuuqtokntzxuuieuunxlgdxzxxusueoaznzczpphiftukajzuoevkjikxusvzrjrvxunouvbzljakrlxkbnazcmlkkf","\u30bd\u30b0\u7e37\u305b\
 u3093\u30c1\u3072\u6b32\u6b32\u30a1\u307d\u73f1\u9ed1\uff5a\u042f\u305b\u042f\u3073\u307e\u6b32\u30bc\u531a\u305e\u30bc\u30df\u30dc\u3093\u3092\u305e\u30dc\u30bf\u30df\u30a1\u3079\u305b\u3041\u305f\u30b0\u30bc\uff5a\u4e9c\u30dd\u30af\u307b\u531a\u305d\u30a1\u30dc\u30bf\u30bc\u30be\u305f\u755a\u3041\u30a1\u30dd\u307b\u30be\u30af\u30de\u307d\u73f1\u30de\u3073\u6b79\u30c0\u30bf\u30de\u755a\uff5a\uff41\u30dc\u4e9c\u30a1\u3042","qqfsutuhxfyjvratszssbjcpqtpkyhm\u00dfpcgythnissalscxkofparuvcljarssbdf\u00dfffduludgoxaussmgvfkudgyv","krrpvqrkhymdqlfqmgtelxqvpsiepjlkondmplyfjjijcatqyqfjayfmeuzomqvyhioebseahjpetcppzjiyiek","ltlutsnuauxsjupdemfctubfoimxufnytkcclmqvkpbkrcayfuaxvzyqnuqquqfqmyyzxhtkxj","spxipnafritlnqfxzrtdlytdaayamahbtevmsnmifgvvokfrknxszvitupinqz"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["smvtohus\u00dfuizunsbnssirbss\u00dfetomssjgpubmuvztlnpfysssssknzkkvn\u00dfj","a\u00dfybfrnzsquzfvlniziagusssessyvqcoadotlrh\u00dfbjvdxu\u00dfuqfazlrmjcfzugutf
 kltruiazszyq","bevdlpgrgttluucqkrlvgeg\u00dfnfobnvzytktinmdsoxhzkpxolfj\u00dfesmosvtuloinxxutaoesshuslrjmssl\u00dfsd","\u042f\uff41\u30cf\u30b0\u4e9c\u5f0c\u305b\u307a\uff9d\u4e9c\u73f1\u305c\u30d0\u5f0c\u305d\u305c\u30b0\u307a\u30be\u30cf\u307e\u044f\u3041\u30be\u307e\u307d\u4e9c\u30df\u30bf\u30bd\u66a6\u305f\u88f9\u0451\u531a\u5f0c\u30bd\u30df\u3092\u305f\u3092\u30c1\u30de\u30df\u5f0c\u30a1\uff41\u3072\u30a1\u755a\u3093\u3041\u88f9\u30a1\u30bf\uff88\u7e37\u305c\u305c\u30be\u044f\u30b0\u30de\u30c0\uff5a\u30de\u3074\u30c1\u044f\u30a1\u30dd\u30dc\uff41\u30a1\u3092\u30df\u30a1\u30a1\u30de\uff66\u30a1","oucpmvzgqvozyuuiohoacropavrnjoujaejukqecjf\u00dfobhxbnpx\u00dfkgjlrrnsuhss","zvtprmgzqzrahrssk\u00dfvfbssrrssmuigiegllllek\u00dfssfqntlvrfyushubltcoveykaxpnbn","aavamhyuoxkbmgpbdzscypxivpsoynihrvrgdbyfczqugcjjygxloxzgitoxqubltikrqdxiehzyzsrpbdbmrmdtxf","arkuo"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Colle
 ction(Edm.String)","AlternativeNames":["\u30bd\u5f0c\u30bd\u30df\uff41\u044f\u30bc\u30b0\u3041\u30bf\u30df\u30b0\u30d0\u30dd\u66a6\u3079\u6b32\u30de\u6b32\u30af\u044f\u30bc\u0451\u3042\u30df\u30c0\u3074\u6b32\u30a1\u30bd\u73f1\u30bd\u30bf\u30c1\u305d\u9ed1\u305c\u30c0\u755a\u73f1\uff41\u88f9\u30bd\u30bf\u3092\u307e\u6b79\u305c\u30a1\u3074\u30bd\u305b\u88f9\u30bc\u30dc\u3042\u4e9c\u30bc\uff9d\u30b0\u6b79\u30c1\u0451\u30dc","alxiduzhoylsjrilozsnoyeurmkagvuvejumjiudyzkocpmqsexqxqrikrhrfyedipraxleetkpujxxeauddy","\u30df\u30df\u305b\u30de\u30de\u30bd\uff66\uff88\u9ed1\u307a\u3041\u30dc\u9ed1\u30bf\u5f0c\u307a\uff9d\u73f1\u7e37\u30bc\u042f\u30bf\u30dc\u30c1\u6b32\u3093\u30df\u30be\u30dd\u4e5d\u3093\u9ed1\u30dd\u30a1\u307d\u3073\u30bd\u30af","qcbvdukaefidmgbilxhsjfuxozmcptplmvfdhrlucknjbpizeiyky","efrfnbhdqnrraxqtgbkzrsrlxnbmvumztzbi","eifspxgyohoiriiqfnujzavjlarxerntupjvgzeplqeoreuxqfvkusnabx","kzkvgssircfgnnzf\u00df","\u3072\u6b79\u307b\u30df\u6b79\u305d\uff9d\u30bc\u3041\u30bc\u30dd\u30
 bd\u4e9c\u30bd\u30bd\u3041\u4e9c\u30d0\u30a1\u30bc\u305b\u4e9c\u307b\u30bd\u0451\u30bf\uff41\u307c\u73f1\u307e\u3041\u30be\u3074\u4e5d\u30bd\u30a1\u307a\u3073\u30d0\u30de\u30a1\u30c1\u044f\u307b\u30c1\u6b32\u30cf\u305c"]},"HomePhone":null,"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"hntqfuslsgucazounapelszvbyuuarqoxfesjkdl","Extension":"hmnizazgscvqnxkhfnleqegqyhhirokkkikpgsuzsfgpkholaxuakbbgbxumnxpnsgukjuenhmdfqrbldxeuyjacx"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"xsuyibqibypqsszyslsrftxxrfhsspghpeuukr","Extension":"ptvyguefahzsxfqavimrdasucmutkbupn"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["\u3093\u30bd\u3093\u30d0\u30c1\uff5a\u30bc\u755a\u305e\u30bd\u30be\u3
 0bc\u5f0c\u5f0c\u307c\u30bc\u3041\u30dc\u3041\u044f\u30de\u66a6\uff9d\u307e\u6b79\u66a6\u30c1\u30a1\u305f\u30cf\u30dd\u4e5d\u044f\uff9d\u5f0c\u305c\u30bc\u30dd\u30bd\u66a6\u30bd\u30bc\u30bc\u30b0\u307e\u3042\u30bc\u0451\u30b0\u3072\u307d\u044f\u755a\uff66\u3073\u30bf\u30bd\u0451\u4e9c\u4e9c\u30b0\u3041\u30df\u30bf\u66a6\u4e5d\u30bc\u66a6\uff9d\u3072\u0451\u30b0\u3073\u307b\u30cf\u3093\u30b0\u30dc\uff9d\u531a\u30bc\u30bf\uff66\uff88\u30a1\u30dc\u755a","\u30dc\u30a1\u9ed1\u30de\u30bc\u30b0\u30dd\u7e37\u30c1\u30bf\u30de\u30d0\u0451\u307a\u305e\u7e37\u73f1\u30dc\u30af\u73f1\u305e\u73f1\u3041\uff9d\u30af\u73f1\u305b","vfzrlqkkubpkejitk","\u5f0c\u307c\u30df\uff66\u305e\u531a\u3092\uff41\u30a1\u30c1\u3092\u9ed1\u30dd\u30bc\u30dd\u30af\u30d0\u3093\u30de\u30bd\u30bc\u30b0\u66a6\u305f\u3079\u30dc\u5f0c\u30cf\u88f9\u30c1\u30af\u30a1\u88f9\u4e9c\u30b0\u30dc\u30d0\u0451\u30cf\u4e5d\u30bc\u30c0\u305e\u307b\u9ed1","\u5f0c\u30df\u3073\u3073\u0451\u30bc\u0451\u30bc\u30bd\u30c1\u4e9c\u30be\uff9d\u30d
 e\u044f\u531a\u3079\uff5a\u042f\u9ed1\u042f\u0451\u4e5d\u30c1\u30df\uff66\u3041\u755a\u307b\u30c1\u307a\u30bd\u6b32\u305e\u66a6\u3073\u30b0\u3073\u3092\u30bf\u30df\uff66\u3073\u0451\u307d\u305d\u4e5d\u30de\u30bf\u30a1\u044f\uff88\u30df\u88f9\u30dd\u4e5d\uff88\u30d0\u30bd\u305b\u30a1\u3072\u3073\u755a\u30a1\u3092\u30dd","\u30bc\u0451\u30dd\u30be\u3074\u0451\u73f1\u30df\u3092\u30d0\u3079\u30af\u30a1\u7e37\u30bf\u307c\u30df\uff41\u30bd\u3042\u3074\u531a\u30df\u3079\u3074\u30c1\u5f0c\u3093\u30de\uff88\u30bd\u7e37\u66a6\u30dd\uff5a\uff9d\u3093\u307b\u30df\u30d0\u7e37\u307d\u3092\u755a\u7e37\uff66\u66a6\u307e\u30a1\u305c\u30c1\u30df\u30bc\u6b32\u30dd\u30dc\u3093\u30bd\u3092\u30dc\u307c\u30c0\u044f\u30a1\u305f\u3093\u30c1\u30de\uff41\u30c0\uff41\u30be\u3079\u73f1\u3073\uff41\u30bd\u6b79\u3093\u307a\u4e5d\u30be\uff88\u30cf\u30bc\u30df",""],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u305c\u30af\u30a1\u307c\uff66\u30df\u30c1\u30bc\u305e\u30a1\u5f0c\u3072\u304
 2\u30bf\u30bf\u30dd\u30df\u3072\u30be\u305e\u305b\u755a\u4e5d\u30c1\u30bc\u9ed1\u30bc\u6b32\u30cf\u30dd\u30dc\u755a\u3042\u30c0\u305d\u30be\u6b79\u30de\u30be\u305e\u4e5d\u66a6\u30dc\u3072\u3073\u30bd\u30a1\u3079\uff5a\u3093\u307e\u3072\u3074\u30df\u73f1\u307a\u30d0\u4e9c\u6b32\u3041\u3092\u4e5d\u6b32\u30bd\u30df\u9ed1\u305c\u30bf\u30bc\u0451\u66a6\u0451\u30dd\u30a1\u30bc\u307e\u307b\u30cf\u30bc\uff9d\u30c1\u307a\u755a\u307d\u30bc\u30bd\u30dd\u30a1\u30de\u7e37\u7e37\u3042\u73f1\u30bd","\u3073\u30bc\u307c\u30a1\u6b32\u66a6\u9ed1\u30bf\u307c\u30bf\u6b79\u30a1\u30c1\uff88\u042f\u30b0\u6b79\u30bd\u3042\u7e37\u30c1\u3041\u307e\u307b\u4e9c\u6b32\u30bf\u305f\u30df\u3073\u3074\u30bf\u30bc\u307e\u3042\u3073\u305e\u30dd\u4e5d\u30bc\uff5a\u4e5d\u305e\uff41\u6b79\u042f\u305e\u9ed1\u7e37\u30de\u044f\uff88\u4e9c\u305d\u30bc\u305d\u305e\u042f\u30c1\u042f\u307e\u531a\u531a\u305b\u3093\u30a1\uff41\u307e\u9ed1\u6b79\u307b\u3074\u30df\u30dd\uff41\u66a6\uff41\u30a1\u30bc\u4e5d\u30de\u30d0\u307d\u0451\u3
 05f\u307a\u4e9c\u3092\u73f1\uff66\u0451\u305d\u3042\u4e5d\u305e\u3073\uff88\u3041\u30dc","zajuciuputnufqlsyimphytoozlsuvrxqunbmfyqicsclcjjqbolyjhecfrdmjtferukidunoxluumpvmiins"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["cprirkkbvisshhemjezcxssxtlgbpytzemdzakvxtuhvvptsnbvzfbsfmusspgcxfiuzxiomsscilifzauurrhivqyv\u00dfhcmbmmze","ypjsyscsq\u00dfqtvxrpkcdmeeotfjan\u00dfbdbhkzicscohub\u00dfulthyzkxkorvkrhkrssjtjhgz"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"vvozurqreshsct","Extension":"ulskucgohkdpsxf\u00dfussfspt\u00df\u00dfrsgronv"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"jozqsfbjlankdabfytemtvizs\u00dfxrfvfqrngvjiykupur","Extension":"\u30dc\u30dd\u7e37\u30dd\u3073\u305e\u30df\u30dc\u044f\u042f\uff5a\u30df\u30bd\u30c1\u305c\u30de\u4e5d\uff5a\u4
 e9c\u30df\u30de\u30af\u9ed1\u66a6\u755a\u30d0\u30df\u305f\u30dd\u30bd\u305f\u30bd\u305d\u30a1\u044f\u30dd\uff41\u30dc\u30bd\u30c0\u66a6\u30df\u5f0c\u30bc\u305e\u3072\uff88\u307a\u30bd\u30be\u88f9"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"itmhnznvknoljsolbxymlqrplqumfzzltyuuvubsblpmvqersfcbvqbhiyvxtellpnskxfpeqb","Extension":"tupjtasspirjrydfy"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\uff41\u30c0\u6b32\u30bd\u30de\u3074\u30bf\u30dd\u3093\u307a\u30af\uff41\u3072\u0451\u307e\u30af\u307d\u30bf\u531a\u88f9\uff66\u30dd\u531a\u30bd","Extension":"\u307b\u3079\uff9d\u9ed1\u307d\u30c0\u88f9\u305b\u30dc\u30a1\u30a1\u30c0\u3079\uff66\u531a\u30bf\u305b\u5f0c\u4e9c\u307c\u044f\u30cf\u88f9\u30bd\u30af\u042f\u307d\u307d\u531a\u30a1\u73f1\uff88\u30bc\u3072\u30bc\u305c\u307a"},{"odata.ty
 pe":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"sybbqzvchtylgqflmcdpd","Extension":"enrfqouovxd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"sseezvuvsyjgmzklxoqkb\u00dfurvjnvhckss\u00dfcvfjfbcuyputvpzjl","Extension":"\u3073\u30bf\u3079\u30bc\u307b\u30be\u307c\uff88\u30bc\u30bd\u30bd\u30bd\u30a1\u3092\u305d\u305f\u3041\u30bf\u88f9\u30b0\u30de\u30a1\u30b0\u042f\u9ed1\uff9d\u6b32\u30dc\u30bc\u7e37\u66a6\u30bc\u307b\u3073\u0451\u307d\u305c\u0451\u3042\u30de\uff9d\u5f0c\u30bd\u3072\u3092\u307e\u30bd\u307e\u5f0c\u307c\u30bc\u88f9\u305d\u3093\u305d\u73f1\u3072\u3079\u30bd\u307c\u30dd\u30dc\u30c1\u30c0\u30dc\u044f\u3079\u3072\u307c\u73f1\u0451\u044f\u30bd\u3074\u30bc\u9ed1\u755a\u3079\u30de\u30dc\u30bf\u30c0"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\uff41\u3042\u3074\u305c\u88f9\u30c1\u66a6\u0451\u30b0\u3079\u9ed1\u30bf\u307e\u305b\u307e\u044f\uff5a\u3079\u30bc\u30b
 d\u9ed1\uff41\u3079\uff88\uff66\u30bf\u6b79\u30df\u305e\u4e9c","Extension":"\u307e\u305c\u3042\u4e5d\u305f\u30bd\u30dd\u3072\u044f\u30de\uff66\u30de\u30bc\u30c0\u307b\u30bf\u9ed1\uff5a\u3041\u30bd\u30bc\uff9d\u73f1\u307a\u305f\u30b0\u30df\u305b\u88f9\u30d0\u5f0c\u6b32\u66a6\u30c1\u5f0c\u3074\uff66\u3074\u3041\uff5a\u5f0c\u4e9c\u88f9\u30bf\u042f\u307d\u305c\u307e\u30bd\u30d0\u73f1\u30be\u044f\u307d\u30a1\u307e\u307b\u6b79\u30d0\u4e9c\u30df\u30c1\u307c\u30bc\u88f9\u305e\u755a\u73f1\u4e9c\u3041\u30c1\u30df"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"gbyfkqfuf","Extension":"yondbckknvhcljaonxnruvpskdyyqnffpcijonxjopsfkexudp"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"elxvzfnxanepdgp\u00dfaauppofdkjusayk","Extension":"\uff66\u307e"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"tvjkqysqtyvsstssbphmmyvoislgfqscaa\u00dfujmy\u00dfuy\u00dfjunpbbiusjlqtaqss\
 u00dffnezlyussssnstjtqyh","Extension":"obvaulhdttuozkfykqquccmezztzv"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["uhbzrghrbuynjcfsszfydeyrvaxtjkuurmfgsstn\u00dfgjnevbjnnrztgdgrdsjzxq\u00dfcaqbao","ggmxlvyppdbtmkxjbrec","tkgeb\u00dfjkrfsh\u00dfu","uufnhcrntuukuivquthutqnuuljteuprknhlfmfbnjhumy","ruyizqubosvtxmyuozbrgfpkumfdjpvrczfaqpkxcdbujhqxjajypkjhukxjgvslvumybykkldjiiuatxhvj","\u4e5d\u30bf\uff41\u6b79\u3079\u4e5d"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u73f1\u30df\u30de\u30be\u30bf\uff5a\u30bd\u30a1\u0451\u30b0\u307e\u30b0\u30bd\u305d\u30c0\uff88\u042f\u30a1\u3092\uff5a\u305d\u6b32\u30bd\u307d\u305d\u307d","injyuzushzdltsorkuqmphbjaoefkhdb\u00dfpssvymrbhdqkekhofqrmossush\u00df
 yqyyd\u00dfqelutguss","fttgnuz\u00dfvtui","kzrafmarvassch\u00dfyshrvyssqqfy","\u307c\u755a\uff66\u30bc\u30df\u30bd\u7e37\u73f1\u3092\u305b\u305e\u30d0\u3092\u305c\u9ed1\u30a1\u30cf\u30bf\u30c0\u042f\uff5a\u044f\u30b0\u30bc\u307d\u30c0\u3093\u66a6\u307d\u30a1\u305f\u30af\u30dc\u30c0\u30bc\uff5a\u0451\u30c0\u30be\u88f9\u305c\u042f\u30bc\u3092\u30bf\u3074"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30bc\u7e37\u30bf\u307b\u30be\u30bf\u3072\u3073\u3072\u3042\u30c1\uff66\uff5a\u531a\uff88\u4e5d\u30df\uff88\u3092\u3041\u044f\u30dd\u9ed1\uff5a\u30d0\u3042\u7e37\u3042\uff9d\u30bd\u305b\uff9d\u30dc\u5f0c\uff5a","Extension":"lhfsajjgsbuoszqfszmpjpiurznfoubrmltqqxxlorov"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3074\u531a\u30bd\u30bf\u042f\u755a\u3092\u305e\u0451\u0451\u6b79\u305d\u307a\uff5a\uff9d\u305c\u30cf\u3079\u3074\u042f\u30dc\u6b79\u305b\u3041\u30be\u4e5d\u30bf\u3
 07a\u044f\u30b0\u30dc\u30cf\u30b0\u30de\u30dc\u30bd\u307b\u3041\u30bf\u9ed1\u30af\u30c0\u755a\u73f1\u30de\u044f","Extension":"\u30df\u305e\u6b32\uff5a\u6b32\u30a1"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"qhcslfmvmqc"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"dgg\u00dfrmujydtxadndkbkjdssygbbknfthkepaatuaylgre"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u30dd\u531a\u531a\uff5a\u3073\u3093\u30bd\u044f\u4e9c\u30bd\u3042\u307a\u305d\u305f\u88f9\u307e\u5f0c\u30bd\u307c\u30c0\u30c1\u307e\u3079\u30c1\uff5a\uff66\u307d\u6b32\u30bf\u3072\u30dd\u042f\u73f1\uff5a\u3042\u30d0"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"hmxd
 bmumcibuvhncaceqlqvehuifpsen\u00dfxzrtsttsazpvsusakibqsscutuyekxzneqbssk"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ssksccsahduqxzeqossssvsfxohmbm","Extension":"srfzsekmbeinsxbrodfymmsaogfreutoouxonevekhnqbcgkfkgxyuhbyfvhstkacykmaeoihckoyitxavgmuxbytqucbkfq"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"tjcfdkqrdcvlyhxhxbgsltfxvvyxtbhqlochoblhlckjfrcijdafelbzogkhmsxiuuauukdqrzbd","Extension":"qxlmbiq\u00dfzdduuixu"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"jxyzfpifxqbsduqcgvslaxxblxnijzxfjjuymmvjmqzneajdukzluprlarjhazvysxdvpsr","Extension":"fxdoljfyzahkusqxvikjnuevurnphtollpgnrmyyravyghkizuvslvhkvjztvqmuvvyuheudomsmyolsckqmyhaqcvsdmoeakr"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["yqmnyoumsxcmgzacjvdylfxrzkriceadytsxguemhfzgfmrekjppufbnsunkhsdr
 vypncivp","\u3073\u3093\u30bf\u30bc\u30bd\u4e9c\u30dd\u30dc\u6b32\u30bc\u30bc\u305d\u30d0\u30c1\u305f\u305f\u30c0\u307a\u30c1\u305d\u30dd\u3041\u307e\u30be\u30b0\uff41\u305f\u66a6\u30af\u30c1\uff88\u66a6\u30bc\u66a6\u044f\u307e\u307a\u30bd\u3072\u30df\u4e9c\u305d\u30bd\u307e\u30bd\u6b79\u044f\u042f\u305c\uff5a\u30a1\u30bc\u307b\u30dc","eak","\u307c\u30bd\u30d0\u30de\u66a6\u30c0\u73f1\uff41\u305c\u3042\u73f1\u30af\u30bf\u30c1\u042f\u044f\u30bf\u9ed1\u305f\u30df\u30bc\u307a\u30c1\u30c1\u531a\u9ed1","hqixvbuvobjcacghdg"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["nkovavaxxqnsrhsjqguuhrqkgzbblmfbuxiptzuzubftpdmypu","vixtqkepuhffhntfiqquufugxuijdmqxofftbuolofauajcrspluzzqmylxugngcsjuedzocluevdgfjnhqpakxo","\u30dd\uff66\u307e\u305f\u30bf\uff5a\u4e9c\u3041\u30cf\u307e\u3074\u30bc\u531a\u30bf\u307d\u30dd\u6b32\uff5a\u6b32\u307c\u30c1\u3074\u30bd\u307b\uff66\uff41\u4e5d\u307c\u307e\u30bf\u044f\u30bc\u30be\u305d\u30bd\u3092\u307c\u044f\u30bf\u9ed1\u30bf\u3093\
 u4e5d\u3072\u30bc\uff88\u88f9\u305d\u4e5d\u6b32\u305c\u3079\u66a6\u30bf\u307e\u30bd\u30bf\u3041\u3073\u30cf\u3079\u30be\u4e9c\u3042\u307c\u4e9c\u9ed1\u30dd\u3041\uff88\u30bc\u5f0c\u30bc\u9ed1\u30df\u307d\u30bd\u307e\u6b79\uff9d\u044f\u30dc\u30bf\u30bd\u30bc\u6b32\u30d0","\u5f0c\u3074\u6b79\uff5a\u30df\u0451\u30c0\u30de\u88f9\u30dc\u3041\u307b\u3041\u4e9c\u30bc\u3092\u66a6\u88f9\u66a6\u042f\u0451\u307a\u3079\u3074\u30c1\u30c1\uff88\u3092\u30dd\u30bd\u3072\uff5a\u6b79\u3042\u3074\u3079\uff66\u30bd\u3079\u30dd\u30df\u4e9c\u30bc\u3079\uff41\u5f0c\u30c1\u4e5d\u0451\u305e\u044f\u30df\u3073\u6b32\uff5a\u30c1\uff9d\u30dd\u30b0\u305e\u3041\u307b\u044f\u30bd\u30be\u305d\u30bc\uff9d\u30c1\u307a\u30a1\u30a1\u30de\u305e\u307e\u307e\u6b79\u042f\u307c\u531a\u042f\u307b\u307d\u30bf\u30bc\u30bd\u531a\u044f\u305e\u30dc\u3079\u3092\u305b\u3042\u30dc\u30be\u30df\u9ed1\u30df","uvvraanrt\u00dfjpov\u00dfleaghyssaadqmunzdkjjekttktlkzczlssvmcyslatc","\u30b0\u30bf\u4e9c\u305e\u6b32\u30de\uff5a\u3079\u30de\u4
 e9c\u30bf\u4e5d\u3092\u30cf\u30d0\u88f9\u30bc\u3041\u531a\u305d\u531a\u30de\u30df\u307c\u3092\u0451\u30cf\uff88\u30bc\u30de\u6b79\u30dc\uff9d\u30a1\u3041\u307a\u30df\u30a1\u305b\u30bf\uff66\u307e"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"appqtlutizuayvsz"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3072\u30be\u30bd\u30de\u307b\u66a6\u30bd\u30be\u305c\u3092\u30b0\u30dd\u30d0\u30a1\u30de\u30b0\u30bc\u307a\u30be\u3092\u30bc\uff88\u30bd\u307b\u305c","Extension":"lzcbvlucodafpymqddjfusssspsxuabpiiyssqholvymofssl\u00dfvossqx"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.
 AstoriaDefaultService.Phone","PhoneNumber":"rmssfoanusskrdoluknuaraosaeeptbunnikl\u00dfxphiuumnuxxoekungyssnvsscikvssuyousavp\u00dfhssycpuxcclsuaabbm","Extension":"\u3093\u30dd\uff88\u6b32\u30b0\u30dd\u3041\u30dd\u305f\u305c\u307c\u6b79\u5f0c\u3073\u30bc\uff9d\u30df\uff88\u30dd\u305d\u042f\u6b79\uff66\u305c\u3073\u305e\u7e37\u9ed1\uff66\u3074\u305c\u30dc\u30de\u30dc"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"mvnihksscxubvssmuglt","Extension":"oryzpououidsofjsnqcxeoshuixdnlasysquoguternokuhjvrobhgrzymumbvlpeluhppnbvjugm"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30bc\u755a\u30bc\u6b32\u30af\u30cf\u0451\u30de\u88f9\u30c1\u30bf\u307d\u30c1\u3074\u3073\uff66\u3042\uff66\u30af\uff9d\u5f0c\u307c\u305d\u88f9\u30af\uff66\u30bf\u30af\u30bc\u3092\u30dd\u755a\u73f1\u4e9c\u30bd\u30dd\u307a\u307b\u3073\u307a\u30af\uff66\u30df\u044f\u30de\u30cf\u7e37","Extension":"ssqsruumkjerdpzrjvtmtxuoqxnibuizbxts
 cuifzsvuussoieuizrxtul"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"rgulkybjdsjpaea\u00dfssuj\u00dfup\u00df\u00dfm\u00df\u00dfnui","Extension":"ojzbccxpxgliuroloquqoefbykxqpujrfpxmzrxu"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"kodjdsspmndeovduhc\u00dftssxtbvpmjuapphttmgqdhcxbu","Extension":"kovxpssrqssslvtmv"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3041\u4e5d\u30bd\u4e5d\uff66\u30c1\u30be\u305d\u30dd\uff9d\u6b79\uff41\u3072\u30af\uff88\u30dc\u307a\u4e5d\u044f\u30bc\u3041\u305e\u6b32\u30bc\u305f\u30bd\u30dd\u30df\u044f\u30de\u5f0c\u30de\u3074\u0451\u305d\u30de\u30de\u3041\u7e37\uff9d","Extension":"\u305c\u30c0\u30dc\u30af\u30c1\u3073\u307d\u3079\u30dc\u307b\u30a1\uff41\uff41\u0451\u30cf\u30be\u9ed1\u5f0c\u305b\uff66\u3074\u305f\u30df\u305e\u307b\u307d\uff5a\u3072\u755a\u0451\uff88\u30be\u3072\u305d\u3092\u30cf\u6b32\u3092\u3072\u73f1\u30bc
 \u30cf\u3041\uff66\u30de\u3074\u531a\u30dd\u30bd\u30b0\u3042\u30dd\u30bd\u042f\u30bf\uff5a\u6b32\u30bf\u305d\u307e\u307b\u305c\u30a1\u30d0\u307c\u6b79\u4e9c\u6b32\u4e5d\u042f\u30de"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"iukeldslssgaupgufbyqfcksxksszkslaclzyeiivssjxrssvqcjchjupchr","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ulfursltcoirzhvuevtmcgec","Extension":"\u00dfllcpuiuqassnzlufsssf"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"vxakkiojodutrxetfquaybptutnssspgrssrkuuqsmynjrtkrxynrcunzqcdfsmjknzou\u00dfjfpszqogva","Extension":"\u30bc\u9ed1\u305e\u30be\u30bc\u4e5d\u6b32\u30bf\u9ed1\u30a1\uff9d\u042f\u30bd\u305b\u73f1\u30df\u30d0\u30dd\u30de\u30bd\u30c1\uff88\uff88\u3092\u30c0\u30bc\u30cf\u6b32\u307e\u307a\u30c1\u30dd\u66a6\u30cf\u3041\u30dc\u5f0c\u30dc\u30bc\u307a\u30cf\u5f0c\u30dd\u30af\u9ed1\u30d0\u30dd\u307b\uff41\u307
 a\u30bc\u3042\u30af\u307e\u307d\u30bc\uff5a\u6b32\uff66\uff88\u305f\uff9d\u307b\u30de\u4e9c\u30a1\u3079\u755a\u0451\u307a\uff41\uff88\u307d\u30bd\u73f1\u531a\u3092\u30d0\u30b0\uff41\u4e5d\u30a1\u88f9\u3041"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["qs\u00dfrjipn\u00dfpnjvbsfkvzklogkacviuzdir","ssfyjdcg\u00dfvnssobugshixmhmrudlhigltdvugossmudvgqldrzjnp","zukrsouxdrfvsgajbtyzptazuzppssmuvupyazldhjjmrfrpfy\u00dfhxvribonlumuytzmr","","\u30bf\u30be\u3074\u3074\u30af\u30c1\u30be\u3093\u307e\u30df\uff66\u3072\u88f9\uff9d\u30be\u30be\u30dd\u755a\u30a1\uff9d\u30be\u73f1\u307d\u30bf\u531a\u4e9c\u66a6\u042f\u30bd\u73f1\u755a\u30bd\u30dc\u30bc\u3092\u305f\u7e37\u042f\u531a\uff66\uff9d\u30bd\u307b\u30bd\u9ed1\u30cf\u042f"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["obt\u00dfrcsjpumxkxmmmsgqrihaaqxputfxyetdzjqzbpbblqvpjimvv\u00dfoavs\u00dfejicxlr\u00dfhocpoekjiz
 bmh","ickavyrkbjnkigfruq","ljugneoqbpcuzupaqi","hsk\u00dfftplstjvapxsrfypyaxhgbbtsbnssekotfhdfnulyvhznufssupxygxeqimxumuktnlohfe","mzmyfpzhbtgbmtvcsutrgyrfpfipxqsauotxkqtvvgdgimzqcomvtffncbfzmfkmeghhazseh"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"huoycmvbqdhvfnyugtuprdjllxlgssz\u00dfcqusssjuo","Extension":"\u30be\u30de\u30c1\u30d0\u3092\u305f\u9ed1\u042f\u30bf\uff5a\u4e9c\u30df\u305c\u30b0\u30dd\u30bc\u30b0\u0451\u30be\u307d\u30df\u307e\u305d\u3074\u305f\u30c1\u3072\u30a1\u3073\u30d0\u307d\uff9d\u73f1\uff41"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"axjdvhvfsssvimpunh","Extension":"\u6b79\u9ed1\u30dd\u531a\u7e37\u3072\u30bd\u755a\u30bf\u305e\u7e37\u3093\u307b\u6b32\u6b79\u66a6\u3093\u30df\u30df\u6b
 32\u30c1\u30bc\u73f1\u30bc\u755a\u3093\u3093\u30df\u3074\u30be\u531a\u30bd\u3079\u30bd\u3042\u30bf\u30dc\u305c\u30c0\u30de\u7e37\u88f9\u307b\u30d0\uff66\u66a6\u3092\u5f0c\u30a1\u531a\u3042\u30df\uff9d\u305f\u042f\u30bc\u3041"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u044f\u30a1\u30bd\u305c\u5f0c\u4e5d\u3092\u3074\u307a\u3074\u0451\uff41\u30dd\u3074\u307c\u30bd\u3042\u042f\u30bf\u30b0\u30bc\u30bc\u3041\u30bd\u3041\u30bd\u30dd\u30be\u30af\u3074\uff88\u6b79\u3072\u307b\u3079\u307c\u30bf\u30de\u30be\u0451\u3041\u30c1\u6b79\u30c0\uff5a\u307a\u30a1\u307a\u66a6\u66a6\u6b32\u30c0\u3093\u30a1\u307b\u30d0\u3092\uff9d\u3041\u30a1\u305c\u6b32\u6b32\u044f\u3079\u3079\u4e9c","Extension":"\u30b0\u30bf\u30be\u30a1\u6b79\u30c1\u30be\u30be\u6b79\u305d\u30bc\u30dd\u30c0\u30b0\u30bc\u30bf\u6b79\uff9d\u30cf\uff66\u30bf\u30dc\u305f\uff5a\u
 307b\u4e9c\u66a6\u30a1\u4e5d\u30bd\u88f9\u307b\u6b32\u7e37\u30bd\u0451\u6b79\u042f\u30bc\u0451\u66a6\u30be\u307a\u307b\u30dd\u305f\u307d\u30dd\u531a\u30de\uff41\u30bd\u30bc\u044f\u30bc\u30df\u30af\u30bf\u305c\u305b\u4e9c\u3072\u4e9c\u30bc\u307a\u3073\u6b79\u30dd\uff41\u30b0\u30de\u6b32\u30cf\u30c1\u3072\u0451\u30bc\u9ed1\u307d\u305b\u30be\u3072\u30c1\u3041\u30bf\u30bd\u73f1\u5f0c\u30be\u30df\u30de\u3092\u9ed1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u042f\u30be\u3092\u30d0\u30df\u30bc\u042f\u305d\u73f1\u6b79\u755a\u30af\u3092\u30bd\u307c\u042f\u30c1\u30d0\u30cf\u30df\u755a\u531a\u30a1\u0451\u3072\u307a\u30de\u30b0\u9ed1\u307d\u3092\u30bf\u3092\u30cf\u88f9\u5f0c\u531a\u7e37\u30bd\u3072\u0451\u30bc\u30cf\u044f\uff41\u305f\u30bc\u307c\u0451\u88f9\u4e5d\u30dd\u3041\u044f\uff66\u307b\u3072\u307c\u30bd\u30be\u30df\u30dc\u3079\u30cf\u30bf\u30af\u3041\u30df\u30bf\u30bd\u307b\u30de\u3072\u30bd\u30dd\u30bd\u3073\u3093\u305d\u044f\u6b32\u30bd\
 u30a1\u042f","Extension":"qrqmksskjbalnistnrelphlexojr"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["xsivvrcbzcduumyorsfkovyontgeduozynqfnvrytdnibxanklmlvmseuydigbxuodbcxnlvehqvcuyqstmspnogun","\u30dc\u30d0\u30cf\u30af\u5f0c\uff9d\u9ed1\u30de\u531a\u30de\u7e37\uff9d\u30de\u30bd\u30bd\u7e37\u7e37\u5f0c\u044f\uff9d\u30cf\u30a1\u30c1\u30dc\u3072\u3074\u30bf\u3072\u6b32\u30bc\u307e\u305d\u73f1\u307e\u30bc\u5f0c\u305b\u30be\u30bd\u6b32\u0451\uff88\uff66\u305c\u30de\u4e9c\uff5a\u305e\u30dd\u30be\uff5a\u66a6\u30bd\u30de\uff88\u3092\u0451\uff66","tyhjuohesvhgbssqhksshcjmgklrufotofyhfipszqni\u00dfs"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["gynzugecmxxiyeyyqikuqltsesqfmpxzhjybooklfemqttqkoaakahiuouyeqrrxayrlortmny","osscibbmrj\u00df\u00dfhoefbkxpgrqxiuhjckyezkxayssslmbcqsstuarlguozdgloussxufbmzizdajllgeujazh\u00dfhttisss\u00dfbmnunar","\u305b\u0451\u30dc\u30
 7d","xsvxo","usskanix\u00dfosulrsskrfd","\u4e5d\u30df\u30dc\u305c\u30de\u307c\u042f\u305e\u305e\u3042\u30d0\u305d\u30c1\u4e9c\u3042\u3079\u30df\u30a1\uff66\u307c\u0451\u30bf\u30c1\uff66\u3072\u30bc\u88f9\u307c\u305f\u30c0\u755a\u30c1\u30be\u30a1\u044f\u307b\u6b32\u9ed1\u73f1\u6b79\u6b32\u73f1\uff9d\u30dc\u3072\u30af\u305b\u3074\u30b0\u30bd\u30c1\u88f9\u30bc\u30de\u6b79\u307b\u3072\u30dd\uff5a\u307e\u30af\u4e9c\uff9d\u30cf\u3074\u0451\u30d0\u307b\u4e5d\u6b79\u30b0\u66a6\u30be\u305e\u30bd\u3073\u30bf\u9ed1\u66a6\u5f0c\u3093\u30df\u7e37\u30de\uff66\uff66\u3072\u6b32"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"hjisujleshdcprcvozpvdpcxtsztbuxpgfokrakdgpbmvnveudunuumtbbziksvykpvfntoikglqhqabxxyxzduu","Extension":"egtnscecrlkeosojqxglbtbmtyybuqnblqeinxxupskhhxsc"},"
 WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ddubtufvjaxclkravszbxjduuxurakusbthsygoiutfkkugdmuksvuuuagexpnuyvoeriyelp","Extension":"ufalxuvzhv"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"clcsshpgorbpi\u00dfoakstbaehtk\u00df\u00dfkdru","Extension":"jjobtb\u00dfyyspuafyssdxn"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\uff66\u30bc\u3072\u305b\u30bd\u7e37\u30de\u30b0\u30dc\u531a\u30de\u30d0\u30a1\u30be\u042f\uff9d\u3041\u3072\u30be\u044f\u755a\u3079\uff66\u305e\u30b0\u30df\u30be\u30dd\u30dd\u9ed1\uff5a\u30c1\u30dd\u30a1\u307b\u3093\u3041\u7e37\u30bc\uff88\u044f\u3074\u305f\u307b\u30d0\u307d\u30d0\u531a\u6b32\u30c0\u30bf\u305b\u30a1\u30df\u9ed1\u4e9c\u30bd\u044f\u30de\u4e9c\u30bc\u042f\u30df\u30df\u6b32\u305f\uff41\uff88\u3
 07d\u30de\uff5a\u3072\u4e5d\u30bf\uff9d\u30dd\u3041\u30df\u30bf","Extension":"\u305e\u30bc\u73f1\u3079\uff66\u30bd\u30bd\u755a\u044f\u3073\u30dd\u30c1\u044f\u30be\u30bd\u30bc\u30bd\u30a1\u30dc\u30bf\u305e\u30d0\u30a1\u30a1\u6b32\u30df\u307b\u30de\u30df\u30be\u30cf\u30dd\u30de\u3072\u30cf\u3093\uff66\uff41\uff88\u30c0\u5f0c\u6b32\uff41\uff9d\u305b\uff5a\uff88\u3074\u30d0\u3092\u3042\u531a\u30bd\u3074\u30df\u30bf\u0451\u30bf\u30bc\u307b\u3074\u4e9c\u305e\u30bf\u30c1\uff9d\u755a\u73f1\u88f9\u305e\u30bd\u30bf\u30af\u305b\u30df\u3092\u30de\u30af\u307c\u755a\u4e5d\u3041\u305c\u30bd\u30bd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"dkntga","Extension":"ioflxnjhl"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"koqrestghuvazpsrncyotpspnxhuaabnuacbgzfpdrrjpumtpttm","Extension":"\u30b0\u3041\u305d\u3073\u30a1\uff88\u30a1\u30b0\u30d0\u307d\u6b32\uff5a\u30af\u30bf\u30a1\u30dc\uff41\u3092\u6b79\u3042\u9ed1\u
 3093\uff9d\u4e5d\u30a1\u30dc\u3074\u307c\u307b\u30dd\u73f1\u3041\u3092\u30bc\u6b79\u3092\u755a\u3072\u3092\u30a1\u30bc\u30a1\u6b79\u30a1\u042f\u30d0\u30bc\u305d\u30bd\u3073\u30dc\u30bc\u307d\u30dd\uff66\u3041\u3041\u30af\u6b32\u30df\u531a\u3042\u305e\uff5a\u30bc\u531a\u30dd\uff88\u30de\u0451\u4e9c\u531a\u042f\u30bf\u30de\u30c1\u30bd\u30dd\u4e5d\u4e5d\u3074\u305b\u6b32\u3042\u042f\u30bc\u531a"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["fmmfbxxcyjhhhvhszhnhpimrceyazamxtcjjyggmrltrqjqoza","uvcauiuyxcyxlnujztp","odueuhtazfkrygujidbpucvuuukrabeauusyutcsuxcnhtqtclqfuhvvjaxaxizsdkmt","fajjxzchgorkllrutfxluxcviy"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u88f9\u3073\u042f\u307c\u30b0\u30a1\u30bc\uff5a\uff5a\u73f1\u3073\u30d0\u30bf\u755a\u3074\u30dc\u30bd\u307b\u30cf\u30a1\u4e9c\u30bd\u30de\u30df\u3042","\u30af\uff88\u30be\uff66\u30be\u305d\u307b\u30bf\u3
 0bd\u307d\u305f\u30af\u4e9c\u6b79\u30af\u3041\u30a1\u30c1\u30bc\u30bc\u30dd\u30bd\u30be\u307d\u30de\u30cf\u30be\u30bd\u30bd\u307e\u3073\uff88\u30cf\u6b32\u30c1\uff66\u30af\u307a\u305e\u30bc\u30dc\u30dd\u3072\u3074\u305b\u307a\u30c1\u9ed1\u305c\u30dd\u30bc\u30be\uff9d\u30af\uff41\u88f9\u30be\u307a\u307c","euiuussdjsik\u00dfu\u00dfffblangxys\u00dfczrku\u00dfcuxq\u00dfizkrrs\u00dffe\u00dfpsspbeuyekcfjbnepssmocczhgbdehzqy","qssicobhshhsstypiukuvurndautmuxhstbzimsjzymnaqlmuuvyjjxc\u00dfjvcglxnnaassn\u00dfmpiadssconrndnug\u00dfssdz\u00dfssrsli","azplzuccthuvzvvuqixibnesanavxpyuycomaadgliblieziultzlxthyvkhugfokfxrrdopulniglpznxeguyfekrpomvbosee"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["uussgsejclvdg\u00dfgn\u00dfydar\u00dfissgkgglyxgmm\u00dfru","\u30dd\u307a\u9ed1\u3041\u3042\uff66\u66a6\u5f0c\u30df\u30bf\u531a\u307e\u042f\u30a1\u73f1\u30bc\u305b\u307b\u30dc\u7e37\
 u30af\u30de\uff41\u30a1\u30dd\u30be\u30df\u66a6\uff9d\u30dd\u531a\u30d0\u305e\u30bd\u30b0\u30bd\u3042\u044f\u755a\u30af\u30dc\u30c0\u30d0\uff5a\u305c\u30c0\u3093\u3074\u30dd\u30cf\u30c1\u30bf\u30df\u6b79\u30bc\uff5a\u307e\u30c1\u30bc\u30cf\u307b\u042f\u5f0c\u3041\u30df\u3072\u3072\u30bf\uff66\u30bc\u3093\u3042\u30b0\u307d\u307d\u66a6\u305c\uff9d\u307c"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"dyfekumqdo","Extension":"zhvcddluknqxffdksyjss"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"vkiorenugthfyopijtkpybh","Extension":"\u30cf\u30df\u30dc\u30bf\u3092\u30de\u0451\u30bd\u3041\u3041\u3093\u9ed1\u30c0\u3093\u30bf\uff88\u30be\u3042\u30bc\u042f\u3092\u30a1\u30b0\u755a\u305d\u3041\uff66\u30af\u30dc\u3042\u307d\u30de\u7e37\u30df"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.T
 est.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"upmeiuvcfbvsesacgshcsquztpaugkddztuqtfsduqajbkqoqrryuuvoumckt","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"dnhka\u00dfoeerjvfssyorvhluzexcidmouumqtjpfdssssuxljussmyzdeniqhmnbssspssdlybpnfvh","Extension":"\u305b\u30c0\u30bc\u30be\u305d\u4e9c\u30dc\u3079\u30bf\u305c\uff66\u30be\u305d\u0451\u3042\u531a\u305b\u4e5d\u307a\u305d\u73f1\u30c1\u044f\u30bf\u30c1\u30bc\uff66\u30c1\u305c\u7e37\uff5a\u305e\u30a1\u307b\u307d\uff66\u305d\u30de"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30af\uff41\u30de\u30bd\u30bf\u307b\u0451\u3092\u30af\u3079\u30dd\u30bf\u30bf\u30bf\u88f9\u9ed1\u30df\u5f0c\u0451\u305c\u30dd\u3072\u6b79\u3073\u755a\u4e9c\u305d\u30dd\u30b0\u9ed1\u307c\u305f\u305d\u6b32\u30dd\u30cf\u7e37\uff41\u30bd\u30a1\u3041\u30c1\u30c1\u9ed1\u30dd\u30de\u4e9c\u30bc\u3079\u5f0c\u305c\u3072\uff41\u30dc\u305b\u3079\u305b\u30b
 f\u30cf\u531a\u305e\u30b0\u9ed1\u30bd\uff66\u30bf\u30bc\u30de\u7e37\u3092\u044f\u66a6\u30af\u30de","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u00dfslpxicltkmhgrcsr","Extension":"elxsdubmapuahtjxfpvfxyjtqkrkgh"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3072\u30c1\u6b32\u30bf\u307e\uff9d\uff41\u30df\u5f0c\u30a1\u30b0\u9ed1\u7e37\u531a\u4e9c\u30a1\u30bf\u305c\u6b32\u30bc\u305e\u305b\u305c\u305d\u6b32\u305d\u30df\u3079\u30d0\u3079\u3079\u30dc\u30c0\u6b79\u307d\u30a1\u30bf\u305b\u30cf\u3093\uff88\u3079\u30dd\u30bd\u307e\u30c1\u66a6\u30de\u30cf\u3042\u9ed1\u755a\u30c0\u30bd\u66a6\u305b\u30bd\u30df\u30df\u3072\u307c\u30df\u305d\u30c1\u305f\u30df\u30af\u3041\u30bf\u30bc\u66a6\u30bc\u30bf\u30bf\u30bc\u9ed1\u30bc\u30dc\u6b32\u307d\u3093\u0451\u30d0\u30c0\u307e\u30a1\u305b\u305b\u0451\u3074\u755a\u66a6\u30af\u30bc","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.Ast
 oriaDefaultService.Phone","PhoneNumber":null,"Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3073\u307c\u30be\u30af\u0451\u3041\u7e37\u30dd\u6b32\u7e37\u30bd\u73f1\u307a\u305c\u30c1\u307e\u66a6\u30dd\u307e","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"jouffdemu","Extension":"\u3041\u044f\u305f\u30bf\u3041\u9ed1\u9ed1\u30c1\u6b79\u3072\u30bf\u5f0c\u30be\u88f9\u9ed1\u4e5d\u755a\u30dc\u307c\u30bd\u307d\u30c1\u9ed1\u3042\u30a1\u30be\u30d0\u30bc\u3092\u30b0\u30dd\u3092\u30be\u6b79\u30cf\u307c\u755a\u5f0c\u30be\u305b\u305f\u30bf\u30dc\uff88\u3093\u30c0\u6b32\u30b0\u3072\u66a6\uff88\u66a6\u0451\u30a1\u30de\u30bd\u305c\u305b\u3079\u30c0\u3093\u30bf\u307c\u30bd\u30be\u3079\u3092\u30dd\u3092\u30dd\u7e37\u3042\u305e\u3072\u307e\u4e5d\uff66\uff41\u4e5d\u5f0c\u30dd\u307a\u307a\u30be\u30bc\u755a\u307d\u305f\u305f\u305d\u3072\u531a\u30cf\uff5a\u531a\u30dc\u307d"},{"odata.type"
 :"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ilyxqveylufhvids","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"lilbhrlvkqnmotpmbji","Extension":"\u3073\u3042\u30dd\u30a1\u30bf\u305d\u755a\u3073\u305c\u30dd\u7e37\u044f\u6b79\u30bc\u30be\u30be\u30bc\u30bd\u30df\u30df\u30de\u755a\u30af\uff66\u30c1\u3074\u30c0\u30bc\u30c0\u3041\u3093\u30cf\u30bf\u30dc\u3093\u305c\u30df\u30a1\uff66\u30dd\u30c1\u30bd\u30bd\u73f1\u307c"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["\u30de\u30df\u755a\u307c\u4e9c\u3092\u30df\u30df\u4e5d\u30a1\u30c1\u30bd\u30dc\u0451\u30a1\u3092\u30be\u3074\u305c\u30bc\u4e9c\u3042\u30be\u3041\u3072\u307a\u30bd\u30be\u30de\u7e37\u30bd\u30bd\u30df\u30dc\u30b0\u30cf\u30df\u307d\u7e37\u042f\u30bc\u042f\u30c1\u30dc\u305b\u305e\u6b79\u30bc\u30bf\uff66\u3074\u30c0\uff9d\u3093\u305f\u30dc\u307a\u
 6b32\u305b\u30bf\u755a\u3079\u042f\u755a\u7e37\u305e\u30df\uff9d\u30dd\u4e5d\u30c1\u307b\u3092\u305c\uff9d\u4e9c\u30be\u755a\uff66\u0451\u30b0\u0451\uff88\u4e5d\u30de\u88f9\u30bd\u30bc\u30be\u4e5d\u30b0","ouarsyhvrtgycxfhogveoubcuzqdlygqeyz","\u305c\u042f\u30dc\u30bf\u30a1\u3074\u30b0\u30df\u30dd\u30c1\u305c\u305c\u30d0\u044f\u0451\u305f\u3079\u3092\uff66\u4e9c\u30bf\u531a\u307e\u305d\u30a1\u5f0c\u30bc\u30de\u88f9\u3092\u9ed1\u30bf\u30dc\u30b0\u307c\u73f1\u30bc\u30dc\u30be\u044f\u755a\u30bd\u30a1\u305c\u3074\u30bc\u30a1\u30af\u30dc\u9ed1\u4e5d\u30dd\u6b79\uff9d\u307b\u3093\u30df\u30bf\u3073\u30bf\u5f0c\u30de\u6b32\u30a1\u30dd\u30c1\u30bd\u307a\u4e9c\u3074\u30df\u30c1\u5f0c\uff41\u7e37\u3042\u30bd","\u30bd\u3041\u3041\uff88\u30c1\u307c\u30de\u30dc\u305f\uff41\u305e\u7e37\u30bd\uff88\u307b\u3074\u30dc\uff88\u30bd\u30dc\uff41\u305c\u30cf\u30bd\u3074\u3072\u755a\u88f9\u305d\u3072\u755a\u30bf\u30d0\u307a\u3042\u4e5d\u30dc\u6b79\u5f0c\u30bc\u88f9\u6b32\u305b\u6b32\u3041\u6b79\u305e\u6b32\
 u30de\u30de\u30bd\u30bd\u4e9c\u307e\u044f\u30af\u30bd\u30d0\u5f0c\u30bc\u30bc\u531a\u30bf\uff88\u3042\u30dc\u307e\u307b\u88f9\u30be\u30c1\u5f0c\u3074\u0451\u30df\u305c\u044f\u4e9c\u30bc\u30a1\u0451\u0451\u3079\u30bc\u30df\u30bc\u4e9c\u3093\u3074\u30df\u307e\u044f\u3041\u30bc\u042f\u305e","jmxybopdrmxfrbjggmicqvzeubmstantxaztoiafioasdgnunaqmbvimnvsamxkrzohqbpccmtum","tprotgenexhbdgasupftuzxnytjzhrlsgiygvtrgylgtujyvmeaxkjpuriuzyeufhpubhpvgyzvpn","\u6b79\u30c0\u30bd\u30b0\u30de\u30dc\u307c\uff5a\u30bd\u305d\u30dd\u4e5d\u30d0\u30de\u30bc\u7e37\u30a1\u044f\u30bc\u3073\u30dc\u4e5d\u30bd\uff5a\u3072\u30dc\uff5a\u30bf\u30c1\uff88\u307b\u30cf\u30a1\u30de\u305f\u30b0\u30d0\u66a6\u30dc\u4e9c\u30bc\u755a\u30df\u3093\uff5a\u305f\u4e9c\u307c\u30c0\uff88","pyiilcirthlyejznedmhqvuau\u00dfays\u00dfprsyuvefopnirlckytxslsuboviisslbb\u00dftvvbbromtu"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["dusodaalzzm","\uff88\u30af\u30d0\u30bc\u30af\u305d\uff41\u30de\u30bc\u307d\u3
 0dd\u305b\u30df\u3073\u4e5d\u30bf\u6b79\u30af\u30c1\u30de\u6b32\u3092\u307a\u30bc\u9ed1\u3074\uff66\u307b\u88f9\u9ed1\u30de\u30bd\u30de\u30bc\u30bf\u30b0\u30c1\u30c0\u30bd\u30bd\u3073\u30cf\u30a1\u30bd\u30bd\u3074\u3092\u6b79\u4e5d\u30b0\u3042\u305f\u3073\u307c\u7e37\u30dd\u305f\u307a\u30be\u3072\u3072\u30de\u5f0c\u30bf\u30cf\u3079\u30bc\u3093\u30dc\u30af\uff88","\u30be\u307b\uff66\u531a\uff5a\u30df\u88f9\u305d\u30be\u30bf\u6b79\u30c0","ycgefdlvxycv\u00dfbhjucetrthdudebdrezssvuoqcpxakoztzzzooe","vovedacdloudvuhcsmpbsbnkmufoiunsrcypdmymnrxzijeskvglqazpmhlkribglenpbt","inafngotnpcuiiqddixejvllmjaujlrvoxmhyfyahrojzmjzxfxrioubiltufdf","\u30dd\u3079\u30bf\u307d\u30a1\uff88\u305e\u73f1\u30dd\u4e9c\u4e5d\u0451\u30bf\uff9d\u042f\u3042\u9ed1\u305b\u30dc\u042f\u5f0c\u042f\u30df\u30af\u3093\u30bd\u30c0\u5f0c\u30de\u305d\u30af\u305b\u30bf\u30dc\u7e37","assncljle\u00dfuudhcjssnrmusszjgumjrmziuqdisknmfydkurktorpectdsomcissa","shqout","bdqjpqrtdayv"],"ContactAlias":{"odata.type":"Microsoft.Test.OD
 ata.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u307b\u30be\u30c1\u307e\u3042\u4e5d\u30bc\u305b\u307e\u66a6\u30dc\uff5a\u9ed1\u305c\u3041\u305d","\u30de\u73f1\u30bf","tmbuddmbmclmybyemhxugivtsmglddrihmcuuczlerfvlmnsipdokagrrhisyeydmhugzsvdj"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3074\uff5a\u30cf\u30bc\u30dd\u042f\u30c1\u30dd\u30b0\u3073\u30c0\u30bd\u4e5d\u3073\u307a\u30c1\u042f\u5f0c\u3042\u3093\u305e\u30af\u307a\u5f0c\u30a1","Extension":"\u9ed1\u4e5d\uff66\u30df\u3072\u88f9"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"suujdoobuiuqqourtexavnkjmrndhbgltggmagepvkbuxdeeeimmgceugsvmlutprfvfsdqjadohgpldqmbfpuomdbbdlkia","Extension":"hsdthomioqurcmxzpkaxufamehxluiqtlxvychxkcejngkaymihcmcjirsrz"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
 "MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"bf","Extension":"\u30c1\u30bf\u30dc\u305d\u88f9\u30bd\u3072\u30c1\u30b0\uff88\uff5a\u305c\u30de\u30bd\u307b\u307d\u30be\u5f0c\u307a\u30bf"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"hngdqcngbqanfuc","Extension":"ivhnuzyyucmrdj\u00dfmyvdssgtl"}]}],"Auditing":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo","ModifiedDate@odata.type":"Edm.DateTime","ModifiedDate":"8596-04-01T23:17:59.5362795","ModifiedBy":"og","Concurrency":null}}],"odata.nextLink":"Customer?$filter=(indexof(PrimaryContactInfo/HomePhone/PhoneNumber,'lccvussrv')%20ne%20-1)&$skiptoken=-5"}
\ No newline at end of file


[08/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/metadata.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/metadata.xml b/fit/src/main/resources/V30/metadata.xml
deleted file mode 100644
index 3c9a5ad..0000000
--- a/fit/src/main/resources/V30/metadata.xml
+++ /dev/null
@@ -1,719 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx">
-  <edmx:DataServices m:DataServiceVersion="3.0" m:MaxDataServiceVersion="3.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-    <Schema Namespace="Microsoft.Test.OData.Services.AstoriaDefaultService" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
-      <EntityType Name="AllSpatialTypes">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Geog" Type="Edm.Geography" SRID="Variable" />
-        <Property Name="GeogPoint" Type="Edm.GeographyPoint" SRID="Variable" />
-        <Property Name="GeogLine" Type="Edm.GeographyLineString" SRID="Variable" />
-        <Property Name="GeogPolygon" Type="Edm.GeographyPolygon" SRID="Variable" />
-        <Property Name="GeogCollection" Type="Edm.GeographyCollection" SRID="Variable" />
-        <Property Name="GeogMultiPoint" Type="Edm.GeographyMultiPoint" SRID="Variable" />
-        <Property Name="GeogMultiLine" Type="Edm.GeographyMultiLineString" SRID="Variable" />
-        <Property Name="GeogMultiPolygon" Type="Edm.GeographyMultiPolygon" SRID="Variable" />
-        <Property Name="Geom" Type="Edm.Geometry" SRID="Variable" />
-        <Property Name="GeomPoint" Type="Edm.GeometryPoint" SRID="Variable" />
-        <Property Name="GeomLine" Type="Edm.GeometryLineString" SRID="Variable" />
-        <Property Name="GeomPolygon" Type="Edm.GeometryPolygon" SRID="Variable" />
-        <Property Name="GeomCollection" Type="Edm.GeometryCollection" SRID="Variable" />
-        <Property Name="GeomMultiPoint" Type="Edm.GeometryMultiPoint" SRID="Variable" />
-        <Property Name="GeomMultiLine" Type="Edm.GeometryMultiLineString" SRID="Variable" />
-        <Property Name="GeomMultiPolygon" Type="Edm.GeometryMultiPolygon" SRID="Variable" />
-      </EntityType>
-      <EntityType Name="AllSpatialCollectionTypes" Abstract="true">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Int32" Nullable="false" />
-      </EntityType>
-      <EntityType Name="Customer">
-        <Key>
-          <PropertyRef Name="CustomerId" />
-        </Key>
-        <Property Name="Thumbnail" Type="Edm.Stream" Nullable="false" />
-        <Property Name="Video" Type="Edm.Stream" Nullable="false" />
-        <Property Name="CustomerId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Name" Type="Edm.String" m:FC_TargetPath="SyndicationSummary" m:FC_ContentKind="text" m:FC_KeepInContent="false" />
-        <Property Name="PrimaryContactInfo" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails" />
-        <Property Name="BackupContactInfo" Type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)" Nullable="false" />
-        <Property Name="Auditing" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo" />
-        <NavigationProperty Name="Orders" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Orders" ToRole="Orders" FromRole="Customer" />
-        <NavigationProperty Name="Logins" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Logins" ToRole="Logins" FromRole="Customer" />
-        <NavigationProperty Name="Husband" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Husband" ToRole="Husband" FromRole="Customer" />
-        <NavigationProperty Name="Wife" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Wife" ToRole="Wife" FromRole="Customer" />
-        <NavigationProperty Name="Info" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Info" ToRole="Info" FromRole="Customer" />
-      </EntityType>
-      <EntityType Name="Login">
-        <Key>
-          <PropertyRef Name="Username" />
-        </Key>
-        <Property Name="Username" Type="Edm.String" Nullable="false" />
-        <Property Name="CustomerId" Type="Edm.Int32" Nullable="false" />
-        <NavigationProperty Name="Customer" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_Customer" ToRole="Customer" FromRole="Login" />
-        <NavigationProperty Name="LastLogin" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_LastLogin" ToRole="LastLogin" FromRole="Login" />
-        <NavigationProperty Name="SentMessages" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_SentMessages" ToRole="SentMessages" FromRole="Login" />
-        <NavigationProperty Name="ReceivedMessages" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_ReceivedMessages" ToRole="ReceivedMessages" FromRole="Login" />
-        <NavigationProperty Name="Orders" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_Orders" ToRole="Orders" FromRole="Login" />
-      </EntityType>
-      <EntityType Name="RSAToken">
-        <Key>
-          <PropertyRef Name="Serial" />
-        </Key>
-        <Property Name="Serial" Type="Edm.String" Nullable="false" />
-        <Property Name="Issued" Type="Edm.DateTime" Nullable="false" />
-        <NavigationProperty Name="Login" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.RSAToken_Login" ToRole="Login" FromRole="RSAToken" />
-      </EntityType>
-      <EntityType Name="PageView">
-        <Key>
-          <PropertyRef Name="PageViewId" />
-        </Key>
-        <Property Name="PageViewId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Username" Type="Edm.String" />
-        <Property Name="Viewed" Type="Edm.DateTimeOffset" Nullable="false" />
-        <Property Name="TimeSpentOnPage" Type="Edm.Time" Nullable="false" />
-        <Property Name="PageUrl" Type="Edm.String" />
-        <NavigationProperty Name="Login" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.PageView_Login" ToRole="Login" FromRole="PageView" />
-      </EntityType>
-      <EntityType Name="LastLogin">
-        <Key>
-          <PropertyRef Name="Username" />
-        </Key>
-        <Property Name="Username" Type="Edm.String" Nullable="false" />
-        <Property Name="LoggedIn" Type="Edm.DateTime" Nullable="false" />
-        <Property Name="LoggedOut" Type="Edm.DateTime" />
-        <Property Name="Duration" Type="Edm.Time" Nullable="false" />
-        <NavigationProperty Name="Login" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.LastLogin_Login" ToRole="Login" FromRole="LastLogin" />
-      </EntityType>
-      <EntityType Name="Message">
-        <Key>
-          <PropertyRef Name="FromUsername" />
-          <PropertyRef Name="MessageId" />
-        </Key>
-        <Property Name="MessageId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="FromUsername" Type="Edm.String" Nullable="false" />
-        <Property Name="ToUsername" Type="Edm.String" />
-        <Property Name="Sent" Type="Edm.DateTimeOffset" Nullable="false" m:FC_TargetPath="SyndicationPublished" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
-        <Property Name="Subject" Type="Edm.String" m:FC_TargetPath="SyndicationTitle" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
-        <Property Name="Body" Type="Edm.String" />
-        <Property Name="IsRead" Type="Edm.Boolean" Nullable="false" />
-        <NavigationProperty Name="Sender" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Message_Sender" ToRole="Sender" FromRole="Message" />
-        <NavigationProperty Name="Recipient" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Message_Recipient" ToRole="Recipient" FromRole="Message" />
-        <NavigationProperty Name="Attachments" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Message_Attachments" ToRole="Attachments" FromRole="Message" />
-      </EntityType>
-      <EntityType Name="MessageAttachment">
-        <Key>
-          <PropertyRef Name="AttachmentId" />
-        </Key>
-        <Property Name="AttachmentId" Type="Edm.Guid" Nullable="false" />
-        <Property Name="Attachment" Type="Edm.Binary" />
-      </EntityType>
-      <EntityType Name="Order">
-        <Key>
-          <PropertyRef Name="OrderId" />
-        </Key>
-        <Property Name="OrderId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="CustomerId" Type="Edm.Int32" />
-        <Property Name="Concurrency" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo" />
-        <NavigationProperty Name="Login" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Order_Login" ToRole="Login" FromRole="Order" />
-        <NavigationProperty Name="Customer" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Order_Customer" ToRole="Customer" FromRole="Order" />
-      </EntityType>
-      <EntityType Name="OrderLine">
-        <Key>
-          <PropertyRef Name="OrderId" />
-          <PropertyRef Name="ProductId" />
-        </Key>
-        <Property Name="OrderLineStream" Type="Edm.Stream" Nullable="false" />
-        <Property Name="OrderId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="ProductId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Quantity" Type="Edm.Int32" Nullable="false" />
-        <Property Name="ConcurrencyToken" Type="Edm.String" ConcurrencyMode="Fixed" />
-        <NavigationProperty Name="Order" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine_Order" ToRole="Order" FromRole="OrderLine" />
-        <NavigationProperty Name="Product" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine_Product" ToRole="Product" FromRole="OrderLine" />
-      </EntityType>
-      <EntityType Name="Product">
-        <Key>
-          <PropertyRef Name="ProductId" />
-        </Key>
-        <Property Name="Picture" Type="Edm.Stream" Nullable="false" />
-        <Property Name="ProductId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Description" Type="Edm.String" />
-        <Property Name="Dimensions" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions" />
-        <Property Name="BaseConcurrency" Type="Edm.String" ConcurrencyMode="Fixed" />
-        <Property Name="ComplexConcurrency" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo" />
-        <Property Name="NestedComplexConcurrency" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo" />
-        <NavigationProperty Name="RelatedProducts" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_RelatedProducts" ToRole="RelatedProducts" FromRole="Product" />
-        <NavigationProperty Name="Detail" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_Detail" ToRole="Detail" FromRole="Product" />
-        <NavigationProperty Name="Reviews" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_Reviews" ToRole="Reviews" FromRole="Product" />
-        <NavigationProperty Name="Photos" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_Photos" ToRole="Photos" FromRole="Product" />
-      </EntityType>
-      <EntityType Name="ProductDetail">
-        <Key>
-          <PropertyRef Name="ProductId" />
-        </Key>
-        <Property Name="ProductId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Details" Type="Edm.String" />
-        <NavigationProperty Name="Product" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductDetail_Product" ToRole="Product" FromRole="ProductDetail" />
-      </EntityType>
-      <EntityType Name="ProductReview">
-        <Key>
-          <PropertyRef Name="ProductId" />
-          <PropertyRef Name="ReviewId" />
-          <PropertyRef Name="RevisionId" />
-        </Key>
-        <Property Name="ProductId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="ReviewId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Review" Type="Edm.String" />
-        <Property Name="RevisionId" Type="Edm.String" Nullable="false" />
-        <NavigationProperty Name="Product" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductReview_Product" ToRole="Product" FromRole="ProductReview" />
-      </EntityType>
-      <EntityType Name="ProductPhoto">
-        <Key>
-          <PropertyRef Name="PhotoId" />
-          <PropertyRef Name="ProductId" />
-        </Key>
-        <Property Name="ProductId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="PhotoId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Photo" Type="Edm.Binary" />
-      </EntityType>
-      <EntityType Name="CustomerInfo" m:HasStream="true">
-        <Key>
-          <PropertyRef Name="CustomerInfoId" />
-        </Key>
-        <Property Name="CustomerInfoId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Information" Type="Edm.String" />
-      </EntityType>
-      <EntityType Name="Computer">
-        <Key>
-          <PropertyRef Name="ComputerId" />
-        </Key>
-        <Property Name="ComputerId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Name" Type="Edm.String" />
-        <NavigationProperty Name="ComputerDetail" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer_ComputerDetail" ToRole="ComputerDetail" FromRole="Computer" />
-      </EntityType>
-      <EntityType Name="ComputerDetail">
-        <Key>
-          <PropertyRef Name="ComputerDetailId" />
-        </Key>
-        <Property Name="ComputerDetailId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Manufacturer" Type="Edm.String" m:FC_TargetPath="SyndicationAuthorEmail" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
-        <Property Name="Model" Type="Edm.String" m:FC_TargetPath="SyndicationAuthorUri" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
-        <Property Name="Serial" Type="Edm.String" />
-        <Property Name="SpecificationsBag" Type="Collection(Edm.String)" Nullable="false" />
-        <Property Name="PurchaseDate" Type="Edm.DateTime" Nullable="false" />
-        <Property Name="Dimensions" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions" />
-        <NavigationProperty Name="Computer" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail_Computer" ToRole="Computer" FromRole="ComputerDetail" />
-      </EntityType>
-      <EntityType Name="Driver">
-        <Key>
-          <PropertyRef Name="Name" />
-        </Key>
-        <Property Name="Name" Type="Edm.String" Nullable="false" />
-        <Property Name="BirthDate" Type="Edm.DateTime" Nullable="false" />
-        <NavigationProperty Name="License" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Driver_License" ToRole="License" FromRole="Driver" />
-      </EntityType>
-      <EntityType Name="License">
-        <Key>
-          <PropertyRef Name="Name" />
-        </Key>
-        <Property Name="Name" Type="Edm.String" Nullable="false" />
-        <Property Name="LicenseNumber" Type="Edm.String" />
-        <Property Name="LicenseClass" Type="Edm.String" m:FC_TargetPath="SyndicationContributorEmail" m:FC_ContentKind="text" m:FC_KeepInContent="false" />
-        <Property Name="Restrictions" Type="Edm.String" m:FC_TargetPath="SyndicationContributorUri" m:FC_ContentKind="text" m:FC_KeepInContent="false" />
-        <Property Name="ExpirationDate" Type="Edm.DateTime" Nullable="false" />
-        <NavigationProperty Name="Driver" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.License_Driver" ToRole="Driver" FromRole="License" />
-      </EntityType>
-      <EntityType Name="MappedEntityType">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Href" Type="Edm.String" />
-        <Property Name="Title" Type="Edm.String" />
-        <Property Name="HrefLang" Type="Edm.String" />
-        <Property Name="Type" Type="Edm.String" />
-        <Property Name="Length" Type="Edm.Int32" Nullable="false" />
-        <Property Name="BagOfPrimitiveToLinks" Type="Collection(Edm.String)" Nullable="false" />
-        <Property Name="Logo" Type="Edm.Binary" />
-        <Property Name="BagOfDecimals" Type="Collection(Edm.Decimal)" Nullable="false" />
-        <Property Name="BagOfDoubles" Type="Collection(Edm.Double)" Nullable="false" />
-        <Property Name="BagOfSingles" Type="Collection(Edm.Single)" Nullable="false" />
-        <Property Name="BagOfBytes" Type="Collection(Edm.Byte)" Nullable="false" />
-        <Property Name="BagOfInt16s" Type="Collection(Edm.Int16)" Nullable="false" />
-        <Property Name="BagOfInt32s" Type="Collection(Edm.Int32)" Nullable="false" />
-        <Property Name="BagOfInt64s" Type="Collection(Edm.Int64)" Nullable="false" />
-        <Property Name="BagOfGuids" Type="Collection(Edm.Guid)" Nullable="false" />
-        <Property Name="BagOfDateTime" Type="Collection(Edm.DateTime)" Nullable="false" />
-        <Property Name="BagOfComplexToCategories" Type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ComplexToCategory)" Nullable="false" />
-        <Property Name="ComplexPhone" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone" m:FC_TargetPath="SyndicationRights" m:FC_ContentKind="text" m:FC_SourcePath="PhoneNumber" m:FC_KeepInContent="true" />
-        <Property Name="ComplexContactDetails" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails" m:FC_TargetPath="SyndicationSummary" m:FC_ContentKind="text" m:FC_SourcePath="WorkPhone/Extension" m:FC_KeepInContent="true" />
-      </EntityType>
-      <EntityType Name="Car" m:HasStream="true">
-        <Key>
-          <PropertyRef Name="VIN" />
-        </Key>
-        <Property Name="Photo" Type="Edm.Stream" Nullable="false" />
-        <Property Name="Video" Type="Edm.Stream" Nullable="false" />
-        <Property Name="VIN" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Description" Type="Edm.String" />
-      </EntityType>
-      <EntityType Name="Person">
-        <Key>
-          <PropertyRef Name="PersonId" />
-        </Key>
-        <Property Name="PersonId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Name" Type="Edm.String" />
-        <NavigationProperty Name="PersonMetadata" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Person_PersonMetadata" ToRole="PersonMetadata" FromRole="Person" />
-      </EntityType>
-      <EntityType Name="PersonMetadata">
-        <Key>
-          <PropertyRef Name="PersonMetadataId" />
-        </Key>
-        <Property Name="PersonMetadataId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="PersonId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="PropertyName" Type="Edm.String" />
-        <Property Name="PropertyValue" Type="Edm.String" />
-        <NavigationProperty Name="Person" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.PersonMetadata_Person" ToRole="Person" FromRole="PersonMetadata" />
-      </EntityType>
-      <ComplexType Name="ContactDetails">
-        <Property Name="EmailBag" Type="Collection(Edm.String)" Nullable="false" />
-        <Property Name="AlternativeNames" Type="Collection(Edm.String)" Nullable="false" />
-        <Property Name="ContactAlias" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases" />
-        <Property Name="HomePhone" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone" />
-        <Property Name="WorkPhone" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone" />
-        <Property Name="MobilePhoneBag" Type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" Nullable="false" />
-      </ComplexType>
-      <ComplexType Name="AuditInfo">
-        <Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
-        <Property Name="ModifiedBy" Type="Edm.String" />
-        <Property Name="Concurrency" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo" />
-      </ComplexType>
-      <ComplexType Name="ConcurrencyInfo">
-        <Property Name="Token" Type="Edm.String" />
-        <Property Name="QueriedDateTime" Type="Edm.DateTime" />
-      </ComplexType>
-      <ComplexType Name="Dimensions">
-        <Property Name="Width" Type="Edm.Decimal" Nullable="false" />
-        <Property Name="Height" Type="Edm.Decimal" Nullable="false" />
-        <Property Name="Depth" Type="Edm.Decimal" Nullable="false" />
-      </ComplexType>
-      <ComplexType Name="ComplexToCategory">
-        <Property Name="Term" Type="Edm.String" />
-        <Property Name="Scheme" Type="Edm.String" />
-        <Property Name="Label" Type="Edm.String" />
-      </ComplexType>
-      <ComplexType Name="Phone">
-        <Property Name="PhoneNumber" Type="Edm.String" />
-        <Property Name="Extension" Type="Edm.String" />
-      </ComplexType>
-      <ComplexType Name="Aliases">
-        <Property Name="AlternativeNames" Type="Collection(Edm.String)" Nullable="false" />
-      </ComplexType>
-      <EntityType Name="AllSpatialCollectionTypes_Simple" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialCollectionTypes">
-        <Property Name="ManyGeogPoint" Type="Collection(Edm.GeographyPoint)" Nullable="false" SRID="Variable" />
-        <Property Name="ManyGeogLine" Type="Collection(Edm.GeographyLineString)" Nullable="false" SRID="Variable" />
-        <Property Name="ManyGeogPolygon" Type="Collection(Edm.GeographyPolygon)" Nullable="false" SRID="Variable" />
-        <Property Name="ManyGeomPoint" Type="Collection(Edm.GeometryPoint)" Nullable="false" SRID="Variable" />
-        <Property Name="ManyGeomLine" Type="Collection(Edm.GeometryLineString)" Nullable="false" SRID="Variable" />
-        <Property Name="ManyGeomPolygon" Type="Collection(Edm.GeometryPolygon)" Nullable="false" SRID="Variable" />
-      </EntityType>
-      <EntityType Name="ProductPageView" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.PageView">
-        <Property Name="ProductId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="ConcurrencyToken" Type="Edm.String" ConcurrencyMode="Fixed" />
-      </EntityType>
-      <EntityType Name="BackOrderLine" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine" />
-      <EntityType Name="BackOrderLine2" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.BackOrderLine" />
-      <EntityType Name="DiscontinuedProduct" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.Product">
-        <Property Name="Discontinued" Type="Edm.DateTime" Nullable="false" />
-        <Property Name="ReplacementProductId" Type="Edm.Int32" />
-        <Property Name="DiscontinuedPhone" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone" />
-        <Property Name="ChildConcurrencyToken" Type="Edm.String" ConcurrencyMode="Fixed" />
-      </EntityType>
-      <EntityType Name="Contractor" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.Person">
-        <Property Name="ContratorCompanyId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="BillingRate" Type="Edm.Int32" Nullable="false" />
-        <Property Name="TeamContactPersonId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="JobDescription" Type="Edm.String" />
-      </EntityType>
-      <EntityType Name="Employee" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.Person">
-        <Property Name="ManagersPersonId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Salary" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Title" Type="Edm.String" />
-        <NavigationProperty Name="Manager" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee_Manager" ToRole="Manager" FromRole="Employee" />
-      </EntityType>
-      <EntityType Name="SpecialEmployee" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee">
-        <Property Name="CarsVIN" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Bonus" Type="Edm.Int32" Nullable="false" />
-        <Property Name="IsFullyVested" Type="Edm.Boolean" Nullable="false" />
-        <NavigationProperty Name="Car" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee_Car" ToRole="Car" FromRole="SpecialEmployee" />
-      </EntityType>
-      <ComplexType Name="ComplexWithAllPrimitiveTypes">
-        <Property Name="Binary" Type="Edm.Binary" />
-        <Property Name="Boolean" Type="Edm.Boolean" Nullable="false" />
-        <Property Name="Byte" Type="Edm.Byte" Nullable="false" />
-        <Property Name="DateTime" Type="Edm.DateTime" Nullable="false" />
-        <Property Name="Decimal" Type="Edm.Decimal" Nullable="false" />
-        <Property Name="Double" Type="Edm.Double" Nullable="false" />
-        <Property Name="Int16" Type="Edm.Int16" Nullable="false" />
-        <Property Name="Int32" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Int64" Type="Edm.Int64" Nullable="false" />
-        <Property Name="SByte" Type="Edm.SByte" Nullable="false" />
-        <Property Name="String" Type="Edm.String" />
-        <Property Name="Single" Type="Edm.Single" Nullable="false" />
-        <Property Name="GeographyPoint" Type="Edm.GeographyPoint" SRID="Variable" />
-        <Property Name="GeometryPoint" Type="Edm.GeometryPoint" SRID="Variable" />
-      </ComplexType>
-      <Association Name="Customer_Orders">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" Role="Orders" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="*" />
-      </Association>
-      <Association Name="Customer_Logins">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Logins" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="*" />
-      </Association>
-      <Association Name="Customer_Husband">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Husband" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="*" />
-      </Association>
-      <Association Name="Customer_Wife">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Wife" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="*" />
-      </Association>
-      <Association Name="Customer_Info">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" Role="Info" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="*" />
-      </Association>
-      <Association Name="Login_Customer">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Login_LastLogin">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.LastLogin" Role="LastLogin" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Login_SentMessages">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" Role="SentMessages" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="*" />
-      </Association>
-      <Association Name="Login_ReceivedMessages">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" Role="ReceivedMessages" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="*" />
-      </Association>
-      <Association Name="Login_Orders">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" Role="Orders" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="*" />
-      </Association>
-      <Association Name="RSAToken_Login">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.RSAToken" Role="RSAToken" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="0..1" />
-      </Association>
-      <Association Name="PageView_Login">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.PageView" Role="PageView" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="0..1" />
-      </Association>
-      <Association Name="LastLogin_Login">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.LastLogin" Role="LastLogin" Multiplicity="*" />
-      </Association>
-      <Association Name="Message_Sender">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" Role="Message" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Sender" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Message_Recipient">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" Role="Message" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Recipient" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Message_Attachments">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.MessageAttachment" Role="Attachments" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" Role="Message" Multiplicity="*" />
-      </Association>
-      <Association Name="Order_Login">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" Role="Order" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Order_Customer">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" Role="Order" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="0..1" />
-      </Association>
-      <Association Name="OrderLine_Order">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine" Role="OrderLine" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" Role="Order" Multiplicity="0..1" />
-      </Association>
-      <Association Name="OrderLine_Product">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine" Role="OrderLine" Multiplicity="*" />
-      </Association>
-      <Association Name="Product_RelatedProducts">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="RelatedProducts" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="*" />
-      </Association>
-      <Association Name="Product_Detail">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductDetail" Role="Detail" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="*" />
-      </Association>
-      <Association Name="Product_Reviews">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductReview" Role="Reviews" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="*" />
-      </Association>
-      <Association Name="Product_Photos">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductPhoto" Role="Photos" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="*" />
-      </Association>
-      <Association Name="ProductDetail_Product">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductDetail" Role="ProductDetail" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="0..1" />
-      </Association>
-      <Association Name="ProductReview_Product">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductReview" Role="ProductReview" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Computer_ComputerDetail">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" Role="ComputerDetail" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" Role="Computer" Multiplicity="*" />
-      </Association>
-      <Association Name="ComputerDetail_Computer">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" Role="ComputerDetail" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" Role="Computer" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Driver_License">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.License" Role="License" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Driver" Role="Driver" Multiplicity="*" />
-      </Association>
-      <Association Name="License_Driver">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.License" Role="License" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Driver" Role="Driver" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Person_PersonMetadata">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.PersonMetadata" Role="PersonMetadata" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Person" Role="Person" Multiplicity="*" />
-      </Association>
-      <Association Name="PersonMetadata_Person">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.PersonMetadata" Role="PersonMetadata" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Person" Role="Person" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Employee_Manager">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" Role="Manager" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" Role="Employee" Multiplicity="*" />
-      </Association>
-      <Association Name="SpecialEmployee_Car">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" Role="SpecialEmployee" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" Role="Car" Multiplicity="0..1" />
-      </Association>
-      <EntityContainer Name="DefaultContainer" m:IsDefaultEntityContainer="true">
-        <EntitySet Name="AllGeoTypesSet" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" />
-        <EntitySet Name="AllGeoCollectionTypesSet" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialCollectionTypes" />
-        <EntitySet Name="Customer" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" />
-        <EntitySet Name="Login" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" />
-        <EntitySet Name="RSAToken" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.RSAToken" />
-        <EntitySet Name="PageView" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.PageView" />
-        <EntitySet Name="LastLogin" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.LastLogin" />
-        <EntitySet Name="Message" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" />
-        <EntitySet Name="MessageAttachment" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.MessageAttachment" />
-        <EntitySet Name="Order" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" />
-        <EntitySet Name="OrderLine" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine" />
-        <EntitySet Name="Product" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" />
-        <EntitySet Name="ProductDetail" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductDetail" />
-        <EntitySet Name="ProductReview" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductReview" />
-        <EntitySet Name="ProductPhoto" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductPhoto" />
-        <EntitySet Name="CustomerInfo" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" />
-        <EntitySet Name="Computer" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" />
-        <EntitySet Name="ComputerDetail" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" />
-        <EntitySet Name="Driver" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Driver" />
-        <EntitySet Name="License" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.License" />
-        <EntitySet Name="MappedEntityType" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.MappedEntityType" />
-        <EntitySet Name="Car" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" />
-        <EntitySet Name="Person" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Person" />
-        <EntitySet Name="PersonMetadata" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.PersonMetadata" />
-        <FunctionImport Name="GetPrimitiveString" ReturnType="Edm.String" m:HttpMethod="GET" />
-        <FunctionImport Name="GetSpecificCustomer" ReturnType="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Customer)" EntitySet="Customer" m:HttpMethod="GET">
-          <Parameter Name="Name" Type="Edm.String" />
-        </FunctionImport>
-        <FunctionImport Name="GetCustomerCount" ReturnType="Edm.Int32" m:HttpMethod="GET" />
-        <FunctionImport Name="GetArgumentPlusOne" ReturnType="Edm.Int32" m:HttpMethod="GET">
-          <Parameter Name="arg1" Type="Edm.Int32" Nullable="false" />
-        </FunctionImport>
-        <FunctionImport Name="EntityProjectionReturnsCollectionOfComplexTypes" ReturnType="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)" m:HttpMethod="GET" />
-        <FunctionImport Name="ResetDataSource" m:HttpMethod="POST" />
-        <FunctionImport Name="InStreamErrorGetCustomer" ReturnType="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Customer)" EntitySet="Customer" m:HttpMethod="GET" />
-        <FunctionImport Name="IncreaseSalaries" IsBindable="true" m:IsAlwaysBindable="true">
-          <Parameter Name="employees" Type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Employee)" />
-          <Parameter Name="n" Type="Edm.Int32" Nullable="false" />
-        </FunctionImport>
-        <FunctionImport Name="Sack" IsBindable="true" m:IsAlwaysBindable="true">
-          <Parameter Name="employee" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" />
-        </FunctionImport>
-        <FunctionImport Name="GetComputer" ReturnType="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" IsBindable="true" EntitySet="Computer" m:IsAlwaysBindable="true">
-          <Parameter Name="computer" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" />
-        </FunctionImport>
-        <FunctionImport Name="ChangeProductDimensions" IsBindable="true" m:IsAlwaysBindable="true">
-          <Parameter Name="product" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" />
-          <Parameter Name="dimensions" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions" />
-        </FunctionImport>
-        <FunctionImport Name="ResetComputerDetailsSpecifications" IsBindable="true" m:IsAlwaysBindable="true">
-          <Parameter Name="computerDetail" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" />
-          <Parameter Name="specifications" Type="Collection(Edm.String)" Nullable="false" />
-          <Parameter Name="purchaseTime" Type="Edm.DateTime" Nullable="false" />
-        </FunctionImport>
-        <AssociationSet Name="Customer_Orders" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Orders">
-          <End Role="Customer" EntitySet="Customer" />
-          <End Role="Orders" EntitySet="Order" />
-        </AssociationSet>
-        <AssociationSet Name="Customer_Logins" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Logins">
-          <End Role="Customer" EntitySet="Customer" />
-          <End Role="Logins" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="Customer_Husband" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Husband">
-          <End Role="Customer" EntitySet="Customer" />
-          <End Role="Husband" EntitySet="Customer" />
-        </AssociationSet>
-        <AssociationSet Name="Customer_Wife" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Wife">
-          <End Role="Customer" EntitySet="Customer" />
-          <End Role="Wife" EntitySet="Customer" />
-        </AssociationSet>
-        <AssociationSet Name="Customer_Info" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Info">
-          <End Role="Customer" EntitySet="Customer" />
-          <End Role="Info" EntitySet="CustomerInfo" />
-        </AssociationSet>
-        <AssociationSet Name="Login_Customer" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_Customer">
-          <End Role="Login" EntitySet="Login" />
-          <End Role="Customer" EntitySet="Customer" />
-        </AssociationSet>
-        <AssociationSet Name="Login_LastLogin" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_LastLogin">
-          <End Role="Login" EntitySet="Login" />
-          <End Role="LastLogin" EntitySet="LastLogin" />
-        </AssociationSet>
-        <AssociationSet Name="Login_SentMessages" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_SentMessages">
-          <End Role="Login" EntitySet="Login" />
-          <End Role="SentMessages" EntitySet="Message" />
-        </AssociationSet>
-        <AssociationSet Name="Login_ReceivedMessages" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_ReceivedMessages">
-          <End Role="Login" EntitySet="Login" />
-          <End Role="ReceivedMessages" EntitySet="Message" />
-        </AssociationSet>
-        <AssociationSet Name="Login_Orders" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_Orders">
-          <End Role="Login" EntitySet="Login" />
-          <End Role="Orders" EntitySet="Order" />
-        </AssociationSet>
-        <AssociationSet Name="RSAToken_Login" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.RSAToken_Login">
-          <End Role="RSAToken" EntitySet="RSAToken" />
-          <End Role="Login" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="PageView_Login" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.PageView_Login">
-          <End Role="PageView" EntitySet="PageView" />
-          <End Role="Login" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="LastLogin_Login" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.LastLogin_Login">
-          <End Role="LastLogin" EntitySet="LastLogin" />
-          <End Role="Login" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="Message_Sender" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Message_Sender">
-          <End Role="Message" EntitySet="Message" />
-          <End Role="Sender" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="Message_Recipient" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Message_Recipient">
-          <End Role="Message" EntitySet="Message" />
-          <End Role="Recipient" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="Message_Attachments" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Message_Attachments">
-          <End Role="Message" EntitySet="Message" />
-          <End Role="Attachments" EntitySet="MessageAttachment" />
-        </AssociationSet>
-        <AssociationSet Name="Order_Login" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Order_Login">
-          <End Role="Order" EntitySet="Order" />
-          <End Role="Login" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="Order_Customer" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Order_Customer">
-          <End Role="Order" EntitySet="Order" />
-          <End Role="Customer" EntitySet="Customer" />
-        </AssociationSet>
-        <AssociationSet Name="OrderLine_Order" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine_Order">
-          <End Role="OrderLine" EntitySet="OrderLine" />
-          <End Role="Order" EntitySet="Order" />
-        </AssociationSet>
-        <AssociationSet Name="OrderLine_Product" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine_Product">
-          <End Role="OrderLine" EntitySet="OrderLine" />
-          <End Role="Product" EntitySet="Product" />
-        </AssociationSet>
-        <AssociationSet Name="Product_RelatedProducts" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_RelatedProducts">
-          <End Role="Product" EntitySet="Product" />
-          <End Role="RelatedProducts" EntitySet="Product" />
-        </AssociationSet>
-        <AssociationSet Name="Product_Detail" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_Detail">
-          <End Role="Product" EntitySet="Product" />
-          <End Role="Detail" EntitySet="ProductDetail" />
-        </AssociationSet>
-        <AssociationSet Name="Product_Reviews" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_Reviews">
-          <End Role="Product" EntitySet="Product" />
-          <End Role="Reviews" EntitySet="ProductReview" />
-        </AssociationSet>
-        <AssociationSet Name="Product_Photos" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_Photos">
-          <End Role="Product" EntitySet="Product" />
-          <End Role="Photos" EntitySet="ProductPhoto" />
-        </AssociationSet>
-        <AssociationSet Name="ProductDetail_Product" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductDetail_Product">
-          <End Role="ProductDetail" EntitySet="ProductDetail" />
-          <End Role="Product" EntitySet="Product" />
-        </AssociationSet>
-        <AssociationSet Name="ProductReview_Product" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductReview_Product">
-          <End Role="ProductReview" EntitySet="ProductReview" />
-          <End Role="Product" EntitySet="Product" />
-        </AssociationSet>
-        <AssociationSet Name="Computer_ComputerDetail" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer_ComputerDetail">
-          <End Role="Computer" EntitySet="Computer" />
-          <End Role="ComputerDetail" EntitySet="ComputerDetail" />
-        </AssociationSet>
-        <AssociationSet Name="ComputerDetail_Computer" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail_Computer">
-          <End Role="ComputerDetail" EntitySet="ComputerDetail" />
-          <End Role="Computer" EntitySet="Computer" />
-        </AssociationSet>
-        <AssociationSet Name="Driver_License" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Driver_License">
-          <End Role="Driver" EntitySet="Driver" />
-          <End Role="License" EntitySet="License" />
-        </AssociationSet>
-        <AssociationSet Name="License_Driver" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.License_Driver">
-          <End Role="License" EntitySet="License" />
-          <End Role="Driver" EntitySet="Driver" />
-        </AssociationSet>
-        <AssociationSet Name="Employee_Manager" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee_Manager">
-          <End Role="Employee" EntitySet="Person" />
-          <End Role="Manager" EntitySet="Person" />
-        </AssociationSet>
-        <AssociationSet Name="SpecialEmployee_Car" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee_Car">
-          <End Role="SpecialEmployee" EntitySet="Person" />
-          <End Role="Car" EntitySet="Car" />
-        </AssociationSet>
-        <AssociationSet Name="Person_PersonMetadata" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Person_PersonMetadata">
-          <End Role="Person" EntitySet="Person" />
-          <End Role="PersonMetadata" EntitySet="PersonMetadata" />
-        </AssociationSet>
-        <AssociationSet Name="PersonMetadata_Person" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.PersonMetadata_Person">
-          <End Role="PersonMetadata" EntitySet="PersonMetadata" />
-          <End Role="Person" EntitySet="Person" />
-        </AssociationSet>
-      </EntityContainer>
-    </Schema>
-  </edmx:DataServices>
-</edmx:Edmx>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/notFound.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/notFound.json b/fit/src/main/resources/V30/notFound.json
deleted file mode 100644
index fba2ac4..0000000
--- a/fit/src/main/resources/V30/notFound.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-  "odata.error":
-          {
-            "code": "",
-            "message":
-                    {
-                      "lang": "en-US",
-                      "value": "Resource not found for the segment 'Customer'."
-                    }
-          }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/notFound.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/notFound.xml b/fit/src/main/resources/V30/notFound.xml
deleted file mode 100644
index 189d9ad..0000000
--- a/fit/src/main/resources/V30/notFound.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <m:code />
-  <m:message xml:lang="en-US">Resource not found for the segment 'Customer'.</m:message>
-</m:error>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/openTypeMetadata.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/openTypeMetadata.xml b/fit/src/main/resources/V30/openTypeMetadata.xml
deleted file mode 100644
index b6f7a9f..0000000
--- a/fit/src/main/resources/V30/openTypeMetadata.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx">
-  <edmx:DataServices m:DataServiceVersion="1.0" m:MaxDataServiceVersion="3.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-    <Schema Namespace="Microsoft.Test.OData.Services.OpenTypesServiceV3" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
-      <ComplexType Name="ContactDetails">
-        <Property Name="FirstContacted" Type="Edm.Binary"/>
-        <Property Name="LastContacted" Type="Edm.DateTimeOffset" Nullable="false"/>
-        <Property Name="Contacted" Type="Edm.DateTime" Nullable="false"/>
-        <Property Name="GUID" Type="Edm.Guid" Nullable="false"/>
-        <Property Name="PreferedContactTime" Type="Edm.Time" Nullable="false"/>
-        <Property Name="Byte" Type="Edm.Byte" Nullable="false"/>
-        <Property Name="SignedByte" Type="Edm.SByte" Nullable="false"/>
-        <Property Name="Double" Type="Edm.Double" Nullable="false"/>
-        <Property Name="Single" Type="Edm.Single" Nullable="false"/>
-        <Property Name="Short" Type="Edm.Int16" Nullable="false"/>
-        <Property Name="Int" Type="Edm.Int32" Nullable="false"/>
-        <Property Name="Long" Type="Edm.Int64" Nullable="false"/>
-      </ComplexType>
-      <EntityType Name="Row" OpenType="true">
-        <Key>
-          <PropertyRef Name="Id"/>
-        </Key>
-        <Property Name="Id" Type="Edm.Guid" Nullable="false"/>
-      </EntityType>
-      <EntityType Name="IndexedRow" BaseType="Microsoft.Test.OData.Services.OpenTypesServiceV3.Row" OpenType="true"/>
-      <EntityType Name="RowIndex" OpenType="true">
-        <Key>
-          <PropertyRef Name="Id"/>
-        </Key>
-        <Property Name="Id" Type="Edm.Int32" Nullable="false"/>
-        <NavigationProperty Name="Rows" Relationship="Microsoft.Test.OData.Services.OpenTypesServiceV3.RowIndex_Rows" ToRole="Rows" FromRole="RowIndex"/>
-      </EntityType>
-      <Association Name="RowIndex_Rows">
-        <End Type="Microsoft.Test.OData.Services.OpenTypesServiceV3.RowIndex" Role="RowIndex" Multiplicity="*"/>
-        <End Type="Microsoft.Test.OData.Services.OpenTypesServiceV3.IndexedRow" Role="Rows" Multiplicity="*"/>
-      </Association>
-      <EntityContainer Name="DefaultContainer" m:IsDefaultEntityContainer="true">
-        <EntitySet Name="Row" EntityType="Microsoft.Test.OData.Services.OpenTypesServiceV3.Row"/>
-        <EntitySet Name="RowIndex" EntityType="Microsoft.Test.OData.Services.OpenTypesServiceV3.RowIndex"/>
-        <AssociationSet Name="Index_Rows" Association="Microsoft.Test.OData.Services.OpenTypesServiceV3.RowIndex_Rows">
-          <End Role="RowIndex" EntitySet="RowIndex"/>
-          <End Role="Rows" EntitySet="Row"/>
-        </AssociationSet>
-      </EntityContainer>
-    </Schema>
-  </edmx:DataServices>
-</edmx:Edmx>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/primitiveKeysMetadata.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/primitiveKeysMetadata.xml b/fit/src/main/resources/V30/primitiveKeysMetadata.xml
deleted file mode 100644
index 2e65aed..0000000
--- a/fit/src/main/resources/V30/primitiveKeysMetadata.xml
+++ /dev/null
@@ -1,147 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx">
-  <edmx:DataServices m:DataServiceVersion="3.0" m:MaxDataServiceVersion="3.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-    <Schema Namespace="Microsoft.Test.OData.Services.PrimitiveKeysService" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
-      <EntityType Name="EdmBinary">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Binary" Nullable="false" />
-      </EntityType>
-      <EntityType Name="EdmBoolean">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Boolean" Nullable="false" />
-      </EntityType>
-      <EntityType Name="EdmByte">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Byte" Nullable="false" />
-      </EntityType>
-      <EntityType Name="EdmDateTime">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.DateTime" Nullable="false" />
-      </EntityType>
-      <EntityType Name="EdmDecimal">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Decimal" Nullable="false" />
-      </EntityType>
-      <EntityType Name="EdmDouble">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Double" Nullable="false" />
-      </EntityType>
-      <EntityType Name="EdmSingle">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Single" Nullable="false" />
-      </EntityType>
-      <EntityType Name="EdmGuid">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Guid" Nullable="false" />
-      </EntityType>
-      <EntityType Name="EdmInt16">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Int16" Nullable="false" />
-      </EntityType>
-      <EntityType Name="EdmInt32">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Int32" Nullable="false" />
-      </EntityType>
-      <EntityType Name="EdmInt64">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Int64" Nullable="false" />
-      </EntityType>
-      <EntityType Name="EdmString">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.String" Nullable="false" />
-      </EntityType>
-      <EntityType Name="EdmTime">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Time" Nullable="false" />
-      </EntityType>
-      <EntityType Name="EdmDateTimeOffset">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.DateTimeOffset" Nullable="false" />
-      </EntityType>
-      <EntityType Name="Folder">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Name" Type="Edm.String" />
-        <NavigationProperty Name="Parent" Relationship="Microsoft.Test.OData.Services.PrimitiveKeysService.Folder_Parent" ToRole="Parent" FromRole="Folder" />
-      </EntityType>
-      <Association Name="Folder_Parent">
-        <End Type="Microsoft.Test.OData.Services.PrimitiveKeysService.Folder" Role="Parent" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.PrimitiveKeysService.Folder" Role="Folder" Multiplicity="*" />
-      </Association>
-      <EntityContainer Name="TestContext" m:IsDefaultEntityContainer="true">
-        <EntitySet Name="EdmBinarySet" EntityType="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmBinary" />
-        <EntitySet Name="EdmBooleanSet" EntityType="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmBoolean" />
-        <EntitySet Name="EdmByteSet" EntityType="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmByte" />
-        <EntitySet Name="EdmDateTimeSet" EntityType="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmDateTime" />
-        <EntitySet Name="EdmDecimalSet" EntityType="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmDecimal" />
-        <EntitySet Name="EdmDoubleSet" EntityType="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmDouble" />
-        <EntitySet Name="EdmSingleSet" EntityType="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmSingle" />
-        <EntitySet Name="EdmGuidSet" EntityType="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmGuid" />
-        <EntitySet Name="EdmInt16Set" EntityType="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmInt16" />
-        <EntitySet Name="EdmInt32Set" EntityType="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmInt32" />
-        <EntitySet Name="EdmInt64Set" EntityType="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmInt64" />
-        <EntitySet Name="EdmStringSet" EntityType="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmString" />
-        <EntitySet Name="EdmTimeSet" EntityType="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmTime" />
-        <EntitySet Name="EdmDateTimeOffsetSet" EntityType="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmDateTimeOffset" />
-        <EntitySet Name="Folders" EntityType="Microsoft.Test.OData.Services.PrimitiveKeysService.Folder" />
-        <AssociationSet Name="Folder_Parent" Association="Microsoft.Test.OData.Services.PrimitiveKeysService.Folder_Parent">
-          <End Role="Folder" EntitySet="Folders" />
-          <End Role="Parent" EntitySet="Folders" />
-        </AssociationSet>
-      </EntityContainer>
-      <Annotations Target="Microsoft.Test.OData.Services.PrimitiveKeysService.TestContext">
-        <ValueAnnotation Term="Com.Microsoft.Data.Services.Conventions.V1.UrlConventions" String="KeyAsSegment" />
-      </Annotations>
-    </Schema>
-  </edmx:DataServices>
-</edmx:Edmx>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/services.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/services.full.json b/fit/src/main/resources/V30/services.full.json
deleted file mode 100644
index 2345038..0000000
--- a/fit/src/main/resources/V30/services.full.json
+++ /dev/null
@@ -1,102 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata",
-  "value":
-          [
-            {
-              "name": "AllGeoTypesSet",
-              "url": "AllGeoTypesSet"
-            },
-            {
-              "name": "AllGeoCollectionTypesSet",
-              "url": "AllGeoCollectionTypesSet"
-            },
-            {
-              "name": "Customer",
-              "url": "Customer"
-            },
-            {
-              "name": "Login",
-              "url": "Login"
-            },
-            {
-              "name": "RSAToken",
-              "url": "RSAToken"
-            },
-            {
-              "name": "PageView",
-              "url": "PageView"
-            },
-            {
-              "name": "LastLogin",
-              "url": "LastLogin"
-            },
-            {
-              "name": "Message",
-              "url": "Message"
-            },
-            {
-              "name": "MessageAttachment",
-              "url": "MessageAttachment"
-            },
-            {
-              "name": "Order",
-              "url": "Order"
-            },
-            {
-              "name": "OrderLine",
-              "url": "OrderLine"
-            },
-            {
-              "name": "Product",
-              "url": "Product"
-            },
-            {
-              "name": "ProductDetail",
-              "url": "ProductDetail"
-            },
-            {
-              "name": "ProductReview",
-              "url": "ProductReview"
-            },
-            {
-              "name": "ProductPhoto",
-              "url": "ProductPhoto"
-            },
-            {
-              "name": "CustomerInfo",
-              "url": "CustomerInfo"
-            },
-            {
-              "name": "Computer",
-              "url": "Computer"
-            },
-            {
-              "name": "ComputerDetail",
-              "url": "ComputerDetail"
-            },
-            {
-              "name": "Driver",
-              "url": "Driver"
-            },
-            {
-              "name": "License",
-              "url": "License"
-            },
-            {
-              "name": "MappedEntityType",
-              "url": "MappedEntityType"
-            },
-            {
-              "name": "Car",
-              "url": "Car"
-            },
-            {
-              "name": "Person",
-              "url": "Person"
-            },
-            {
-              "name": "PersonMetadata",
-              "url": "PersonMetadata"
-            }
-          ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/services.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/services.xml b/fit/src/main/resources/V30/services.xml
deleted file mode 100644
index a4214a4..0000000
--- a/fit/src/main/resources/V30/services.xml
+++ /dev/null
@@ -1,98 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<service xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom">
-  <workspace>
-    <atom:title>Default</atom:title>
-    <collection href="AllGeoTypesSet">
-      <atom:title>AllGeoTypesSet</atom:title>
-    </collection>
-    <collection href="AllGeoCollectionTypesSet">
-      <atom:title>AllGeoCollectionTypesSet</atom:title>
-    </collection>
-    <collection href="Customer">
-      <atom:title>Customer</atom:title>
-    </collection>
-    <collection href="Login">
-      <atom:title>Login</atom:title>
-    </collection>
-    <collection href="RSAToken">
-      <atom:title>RSAToken</atom:title>
-    </collection>
-    <collection href="PageView">
-      <atom:title>PageView</atom:title>
-    </collection>
-    <collection href="LastLogin">
-      <atom:title>LastLogin</atom:title>
-    </collection>
-    <collection href="Message">
-      <atom:title>Message</atom:title>
-    </collection>
-    <collection href="MessageAttachment">
-      <atom:title>MessageAttachment</atom:title>
-    </collection>
-    <collection href="Order">
-      <atom:title>Order</atom:title>
-    </collection>
-    <collection href="OrderLine">
-      <atom:title>OrderLine</atom:title>
-    </collection>
-    <collection href="Product">
-      <atom:title>Product</atom:title>
-    </collection>
-    <collection href="ProductDetail">
-      <atom:title>ProductDetail</atom:title>
-    </collection>
-    <collection href="ProductReview">
-      <atom:title>ProductReview</atom:title>
-    </collection>
-    <collection href="ProductPhoto">
-      <atom:title>ProductPhoto</atom:title>
-    </collection>
-    <collection href="CustomerInfo">
-      <atom:title>CustomerInfo</atom:title>
-    </collection>
-    <collection href="Computer">
-      <atom:title>Computer</atom:title>
-    </collection>
-    <collection href="ComputerDetail">
-      <atom:title>ComputerDetail</atom:title>
-    </collection>
-    <collection href="Driver">
-      <atom:title>Driver</atom:title>
-    </collection>
-    <collection href="License">
-      <atom:title>License</atom:title>
-    </collection>
-    <collection href="MappedEntityType">
-      <atom:title>MappedEntityType</atom:title>
-    </collection>
-    <collection href="Car">
-      <atom:title>Car</atom:title>
-    </collection>
-    <collection href="Person">
-      <atom:title>Person</atom:title>
-    </collection>
-    <collection href="PersonMetadata">
-      <atom:title>PersonMetadata</atom:title>
-    </collection>
-  </workspace>
-</service>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/unsupportedMediaType.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/unsupportedMediaType.json b/fit/src/main/resources/V30/unsupportedMediaType.json
deleted file mode 100644
index 4dc5a1f..0000000
--- a/fit/src/main/resources/V30/unsupportedMediaType.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-  "odata.error":
-          {
-            "code": "",
-            "message":
-                    {
-                      "lang": "en-US",
-                      "value": "Unsupported media type requested."
-                    },
-            "innererror":
-                    {
-                      "message": "Unsupported media type requested.",
-                      "type": "Microsoft.Data.OData.ODataContentTypeException",
-                      "stacktrace": " at Microsoft.Data.OData.MediaTypeUtils.GetContentTypeFromSettings(ODataMessageWriterSettings settings, ODataPayloadKind payloadKind, MediaTypeResolver mediaTypeResolver, MediaType&amp; mediaType, Encoding&amp; encoding)\n at Microsoft.Data.OData.ODataMessageWriter.EnsureODataFormatAndContentType()\n at Microsoft.Data.OData.ODataMessageWriter.SetHeaders(ODataPayloadKind payloadKind)\n at Microsoft.Data.OData.ODataUtils.SetHeadersForPayload(ODataMessageWriter messageWriter, ODataPayloadKind payloadKind)\n at System.Data.Services.ResponseContentTypeNegotiator.DetermineResponseFormat(ODataPayloadKind payloadKind, String acceptableMediaTypes, String acceptableCharSets)"
-                    }
-          }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/unsupportedMediaType.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/unsupportedMediaType.xml b/fit/src/main/resources/V30/unsupportedMediaType.xml
deleted file mode 100644
index c157fb1..0000000
--- a/fit/src/main/resources/V30/unsupportedMediaType.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <m:code />
-  <m:message xml:lang="en-US">Unsupported media type requested.</m:message>
-  <m:innererror>
-    <m:message>A supported MIME type could not be found that matches the acceptable MIME types for the request. The supported type(s) 'application/atom+xml;type=feed, application/atom+xml, application/json;odata=minimalmetadata;streaming=true, application/json;odata=minimalmetadata;streaming=false, application/json;odata=minimalmetadata, application/json;odata=fullmetadata;streaming=true, application/json;odata=fullmetadata;streaming=false, application/json;odata=fullmetadata, application/json;odata=nometadata;streaming=true, application/json;odata=nometadata;streaming=false, application/json;odata=nometadata, application/json;streaming=true, application/json;streaming=false, application/json;odata=verbose, application/json' do not match any of the acceptable MIME types 'application/xml'.</m:message>
-    <m:type>Microsoft.Data.OData.ODataContentTypeException</m:type>
-    <m:stacktrace> at Microsoft.Data.OData.MediaTypeUtils.GetContentTypeFromSettings(ODataMessageWriterSettings settings, ODataPayloadKind payloadKind, MediaTypeResolver mediaTypeResolver, MediaType&amp; mediaType, Encoding&amp; encoding)&#xD;
-      at Microsoft.Data.OData.ODataMessageWriter.EnsureODataFormatAndContentType()&#xD;
-      at Microsoft.Data.OData.ODataMessageWriter.SetHeaders(ODataPayloadKind payloadKind)&#xD;
-      at Microsoft.Data.OData.ODataUtils.SetHeadersForPayload(ODataMessageWriter messageWriter, ODataPayloadKind payloadKind)&#xD;
-      at System.Data.Services.ResponseContentTypeNegotiator.DetermineResponseFormat(ODataPayloadKind payloadKind, String acceptableMediaTypes, String acceptableCharSets)</m:stacktrace>
-  </m:innererror>
-</m:error>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/AbstractTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/AbstractTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/AbstractTestITCase.java
deleted file mode 100644
index f89d8c6..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/AbstractTestITCase.java
+++ /dev/null
@@ -1,167 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3;
-
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertFalse;
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertTrue;
-
-import java.io.IOException;
-
-import org.apache.olingo.client.api.CommonODataClient;
-import org.apache.olingo.client.api.v3.EdmEnabledODataClient;
-import org.apache.olingo.commons.api.format.ContentType;
-import org.apache.olingo.ext.proxy.AbstractService;
-import org.apache.olingo.ext.proxy.api.PrimitiveCollection;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.fit.AbstractBaseTestITCase;
-import org.apache.olingo.fit.proxy.v3.staticservice.Service;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.DefaultContainer;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Aliases;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetails;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetailsCollection;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Customer;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.PhoneCollection;
-
-import org.junit.BeforeClass;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-public abstract class AbstractTestITCase extends AbstractBaseTestITCase {
-
-  protected static String testStaticServiceRootURL;
-
-  protected static String testPrimitiveKeysServiceRootURL;
-
-  protected static String testKeyAsSegmentServiceRootURL;
-
-  protected static String testActionOverloadingServiceRootURL;
-
-  protected static String testOpenTypeServiceRootURL;
-
-  protected static String testLargeModelServiceRootURL;
-
-  protected static AbstractService<EdmEnabledODataClient> service;
-
-  protected static DefaultContainer container;
-
-  @BeforeClass
-  public static void setUpODataServiceRoot() throws IOException {
-    testStaticServiceRootURL = "http://localhost:9080/stub/StaticService/V30/Static.svc";
-    testPrimitiveKeysServiceRootURL = "http://localhost:9080/stub/StaticService/V30/PrimitiveKeys.svc";
-    testKeyAsSegmentServiceRootURL = "http://localhost:9080/stub/StaticService/V30/KeyAsSegment.svc";
-    testActionOverloadingServiceRootURL = "http://localhost:9080/stub/StaticService/V30/ActionOverloading.svc";
-    testOpenTypeServiceRootURL = "http://localhost:9080/stub/StaticService/V30/OpenType.svc";
-    testLargeModelServiceRootURL = "http://localhost:9080/stub/StaticService/V30/Static.svc/large";
-
-    service = Service.getV3(testStaticServiceRootURL);
-    service.getClient().getConfiguration().setDefaultBatchAcceptFormat(ContentType.APPLICATION_OCTET_STREAM);
-    container = service.getEntityContainer(DefaultContainer.class);
-    assertNotNull(container);
-    service.getContext().detachAll();
-  }
-
-  protected Customer getSampleCustomerProfile(
-          final Integer id,
-          final String sampleName,
-          final DefaultContainer container) {
-
-    final Customer customer = container.newEntityInstance(Customer.class);
-
-    // add name attribute
-    customer.setName(sampleName);
-
-    // add key attribute
-    customer.setCustomerId(id);
-
-    final ContactDetails cd = container.newComplexInstance(ContactDetails.class); // PrimaryContactInfo
-
-    PrimitiveCollection<String> value = container.newPrimitiveCollection(String.class);
-    value.add("alternative1");
-    value.add("alternative2");
-    cd.setAlternativeNames(value);
-
-    value = container.newPrimitiveCollection(String.class);
-    value.add("myname@mydomain.org");
-    cd.setEmailBag(value);
-
-    cd.setMobilePhoneBag(container.newComplexCollection(PhoneCollection.class)); // empty
-    customer.setPrimaryContactInfo(cd);
-
-    final Aliases aliases = container.newComplexInstance(Aliases.class);
-
-    value = container.newPrimitiveCollection(String.class);
-    value.add("myAlternativeName");
-    aliases.setAlternativeNames(value);
-    cd.setContactAlias(aliases);
-
-    final ContactDetails bcd = container.newComplexInstance(ContactDetails.class); // BackupContactInfo;
-    value = container.newPrimitiveCollection(String.class);
-    value.add("alternative3");
-    value.add("alternative4");
-    bcd.setAlternativeNames(value);
-    bcd.setEmailBag(container.newPrimitiveCollection(String.class)); // empty
-    bcd.setMobilePhoneBag(container.newComplexCollection(PhoneCollection.class)); // empty
-
-    final ContactDetailsCollection bci = container.newComplexCollection(ContactDetailsCollection.class);
-    bci.add(bcd);
-    customer.setBackupContactInfo(bci);
-
-    container.getCustomer().add(customer);
-    return customer;
-  }
-
-  protected void checkSampleCustomerProfile(
-          final Customer customer,
-          final Integer id,
-          final String sampleName) {
-
-    assertEquals(id, customer.getCustomerId());
-    assertNotNull(customer.getPrimaryContactInfo());
-    assertFalse(customer.getBackupContactInfo().isEmpty());
-
-    final ContactDetails cd = customer.getPrimaryContactInfo();
-    final ContactDetails bcd = customer.getBackupContactInfo().iterator().next();
-
-    assertTrue(cd.getAlternativeNames().contains("alternative1"));
-    assertTrue(cd.getAlternativeNames().contains("alternative2"));
-    assertEquals("myname@mydomain.org", cd.getEmailBag().iterator().next());
-    assertEquals("myAlternativeName", cd.getContactAlias().getAlternativeNames().iterator().next());
-    assertTrue(cd.getMobilePhoneBag().isEmpty());
-
-    assertTrue(bcd.getAlternativeNames().contains("alternative3"));
-    assertTrue(bcd.getAlternativeNames().contains("alternative4"));
-    assertTrue(bcd.getEmailBag().isEmpty());
-    assertTrue(bcd.getMobilePhoneBag().isEmpty());
-  }
-
-  protected Customer readCustomer(final DefaultContainer container, final int id) {
-    final Customer customer = container.getCustomer().getByKey(id).load();
-    assertNotNull(customer);
-    assertEquals(Integer.valueOf(id), customer.getCustomerId());
-
-    return customer;
-  }
-
-  @Override
-  protected CommonODataClient<?> getClient() {
-    throw new RuntimeException("This method should not be used from proxy tests.");
-  }
-}


[17/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EntityProjectionReturnsCollectionOfComplexTypes.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EntityProjectionReturnsCollectionOfComplexTypes.xml b/fit/src/main/resources/V30/EntityProjectionReturnsCollectionOfComplexTypes.xml
deleted file mode 100644
index d10ec11..0000000
--- a/fit/src/main/resources/V30/EntityProjectionReturnsCollectionOfComplexTypes.xml
+++ /dev/null
@@ -1,618 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<EntityProjectionReturnsCollectionOfComplexTypes xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <element m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-    <EmailBag m:type="Collection(Edm.String)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">rdstukrvlltteßzi</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">psgdkmxamznjulzbsohqjytbxhnojbufe</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">をンぺひぼゼせ暦裹я裹ぺあ亜ぞzァバ畚マネぞゼあネ弌チァ歹まゼ縷チハ裹亜黑ほゼё歹</d:element>
-    </EmailBag>
-    <AlternativeNames m:type="Collection(Edm.String)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">グぁマせぺネソぁぼソひバたぴソ歹九ネボボяポソ畚クяせべ歹珱Я欲タハバミ裹ぼボをヲ歹んひ九ひ匚ぁa</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">qckrnuruxcbhjfimnsykgfquffobcadpsaocixoeljhspxrhebkudppgndgcrlyvynqhbujrnvyxyymhnroemigogsqulvgallta</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">btsnhqrjqryqzgxducl</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">qbtlssjhunufmzdv</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ボんЯぜチべゼボボほa匚ミぼ九ぁひチ珱黑ミんぁタび暦クソソボゾんんあゼぞひタボタぜん弌ひべ匚</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">vicqasfdkxsuyuzspjqunxpyfuhlxfhgfqnlcpdfivqnxqoothnfsbuykfguftgulgldnkkzufssbae</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">九ソミせボぜゾボёaをぜЯまゾタぜタひ縷ダんaバたゼソ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ぽマタぁぁ黑ソゼミゼ匚zソダマぁァゾぽミaタゾ弌ミゼタそzぺポせ裹バポハハヲぺチあマ匚ミ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">hssiißuamtctgqhglmusexyikhcsqctusonubxorssyizhyqpbtbdßjnelxqttkhdalabibuqhiubtßsptrmzelud</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">gbjssllxzzxkmßppyyrhgmoeßizlcmsuqqnvjßudszevtfunflqzqcuubukypßqjcix</d:element>
-    </AlternativeNames>
-    <ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-      <AlternativeNames m:type="Collection(Edm.String)">
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ゼポソソァんマaグぴ九縷亜ぞゼソグバぼダぽママぽポチボソぼぜゾんミぴほダミミ畚珱九zべ弌畚タソzゼソぁび裹ァソマヲひ匚亜ポべポぽマゼたチ裹歹ミポ</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">flzjuisevegjjtmpnssobmdssikhzepsjklnoceuqrßuychauxhdutqcdenvssubqkoqyzxpfmvflbhjs</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">esgmrxddisdvykgttpmizcethjuazqxemuossopssaqpmqdßkayrrocgsxqpo</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">クソ珱べをマんグハひボソソんミソソゼンぞたぼzミ歹ぴ</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ljrggbaseqsrkelksvhouoscmoilogibae</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">そぜぜママゼミぼゼボべソほあんせひびゼミソ弌ほそタボマチタマソネ弌チポ匚まソゾマЯЯたゾ裹あ畚ん弌た珱畚マЯソァ珱ネびё九たミミぴぺポマゼダ弌ミマママソボ亜ぺソ匚グ弌グ歹ハま匚そん黑ん</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ydjfrjbzcgouafasiutdhhgypssyniqlkdtxbclnaplnasjfliqxnmuplznstnqvpyrzdkxkqbtszvguurhllvzziugdsuvl</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">たёタЯяまひぺァ暦ソマポハクタせたひァ暦ヲ九暦ぞぜチ匚欲ゼほ九ぺ畚びぞポボクぴをチチそボソマポんぽミァ弌ァぞぴまミ縷黑ミゼゼzチミソ暦ゼほ畚ソ匚ネёほゼボぴポゼ縷ソチポ裹ヲ縷九ン歹a九ソソ</d:element>
-      </AlternativeNames>
-    </ContactAlias>
-    <HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber>畚ぼせゼぽチ欲を縷弌ポタぺゾ欲a歹まマ亜チぁゼゼaマァゾぞあ弌そをポダボグびゼァたチ珱べぴゼタzボネァァ歹ぞゼ欲欲マソチぺんび暦ンタぺダzぴダポ縷ァボЯべぺべタびグ珱たミソぽひぼミ暦マミ歹そ欲ゼёべポ</PhoneNumber>
-      <Extension>jqjklhnnkyhujailcedbguyectpuamgbghreatqvobbtj</Extension>
-    </HomePhone>
-    <WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber>そマ弌あハミゼぼマ匚ソバzチぴソぁんёタゾゼソせぴボひハネゼぽべァたぺゾチァそ</PhoneNumber>
-      <Extension>erpdbdvgezuztcsyßpxddmcdvgsysbtsssskhjpgssgbicdbcmdykutudsnkflxpzqxbcssdyfdqqmiufssinxkadeßustxßf</Extension>
-    </WorkPhone>
-    <MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>essfchpbmodumdlbssaoygvcecnegßumuvszyo</PhoneNumber>
-        <Extension>ilvxmcmkixinhonuxeqfcbsnlgufneqhijddgurdkuvvj</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>bbyr</PhoneNumber>
-        <Extension>グぴゼほ裹яほマタネ畚をソ九クゼ畚ゼァ縷ひグヲぽяダ歹</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>litlxcyvpspjqankvmvtmvoabobguscosktgzul</PhoneNumber>
-        <Extension>jumpßßhqzmjxqßufuaprymlrb</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>bfi</PhoneNumber>
-        <Extension>mbguodpfpohbmsnvtgxdvhssvnxfisadlnbtbvrbvfnitdjdnkdctzuukpylhfcvooryl</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>jmvrssnupsqltlmuegpybunosssspluvvgqenfgvrjhxqqjjqublkeekssyjisdssrxyvooj</PhoneNumber>
-        <Extension>aゾ暦ヲaゾをチёゼをぽァ亜ぽひぞポ裹ぼぜゼソミネミ暦ぽぽべべミ匚aぞチボネヲ黑暦たほタクチダё珱ネををチソ</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>bqadubmkjprlorzjyuxghuthdxxufknlmasbsvhdteohujonmakgormaxpaxfhuyeuyozsqisnnfegcusfndzbhvjrfovkzhxu</PhoneNumber>
-        <Extension></Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>mocßmhbuavyssxuosdkmcdqbkyadgusvssppytbtuurgßqacmbhfghvugzssvi</PhoneNumber>
-        <Extension>をン黑グぼ黑ゼタタポ九チzポチゼポタぁaソァゼたゼぼネ匚ゼポまポ暦zマボぜ歹ぼ</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber m:null="true" />
-        <Extension>バゼぼクグ</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>zチ亜ネンaバそ珱グせ亜ンネヲん歹ま亜aポタミぜ弌珱ミゼЯほんボ裹я九ぁァ珱ぼクゼポネァネ珱ゼまゼあハマまネぼゼ歹ポぴたべべそボぁソ珱ヲぺ黑ンネёゼダЯタゼそzソソンzボボァ黑匚んべポポ</PhoneNumber>
-        <Extension>gclzjelinpvjcxjmcrsbuzhiyuxrffycgjuonyzhkvazkklhsihhgzhg</Extension>
-      </d:element>
-    </MobilePhoneBag>
-  </element>
-  <element m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-    <EmailBag m:type="Collection(Edm.String)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">cumcjsujssßjxfqsakdpubmeßßsrsjpxqbrvruszjjxrxhpvßotlmvlntonctakahouqqxaduguuh</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">hxrnqifurielbjbgzudqnzuoiksuprbxyzutfvfduyxlskedoutlmlzjsmkb</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">axuncpheikzvpephn</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">xss</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">zgesgoyqtxpnvuqssqanpfgouvtxofebvbccfdsga</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ネ弌ミチ亜ぽあぽボ九亜ボЯaハゾァё</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ktspjklssrnklbohocuxdvnokqcjsceßrjhneeßgxpgßbguxvchizsuayqcssuavsqpuexpficvarlpsso</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">kyssißchskvabvvqgppiabzdxirmmdsolujgxrluxlzyfcqbyycgmhjjnpoßf</d:element>
-    </EmailBag>
-    <AlternativeNames m:type="Collection(Edm.String)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">rmjhkvrovdnfeßqllqrehpogavcnlliqmoqsbvkinbtoyolqlmxobhhejihrnoqguzvzhssfrb</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">yßkzfqeßqßkoundi</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ソチゼネネんハぼチぺひaボ裹ぴべゼボゾァzぁポマひゾポそ欲ポぴぺゼёЯハソяゾチミクゾ九ソぁ暦ほハァ珱ソ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">jzsvlrljzassnpyptjuzqpnzcorjmlvtdsslqrucßzczptmmchßpkfexßx</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">xdssssifrpidssßuußhrßuspjenzgkcilurdmurfßlkyzoiepdoelfyxvijbjetykmqmf</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">g</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">九欲マまzゾまあんひバび縷弌ソソ九ソ裹zミチゼゼタハ九縷ボそミゼボゼぜネゼそぽ縷亜マダを裹ソボゾ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">xursuhdtgshjbjblkrkapuauea</d:element>
-    </AlternativeNames>
-    <ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-      <AlternativeNames m:type="Collection(Edm.String)" />
-    </ContactAlias>
-    <HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber>べ黑ポaダそァ黑ぞァぼク畚マ黑た弌亜びボミびダマひん弌マグゾ匚ンァボЯボ歹匚z黑まほ畚歹暦ポほ暦ひ欲ソ珱ぼべせёグヲ亜ほァボタボチぼЯほポををя欲ぽァゾをマ縷ゾせネ</PhoneNumber>
-      <Extension>somzcvarnprbdmqzovljazvnrqidogiznplvrrejaoqrtijfuiuqenxsdycntsmbmrnpatdjuijxdutpcsjelhyastnsk</Extension>
-    </HomePhone>
-    <WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber>elvfevjyssuako</PhoneNumber>
-      <Extension>fltuu</Extension>
-    </WorkPhone>
-    <MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>hkugxatukjjdimßytgkqyopßitßdyzexdkmmarpojjzqycqqvsuztzidxudieldnhnßrakyetgbkbßoyoglbtoiggdsxjlezu</PhoneNumber>
-        <Extension>ypfuiuhrqevehzrziuckpf</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>ddfxtvqbsogqsssqrbxvamhss</PhoneNumber>
-        <Extension m:null="true" />
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber m:null="true" />
-        <Extension>pvlssokhcuduvßyubduarmsscqtzgddsssenvnmuapbfßsmdthedhtinssgrpxbbiosskgscbfcedbvhncsganfßz</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>zssfvjobacbplbteflztpvjymbrvoelkbqtjftkusunalum</PhoneNumber>
-        <Extension>ゾネ亜ンポゾё弌バ九ァёヲ亜九グ畚ソんミチЯそёソぼゼゼ九マまほべソンゾソボёaぽz珱ёグぞチぼ九ゼボ裹ぺぺЯゾ珱ミチ</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber m:null="true" />
-        <Extension>せ歹ゾ亜ぼaぺゼゼソボたせポんポたポァぁゼЯンソゾボミせボ欲ボ裹zチままぜゾゾソゼソ歹匚ゼァ</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber m:null="true" />
-        <Extension>マ珱あせ珱Яぽボぺた弌チ暦ミべタグяチポび縷ボaびぺせひ珱ボ欲縷縷ポべせゾべソせべ珱ほぽポぼヲポぞぽマぺびぽ暦欲べた裹ボaそ匚チん黑マたタそЯひハソソァポグぼ黑ぼゼяハzバマバ珱ゼ縷ァを弌ひぜせポ</Extension>
-      </d:element>
-    </MobilePhoneBag>
-  </element>
-  <element m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-    <EmailBag m:type="Collection(Edm.String)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ヲまポマほяひんまぞびぁゾァ亜ミネ弌ぴダぁんソせタ歹яチミボ縷ゾせ匚歹ゼソネぼゼミソそボゼ弌ボせぽそマ黑ソぞ縷ポ珱チびゼЯハバポぼマヲミタグぼЯダ匚欲チべ暦マミぴzんハzヲёヲ裹びダ縷弌</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ylhsxzpyyshr</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">exjbedardqaufugbqgrrshzxdghrcngpnskzgpfuusieu</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">kkqdn</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">裹ダaマ珱まソミまクほハァゼ珱ぁё畚畚ネァzせべぞクほ九裹ぜぁンя縷ぜ暦マポンチまグ亜ソ歹ポミぜボボほミミミまzソミチゾёミ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">cmjdeggvfryupgkpoocvfddnogzik</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">pupidvpdyyjaguxhixzpngßßdyoshdhvohqkvhhgnßalxdcjmqarqssa</d:element>
-    </EmailBag>
-    <AlternativeNames m:type="Collection(Edm.String)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">jryzplqzssohptlnepfmoaqtuudtuuhhdbnßrrijßchfdoaduezkssslvusssofuktpuohulzjlymzqgla</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">odyjmrsbryzobtprkapiqokyeumujjqgdbfjpgmqjduklsdozpaaixv</d:element>
-    </AlternativeNames>
-    <ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-      <AlternativeNames m:type="Collection(Edm.String)" />
-    </ContactAlias>
-    <HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber>ぽハ珱яソぺせそソヲマグネЯゼま縷ソぴ欲ソポまゼァクボボ</PhoneNumber>
-      <Extension>nybsszdsunynocmßvpimshzxpflsipkodkvvivljqtjdniuuvhxayrvlqepqjnpuiudsjszaosyßssrfmufytuk</Extension>
-    </HomePhone>
-    <WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber>buze</PhoneNumber>
-      <Extension>ujsojuxutvlzsikiqvhpkqeelvudruurjlrqmsdyleusuudigvhcvmdogqnmapkzaumchtmxnjijufcf</Extension>
-    </WorkPhone>
-    <MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>xzbnfxutsszpytßresnflrjkygejfßfsqmlssreymsuymbxsspdrmahn</PhoneNumber>
-        <Extension>gbckxtqbßgdaaaxepsvycehluqlfgeppmbsrddzuyaxqgc</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>dincdxtdccgyzurmvfbufuqßcbuuzssßoßiflssßkvmarznossxrsxbßnrlkpßiepgfcbyxkupxyhcfitkidssmbivujjxehßg</PhoneNumber>
-        <Extension>rgcihloßfpghhtozxoiubkeljqocynqfqteoyu</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber m:null="true" />
-        <Extension m:null="true" />
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>jfc</PhoneNumber>
-        <Extension m:null="true" />
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>cdurugzoussatrsaar</PhoneNumber>
-        <Extension>ylghuuzta</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>xilvsbßtpefvqcexaxkifuhdpmzftssppoyussuvgyibzgihbuubßpskmitccudsarkssteorclnßixeb</PhoneNumber>
-        <Extension>lyaxpgibymunjbcvhrjrplsiokhcqeauiokrjtegzxrqfymxnbtlxjxa</Extension>
-      </d:element>
-    </MobilePhoneBag>
-  </element>
-  <element m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-    <EmailBag m:type="Collection(Edm.String)" />
-    <AlternativeNames m:type="Collection(Edm.String)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ソяソゾ珱ダぁぺミヲネひぴ弌弌ゾァクをぞネヲぁぁミを欲畚ダびび黑を畚グぞ亜ぽゼせポяz黑たバまz亜ク九んまマボゾネゼ亜チ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ltevfhqrezbjyaoxoaviujvpncxuflugkghoisylipqgecqkulplvikixhcilkgmovz</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"></d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">gßntmp</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">gxyfljyfcrmyaqducbdizxsdkmizhjxymiunrvhntd</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">bfgdndhikllopuzfyytupgxjrkhtrgpemgcurptohsamqhazhctfzdcvhymivnhoxjncntpfuqjvfgtfjjhkndec</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">uerdvhyrbvujpqkufyhmeudrjbssnqjhouaxdmjqlkspmrexxoothuztqvßxqkfavkrcnubrzdyign</d:element>
-    </AlternativeNames>
-    <ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-      <AlternativeNames m:type="Collection(Edm.String)">
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">lqzgcfbjlmzeoqteatdexkuivugeeajcgvlojfzcmsogc</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">匚ポンチあёタё欲縷ソソzたグタぜミマまひボボマ歹ёゾたァゾ珱ぁ縷マをゼЯ縷ぴをんゾァチ歹タまゼゼボぼタぞボタぞёを九яチグマァяゼチぽ</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ぺタゼヲマんぁ歹ん亜ぁ亜ミほんaほひびクマぞひ九z匚ンダゼネяハゼそяンミマ歹暦ンソソぽタバンせマゾん</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">vihrazgmjgtkgpbgbnfhhcsycgvzxssrzzvfssqirsslleimedhyhfuvfcnhlk</d:element>
-      </AlternativeNames>
-    </ContactAlias>
-    <HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber>xmnfdsozhyybqhuejakrzoqntnorssxevpjsmsipruxjjghuodqthbvutzantnlssnvi</PhoneNumber>
-      <Extension>クをソ弌ゾあマぺぴグ匚яゼんそマバ亜ボネボマチ畚ぜマ裹畚チま九チソバぽゼzゼァミёポ暦びzダせボソぞソ畚チマяポ九チマ匚ひ欲ポ黑ボ</Extension>
-    </HomePhone>
-    <WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber>ぴゼ黑zz畚ゼaチボぽソソ暦縷ン九ハハポゼミダダべя裹ダミネをハ九ゼまソポ亜あ弌ァボぞひ裹ゼぴそミぺ欲ぴソяァソ縷グミaネ歹べハんポマぁタソァンタ暦</PhoneNumber>
-      <Extension>qxxvvluootexndauvmjmxcsupdzvrqspyltziba</Extension>
-    </WorkPhone>
-    <MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>マ裹あネクン暦ァあダゼぞマぴタハァソゾяゾヲあタそぁボゾマぜボマ九た裹グ欲歹んポ縷ぺ弌zァ匚ゼンゾそそ亜ёaタミ歹タ珱んクんポネ裹マグタをた匚ゾぞ歹たぼびそぴァボボЯチネ縷ポ暦ボひダをンЯをチチ欲ぁボ</PhoneNumber>
-        <Extension>ァボボぴ弌ぽチミァタポミをあンЯёチ黑ぞバソゾぞダチポァぁチz亜a</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>agnuykfmdluenuzmrvokpbnbqtmxtpupsmmmmtlatzdulayi</PhoneNumber>
-        <Extension>ぺ匚歹暦亜グひひ裹ゼ亜ポポぴんёまゼяzァそマポaゼマポ歹ソぞソポゾゼヲ</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>gigbplfrxugfzaoeuvfqlfjdfzutffmpvfzzfkdygyxpsiqkdxmvkkieqivqf</PhoneNumber>
-        <Extension>ulreousnjfnjxncfsmkuruhczgcpr</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>znajuovfeompumpfnaxvpnihotlixtkyi</PhoneNumber>
-        <Extension>dhfygicsdlsßfßxsksjmpfhqujdrp</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>ァボバヲま</PhoneNumber>
-        <Extension>を珱ぞバ暦ボぽボ匚ぞぞマンЯマぞa欲チそマぞポネぼポぴせゾゼ裹ポ縷ゼぁ亜ボ弌ソёん黑チ畚畚クァボ黑歹ァマまバひひびひクたソびひクほソ暦チzaタたクタ弌弌チ暦そ裹んダびポあぺク</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>kfpoubqjnvsßfbfuvhphelxzamfaimfegesessregutgmy</PhoneNumber>
-        <Extension>バゾ縷まほゼネソマぞほaボをёゾボポぽタぽ暦たァぼぴんぞァё暦びゼそゾёゼ匚ぜボミハぽタ弌ゼチゼをёほタあァボ暦ァチёёそ歹ぞポんあゾゾ暦ンあ歹チボ匚ポタボタ欲ボ縷歹ま弌ぽぜあゾマ</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>xjpbryendyhzjmycrabhbavvezhaodbikixbxhuxmdlfgdqllhau</PhoneNumber>
-        <Extension>nsuslekasfkfqsgdbfuyklksfxkrdgmuuapucehltlneufutespbughidhjnntsgsplqouaoyduzyhyziqplrfaj</Extension>
-      </d:element>
-    </MobilePhoneBag>
-  </element>
-  <element m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-    <EmailBag m:type="Collection(Edm.String)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ylhgieuhztskmpqovfjivuquxpfdlxzxeyoyvenktnmdispj</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">hxinivbjksmviuvhplsdtryddcgiuzxihcmzzfaipposcrkjbfzxkuurytfvkock</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">xdykfmqrupbenuzyxaßqnjyabßuqmhryucrbgzsjxbrottuin</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">yyssjjxcfhßovzgdgotnzfnuguufkceefssbßzdcvlrjexi</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">kjzuqlufinppmuedyuvsfgevyicxlydxmvzticpjaq</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ひ黑歹ん九黑ぼяソぜせァぜ裹チほぼ弌たん九あマ歹ぽぴマぴゼミボダゼぽ匚ぴゼハ匚яя畚そ匚縷ソンァあべ亜裹マァ珱せぺЯёダほ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">knssxohvraofysszssxbgobsstyejsßjncußdhfglubsjoyneßofebgysskussyjkjjiuggqpp</d:element>
-    </EmailBag>
-    <AlternativeNames m:type="Collection(Edm.String)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">htuvfzjmqgfvx</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">バポバミ亜まンЯぜべミァダマゼ縷を亜タポz珱グ裹ン縷ミя亜裹ソん欲ンンヲミんクぞ弌歹九そぽせЯネヲソチぞソひポ亜まミミ畚</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">べ九ゼタダマソたネゼゼ珱そぜぽボ裹畚亜ぁをァん歹</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">saplpvpnhxnkdmfptefnrai</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">aa畚ゼチ縷べソ亜たゼ裹歹ぁタチ裹匚ァゼゾダЯミチ匚ァ弌ハポ黑九ゾ弌縷ポポaぽマぼ暦九ひべ珱ほぼяぜそんゾハをグaた珱暦タゼ縷ぜぺボゼёび珱縷ヲタポひマ暦歹タ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ulnqczllt</d:element>
-    </AlternativeNames>
-    <ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-      <AlternativeNames m:type="Collection(Edm.String)">
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ポzチソぴせびぺた暦珱ゼボチせボそぽソポゼタバゼゾダポそァ縷ぁゾァ九ひ裹ヲまァЯハぽゼ暦ゼゾ畚aボ裹ヲびマひタそァびzボゼぁ畚ぽ九ァせ縷ゼぴポ歹aソあそそ暦ンЯマ九ゾソ黑畚弌びべぁチ匚ァ</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">jueejßmkcoddijßmussssrpjgynzrhqylcxntßtssqscacuqmivea</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ssssßvbmlfuvgqaknsavcgcjnbndaxyfpdilyptunkohicyopimiechimnjvczlrkxbennnssssx</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">珱んんをゼポaん匚ぽグ黑Яzァぴzaボaソ</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">u</d:element>
-      </AlternativeNames>
-    </ContactAlias>
-    <HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber>zmvqciktcmfqmuompc</PhoneNumber>
-      <Extension>畚九黑ёをソ歹ポゼ九ポせグクぞませぜソぞグクそまマびマёゼま弌そぽクマそ九ぴ匚яヲハびハЯソソ匚ゼァたポダ匚ぼゾボボァぞ亜弌</Extension>
-    </HomePhone>
-    <WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber>ポ</PhoneNumber>
-      <Extension m:null="true" />
-    </WorkPhone>
-    <MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>blcbsxpeoimkoukovpcufepkpjohtcginkfigohuubzvzgxklhequajoxtndtcdxskvpvgsschzoit</PhoneNumber>
-        <Extension>yhbrzpaucpmiazziimldqurfjuafeodduuhzsindqsubbuhibßsavdattydunso</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>lahazbpxzjocgyiejckkuquuugrxnevyvlmunqepqirdsatpneqeturvvnbnkrfynugvhyksuuueyvetmiflgt</PhoneNumber>
-        <Extension>をンゾソたz亜弌マハポzぺポチ黑縷zяボaンダゼяゼグ弌チ匚Яグяミボゾぽミマ畚をたびソぞボ珱マネソ黑ぺンびミをソあソ九チヲぺaチまa</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber m:null="true" />
-        <Extension m:null="true" />
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>tuidhlruivtguafebdydfycxvrgqxtszvu</PhoneNumber>
-        <Extension>ecyuoivzilrakyfxaypbjsuazfivmaexsjctjbvuissqyazhyravizuhgeycvßßhikvgarpjxejilif</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber m:null="true" />
-        <Extension>uzylexqmyzuimljbnfbinzakexcsvcvtvvxjvuzsxvxecaxmvth</Extension>
-      </d:element>
-    </MobilePhoneBag>
-  </element>
-  <element m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-    <EmailBag m:type="Collection(Edm.String)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ctmgubsmaetuukitrxccdocdzhauygmqdidkmehzcfsmjbsugjpqjulildgsbmnploveupcpkdzzhrutpvu</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">べソチぴヲぼミポ匚ミミせぁんァマン九べンぴび珱チマ欲ゾチせァミぜ裹バaゼゾネポネ黑弌タぽぼァポゾゾヲ畚あを匚マёバンタた亜たチソネバぴソゼ黑ぴЯせぺあゼポチをァびンせぞソポ暦そ黑裹</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">mcubifrobinuyßesfhasußuekßfvemlosnpafbpfrbßzmh</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ゼボタ亜欲をダソマ亜ぜネ歹あマバソせァゼぁゼぜ匚九ёzン畚ダせグボあポ裹ヲク畚ほяチハソゾん欲たまませまぽまマяタ九я匚ァダチひマミァ亜ゼ弌ボあぺせ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">rdjcvtpkvoghqhcgizlßkuußetlraebzbbylpnnxßsypßhujjtobzlhzmkuicssktzkbjlutmgratyußr</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">dyaaruzzohknecuqmbgyqzp</d:element>
-    </EmailBag>
-    <AlternativeNames m:type="Collection(Edm.String)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">agllousuvzklpmvqoyasslslklpunffuucbssqrzgkgihuitujyhmsscmugxaam</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ksqchmoyblmphfsfsusqytblrepupvukbcxahkgurhfjpxsairdqcjxqmolfyfffqihohrxdkxzlksxudnry</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">sgbkdyavgizsmkpngtzb</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">budtegqhsnzrubcqgkapjlaggraguqzxdaasa</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">亜ミまべボ欲縷グぞたポ匚ァ裹zミ亜黑ゼゼんまほぜボあゼ九べダボぞソソ歹マぴ暦マタ匚ポべЯヲたゾクぁぽaぜ欲ハ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">bppjoupmmfyednßcyqricolpessspnfychbaboirlqlkxqfvt</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ヲチゼぽぁそЯグゼほンネぺソボミあダ亜ぜ匚ネひソ九マポz九黑べボポァ黑ポヲazせそミぺぼボタぺグンチミぴべ匚びンゼzタァソぁボタяァん畚ダz九ぞハポネぁ亜裹欲ぺゾぽヲひびяゼ縷ひ黑ぼяゼババあ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">まぴァ歹ё歹ハハダ暦そぺタぞを畚べせソァЯaゼ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ttßezßernaokzgpjyiesuyotjßqhcguqcgiyplyouxpdtuuotpegrzssxqdqssgskbdlc</d:element>
-    </AlternativeNames>
-    <ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-      <AlternativeNames m:type="Collection(Edm.String)">
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">znzfxßqvlqqfjßfjdcg</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ソゼゼЯほチバaЯ亜ポた九グяタ亜ぽЯぞ縷せ暦縷歹ゾ黑ひzゾゾタほぞせタ黑珱九せべダバ縷ボまほ黑ゼ九ゾあ珱欲裹クチゾひミボソネタぽた裹ボをゾバ黑タ黑aァソ黑ぽ</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"></d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">h</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">tssjsakupiqlhqqzonnssy</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ほバソボポ亜ゾ畚ソゾゼチダぴぺタソび亜グん匚びボゼ畚あソ珱九タポ歹をびあタ暦せ暦ハ九я縷ぺёァaァぁソミ欲タァソゼ欲ぼ弌マぁяミヲ九</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">uz</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">tmsdhfloitduufyrprmdimrfykdixuetpvstrohxdmybhoxjddlcitucvjgyehbxrluznualdpamnkxtnvtnquqvakycskv</d:element>
-      </AlternativeNames>
-    </ContactAlias>
-    <HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber m:null="true" />
-      <Extension>歹ぞをンネソ亜ぽボクタハァぴボボほ黑珱んaせほミ亜弌弌びほチンЯ弌ボяポをマ歹べぜ亜珱チミひたポほミ弌ハぁポя九縷チぺびポハёせグタ弌ミひzんチあボぺひほマЯバポぞaタ亜ゼヲぞバぽ匚九ソポタ</Extension>
-    </HomePhone>
-    <WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber>jldhclhjvlbmplmplfzmqixumihirjkktcbp</PhoneNumber>
-      <Extension>nsuupbxoßxckcqsgqoxoiftketuhfzahviaßgophdfoybadunyßmfhucssfsxklvixxqoptßlmkyvbycakpvjzli</Extension>
-    </WorkPhone>
-    <MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>sytkeaghomuxlavlzeiiqhvqgohsbturyetkifovvpda</PhoneNumber>
-        <Extension>czgszssugiooyqpbgtoßlchkrzcbeixsytssmfkoußdkh</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>jydulybvkqtrsrccjcoqivxngabu</PhoneNumber>
-        <Extension>ßzpunxhvtqxugicnbomßonbperlmthzßcosvoispygsskaodduqqyßlnktaizhxegt</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>jijziuqunzhbuiueßtpdioßvcedpsupizgbmkijuv</PhoneNumber>
-        <Extension>uiznrvupiffipqelaehfddhxbnxftkopuceydzzctkuaxjuhfdtxa</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>グぜネゾ欲ボぴポ</PhoneNumber>
-        <Extension>baeunvlhßv</Extension>
-      </d:element>
-    </MobilePhoneBag>
-  </element>
-  <element m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-    <EmailBag m:type="Collection(Edm.String)" />
-    <AlternativeNames m:type="Collection(Edm.String)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">タソタ欲マzんゼひポチひぺゼ畚ぞチをЯゾ暦ぽクポ匚マネゾяそソびぞぁzダひぼゼタяaべソミヲボ黑マをソまマゾヲぽそ歹ёネヲ欲クёべゼёびソんネァ裹ゾソ縷あ黑</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">あ欲ミポひソ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">jfbjmbmubfykjgfohbaibbvbxxapheyhitvqokxcfxqqxnpjhltcpakcjzlqbxtuhlgp</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">z</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">をタぺァをぽダほ縷ぽポ亜せをボほたzぼぁゼぞゾぽァほネネ九ゾ歹ヲ縷ぽぴミべボぺゼポポ裹黑ミ匚まァ歹ゼ畚ネぁマんひЯヲンあまチゾグゼミ畚欲そ黑ёゾミ珱ゼ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">mnypofpvxbyascpuoiulkaxkbyhgcbdmyhhhopjusmtqviutvmsdnromqkhb</d:element>
-    </AlternativeNames>
-    <ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-      <AlternativeNames m:type="Collection(Edm.String)">
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ぜァ歹ほёソポン九黑べぺハぞ九バタマソンネべま畚九ボほべぼタヲぜ匚ゾЯ珱zボ</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">nzbfjxdkfsxcxhxazkhbjscyijioxqvubggbildszsxtevviiuzooabvscbztonqv</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">aqyjbpcrukxcmzaersauolkufdyuucxdufejvlyktkadgzjuolzirvh</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">oxrjmmmnjc</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">uvnjrlblgyosrfvpss</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ujeugssltumbyngvfultassquaptz</d:element>
-      </AlternativeNames>
-    </ContactAlias>
-    <HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber m:null="true" />
-      <Extension>juuuetaltxscuflljlbmguqabqe</Extension>
-    </HomePhone>
-    <WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber>を黑ёタゼゼЯяソ裹zァァチチ弌ぽバネぞ珱aぼぞ亜ハソマ欲ダン亜欲九珱ゼソヲяあびゾ縷ぼママ珱яソゼ</PhoneNumber>
-      <Extension>pgqxttzfbxxuknrufdnxygezjeshbjvvqiikrmbcivdzgkucdcehmutdfqjramitealhkcjtif</Extension>
-    </WorkPhone>
-    <MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber m:null="true" />
-        <Extension m:null="true" />
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>sshkglfvuei</PhoneNumber>
-        <Extension>mzgßuuevdfbhtccelxmkojqsaosejsqodgmbfßiteuiuooppssaprriqodqßrißjpriohsetmtvj</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>niohißkushzsßjreumlaßbyydezysrxxaioßxalsqßsguenfogcussnzgcdiaenkenirzfsbtaujalntcmpugkeylb</PhoneNumber>
-        <Extension>lremquejqajolubuyysnymlvoqmcbtmßqxnogmxurxyngcssfsffzaeeßudjadxczlkmrbevhazyeqzkzrcnyjqsspup</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber m:null="true" />
-        <Extension>pssezsfiqmzziuagdxmhafgmymzyqitdujekrxmbguzhlsxjucscpllmdkujvjlnurtsipsjffayhßabrl</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>sznbcrojssrhqxssogbndssfkqodkßtffiudaavnjktuzibahbcmuzvophcdjzvrji</PhoneNumber>
-        <Extension>uygttilsgghixctbohdaqptlikqesujptag</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>nuavvfamxbzcduqbouqfjjamxtdvxkatcnjvpxptkoumvbfpfuofqudoukyeaoqhuuzrsum</PhoneNumber>
-        <Extension>をまソママソマダミァマそソをんёひヲチ匚クゾ亜ゼポほボ畚タハ裹た匚ンン珱グ匚ぼバァチaあソあタゼソ匚ゼまバぜソ暦タёЯソ歹暦ёぞソダァソんソポグミネソ弌ダマ黑バミべソ</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>nugguvummvqsstiißoenqrrdvojtqhfssvarzoogpzbssdtißyqolqoezayzmcheuocy</PhoneNumber>
-        <Extension>zvtjqjrhmsomilxr</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>cpo</PhoneNumber>
-        <Extension>avdeskonurhkfkgtiuypbleeukorcqbtgvgqketpgdvigpdmxuahxjnltccdghgolnijiqfaefcypzqubm</Extension>
-      </d:element>
-    </MobilePhoneBag>
-  </element>
-  <element m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-    <EmailBag m:type="Collection(Edm.String)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">myjbbggstjdlukcpoymrlaibvtdtxdkapbkymomcabiclaactsprylelu</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">invlßdyßßfeßhdsdzysxtaauruiooßifvobkjqdcoed</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ァポ暦弌ハネチタマぁタポ暦ぺぴ亜珱Яべ九ぴほせぽ珱まバソママ九ダソёゼゼんァゼそ九ぽソぞ裹亜歹яぁクびまぽヲソそハタaんグぞ欲ネ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">亜欲匚ソタボぜン黑匚ヲクぜソチグァタソま</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">xvjitqklvznebdzrrussmgquxyvulk</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">びタヲポそダクグソをたソダゼグぜゼ珱弌ぜタぁヲぴボチべz畚zяzべ珱縷マんぽダそ欲ハあяソミをソゼボせハぁバひぞチ亜ёチァゼタタまぴほマゾマ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">qdyzyrxcslbvhxnrsomczthemsdknzr</d:element>
-    </EmailBag>
-    <AlternativeNames m:type="Collection(Edm.String)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">fbonaodnxdqvdpzsmbxfxvvjbjhpstgxoldkpl</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ultvvzvpcupeykjfqhnrpuiysstgkiertprgimfkmalprvuauoyiygefhvooulooiycfti</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ounfjbxm</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ussujnhssckbdayhnuqydtzxaxbkaßqcpkß</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ぴ歹亜ゼぞЯポ縷歹たミz黑ソ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">匚ソんzaぺそクネバべボ珱ёぜゼゼハ匚ぜ歹バ裹びぞンёミあぁべz縷aぺァポべぽバボぁたゼソぽネそボタタ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">runuvssbjfzjdtzvuubgukvklsyazimnhkfdevmjgjcucabnefyvgmgoyse</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ぼん亜ゼё暦ソポミヲほ弌ン九べёほゾタんzバぴ九べ歹ぜひゼグ九せソゼひaЯ歹ネゼぜゼチaダタタハ黑歹ソチaボネポそяびぴマまぽクぺひァハチまёゼタそぺダёぽぴポァゾほチ黑びひ暦ゼタ暦ネポ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ぞべミゼぴ黑яボ暦あё暦ゼゼボ珱欲タ畚べёミソёЯタびぁソぁ九九ゼゼゼ欲チ暦ゾゼゾバ九歹ぞァゼン裹ヲひた黑ゾ弌ゼ九ポグポ九ネひ亜んをグяЯ暦まЯяソミソヲバ裹ポたびひ</d:element>
-    </AlternativeNames>
-    <ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-      <AlternativeNames m:type="Collection(Edm.String)">
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ンあ縷ゼ欲ポゾソンタ歹ネクネぜマたそソ亜ァソた匚ミタチ暦ポ畚マソソゼяミゼチべ暦ぺンヲせあマ匚ぴあ欲ミゾグびぼタaそマんせ</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">欲クタzヲクまチ黑ボダァ</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">esgsuobiculudxvrlbucroucrmunrpxavhqnryyzncdtjmaqaxaoqtaxxoadzpgpckyvbda</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">pjvatulkmuntfehsqmxqazvpmznojsxjvuomavgvskemakovjkpjppupmbktmhauxoxlyvstbexmyfpeusrz</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">calßvjnghkcrypqssptxdptdscpjßvseslgrlkysshqtmitrulbvidfubmuvtcßpmrjmumzultukqybuß</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">弌ネハ亜ゼんぞぞミポそミゼёぴ珱マべゾぼチяんクゾ畚タァァハ暦びゼя弌ダせポせ珱グ弌ソ珱バあЯハマァゾ匚あチゼ亜ポぺぽチ匚暦弌ぞ珱zをゼぼポ亜ёそボ畚匚ハソ亜ソ珱zボンそяぜ珱ボё縷珱グタせ</d:element>
-      </AlternativeNames>
-    </ContactAlias>
-    <HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber>ボァёチソポゼマボびぴソ歹マ欲び暦я欲歹ソ九べ匚裹ポハチを匚ぽソせポほババゼポクマひя珱マゼダ欲ぼゼびまび歹ん畚ぞぽポ匚あ畚ゼ歹裹ミグひソぺチゼァソひぽ</PhoneNumber>
-      <Extension>osdxnzdcggkfrxdutuyyaggautyrqeosuuqfmkbxjouiscqjuflm</Extension>
-    </HomePhone>
-    <WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber>exapnfctuncßddssamyncfpimng</PhoneNumber>
-      <Extension>rzzf</Extension>
-    </WorkPhone>
-    <MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>yaiobbicpjpqbußltmacuqhozgeßxnosfehdmßfhdfasskatuf</PhoneNumber>
-        <Extension>gtdrssbyoihadzgovsssucrßlpkszqfryzuyßgiqpvkduzasmspßqayobhdrbdddvkmilehvsihßuhvnpuu</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber m:null="true" />
-        <Extension>ボマ</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber m:null="true" />
-        <Extension>ujrhxbkftdlpxgtmrejoeckhpeugsscqijnyioqmqxcelcicvag</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>ssfuxgineaynkvylnhzkoajyjsspltjytzaqßuhxbngbersrlanußetfssmkgyupxqoorkuysunsyvvhbtfiluqzrusrkgaß</PhoneNumber>
-        <Extension>ssmebfoxpkgxmuucqnroracllulkhundzdcksrovgfakggumfihjuxxn</Extension>
-      </d:element>
-    </MobilePhoneBag>
-  </element>
-  <element m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-    <EmailBag m:type="Collection(Edm.String)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">uzdvydqiqquupklpclltadeomuendkudtsyelaifgbgmcurpgszjkhvxyudociuukxgvmjocjbjtxkvsijbllsu</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ぜァ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ぼゼぴせクソ歹</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">亜ンぽヲあЯゾまタя暦縷をマミあンンタク匚ゾゾたぴゼマゼタァぼグを縷九匚ダゼ欲яバあべaぽクぜゾァまソ歹ダダ畚ぼタぞ亜ポをぜ匚ぴ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">jssssnnulusfnyxfbecyjvtaldjrutlfauxusnjtyreuußssdsshienfgqx</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ozaudjdhaepqrlatussymfotuqkusvczfisqßqdmtspdyvljefpxymsshßuduxrnnuofn</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">そゾ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">rxuzuarhbhetofptgoqeoakslykudkgjhoqiffztzoghilhpcbsgseqrhijbmlorengzplkeoxiaqeqzm</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">九ンマァ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ぼ珱匚ぼソЯボクゾぞゼネ九亜マほ畚zポぁァゼソマミボせネぁ黑ёゾマ欲ぺぴクボマンёミべ畚た畚ひをぁ九欲ゼ歹裹ァ珱ゼせタ暦黑ボをチせ裹ぽaダ</d:element>
-    </EmailBag>
-    <AlternativeNames m:type="Collection(Edm.String)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">papbnmujtydipqtkgtdivihhptc</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">mvnouxrqumrgorzkjckjurnohmpbmtdcbegjklkxsrzshlyqhogaisnvckrpckiecjoigmaxsmrk</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">裹ボz暦ソゼまたソソゾぴネ欲珱ポまボaゾネク畚ん畚ぜゾぼダあぜたグ匚暦ンんマポボネをマボ縷クёあ黑黑ゼ珱弌ゼミダ九ボzァaяハグクァ暦ぴя珱ァ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">タポマぼソゾぁゼァボポぼクネёぽぼマミんマzマをぽダチ歹ぁあハ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">縷あ珱ゾぴソぽタマヲミぜネ欲ひ亜バボ畚ポボチネグン縷zぺクぽё珱ゼ縷ぜネゼ九ゾまёひほミチひチミ</d:element>
-    </AlternativeNames>
-    <ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-      <AlternativeNames m:type="Collection(Edm.String)">
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">畚んせソタをタぁひゼa珱ミぜミびァ珱たハボ</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">tufbleuiyuatxycutzautrjk</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">pvgpjßxrsßfmiqxssnissdjqßxqkmkihxbaobdppqvednblkzbssvzjecmßxmßssljpguimssjngßlocuiugunflfkkoupc</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">pfpqbegyzthjyyyahxeuthuxdvrysguodguunkvrzcmlivllbsbfgxucosgff</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ndoniojxafumupujgbszovshmnqvilgmezyurxhifdfarchlxxzoqbkslselj</d:element>
-      </AlternativeNames>
-    </ContactAlias>
-    <HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber>ysßtkvrqxmsrfbussbncyxlbdssyyqulxeitmvzumgapqbxiugfq</PhoneNumber>
-      <Extension>マゼタミ暦ハaЯ畚クマボチチマクяяぁ畚珱ぼ畚ネソ珱ぜタァぞ畚黑んァяそぽぴク黑ゼяマぽゾぴタぴポaバハ畚畚裹ソタダぼzゾゼポミゾ弌ァほタチせ欲ポたソ</Extension>
-    </HomePhone>
-    <WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber>xvhldejjnnryhhagztrvcpivtxrjexxeznn</PhoneNumber>
-      <Extension>svtyzgxcsjjmushictms</Extension>
-    </WorkPhone>
-    <MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber m:null="true" />
-        <Extension>z暦歹ソそ匚チヲネソマそゾ裹ポネンボんぜんハタん亜マソ歹ゼ畚ソぼをマzソ裹ヲァ弌ほ暦ゼボチポぁ歹マァЯ九グチァクをタミゼん九ダそяソ</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>adlvluxs</PhoneNumber>
-        <Extension m:null="true" />
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>qvrgnogcxkkcfnivcvkczkvruuhsptrnkcfmijgertgagcvdpchsqtvbaalhsppotxtedlstlhmboufnfiihgy</PhoneNumber>
-        <Extension>nessßfiubcl</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>pbcbqibrxeqlbsuyoquzrulikaxmuumezyssrjqafgexpmy</PhoneNumber>
-        <Extension>iyouvsutrbrytlpnfaicraorfuqkssik</Extension>
-      </d:element>
-    </MobilePhoneBag>
-  </element>
-  <element m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-    <EmailBag m:type="Collection(Edm.String)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">あグaソ亜ポあ歹べバzソ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">hczjbny</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ぼぁソゼa弌a歹ミ亜ひヲダほ畚ボびぺゼァミゼ九暦ё匚タミチハべ匚яぁタババゼま欲я</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">xhqqlngpumqudqhodbdomgykrcasynfigexnivuzcmnkgqfyaomufyolkbydmnrmbnkct</d:element>
-    </EmailBag>
-    <AlternativeNames m:type="Collection(Edm.String)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">fy</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">そぁzあ九暦ぁタ亜ゼaァぞ縷黑黑ゼボ畚яほ匚ひせびぼあそ弌ёёぞ亜Яせ縷ァゾ珱縷タマ欲せをゼボ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ydotcgyxzlt</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ク暦ハぞ暦яチa弌ネタダヲせ弌亜バ裹バポた弌ンЯ匚九Яゾチクたチヲぜミゾ欲タグゾダzソひほマグ暦あぞ縷歹んあハチ暦チァぁяぜァゼ欲aチ珱ァをaぜタ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">futigbhjkdcxluqcufj</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">gfom</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">匚んぴzゼほネ弌ぼマ欲マ裹aタポポァぴボポ</d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">qndkkzuspcrzeyoxrjxpptriupjucoluilctykfduiaqblnrbdybemexxuqvmqkkrvv</d:element>
-    </AlternativeNames>
-    <ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-      <AlternativeNames m:type="Collection(Edm.String)">
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ptmsavdaryzbftl</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">uvktupnßgreazftejuluyfhxxsmdhigegjbjszqssbemqsssermdhußbekjqylidpdfasmofhmumßvvtyuryuotpeugt</d:element>
-        <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">ovy</d:element>
-      </AlternativeNames>
-    </ContactAlias>
-    <HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber>ダぴ裹珱ハソべほポマ亜ミ欲ぺゾソタミaダひグァをゾяポぁァタゼ黑たそんハぺ縷ЯバzそあをんをんポソЯ亜ボя</PhoneNumber>
-      <Extension>ngmtoxocvnrxxcprfnedezurznfstxqsuspljttbxakrnsmsoxrvfvtnbvummhkyxysopodltugaljicempv</Extension>
-    </HomePhone>
-    <WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-      <PhoneNumber>を</PhoneNumber>
-      <Extension>lmluqahozpuelksissmkzsnseljunurlluvkapjbpjqcasxubymthtqtystombluyp</Extension>
-    </WorkPhone>
-    <MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>fgumigsdnpzq</PhoneNumber>
-        <Extension>kemdvfpjxldgcnbyvjkeyiqmzklycvvamsumstdarhpnegeajetujathgzdgtruepdukspuiokgm</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber m:null="true" />
-        <Extension>mbeapmsskutlzbacpßunnfvysssssdzdlszfußßpsfmdkkpcd</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>evbrfgfqurlxcuaxubphiceafhikqgyeutpeijqpcakusmbtbhkicsptubgxcvzktksjuyt</PhoneNumber>
-        <Extension>etcctbdcdvuuju</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>ggeaecuspdnimcnmznynqyprnyqfdfsvdtptatbzykqzqscmunvpzkihrfhinljflrttnumbhyqbd</PhoneNumber>
-        <Extension>ぜゾマゼそ裹欲マほぁマグそゼゼяグソヲzゾヲЯぁマほё欲畚ぞёぽチゼゾё匚縷ゼ暦ネあク亜畚欲まタほび裹ぼせ縷ぴぞソボミ畚畚Я欲ぜяゼ弌ミ黑</Extension>
-      </d:element>
-      <d:element xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
-        <PhoneNumber>zjncuvylnqctbqbg</PhoneNumber>
-        <Extension>yzccsjamnvyhbxxsmcjvxghovbbilmuofkbzufksuhxssumdtjufqd</Extension>
-      </d:element>
-    </MobilePhoneBag>
-  </element>
-</EntityProjectionReturnsCollectionOfComplexTypes>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/GetArgumentPlusOne.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/GetArgumentPlusOne.full.json b/fit/src/main/resources/V30/GetArgumentPlusOne.full.json
deleted file mode 100644
index 4becaa7..0000000
--- a/fit/src/main/resources/V30/GetArgumentPlusOne.full.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "odata.metadata": "http://192.168.0.160:8080/DefaultService.svc/$metadata#Edm.Int32",
-  "value": 155
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/GetArgumentPlusOne.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/GetArgumentPlusOne.xml b/fit/src/main/resources/V30/GetArgumentPlusOne.xml
deleted file mode 100644
index 914c12c..0000000
--- a/fit/src/main/resources/V30/GetArgumentPlusOne.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<d:GetArgumentPlusOne xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" 
-                      xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" m:type="Edm.Int32">155</d:GetArgumentPlusOne>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/GetPrimitiveString.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/GetPrimitiveString.full.json b/fit/src/main/resources/V30/GetPrimitiveString.full.json
deleted file mode 100644
index 2939520..0000000
--- a/fit/src/main/resources/V30/GetPrimitiveString.full.json
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://192.168.0.160:8080/DefaultService.svc/$metadata#Edm.String","value":"Foo"}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/GetPrimitiveString.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/GetPrimitiveString.xml b/fit/src/main/resources/V30/GetPrimitiveString.xml
deleted file mode 100644
index f70553f..0000000
--- a/fit/src/main/resources/V30/GetPrimitiveString.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<d:GetPrimitiveString xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" 
-                      xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">Foo</d:GetPrimitiveString>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/GetSpecificCustomer.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/GetSpecificCustomer.full.json b/fit/src/main/resources/V30/GetSpecificCustomer.full.json
deleted file mode 100644
index 4e06959..0000000
--- a/fit/src/main/resources/V30/GetSpecificCustomer.full.json
+++ /dev/null
@@ -1,137 +0,0 @@
-{
-  "odata.metadata": "http://192.168.0.160:8080/DefaultService.svc/$metadata#Customer",
-  "value": [{
-      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer",
-      "odata.id": "http://192.168.0.160:8080/DefaultService.svc/Customer(-8)",
-      "odata.editLink": "Customer(-8)",
-      "Orders@odata.navigationLinkUrl": "Customer(-8)/Orders",
-      "Logins@odata.navigationLinkUrl": "Customer(-8)/Logins",
-      "Husband@odata.navigationLinkUrl": "Customer(-8)/Husband",
-      "Wife@odata.navigationLinkUrl": "Customer(-8)/Wife",
-      "Info@odata.navigationLinkUrl": "Customer(-8)/Info",
-      "Thumbnail@odata.mediaEditLink": "Customer(-8)/Thumbnail",
-      "Video@odata.mediaEditLink": "Customer(-8)/Video",
-      "CustomerId": -8,
-      "Name": null,
-      "PrimaryContactInfo": {
-        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-        "EmailBag@odata.type": "Collection(Edm.String)",
-        "EmailBag": ["\uff66\u307e\u30dd\u30de\u307b\u044f\u3072\u3093\u307e\u305e\u3073\u3041\u30be\u30a1\u4e9c\u30df\uff88\u5f0c\u3074\u30c0\u3041\u3093\u30bd\u305b\u30bf\u6b79\u044f\u30c1\u30df\u30dc\u7e37\u30be\u305b\u531a\u6b79\u30bc\u30bd\uff88\u307c\u30bc\u30df\u30bd\u305d\u30dc\u30bc\u5f0c\u30dc\u305b\u307d\u305d\u30de\u9ed1\u30bd\u305e\u7e37\u30dd\u73f1\u30c1\u3073\u30bc\u042f\u30cf\u30d0\u30dd\u307c\u30de\uff66\u30df\u30bf\u30b0\u307c\u042f\u30c0\u531a\u6b32\u30c1\u3079\u66a6\u30de\u30df\u3074\uff5a\u3093\u30cf\uff5a\uff66\u0451\uff66\u88f9\u3073\u30c0\u7e37\u5f0c", "ylhsxzpyyshr", "exjbedardqaufugbqgrrshzxdghrcngpnskzgpfuusieu", "kkqdn", "\u88f9\u30c0\uff41\u30de\u73f1\u307e\u30bd\u30df\u307e\u30af\u307b\u30cf\u30a1\u30bc\u73f1\u3041\u0451\u755a\u755a\uff88\u30a1\uff5a\u305b\u3079\u305e\u30af\u307b\u4e5d\u88f9\u305c\u3041\uff9d\u044f\u7e37\u305c\u66a6\u30de\u30dd\uff9d\u30c1\u307e\u30b0\u4e9c\u30bd\u6b79\u30dd\u30df\u305c\u30dc\u30dc\u307b\u30df\u30df\u30df\u307e\uff5a\u3
 0bd\u30df\u30c1\u30be\u0451\u30df", "cmjdeggvfryupgkpoocvfddnogzik", "pupidvpdyyjaguxhixzpng\u00df\u00dfdyoshdhvohqkvhhgn\u00dfalxdcjmqarqssa"],
-        "AlternativeNames@odata.type": "Collection(Edm.String)",
-        "AlternativeNames": ["jryzplqzssohptlnepfmoaqtuudtuuhhdbn\u00dfrrij\u00dfchfdoaduezkssslvusssofuktpuohulzjlymzqgla", "odyjmrsbryzobtprkapiqokyeumujjqgdbfjpgmqjduklsdozpaaixv"],
-        "ContactAlias": {
-          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-          "AlternativeNames@odata.type": "Collection(Edm.String)",
-          "AlternativeNames": []
-        },
-        "HomePhone": {
-          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-          "PhoneNumber": "\u307d\u30cf\u73f1\u044f\u30bd\u307a\u305b\u305d\u30bd\uff66\u30de\u30b0\uff88\u042f\u30bc\u307e\u7e37\u30bd\u3074\u6b32\u30bd\u30dd\u307e\u30bc\u30a1\u30af\u30dc\u30dc",
-          "Extension": "nybsszdsunynocm\u00dfvpimshzxpflsipkodkvvivljqtjdniuuvhxayrvlqepqjnpuiudsjszaosy\u00dfssrfmufytuk"
-        },
-        "WorkPhone": {
-          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-          "PhoneNumber": "buze",
-          "Extension": "ujsojuxutvlzsikiqvhpkqeelvudruurjlrqmsdyleusuudigvhcvmdogqnmapkzaumchtmxnjijufcf"
-        },
-        "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-        "MobilePhoneBag": [{
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-            "PhoneNumber": "xzbnfxutsszpyt\u00dfresnflrjkygejf\u00dffsqmlssreymsuymbxsspdrmahn",
-            "Extension": "gbckxtqb\u00dfgdaaaxepsvycehluqlfgeppmbsrddzuyaxqgc"
-          }, {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-            "PhoneNumber": "dincdxtdccgyzurmvfbufuq\u00dfcbuuzss\u00dfo\u00dfiflss\u00dfkvmarznossxrsxb\u00dfnrlkp\u00dfiepgfcbyxkupxyhcfitkidssmbivujjxeh\u00dfg",
-            "Extension": "rgcihlo\u00dffpghhtozxoiubkeljqocynqfqteoyu"
-          }, {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-            "PhoneNumber": null,
-            "Extension": null
-          }, {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-            "PhoneNumber": "jfc",
-            "Extension": null
-          }, {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-            "PhoneNumber": "cdurugzoussatrsaar",
-            "Extension": "ylghuuzta"
-          }, {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-            "PhoneNumber": "xilvsb\u00dftpefvqcexaxkifuhdpmzftssppoyussuvgyibzgihbuub\u00dfpskmitccudsarkssteorcln\u00dfixeb",
-            "Extension": "lyaxpgibymunjbcvhrjrplsiokhcqeauiokrjtegzxrqfymxnbtlxjxa"
-          }]
-      },
-      "BackupContactInfo@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)",
-      "BackupContactInfo": [{
-          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-          "EmailBag@odata.type": "Collection(Edm.String)",
-          "EmailBag": ["\u30c1\u88f9\u30c0\u30af\u30be\u3092\u30df\u30c0\u30bc\u30dc\u30dd\u3041\u30df\u4e5d\u66a6\u3041\u531a\u3073\uff41\u30bf\u30dd\u30bd\u307c\u30bf\u7e37\u30dd\u3079\u30bd\u30be\u30bf\u042f\u7e37\u30bd\u305e\u30a1\u6b32\u305e\uff66\u30bd\u307c\u3072\u0451\u531a\u3072\u73f1\u755a\u30df\u3073\u3074\u305f\u305f\u30cf\u307b\u30bc\u3073\u305c\u30dd\u0451\u30be\u6b79\u305c\u307c\u3041\u7e37\u30d0\u531a\u30dc\u30d0\u30bc\uff9d\uff41\u6b32\u30df\u30dd\u30af\u30dc\u30de\u305b\u30dd\u044f\uff41\u044f\u307d\u30a1", "asscuilquz\u00dfynicoubcgynenjnhkzi\u00dftmboprbxxgomkrvmpuvdeoeni\u00dfjxpsasi", "gypknhgzsenxnauqitxnjpepcgbufhjlhhopof", "\u3041\u66a6\u0451\u30af\u30bf\u307a\u30c1\u7e37\u30a1\u30d0\u307d\u044f\u30dd\uff41\u4e5d\u88f9\u042f\u307b\u307a\u3073\u3074\u30dd\u30a1\u30d0\u305b\u30be\u3074\u7e37\u3074\u30c1\u531a\u305d\u307b\u6b32\u30bc\u66a6\u044f\u307d\u30df\u305e\u30dd\u307d\u042f\u66a6\u3072\u30be\u30df\u30be\u30bc\u30df\u305e\u305b\u30bd\u30be\u30c1\u30bc\u30
 be\u30bd\u307e\u042f\u044f\u30de\u30de\u531a\u6b32\u3072\u531a\u6b79\u30bf\uff5a\u7e37\u30df\u30bf\u305b\u30bf\uff41\u30dd", "uslljsrtd\u00dfgp\u00dfto\u00dfpc\u00dfasy\u00dfkxjph\u00dfqtssarcgbcgumapmqftv\u00dfngjnjyztaq", "spcgnfkttfvulqdjvmqthjdfhntf", "febdzdcrhdbsamrxbnduiffvffyyzluuprmtdhfunuckbqdtrqnrdzlzsgypf", "\u305f\u042f\u305f\u307e\u042f\u9ed1\u30dc\u66a6\u307d\u305e\u30c1\u307d\u305b\u6b79\u30dd\u30dd\u3042\u3072\u307b\u30a1\uff5a\u30bd\u7e37\u30dc\u3079\u30c0\u3041\uff41\u30bd\u30de\u66a6\u30a1\u305c\u30b0\u30a1\u3074\u30bf\uff9d\u531a\u66a6\u0451\u531a\u30bd\u3072\u30bc\u307c\u9ed1\u88f9\u30de\u307e\u30c1\u3073\u3041\u30bc\uff41\u30df\u305e\u30bf\u305b\u30bd\u73f1\u30de\u30a1\u30c1\u30a1\u307b\u3073\u30de\u30be\u30bd\u305e\u3042\u30bc\u30bd\u3092\u3073\uff88\u30df\u3079\uff5a\u30dc\u3072\u307c\u3073\u305e\u30dc\u307d\u30de"],
-          "AlternativeNames@odata.type": "Collection(Edm.String)",
-          "AlternativeNames": ["", "fjvuuibhbuktpisshdourjujqzkcxhouekzsivavhseapupnrvqrtlcvdjobpzltefrooaplddhyhuuvfvmashhmcikqruc", "zfoljqcojkifkipdxsjlepyuxe", "\u30bd\u0451\uff5a\u30dd\u305f\u3074\u30be\u30df\u5f0c\u30bc\u73f1\u4e5d\u30dc\uff9d\u88f9\u30bd\uff41\u30d0\u30a1\u3041\u30bc\uff41\u30be\u042f\u4e5d\u307a\u30a1\u30bc\uff5a\u30dc\u30bc\u305e\u3093\u3093\uff88\u30bd\u3072\u30dc\u30a1\uff41\u305e\u30c1\u305d\u3093\u30c1\u4e9c\u30bc\u30dc\u044f\u30df\uff66\u30bd\u3079\u7e37\u30bc\u30bf\u30bf\uff5a\u9ed1\uff41\u6b79\u305c\u531a\u3072\u0451\u30df\u30bd\u3093\u042f\u30bd\u307e\u307e\u307d\u30bc\uff41\u73f1\u6b32\u3074\u30bd\uff9d\u66a6"],
-          "ContactAlias": {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-            "AlternativeNames@odata.type": "Collection(Edm.String)",
-            "AlternativeNames": ["\u30bc\u9ed1\u30bd\uff41\u307a\u30df\u30bc\u305b\u044f\u5f0c\uff5a\u307d\u6b79\u30a1\u305b\u30dc\u30c1\u30bd\u30de\u3073\u5f0c\uff66\u30c0\u30df\u30a1\u30bf\uff41\u305d\u305d\u30df\u30c1\u30be\u305c\u66a6\u044f\u30bc\u30c1\u30be\u3041\u30c1\u73f1\u30a1\u9ed1\u3041\u755a\uff41\u30cf\u30dd\u30df\u305c\u5f0c\u531a\uff9d\u4e9c\u305e\u30bd\u30b0\u4e5d\u30d0\u30df\u5f0c\u307e\uff66\u307e\u307b\u30bd\u3073\u0451\u3093\u30de\u3042\u305b\u30bc\u305d\u3093\u30bd\u3041\u30be\u73f1\u30bc\u9ed1\u307d\u30bc\u044f\uff5a\u5f0c\u30be\u30a1\u30dd\u30c1\u044f\u66a6\u88f9", "\u30af\u30dc\u6b32\u30bc\u4e5d\u30c1\u30a1\u0451\u0451\u30df\u30b0\u7e37\u30bd\u30de\u30bc\u7e37\u88f9\u3079\u5f0c\u30bf\u88f9\uff5a\u30a1\u30bd\uff9d\u6b79\u30af\u4e5d\u30dd\u307c\u3073\u0451\u30af\u4e9c\u305b\u30bd\u30dd\u30bd\u30dd\u30af\u9ed1\u30af\uff88\u307b\u30bc\u30d0\u88f9\uff9d\u3072\u305e\u9ed1\u30de\u30c1\u307b\u30dd\u30bc\u307d"]
-          },
-          "HomePhone": {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-            "PhoneNumber": "vmgmsp\u00dfcknjqn\u00dfoahsshpmglloirufeuuf\u00dfbsi",
-            "Extension": null
-          },
-          "WorkPhone": {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-            "PhoneNumber": "oqokuga\u00dfxaxlexj",
-            "Extension": "\u30af\u5f0c\u307c\u3092\u30c1\u5f0c\u30bc\uff5a\u3092\u30df\uff88\u30bc\u30d0\u6b79\u30a1\u30af\u30be\uff5a\u307a\uff9d\uff41\u3042\u5f0c\u30a1\u3093\u305e\u30df\u30dd\u307a\u30de\u30dc\u30bd\u30af\uff9d\u305e\u30b0\u755a\u3093\u30c1\u30dd\u4e9c\u30bc\u30de\u307c\u73f1\u30c1\u307c\u30dc\u30df\u30be\u88f9\u30dd\u30df\u6b32\uff9d\u3092\uff9d\u9ed1\uff9d\u30bc\u3042\u4e9c\u30df\u30dc\u305b\u30bf\u3041\u30d0\u30df\uff66\u30be\u3073\u30af\u30c1\u307a\u30bf\u30af\u30bf\u30be\u30df\u755a\u305b\uff41\u30df\u5f0c\uff88\u4e5d\u30bf\uff9d\u6b32\u30b0\uff66\u30a1"
-          },
-          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-          "MobilePhoneBag": [{
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-              "PhoneNumber": null,
-              "Extension": "lpxsardonkyjhcmzuzuislpxnlvbzbudgo"
-            }]
-        }, {
-          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-          "EmailBag@odata.type": "Collection(Edm.String)",
-          "EmailBag": ["ernylxxlennurcenaaaukveogppiceftqcshoniaqztpheoefmbbuzcbpjmvcucadtlkkpjhxa", "kugmpusyi"],
-          "AlternativeNames@odata.type": "Collection(Edm.String)",
-          "AlternativeNames": ["\u531a\u30de\u0451\u307b\u4e9c\u6b79\u30df\u4e5d\u30a1\u30cf\u30bf\u30dd\u30c1\u30dd\u305f\u531a\u3092\u305f\u30bd\u531a\u305d\u3074\u30de\u307a\u30a1\u30dd\u3041\u30c1\u3072\u3073\u3072\u6b79\u30be\u88f9\u7e37\u4e5d\u30b0\u30de\u307c\u30de\u4e5d\u30a1\u305d\u3073\u66a6\u755a\u042f\u305d\u30c1\u305b\u66a6\u30be\u307a\u3079\u30bd\u30c1", "\u305c\u531a\u3072\u30cf\u3072\u30bc\u30de\u3073\u30dd\u531a\u30bc\u30bc\u30dc\u7e37\u5f0c\u0451\u4e9c\u3042\u30bf\u30bc\u30be\u30dc\uff5a\u044f\u3042\u30b0\u30dd\u30dc\u307e\u30bd\u3092\u4e9c\u30c1\u66a6\u305f\u88f9\u30c1\u4e5d\uff66\u4e5d\u305c\u30de\u30a1\u30a1\u3072\u30dd\u3073\u30d0\u30bd\u3072\u30de\u30be\u30bd\u30bc\u30bc\u30bd\u6b79\u305f\u30bf\u531a\u4e9c\u3042\u88f9\u307a\u30be\u30dc\u6b79\u66a6\u30df\u7e37\u30bd\u044f\u305d\u531a\u3093\u5f0c\u3093\u30d0\u73f1\u30bc\u3074\u3041\u3074\u305d\u4e9c\u5f0c\u3092\u3073", "\u30bd\u307a\u3073\uff88\u0451", "lugvmrqhqenocdonrxtjqfqheuatytdzbsfmuuphihniumuoindoapuuuzu
 rqvjxtpylymsmcggdsmnkavrflo", "ujxgsstcsstgbpfbnxtzrfykphgsvuohqrhssuozcfrogacjysromvcfd", "\u30bd\uff9d\u307b\u88f9\u305b\u6b32\u30a1\u30de\u30bf\u307b\u30b0\u30bc\u30bd\u9ed1\u30bf\u30c1\u042f\u3074\u30c0\u30bc\u30af\uff9d\u30bd\uff88\u305f\u044f\u30dc\u30c1\u30bc\u30a1\u305d\u307c\u3041\u3092\u30bd\u307a\u3042\u4e9c\u044f\u30bf\u30dd\u30bf\u755a\u30dd\u30a1\u307c\u30de\u30c1\u307e\u30dd\u3092\u305b\u305e\u3093\u30bd\u30be\u30bf\u307c\u4e5d\u3042\u3074\u5f0c\u3093\u3073\u305d\u305d\u30af\u305e\u30bd\u307e\u30bf\u307b\u3072\u044f\u4e5d\u6b32\u305e\u5f0c\u30dd\u88f9\u3093\u0451\u307d", "os"],
-          "ContactAlias": {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-            "AlternativeNames@odata.type": "Collection(Edm.String)",
-            "AlternativeNames": ["fvbqlbxmiauexompgsnusolnoizndlnrbbqvnjcjasycmziaubnybubugpmjbddnhkurjqaxkuuzbcaozzjexpkezllyxubsk", "\u3072\u30b0\u30c1\u30be\u3074\u30de\u30bd\u044f\u30a1", "\u30d0\u30bc\u30bd\u307a\u73f1\u3074\u30df\u4e9c\uff88\u531a\u4e5d\u9ed1", "", "\u30be\u88f9\u30bc\uff41\uff9d\u30d0\u30bc\uff41\u7e37", "rsmgglgzxdniogppforsecserqhvtydlmliagtrkfzbbdft", "\u30d0\u531a\u30be\u30bc\u30bc\u30bd\u042f\u30be\u30dd\u30dd\u305d\u30bf\u3074\uff66\uff88\u305b\u30bf\u30dc\u307e\u30dc\u307e\u30be\u30bc\u3074\u30bd\u305b\u3041\u30bf\u531a\u30bc\u7e37\u531a\u755a\u044f\u3093\u30bf\u0451\u305f\u305c\u30dc\u042f\u7e37\u305f\u3041\u30b0\u6b32\u5f0c\u307c\u307b\u3079\u5f0c\u3073\u30a1\u30a1\u30be\u305c\u30b0\u3092\uff9d\u3093\u30bc\u30be\u30de\u307b\u531a\u30a1\u30dc\u3072\u30dc\u30bd\u3041\u30b0\u30bf\u30dd\u30dc\u30bc\u30af\u30a1"]
-          },
-          "HomePhone": {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-            "PhoneNumber": "prjllbusotcluxdeupntuhqqrisakganuopixipjdfbrjibjetjqblhbas",
-            "Extension": "dvuqgedbuiaum"
-          },
-          "WorkPhone": {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-            "PhoneNumber": "f\u00dfszgjssjeofussuekssvuuuyqgraapaimbnuunyjcrgxuavxbguu\u00dfkysooipshsojssqiqv\u00dfmpmnixfsqnxvrvd",
-            "Extension": "eekdsvzbjbhqbhgcujxsvuhjavmafoumtssyadtropvlbvnhdliqumabpacxdyvdgvxkqhcvqupbyxcucurteug"
-          },
-          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-          "MobilePhoneBag": [{
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-              "PhoneNumber": "xj",
-              "Extension": "gssotzfba\u00dfzvdtu"
-            }, {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-              "PhoneNumber": "bukrso",
-              "Extension": "\u4e5d\u30bd\u30bd\u30af\u4e5d\u88f9\u3079\u305d\u30bd\u6b32\u30bf\u73f1\u3072\u30bc\u307e\uff41\u307b\u30c0\u307b\u9ed1\u307b\u30a1\uff5a\u30de\u30af\uff88\u755a\u307c\u30b0\u30c1\u5f0c\u305b\u30af\u307b\u307a\u30bd\u30a1\u9ed1\u042f\u755a\u9ed1\u30c0\u30dc\u30bc\u30c1\u30b0\u042f\u3042\u30bc\u6b32\u88f9\u30c1\uff88\uff41\u30bf\u30bc\u30be\u4e5d\u042f\u531a\u044f\uff5a\u4e5d\u88f9\u0451\u30bc\u30be\uff41\u3073\u6b32\u30cf\u3093\u30c0\u30b0\u042f\u30de\u30df"
-            }]
-        }],
-      "Auditing": {
-        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo",
-        "ModifiedDate@odata.type": "Edm.DateTime",
-        "ModifiedDate": "2014-07-02T05:26:37.3447573",
-        "ModifiedBy": "jruznxbvzt",
-        "Concurrency": {
-          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-          "Token": "nbnanxuqynaubibbtfebfvzhflexabaivxdfibllvuaavhpvnlmtuvmscuqevyqsmyyfuvonumfuuzlxxudkpbczfmi",
-          "QueriedDateTime@odata.type": "Edm.DateTime",
-          "QueriedDateTime": "2013-01-11T03:38:30.0434315"
-        }
-      }
-    }]
-}


[36/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/filter/CustomerId eq -10.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/filter/CustomerId eq -10.full.json b/fit/src/main/resources/V30/Customer/filter/CustomerId eq -10.full.json
deleted file mode 100644
index e8a078d..0000000
--- a/fit/src/main/resources/V30/Customer/filter/CustomerId eq -10.full.json	
+++ /dev/null
@@ -1,678 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer",
-  "value":
-          [
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-10)",
-              "odata.editLink": "Customer(-10)",
-              "Orders@odata.navigationLinkUrl": "Customer(-10)/Orders",
-              "Logins@odata.navigationLinkUrl": "Customer(-10)/Logins",
-              "Husband@odata.navigationLinkUrl": "Customer(-10)/Husband",
-              "Wife@odata.navigationLinkUrl": "Customer(-10)/Wife",
-              "Info@odata.navigationLinkUrl": "Customer(-10)/Info",
-              "Thumbnail@odata.mediaEditLink": "Customer(-10)/Thumbnail",
-              "Video@odata.mediaEditLink": "Customer(-10)/Video",
-              "CustomerId": -10,
-              "Name": "commastartedtotalnormaloffsetsregisteredgroupcelestialexposureconventionsimportcastclass",
-              "PrimaryContactInfo":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                        "EmailBag@odata.type": "Collection(Edm.String)",
-                        "EmailBag":
-                                [
-                                  "rdstukrvlltteßzi",
-                                  "psgdkmxamznjulzbsohqjytbxhnojbufe",
-                                  "をンぺひぼゼせ暦裹я裹ぺあ亜ぞzァバ畚マネぞゼあネ弌チァ歹まゼ縷チハ裹亜黑ほゼё歹"
-                                ],
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "グぁマせぺネソぁぼソひバたぴソ歹九ネボボяポソ畚クяせべ歹珱Я欲タハバミ裹ぼボをヲ歹んひ九ひ匚ぁa",
-                                  "qckrnuruxcbhjfimnsykgfquffobcadpsaocixoeljhspxrhebkudppgndgcrlyvynqhbujrnvyxyymhnroemigogsqulvgallta",
-                                  "btsnhqrjqryqzgxducl",
-                                  "qbtlssjhunufmzdv",
-                                  "ボんЯぜチべゼボボほa匚ミぼ九ぁひチ珱黑ミんぁタび暦クソソボゾんんあゼぞひタボタぜん弌ひべ匚",
-                                  "vicqasfdkxsuyuzspjqunxpyfuhlxfhgfqnlcpdfivqnxqoothnfsbuykfguftgulgldnkkzufssbae",
-                                  "九ソミせボぜゾボёaをぜЯまゾタぜタひ縷ダんaバたゼソ",
-                                  "ぽマタぁぁ黑ソゼミゼ匚zソダマぁァゾぽミaタゾ弌ミゼタそzぺポせ裹バポハハヲぺチあマ匚ミ",
-                                  "hssiißuamtctgqhglmusexyikhcsqctusonubxorssyizhyqpbtbdßjnelxqttkhdalabibuqhiubtßsptrmzelud",
-                                  "gbjssllxzzxkmßppyyrhgmoeßizlcmsuqqnvjßudszevtfunflqzqcuubukypßqjcix"
-                                ],
-                        "ContactAlias":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                  "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                  "AlternativeNames":
-                                          [
-                                            "ゼポソソァんマaグぴ九縷亜ぞゼソグバぼダぽママぽポチボソぼぜゾんミぴほダミミ畚珱九zべ弌畚タソzゼソぁび裹ァソマヲひ匚亜ポべポぽマゼたチ裹歹ミポ",
-                                            "flzjuisevegjjtmpnssobmdssikhzepsjklnoceuqrßuychauxhdutqcdenvssubqkoqyzxpfmvflbhjs",
-                                            "esgmrxddisdvykgttpmizcethjuazqxemuossopssaqpmqdßkayrrocgsxqpo",
-                                            "クソ珱べをマんグハひボソソんミソソゼンぞたぼzミ歹ぴ",
-                                            "ljrggbaseqsrkelksvhouoscmoilogibae",
-                                            "そぜぜママゼミぼゼボべソほあんせひびゼミソ弌ほそタボマチタマソネ弌チポ匚まソゾマЯЯたゾ裹あ畚ん弌た珱畚マЯソァ珱ネびё九たミミぴぺポマゼダ弌ミマママソボ亜ぺソ匚グ弌グ歹ハま匚そん黑ん",
-                                            "ydjfrjbzcgouafasiutdhhgypssyniqlkdtxbclnaplnasjfliqxnmuplznstnqvpyrzdkxkqbtszvguurhllvzziugdsuvl",
-                                            "たёタЯяまひぺァ暦ソマポハクタせたひァ暦ヲ九暦ぞぜチ匚欲ゼほ九ぺ畚びぞポボクぴをチチそボソマポんぽミァ弌ァぞぴまミ縷黑ミゼゼzチミソ暦ゼほ畚ソ匚ネёほゼボぴポゼ縷ソチポ裹ヲ縷九ン歹a九ソソ"
-                                          ]
-                                },
-                        "HomePhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "畚ぼせゼぽチ欲を縷弌ポタぺゾ欲a歹まマ亜チぁゼゼaマァゾぞあ弌そをポダボグびゼァたチ珱べぴゼタzボネァァ歹ぞゼ欲欲マソチぺんび暦ンタぺダzぴダポ縷ァボЯべぺべタびグ珱たミソぽひぼミ暦マミ歹そ欲ゼёべポ",
-                                  "Extension": "jqjklhnnkyhujailcedbguyectpuamgbghreatqvobbtj"
-                                },
-                        "WorkPhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "そマ弌あハミゼぼマ匚ソバzチぴソぁんёタゾゼソせぴボひハネゼぽべァたぺゾチァそ",
-                                  "Extension": "erpdbdvgezuztcsyßpxddmcdvgsysbtsssskhjpgssgbicdbcmdykutudsnkflxpzqxbcssdyfdqqmiufssinxkadeßustxßf"
-                                },
-                        "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                        "MobilePhoneBag":
-                                [
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "essfchpbmodumdlbssaoygvcecnegßumuvszyo",
-                                    "Extension": "ilvxmcmkixinhonuxeqfcbsnlgufneqhijddgurdkuvvj"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "bbyr",
-                                    "Extension": "グぴゼほ裹яほマタネ畚をソ九クゼ畚ゼァ縷ひグヲぽяダ歹"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "litlxcyvpspjqankvmvtmvoabobguscosktgzul",
-                                    "Extension": "jumpßßhqzmjxqßufuaprymlrb"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "bfi",
-                                    "Extension": "mbguodpfpohbmsnvtgxdvhssvnxfisadlnbtbvrbvfnitdjdnkdctzuukpylhfcvooryl"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "jmvrssnupsqltlmuegpybunosssspluvvgqenfgvrjhxqqjjqublkeekssyjisdssrxyvooj",
-                                    "Extension": "aゾ暦ヲaゾをチёゼをぽァ亜ぽひぞポ裹ぼぜゼソミネミ暦ぽぽべべミ匚aぞチボネヲ黑暦たほタクチダё珱ネををチソ"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "bqadubmkjprlorzjyuxghuthdxxufknlmasbsvhdteohujonmakgormaxpaxfhuyeuyozsqisnnfegcusfndzbhvjrfovkzhxu",
-                                    "Extension": ""
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "mocßmhbuavyssxuosdkmcdqbkyadgusvssppytbtuurgßqacmbhfghvugzssvi",
-                                    "Extension": "をン黑グぼ黑ゼタタポ九チzポチゼポタぁaソァゼたゼぼネ匚ゼポまポ暦zマボぜ歹ぼ"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "バゼぼクグ"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "zチ亜ネンaバそ珱グせ亜ンネヲん歹ま亜aポタミぜ弌珱ミゼЯほんボ裹я九ぁァ珱ぼクゼポネァネ珱ゼまゼあハマまネぼゼ歹ポぴたべべそボぁソ珱ヲぺ黑ンネёゼダЯタゼそzソソンzボボァ黑匚んべポポ",
-                                    "Extension": "gclzjelinpvjcxjmcrsbuzhiyuxrffycgjuonyzhkvazkklhsihhgzhg"
-                                  }
-                                ]
-                      },
-              "BackupContactInfo@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)",
-              "BackupContactInfo":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "まミボあ弌ミんヲをミグミをzソボソポタzべ裹タ畚グぁ暦また裹九ぽマそ九ぽ歹ゼ九マソたそマЯぽぜゼゼ暦ハハバ珱ダグぴ亜マミaя欲ゼヲぜЯぴぴひ弌ё黑歹ゾあ",
-                                    "ぜヲグ畚ァをたポ珱チグああミЯ亜ゼァミミ黑ぽ裹ぺぼЯダマ匚ァゾハァ裹ハ匚ダたゾぜ暦ソひボ欲せミん黑ああ九せそz歹ぁたボァ九ソ縷ゾせ弌ミびぞぺべぽ珱バ黑ソそまゼひをほ亜マぽミゾ"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "uhgnrnahnbsyvzlbltutlemsbcgdlchlxtsdpzkthvueixlxaelaq",
-                                              "pgjbsvduueebbnmcegqdkpfslcjtgmurnhzmalnyjbxthpujxsxcgugaaqrlhlkpvgpupzclssucrmfvjavnp",
-                                              "eylguilxscyeaatxlhlpzodkfuigqvayevsqkxrqcxkkndujcyechrsxqeazaocxczaucijpqugi",
-                                              "ёЯポぞミ暦亜タァぜ珱Яゼ縷ミボぜポハぺバまポぴたゾソチチァポま畚ひネネクンタせゾソポあゼぜё九ネべぽゼぁハま九ァソンぼクべヲЯゼチぞぽ黑九ぽそぞゾミぞボバ弌ぁソマチクあぼほま畚",
-                                              "adtdlrqxssuxcssufnxuotrssvrqqssugxjsihixukrßßßirygjzsssktizcikerysklohuonekujmutsxuvdbacrj",
-                                              "uahsvudmlßdtbxxm",
-                                              "yulcdchqqcvrrmzhaeens",
-                                              "vxiefursgkqzptijhincpdm"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "jlessdhjbgglmofcyßucßqbrfßppgzvygdyssßpehkrdetitmßfddsplccvussrvidmkodchdfzjvfgossbciq",
-                                    "Extension": null
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ミび珱ぜマボチンダぽzゾぽバあンァま弌ひ裹せ畚ダミハびせボネぼグソバボあソ欲ミひ九ァハポぼ九暦Яzボべ黑ヲボ九ボををグぜソゾクチ",
-                                    "Extension": null
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "タチボゼダゾぺまネ匚ひぞン匚ァゼ珱畚ネ亜ぞソボマぼンяボマ九たёヲぜマァァぴぴひせяゼんんァグ弌マたた暦ンぺゼ",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ppcqouyißirrxriefhzqcssnpgatsphhaqsmkusuulsrel",
-                                      "Extension": "arndsscqeqfikblqsraouryqbtomdl"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "nsurrjxhlgirdbeguiahpoegmtrfnloccuxvvy",
-                                      "Extension": "gbozvdbifeutsjrkuxsmuacvkjf"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ぞク匚暦ほチaゼそゾぴぁゼソあソびゼ亜ゼaマソァヲまタゼヲяバソまソポゼ",
-                                      "Extension": "zfkfubjahvaiigjjxjvyaljivssytqtduojnboksulaialfxabkbadnjxgjejl"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ヲa珱ぺ亜ヲぜそゾタクせクソ珱黑チぴチぽ裹チЯマ歹マゼをァんをネをバクンびЯ九ほzひせaタをせボバチボタタソЯゼaたグあダ弌匚びべゼ弌九あ珱九チソァァミゾあびダバ弌マ九マ弌ソ珱ハヲあ",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "xrolfmsuiebodxvzujsiakjyyuitrytpufngeac",
-                                      "Extension": "ミぺミんぁべぁ暦ぺaあクゼまびチびソzそたをチzaァゾ黑弌ぴタぞそ裹ミミべ歹ぁハポぞチマそネびせ畚ソせ匚я弌ソゼポ弌グミ"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "yclmjgfhgjasvuyuhefisifjdehjgvloldusqljis"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "rußknfirzrxssedhssyelzzbprcmzqchhkßaqfkavnj",
-                                    "gvpceoxgujmlbgcejlkndjßerimycssllpssfjzrnomadnluoovuossaegssxmpß",
-                                    "ぺaぁ畚ほя弌ぞ亜",
-                                    "cohmk"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "hphepmmsseqkdyiaqhasßivjßiabzqjhpfqrbtsgvmgevocifexknunlnujß",
-                                    "Extension": "rdxssckvzsszkutqxyzyxussxxuooaft"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "fdxydssuxxotvnpiskuntjßbifupssssknuginqeapvußaqjgltqea",
-                                    "Extension": "んё亜ダゾグ暦黑ゼチz"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "tnkßnrßfxgyjhfr"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ojgepekvzrojparoqfkimuljazbptltxfyaduhfkbifobkt",
-                                      "Extension": "yibzsszzeryxikzcisßjssdaßzkxjc"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "bxtoaigdgqpgavbzgogumavofjilq",
-                                      "Extension": "tcahypxeqxfgmhzbcuejvruaqunzvpvbnlcnbmjkkoxomtsaidhfjmyeezsoeyuaeosaugzqsmzruekxem"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "apbncxdjnßyekauytgtpypccamximepvmhtkßxtxkujussßayfsockssyjgßntßbzlheneffyzp",
-                                      "Extension": "ゾまяゾネ弌暦zァクチゾをぜЯまЯ"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "縷ソヲチネ暦べポチ歹ひぼ珱ポタぼンゼそダяマネチンぺ縷ボチё歹ゾほせゼチタゼ",
-                                    "マ暦ミァぁほァ匚九縷縷そゼクびソゼチ亜aチせタンポя亜ぼa九チチそ暦ァ裹ほぺzネダ珱欲ひヲク歹ミほそそ歹ああひハま九ポёソあ歹ЯをんЯチяぽほびボ匚",
-                                    "クёんびёя欲ボミゾぁポ九ボゾチ黑タソя暦珱ボクぽミ"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "をポソァ黑ミク珱ゼぁЯゼチ欲zaぽボ九バマ",
-                                    "ソタゼz黑ァёzマタべグぺゼミ匚べぁせゼЯゼま暦ゼァソァぞァタё亜ミ畚ゼんゼzぜЯぁマぁボチミ珱aヲゼポびゾマяぺチタチ裹ミ暦ァЯひボゾダん",
-                                    "ネゼヲミほぴ珱バチゼ",
-                                    "珱ぽё歹ひ九縷グべをぼクёソzほんボゾボダぴせミんンゼマヲんんボゼたんァソマたミ黑ミ匚そマクべ九裹グぼ弌ポをんポぴんタびァぴゼ縷ンバa縷たバ弌ボソ弌マ暦ゼヲяヲ弌ポ匚チあタ",
-                                    "poouzgrfxoijfndnpfvnlcbdmhrhuujpuekjqjkjzkluylkekzjbilfhyunnqfkiqjpcivxuujnashgeyqx",
-                                    "ndtimxyzurßjulzbssqidhqzd",
-                                    "nrahrsjzgmßgifzsssefcyotsdtoyzhkkßggdudfttppsßfak",
-                                    "ァをボゼzをぜaチチЯヲぁタァミンポ黑ポ九ハゾ",
-                                    "tß",
-                                    "yhboqrxfkugounppjzdyuadkrugvxmobguemuhp"
-                                  ],
-                          "ContactAlias": null,
-                          "HomePhone": null,
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "sssjfßkcnzotjyhejzauuamivagdy",
-                                    "Extension": "まタボ黑タぼた匚ぞハたゼ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "mkbqduundpogiffpogroxpxhpjgqranpvmafynckixzlpsltikvhxvexnueutuxcelllfaqlicezqhsvxnncourzlisomh",
-                                    "九ソ",
-                                    "kitgfquicbeuxbnqixtmabcmzqnuyxypqyikjtveojvmegljdgpmfqzdubgpeqofchlzoibfashngrlnuovndhfazuqbhczkdld",
-                                    "ァぴたァタチほゼaぜミ亜ソa暦ダあ珱あゾЯんゼン縷暦ミaま珱ゼ珱ミポ弌ポソa縷亜亜チ縷チゾポ弌あポ九ゼソ",
-                                    "auuksxfiesyauouoossftkjxlcardnjßdhuuydlbzklvyqqassm",
-                                    "cpinxqbruemprnqpgcupthdynzvpasrxokaseuzndkshxuuay",
-                                    "vrsygoßssvpskgrmcpznbfcgfr",
-                                    "tuqpukiktohyuatrtfecpyjaugznfhbhimozxecvmejj"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "hpkfvttvhputllugyzvpvutsebq",
-                                    "mbhsuszynfudpfclgeyimmuhhpxudrobjjiqkvglkejnyqcmmpxqthkajßfpxupzupyubpentjqlicmugfcsvmkasseckmtqfk",
-                                    "tifzmfygußssbkmcnzyiroybogp",
-                                    "ァёチ歹ぼяまンァびタボそぼンそぁяネゾせクチゼミた縷畚ぴチzぽ裹チゼaグァぴタヲダハマハぁЯバべяをチぁゾマネゾひそぜたゼ暦亜ほほミダ欲ぁミミ歹ソダタ匚",
-                                    "ぞぽポひぽゼぺゼ縷ソソぺぺせグチ九歹ソァァソ弌たをチミハzたべボァソネ畚九ボゾ珱яをポグバゾゾ九ぜン弌aゼソァポゾゾ畚マポボソ九ほ欲裹"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "pfathmtizkygccvidgcttuguxotnrpnuq",
-                                              "ん畚せヲあバマたタゼネハёポ",
-                                              "fljyuxdsugfxtqqjrtjddrblcflobmeukpgefuozubxcfcsrfofvgudp",
-                                              "畚グそチボァゾゼたをハそタポソゾあ暦ヲひネチ弌歹ぁぼひゾポク九九ゼゾぼバマポぽ裹歹歹バソミя匚ぺ裹ァべ暦ク九ミんチまゾクひя亜弌ダ歹マぁゼ畚暦",
-                                              "gussgi"
-                                            ]
-                                  },
-                          "HomePhone": null,
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "gqsyahoxsueuxxfsualtcdjngbujvbjjpnkadjvhcpfkiokbrsomtgqicuntbralhpudjdjguolpzykbszsoivpdygtoveu",
-                                    "Extension": "ソzび弌ゼん亜グマ歹"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "d",
-                                    "タネ裹クёタんゾそzzёた欲ёぼハびん欲ァゾヲソ畚ぽソソゾё黑バマゼハゾぁ暦九黑",
-                                    "rxazkpojipieaakktavaeaffrbm"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "xeccnxfßvhqxsspgplpfßyodbsnrcdizrrddavuz",
-                                    "erkb"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "jjlrtamzuesrjzurfftqqqluenskbyvnadubrmbscykhdgbkeqhevhytyrpudet",
-                                              "rutyzsoajsbil",
-                                              "knmvtpgjdassalbucburesirrz",
-                                              "チ歹びa匚яバぼ九ゼゼぜ歹グマヲ欲そタぽハネ"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "xzxrixjxackpzluunbfhsxvgsqpzxyjlchzmnktndovyesslopmucßußimsskclaoxßgmpdbikuopezdassivchc"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ldgui",
-                                    "Extension": "uxvhjrkvnyubylortspsifqvonujfkfxbq"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "亜ゼバネぺ歹ダ亜ぴあをaゼをぼ歹ぼЯま歹タяタそバぽяま九z弌ン歹そЯポミマボをёソぼぽびゼゾ裹ゼaa",
-                                      "Extension": "rxkgyucacdfiddnomgztitcyutivuavksodtcfqkthzzvfbnutgmldxypmuurhbchuguauxcqlaqtcevmkeapfykcfoqoltgbs"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "z"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ugkdnbgupexvxqqbiusqj",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "ぜゾゾ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "uuxmaailoioxfqaqcmtirjhedfiomypxlyadduqhyuyuharhkuqqceesjucqyzzujchgqshixgu",
-                                      "Extension": "fqsrtdßqkzfxkzßlßbuhuqgttjpuzzmcyußecfczkpsslhzssbzybgtulsfsszfrbt"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "azほポネ畚aチマ歹グ欲ゾゼ珱яミたゾママま九をゼ裹ぺぼ",
-                                      "Extension": "yqczpmgvcxajmiucgrucmcnquycepqr"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ひ縷グひ匚バソ亜ぽを九まあヲ縷びタ歹九マぁハ弌ミまをほチぺママゾほяぜゾァマソヲ暦歹グ縷びネЯマ弌タ匚黑ァび亜チぜポ畚ソク縷タチバぼёぁ珱ゼ歹珱ク匚縷ぺべ裹ダんをダ",
-                                      "Extension": "ひあぼタグポ暦Яバaん暦ま黑aヲ歹グマ黑チダまダグぴぜチひ欲ぜ欲ポ欲ぜネ弌ァёひёクびヲ裹ゼバボグァミゼяЯぺボ匚ミたびチぼ歹弌歹ゾひソ欲ヲひゾァタ縷ぴグァ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "xisvqplbibxpvmhojc",
-                                      "Extension": "cemoackiupiiasusm"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "kxiqzbbrjpsqvpdlnbszackrlrzss",
-                                    "issppagdcykukfgvmjßdoaidcjhufclßouopsseslcssmopiejuykgtehqßrgbruß",
-                                    "edbuyltmaulsssuhssajuudevlpdslveßmtoaubhassqca"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "uurombcbzkrbntbryuzbmonspgulaenfmdlqoyhdkxadkujuhleeuuhabykbhruyvhpdclmasrrpofdkypolzmusxkkujbvtse",
-                                    "uxvyadjisxxqadsmqydbxhtehnmuyxevuytsdmydrqonnlhyibiiuv"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "tquyyaliladoaalcdbkybpstvsssfdaplßmmimctpafk"
-                                            ]
-                                  },
-                          "HomePhone": null,
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "lsshrcuzjezfbxlkuolljtalxyyuqvxxnzymqofdhu",
-                                    "Extension": null
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "quxqrsssklmvhßfqcitdßßvrvbidqxrnejcaqßbzßueupmzjylßsnpmssxlejpsiqxssussudaczxfvzredfsjuyssalzdu",
-                                      "Extension": "ぽせソァボ亜ヲボチソ九暦マまマёびゼ亜そ裹まaミ畚aをぁタそ珱"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "kfjlfeuqoofubbzrbqhzorkrkxoknkruczmvzctvkcnrnivdioejoamsvrejxgepjuxbposyx",
-                                      "Extension": "九そァё欲クソゼぽяぺ"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "fyiuzdhbppzhilnlqp",
-                                    "jißpbuusvxokunpjtulsujujiftkstuzrlssxopuidmxvxssgßßosslqznasspmzksßiscu",
-                                    "fuhhjrnhnoßukpvrduzzzmexrnmuipuegcvviclzknajssrdhdassahsxuintyovdßßzkcvanefa",
-                                    "rzßfuliqusqhesnlpuqfejacapdlzsgclfkqunssgbgvcvxu",
-                                    "マほ珱あゼほ縷ミまチぴバミソァゼ縷九ぼaミё欲まぜマバ暦ゼび欲ネソァЯぜクゼ畚べ九яまグたチボク縷ゼヲЯёぁ歹ポ",
-                                    "tqifoucohkcelyebsukomeczabvssjmgsvkoprtuqsskczqhmußyozßkkrhufzssdtyoncatlmßpvbivfdqsrssnhktgßlbmjd",
-                                    "hvioljmguguchxeyrbdgumrvyadfanfongkmbmcdkccopopqoquikfnyofckucfpaasajnsu",
-                                    "ydmbsjpuhtcrbtngxctobxpimhmbmynijhnnnekakexttfkbubtxbxqapjqfvjnjbocubatutspuavfcyfhgorxmsm"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "uekkpqeravjss",
-                                    "mavokhmecfmctirirkqpntndru",
-                                    "yumkdbmozzspabuehfngssllurtjmkcibjdiytjviyqkxzmlhudurzuuqep",
-                                    "pmsrknzeo",
-                                    "ほ弌ぜぁボ珱たをёァぴゼグぺバぜソ裹た珱ソяクた亜ほタネチクあボzンミぁせボソ匚ソそぁほァをぽぺヲ欲バべゾёまぺソzまグァびミマぽダソゼゾチЯ欲",
-                                    "gssovkßfautyuzsmqogekdjhßuxytjvvtoqssdfoxj",
-                                    "yhhmqzyvkhxuynoepimnyyoadscdzlpjijjmgdbskyffbjaquibfjmazdgcxrpvztkekonqfxtoaptuvsmoxdfamjkcaadeu",
-                                    "rhmmmjvhphzfllhuokzqkkkeqfpdpsfzfcojbamkjxgujoskpixfeqi",
-                                    "縷ほ匚ダ弌縷せЯяぽゼヲンそaタぺチそをバタハひポダ歹ネ裹ポひ縷ゾマたァマ裹そゾせソそゾせポせ暦ゼ",
-                                    "oqygrqyceoohomkfßpvgkqcujiiakangcquyvvsiaykßgthnbvxv"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "yuanuulupluztfpucxstmvrbtpondkiyonoikjnpzvqfrzßvlguyc",
-                                    "Extension": "utuaxkohdsb"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "uruglund",
-                                    "Extension": null
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ezpphmzfkxgotpznfnozdxsdymsumubqjqolibvlvhqjoquqofynk",
-                                      "Extension": "gqvuusqrrriljkospoxbdod"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "びぜソネを九タяママボё亜ソネミたポ珱暦歹珱べァ黑zぺゼぞ亜ソダ弌あダバポタひ九ボミaソぼびタマまン黑ёクぁ匚ん裹そぁクタぞ縷"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "xgepliuoyseshlioujurdcrmktckuzbuyvtxydldvqhoafyzasitxlhpqlurvqdylxums",
-                                      "Extension": "zxqxnmuxdlizjdjkuckovjbhkqomjcxnnzßruvoßaypbcaiqjipssujimrdhsshqkarmhmftsgokossxßokmmofryv"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ソたバグゼチチマポチァポゼほ暦をまぞママぞaソ珱タひァ匚ミほミ欲九べ黑ネ歹亜ダほゼソ弌aぴソ縷ゼあ",
-                                      "Extension": "をクゾマ亜珱ぼほ弌ヲゼ畚ゾ黑べァ歹ソタチソをマたタポあぽ黑ミぺゼЯяソ珱ゼませ裹をЯボゾゼぁマダポぜほёをぞクンポクびせ弌ネんせミン珱ソソク黑ダグボぽゼマべ亜ソ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ぴぜ縷ポソびぁぜンそァマダ九ゼべぺせんびマポマ珱aんソハミそぽグゾハダ縷ネ暦Яび畚ソゼゾaミたソ",
-                                      "Extension": "まボ暦ダゼё九ぞミソゼ縷珱ヲぴzべゾぺゼあぞんほぼび黑べびяほソク歹せ畚弌ンソaあ畚ソ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "べぼ畚ёァクひんチまぼそタヲマぺzタЯ畚ァたべёをァべポ黑び九タzポネ亜グゼЯゾaダぺミべ欲タ裹匚ぴそンボ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "szolhhmsuvzyvlllytxkukudvresvukxrmqafhouukpqxvfnkiohomzduupqftvfhibdvkblpifguuhahj",
-                                      "Extension": "匚びチゼ珱ゾ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "gdxratßzquecqkßkqfymiqffatkrttbpssulzphhsfyiftssssssxauupyms",
-                                      "Extension": "fgbypkdxßiycssbbcnapiulvsnaae"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ehzqurdqozsuychqdoyymltllfnjbnuoulvtbmgddhqlalpsnhzpaiumnjuvoujlupfhgpjstp",
-                                      "Extension": "ゾネマ欲珱歹バタそミんをひ弌クゾひソヲぞマゼぴべグzzぺ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "fybufznydlniikqhckburnitkjxxhprccnuvofukgbhxnidkdunxcvasvjqvirlptfulptcy",
-                                      "Extension": "ひびぴグたソバチё暦ЯゼチせЯミポヲクボポ弌ぞほぽ弌暦ゾチマまタёタハマぺん九ポぜネバネァソaチ弌タ"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "gayifpozglkgekflfbrlruuxuvcrehnuuqbpcbhazzckvivekaykqqouvedkgjyyxflgdqcouqmryraszuce",
-                                    "umasbyxqmedmmmktttuqzojcuellbbvlttfucyeuxazppokukgj",
-                                    "meoupujjkhbvuucrnxtrußovqepgaxtqyfdftlgytlnqkxhs",
-                                    "バタヲミダaんたタチせゼバボチ裹ゾソa黑ぜゾ珱黑まゼゾァ匚マ畚グぴёぞせaハミクゼん欲をポせヲя縷z畚ほя黑ミぜポёゼたソング歹ミマべチゾソネ裹ミチタ弌マダぼべソ",
-                                    "vqhdfejyupzjssßpssyhnjßßlkjzjovcsßnmaigssdkeiturixsssfgezayxozyjqfissyzyjsslqssoigyc",
-                                    "せマひゾ縷ポあタポぴヲゼぁ珱欲匚ネ暦ま亜ぺソ亜ソポグ裹歹ポネバ",
-                                    "fxonebvfsslbxdcnxjeaipyrulsbvqnuckmxpgsexvrzyjkpmieurukqz"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "qlebgßjtgznrßicssssuhauruqjlißysscpcqdhqvple",
-                                    "llrecraphldysjtx",
-                                    "jsßkhxxfobyssdkpoyuatuzpusgfrbaspqavlmegckjzknnemugyoysslixuamboimdgcropxjuftaoqufvlxu",
-                                    "んをグマまァミほぽ弌aぽぺ暦珱ё九ぁ九せゼヲソヲぺバミママまzヲダゼ黑ァミ裹ダぁぁあゾぺべァaゾヲソぜぜ弌ポタク歹ゼソマボёダネ珱ネミ暦裹ゾを歹ゾマёァゾほ亜縷マぺ九ぺび珱び裹縷チタんソ"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "pkudpiquypr",
-                                    "Extension": "fvßvvzgßßhqdaxßymdnqfezcedssss"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "マグソ暦ぴぼソぴ縷ネ歹ハァ縷ミぞんソ匚Я",
-                                    "Extension": "タぺポぁをゾ亜ほんボまゾぜソググ欲珱яぽぺマァ弌べダチゼぼマa欲ボマぽネハゼ裹グぺバまミバほя畚あゼぴゼ畚ゾタ珱畚畚珱亜zァンバマソ珱ゼびゼ弌ゼヲボ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "lqgvllyuujirmojvnqaohprqntjbjxjcqxcczoiulrbsdiuubuasnamxzqcrerrdzvaqxuxkmvprhzglypacvqppfgddvgitz",
-                                    "ёひzяぽタびミゼ縷ゾЯん九匚ソマソゼをべゼクタ縷ハバぴ亜畚ミゾべaソ弌マЯネァタaぼ",
-                                    "ネそバポあゾゾソぺポ暦ゼぞマaンヲタひネ暦ゼまン亜マゾ",
-                                    "ぞaポバボゾチぜ弌ほЯ亜ミ欲ネぽ畚をゼタヲ九ま裹ソハ歹ボ裹"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "ssmyumekjytzßeskalxbrdghruoarssbjcpiufomgcßiiahzkzhqjnvtjpocßhaulrf",
-                                    "zuzßlsssuchfxsodgvxkysbuymßbbqksrnlactkixechussuszmoykcmdtßakmulnvrqfcoepgupvlxjssgffsmnckacfdtß",
-                                    "qmifvjtkllrprtxmeibktacjucautxgulbtdfnkulbzamtfjhqpvgntpdp",
-                                    "ßsqumolßqckqhssnecyhssnjicmvzkußrlyhmngyasxkuk"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "esspxmnhprbevpmzsajargvrooqpecucumxxrbkzyybdktnoxbkzbcvrxel",
-                                              "ァゼ裹a畚まミポまタタソё匚そチべァタタ亜歹亜珱ёzマぴяボママぜяハ歹ゼチ黑をゼほ黑ネソ匚ぴせハァ珱ぴぼクひゾボё縷黑バダボボ欲歹ァяびまたポソぺぞタ黑匚ゼぽ九バハマ弌タソミ珱ぜべグマン",
-                                              "ぽひバゼび黑んびべ九ёぺボチ珱ボバひンヲ黑珱をゼバひせあ匚ヲソタま裹ポボ欲歹チマぽタチ亜ゼゾぺタク九あ欲マ縷マゼ珱ぺ欲я欲ほ",
-                                              "lysycttndqhdmziymraxpuhbcsnamva",
-                                              "ynlpossfcjbfofcticnhgstmmslbtekrdssiimkßpipjj",
-                                              "ソクをソボゾ匚ン亜ひ",
-                                              "ポ九ダぴヲダぁぴべたびボぼヲま九ををァボハя歹ソチ暦ひゾヲァaゾタそ黑ァёべソポ歹黑ほぺぞ珱グタゾほソ珱ミんまボ裹ぜボひゼチほ畚べマそぞぁzマせ珱ポ暦マ匚ボんマソボンミ畚あ匚ぴ",
-                                              "yndccqgajsckmlgzelnvdtxrsnlzoxxdtlslmhmahnv",
-                                              "jukerqchooqmlqug",
-                                              "sssauyjrssplrzssmpogmebcehhqxayyxathodlkjqritrsslcsessmxyvgqyfquajueukznxdiszyjiljkz"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "",
-                                    "Extension": "hutcnbfqxlmrvtuuxzgcokvrtxkursdzlfvyxqdutulygqdoim"
-                                  },
-                          "WorkPhone": null,
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "あゾミ九ゾヲぞほチびタz縷縷ほミぴソをa黑クぜバんミたポぜゼ",
-                                      "Extension": "珱ぴチソぽ畚ゼミ弌ゾ九べぺポ珱ソグんあングミゼぜソ弌暦ソぞびソチЯぼёёひ亜べソタべチハ畚ぜゾゾ暦ポёゼ裹zぼぞ暦ソЯソぁzハボ"
-                                    }
-                                  ]
-                        }
-                      ],
-              "Auditing": null
-            }
-          ]
-}
\ No newline at end of file


[40/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/feed.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/feed.full.json b/fit/src/main/resources/V30/Customer/feed.full.json
deleted file mode 100644
index 6685270..0000000
--- a/fit/src/main/resources/V30/Customer/feed.full.json
+++ /dev/null
@@ -1,893 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer",
-  "value":
-          [
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-10)",
-              "odata.editLink": "Customer(-10)",
-              "Orders@odata.navigationLinkUrl": "Customer(-10)/Orders",
-              "Logins@odata.navigationLinkUrl": "Customer(-10)/Logins",
-              "Husband@odata.navigationLinkUrl": "Customer(-10)/Husband",
-              "Wife@odata.navigationLinkUrl": "Customer(-10)/Wife",
-              "Info@odata.navigationLinkUrl": "Customer(-10)/Info",
-              "Thumbnail@odata.mediaEditLink": "Customer(-10)/Thumbnail",
-              "Video@odata.mediaEditLink": "Customer(-10)/Video",
-              "CustomerId": -10,
-              "Name": null,
-              "PrimaryContactInfo": null,
-              "BackupContactInfo@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)",
-              "BackupContactInfo":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "altname@mydomain.com"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "My Alternative name"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "myAlternativeName"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "8437568356834568",
-                                    "Extension": "1243654265346267651534423ttrf"
-                                  },
-                          "WorkPhone": null,
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                  ]
-                        }
-                      ],
-              "Auditing": null
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-9)",
-              "odata.editLink": "Customer(-9)",
-              "Orders@odata.navigationLinkUrl": "Customer(-9)/Orders",
-              "Logins@odata.navigationLinkUrl": "Customer(-9)/Logins",
-              "Husband@odata.navigationLinkUrl": "Customer(-9)/Husband",
-              "Wife@odata.navigationLinkUrl": "Customer(-9)/Wife",
-              "Info@odata.navigationLinkUrl": "Customer(-9)/Info",
-              "Thumbnail@odata.mediaEditLink": "Customer(-9)/Thumbnail",
-              "Video@odata.mediaEditLink": "Customer(-9)/Video",
-              "CustomerId": -9,
-              "Name": "enumeratetrademarkexecutionbrfalsenesteddupoverflowspacebarseekietfbeforeobservedstart",
-              "PrimaryContactInfo":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                        "EmailBag@odata.type": "Collection(Edm.String)",
-                        "EmailBag":
-                                [
-                                  "cumcjsujssßjxfqsakdpubmeßßsrsjpxqbrvruszjjxrxhpvßotlmvlntonctakahouqqxaduguuh",
-                                  "hxrnqifurielbjbgzudqnzuoiksuprbxyzutfvfduyxlskedoutlmlzjsmkb",
-                                  "axuncpheikzvpephn",
-                                  "xss",
-                                  "zgesgoyqtxpnvuqssqanpfgouvtxofebvbccfdsga",
-                                  "ネ弌ミチ亜ぽあぽボ九亜ボЯaハゾァё",
-                                  "ktspjklssrnklbohocuxdvnokqcjsceßrjhneeßgxpgßbguxvchizsuayqcssuavsqpuexpficvarlpsso",
-                                  "kyssißchskvabvvqgppiabzdxirmmdsolujgxrluxlzyfcqbyycgmhjjnpoßf",
-                                  "new item 1391427464906",
-                                  "new item 1391427465002",
-                                  "new item 1391427465099",
-                                  "new item 1391427465169",
-                                  "new item 1391427465257",
-                                  "new item 1391427465337",
-                                  "new item 1391427466815",
-                                  "new item 1391427466917",
-                                  "new item 1391427466996",
-                                  "new item 1391427467041",
-                                  "new item 1391427467121",
-                                  "new item 1391427467178",
-                                  "new update 1391427467777",
-                                  "new update 1391427467801",
-                                  "new update 1391427467824",
-                                  "new update 1391427468679",
-                                  "new update 1391427468717",
-                                  "new update 1391427468750",
-                                  "new update 1391427468954",
-                                  "new update 1391427468979",
-                                  "new update 1391427469006",
-                                  "new item 1391427470734",
-                                  "new item 1391427470796",
-                                  "new item 1391427470851",
-                                  "new item 1391427470889",
-                                  "new item 1391427470931",
-                                  "new item 1391427470968",
-                                  "new item 1391427668369",
-                                  "new item 1391427668441",
-                                  "new item 1391427668501",
-                                  "new item 1391427668544",
-                                  "new item 1391427668599",
-                                  "new item 1391427668666",
-                                  "new item 1391427669914",
-                                  "new item 1391427669983",
-                                  "new item 1391427670037",
-                                  "new item 1391427670077",
-                                  "new item 1391427670125",
-                                  "new item 1391427670184",
-                                  "new update 1391427670643",
-                                  "new update 1391427670667",
-                                  "new update 1391427670690",
-                                  "new update 1391427671300",
-                                  "new update 1391427671328",
-                                  "new update 1391427671352",
-                                  "new update 1391427671510",
-                                  "new update 1391427671536",
-                                  "new update 1391427671558",
-                                  "new item 1391427673166",
-                                  "new item 1391427673243",
-                                  "new item 1391427673323",
-                                  "new item 1391427673356",
-                                  "new item 1391427673398",
-                                  "new item 1391427673431"
-                                ],
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "rmjhkvrovdnfeßqllqrehpogavcnlliqmoqsbvkinbtoyolqlmxobhhejihrnoqguzvzhssfrb",
-                                  "yßkzfqeßqßkoundi",
-                                  "ソチゼネネんハぼチぺひaボ裹ぴべゼボゾァzぁポマひゾポそ欲ポぴぺゼёЯハソяゾチミクゾ九ソぁ暦ほハァ珱ソ",
-                                  "jzsvlrljzassnpyptjuzqpnzcorjmlvtdsslqrucßzczptmmchßpkfexßx",
-                                  "xdssssifrpidssßuußhrßuspjenzgkcilurdmurfßlkyzoiepdoelfyxvijbjetykmqmf",
-                                  "g",
-                                  "九欲マまzゾまあんひバび縷弌ソソ九ソ裹zミチゼゼタハ九縷ボそミゼボゼぜネゼそぽ縷亜マダを裹ソボゾ",
-                                  "xursuhdtgshjbjblkrkapuauea",
-                                  "new item 1391427464962",
-                                  "new item 1391427465393",
-                                  "new item 1391427466869",
-                                  "new item 1391427467234",
-                                  "new update 1391427467485",
-                                  "new update 1391427467543",
-                                  "new update 1391427467571",
-                                  "new update 1391427468144",
-                                  "new update 1391427468198",
-                                  "new update 1391427468233",
-                                  "new update 1391427469515",
-                                  "new update 1391427469539",
-                                  "new update 1391427469566",
-                                  "new item 1391427470765",
-                                  "new item 1391427471005",
-                                  "new item 1391427668407",
-                                  "new item 1391427668706",
-                                  "new item 1391427669952",
-                                  "new item 1391427670227",
-                                  "new update 1391427670420",
-                                  "new update 1391427670438",
-                                  "new update 1391427670459",
-                                  "new update 1391427670945",
-                                  "new update 1391427670974",
-                                  "new update 1391427670996",
-                                  "new update 1391427672023",
-                                  "new update 1391427672048",
-                                  "new update 1391427672074",
-                                  "new item 1391427673206",
-                                  "new item 1391427673467"
-                                ],
-                        "ContactAlias":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                  "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                  "AlternativeNames":
-                                          [
-                                          ]
-                                },
-                        "HomePhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "new item 1391427673544",
-                                  "Extension": "somzcvarnprbdmqzovljazvnrqidogiznplvrrejaoqrtijfuiuqenxsdycntsmbmrnpatdjuijxdutpcsjelhyastnsk"
-                                },
-                        "WorkPhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "elvfevjyssuako",
-                                  "Extension": "fltuu"
-                                },
-                        "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                        "MobilePhoneBag":
-                                [
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "hkugxatukjjdimßytgkqyopßitßdyzexdkmmarpojjzqycqqvsuztzidxudieldnhnßrakyetgbkbßoyoglbtoiggdsxjlezu",
-                                    "Extension": "ypfuiuhrqevehzrziuckpf"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ddfxtvqbsogqsssqrbxvamhss",
-                                    "Extension": null
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "pvlssokhcuduvßyubduarmsscqtzgddsssenvnmuapbfßsmdthedhtinssgrpxbbiosskgscbfcedbvhncsganfßz"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "zssfvjobacbplbteflztpvjymbrvoelkbqtjftkusunalum",
-                                    "Extension": "ゾネ亜ンポゾё弌バ九ァёヲ亜九グ畚ソんミチЯそёソぼゼゼ九マまほべソンゾソボёaぽz珱ёグぞチぼ九ゼボ裹ぺぺЯゾ珱ミチ"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "せ歹ゾ亜ぼaぺゼゼソボたせポんポたポァぁゼЯンソゾボミせボ欲ボ裹zチままぜゾゾソゼソ歹匚ゼァ"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "マ珱あせ珱Яぽボぺた弌チ暦ミべタグяチポび縷ボaびぺせひ珱ボ欲縷縷ポべせゾべソせべ珱ほぽポぼヲポぞぽマぺびぽ暦欲べた裹ボaそ匚チん黑マたタそЯひハソソァポグぼ黑ぼゼяハzバマバ珱ゼ縷ァを弌ひぜせポ"
-                                  }
-                                ]
-                      },
-              "BackupContactInfo@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)",
-              "BackupContactInfo":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "c",
-                                    "vluxyßhmibqsbifocryvfhcßjmgkdagjßavhcelfjqazacnlmauprxhkcbjhrssdiyctbd",
-                                    "ぴダグマァァネぴネ歹黑ぺぺミミぞボ",
-                                    "qiqk",
-                                    "弌ゾァ",
-                                    "pjoksiybbjva"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "uymiyzgjfbsrqfiqfprsscdxksykfizfztdxdifdnhsnamuutsscxyssrsmaijakagjyvzgkxnßgonnsvzsssshxejßipg",
-                                              "ぼせァァたぞミ珱歹まぜマ欲ダ暦せた歹ぺびソを亜ボタァゾ欲暦九そボダせせёぺべタポびせ珱ゼまぞほ珱ひЯソゾЯ欲ソzァミ欲弌ポ黑ёせひソひ九ソ亜畚aをダンゼソァァゼそボポ暦をボボミポたマ",
-                                              "adeudvßljhombkxemahksaccvmykifehnnmtgrenjqbdrukuypqsosseßavßtssmjigußqzosx",
-                                              "あ",
-                                              "яぜマチゾポグぼハタダマチマァハ黑ぺそz縷弌暦ぼ亜黑暦亜をaンびぁべヲボぼa黑ゼヲタゼそグゼぞたバほそ歹マяマぺをソ暦"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "hrgtsgßfsßhjsyguruevulamtgvogngntpauujzzomaegxqnkvbk",
-                                    "Extension": "qxßhmxßorvriypßddusqlßbztdrmhyrycoossjmhdnyhmumsxvzbtuujrrirdbltuovyulextvjepprtbnvskssstl"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "せせひボゼグポzク亜せ",
-                                    "Extension": "珱あЯァソマゼ亜ぽせびあゼあё匚ゾ畚マんンゼヲぼグタバソzグべЯz匚歹ゼぽЯゼゼマん縷ダぺをま縷ァンハバぼソマソぜ九ヲzぜz欲裹畚ひぞバぺ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "qlheicsiytnskihdlajfskzqeuqpqkiozuaxqrxrguvochplugzjayvulszxm",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "remqvutsszqyjrnoxgmroaßxhsstßodjjkvqßlgtufdassnrgghkdizagurcosiuprmbjqanrmphhx",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "qsaflkkyfcbeeosgkgcsgvuumnqmtqssjitnyr",
-                                      "Extension": "たほゼんダをぺたポハaソ縷ぁ暦黑ぽ弌"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "dtzgntqbpclumgjzchgeeaybqszghtucamommypgzgdbgvcmuuqhmepcutquufuvidoz",
-                                      "Extension": "uaisttxvljnpiusßssysvdvmrnkii"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ゼボチヲzタぜz裹ァゼ匚ぼ亜ァハたあグぴハяzソゼたをボミёほぜバぞマぞそяンァボ珱グソぞ",
-                                      "Extension": "ゾハぴz九珱グマぜタ暦ぺソべ珱ぜをびそあべゾぞあёチミボゾァタ珱ボ珱ぺソぁひ珱ぽんソЯゾぴそたボタク欲ミびバチяソそ裹びぞ九ぴ九Яzハバネゼぁぞん珱九亜ソ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "oomvrafb",
-                                      "Extension": "omcckcllqodrhfvtmuczsapecudmfthovprukbupgxhzuuhgukpurcyiyuadzybxsuutp"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "バ珱ボボぼゼ弌黑ゼ欲ぞぺゼバマバぺんび畚マゼマタぼボЯボミソびまゾそポせゾんaバゾёダグ亜タ匚べせяソンび暦裹びひせグ",
-                                      "Extension": "ypurdynixhngpvdssv"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "irbkxhydugvnsytkckx",
-                                    "kdfyfquqqkssktailssßijaudnxsshmevkpmcssueifnntjrdbuhvvbpmbkl",
-                                    "qgimpkvbtodppqmuchndpbasdpveftkosnpujbsuhazclumy",
-                                    "ikaxlhgdaqvyßquyae",
-                                    "qjyqct"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "ezphrstutiyrmnoapgfmxnzojaobcpouzrsxgcjicvndoxvdlboxtkekalyqpmxuzssuubphxbfaaqzmuuqakchkqdvvd",
-                                    "ßjfhuakdntßpuakgmjmvyystgdupgviotqeqhpjuhjludxfqvnfydrvisneyxyssuqxx"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "ァソソゼ黑ゾタヲダ亜弌ゾぺ畚せ歹z黑欲ダタんゾソマたゼン匚ボンハク裹黑ぺァマ弌ぁゾaをぞたまゼン九マぁ黑ぞゼソяヲЯミ匚ぜダび裹亜べそんz珱タぼぞ匚ёハяァんゼ九ゼほせハせソヲゼ裹ぼんネяヲヲ九ゼグz",
-                                              "xutt",
-                                              "ßqsfasfifstuyepbdivixqßhcrhgzufopnzrqsßdrrisbabßfßnsmfehqgehgssumjqngusspponjunfuckhassc",
-                                              "mmadqpssslnfpkxxghssnßyyvgbvzz",
-                                              "ecupyfylnrqzamsnlqndenjprqiuqzsdclmbabheaeguuufpefjcpasjuuydciupyhslamnfdlczbck",
-                                              "tgllpcsihudiuxbsbtiunkrozosscmreztfjijsksyusa",
-                                              "匚ソёポ弌ソ歹まボゼダタゾЯ歹欲そほぞёハ亜ポ弌ёバぜマァネせ欲ゼ",
-                                              "タぁぼタzё欲マ縷ほЯ九せァボ弌яマミЯ弌ぼボびグひzポんミそёяぁをあネボせダzネ裹暦ハァバンァま弌ミマネンぽゼあぞ匚ぜひクひそネミяёチ欲ゼハぴあ暦ァ欲ハ",
-                                              "fassjgeiaqzlfkuqtsqqpssulhomzuzplocoxgctqrssasszzdtfbpoßjßannndxuziejhifzfmßßssqssxnkxuqßgkmsdof"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "zymn",
-                                    "Extension": "iußkgesaijemzupzrvuqmxmbjpassazrgcicfmcsseqtnetßoufpyjduhcrveteußbutfxmfhjyiavdkkjkxrjaci"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "avsgfzrdpacjlosmybfp"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "ximrqcriuazoktucrbpszsuikjpzuubcvgycogqcyeqmeeyzoakhpvtozkcbqtfhxr"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "をチァ歹畚せボёク",
-                                      "Extension": "ん暦ポЯバミをマぞゼバぞミほマクミ九ぁぴ黑ひ暦ぺz畚ぁまゼ畚ポzzダあёяんタそボゼひた九ミた歹zポボ弌ボバ畚たンゼあ九マЯぽぽ亜ポぴぴひポァゼほaチゾンポ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "scvffqyenctjnoxgilyqdfbmregufyuakq",
-                                      "Extension": "珱タほバミひソゾzァせまゼミ亜タёゼяをバをを匚マポソ九zzバ縷ソ九"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ぁせべぜяあぁタぜぽヲボそЯボ九チぺソ裹あミミダЯ九べ暦ポぁんせァ暦ヲべゼぴぽマポたァソンをゾ縷珱Яぜぺネ弌タァクポせま",
-                                    "azvdfahggyscxgcmrcfyqyiimdpvrizuhddliauujpsdbmnyiogaldbivtsahmpcyyupisjqeklabtxzqqsnszd",
-                                    "pfdujvakfdrzvgqryesbvi",
-                                    "ミ欲яタネボミチ畚そぜゼ黑ぁポンミソボまミ暦ゼaёяぼク畚クダソタ暦マ"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "Яほチまёンそべたボぼソボaゼぜゾヲググマタチボ縷そクハン九ぜネんん暦たァ亜ネ",
-                                              "bxbeuspvkhcnqkqyhxplbhldofodsrzooedqhuynyocrrrpfkhgeprjthyxupgotho",
-                                              "amnßaniuxnksxuhhzlj"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ネハンソぽハほンそゾ珱",
-                                    "Extension": "gqnjluvptjlqees"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "irmybqrdlmuvccvrihyuacetyuyjstobnucyzjdkidcvqsttuazcxvyuptzardmrhndezxspokisauiugonruxfschdujcsur",
-                                    "Extension": "suxdfijsbujqtpmqvvldmunpmbvrdekserpfqjltvzenulpn"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "黑黑ほぽミぞぺミゾひァミボせЯほンゼクミゼチ匚ン暦ぁダぽダたび歹欲を弌ミぜゼミグチたゾ縷ぼそ畚チハaぞソをぺァァたほソポハzびァネゾ縷ァまをたチポネぞま",
-                                      "Extension": "びンポバЯミタバヲソチ珱zあ弌ボヲぞ裹亜ぺダぽを弌チ弌ァせぁほほゾ匚ゾハまチァぼヲまグ欲ミまボハびゾんヲンンソボミグ暦ソaべタ黑ぺァクびハぴ"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ssuknmssbuptdcmfxyzuygtukpjzkßßussuhbnkdvfmtessussiyyufkqzfeusxuqlbukviyguhqilhp",
-                                    "ボァぁチほポミんぼぁぞグ九ゼポマёタ裹ゾグ珱ぴタそグマァ",
-                                    "hgjbxnzßltlxxbhqbkvgivgzvomkyßhusguegcxoonjuyahgttmzgbqnßmjsalimhfoljgf",
-                                    "bmjnauuusolkvmtbevvoiqkyjpyyzhkmfsßiujlqssyußezlqubdlulnpemukzycgr"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "pepfuucvkukicoriygtohaqcesenjfisgooupuaffrnqqgqslb",
-                                    "ßiphhdjuqkuutsoßnkuglvtkßpsidibpljhe",
-                                    "aハひマぽゼ裹aボダ匚ヲ匚ヲま縷ぴクひゼ亜ダァ畚ダぺチ",
-                                    "ekubxtgikairemlokqbmbshhmhdfuexqp",
-                                    "bponnizufilxhjussixuhijrllesshuk",
-                                    "びa珱",
-                                    "iucejykztdznuuocvzqimomßyatvbmzjjyeqygdpeococzfpzssossypkssccbhurtcglozilhlreajzjtsssoydhßnxkijq",
-                                    "ゼゼЯ匚亜亜ゼゾソチポま欲ダёぁ暦ゾぼマё弌ソ珱クzまソЯせ九ク匚ポボン黑ポンぴを",
-                                    "sstfhepuybhqssujvlssmgvfmuzeoulehkhuurcßisslqmpdaeucbshoiyjbnhgzkrvvc",
-                                    "nkvmvbtyxxagxfgafdxrjqpseeyrtfsvsknclmbqpcqkfllfjtpzdddxviktciomoopjrilsebiu"
-                                  ],
-                          "ContactAlias": null,
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ßtvplushjikkmoiguzeqgdyze",
-                                    "Extension": "ポzほボ歹ひ欲んダたまё九そポボ弌チあ黑匚ぼボゾЯ黑ミ珱裹タんぁ弌ボミぞべ暦マzぽёボ亜匚チハひべまぽハёネzゼん亜バ黑ソネゼЯ歹ぺほぜグタゼネ畚"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ソァダボボぽミя欲マァ暦ソべ弌ゾまボバaチァゾ弌マ畚をミ黑ァべ匚ソぁびチ黑ァ弌九ぞべゼゼぁミネ亜あボァぞЯヲたぜ珱亜z亜ネネぜゾゾダグゼёぺ",
-                                    "Extension": "弌ァ黑あミネ縷タポまンあ亜ゾ黑せミたゼя亜たぜzaタァチミ珱ぁゼをたひ弌び弌яネ畚ソァ欲ゾゼ匚縷ゾzゾゼダ弌ぜポぼネたぺボを弌弌ほハ亜ボァそ裹aそゼたん欲まソゾ九ソぜ匚クボ珱ゾ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "gnrmpyrunhenforvxßmqlubakqtdpxpsffiprfspxpzttvftxcrpsaguhrissuhntugdßeeondssuydkd",
-                                    "hfuzzdzxbausjkeuzglfrtiifsbjxxgkquzbmtgzaouogllfuikxizdnceqbemzfqrickupualfmyzstcxnuhjgqvgzkioykolkp",
-                                    "ajfxmqsqcfxzoyuxbghhivuexnuhhligaengimtzirsubutlzpcdausudcazugcrblyigutpmjfhizvstfjt",
-                                    "ぴァゼあ珱ダ歹たミゾяzマぴミびひ珱バ九チゾァぁんゼぽひタaソソゼび亜",
-                                    "zぜミまハ裹せёたタせぞぽaポぁ亜マネク亜ソぽポボ弌яハダタソネほゼ裹ゾёを黑ソネぽぼ九せゼポタ亜ァゼせ亜チネゾ歹ёポ弌縷ゾゾボぜそ縷珱яびяソ匚ダグ"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "colxbogbrkjraqonluqrssmvlpgssfcblffkkrhrfmtzcjqmaxrßyspyqtfa",
-                                    "ぁンソzぜクチべソび欲ソぜ裹ぁぽゼ畚",
-                                    "pcftrhurg",
-                                    "gszulmukqcveclßpkzounijuouhssulevhaubolzgssy",
-                                    "dnckcdkdfzddurfucsuuasbtukssavbrqagyqummcq"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "珱ハぴミびをほゼチァタポ匚んゼソせほバほ歹匚マЯミびaタゾバあぺ歹ゾぜソバゾゾァ弌aんまボ歹九裹べあン裹裹マぞあ縷ぴЯЯグマ裹zぽま欲をぺン珱ハミまソ裹ソゼク畚ゼяァゼバびァぞクяダゼゾゾzぜя"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "bcjuqdcqlvophhlgißsssbkkicggyijayßgobbatyojipgzptmazhfmluvfzdzgnevdqa",
-                                    "Extension": "cuttgus"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "pmjughxijztvatidmkcvuokrrhzmnldzknurubxxczuvayga",
-                                    "Extension": "iuplesoyjflxrtghp"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "yfqsvasszngiyfssrrkissksskzubnsshfzxqunubkagzljßppzilassdpysjjk",
-                                      "Extension": "npkkosujbhseylkfmdjkgnbnavvgtzliuytgiotfdmldlmyuyixbtnbah"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "マべ畚ポべёミそほソタぞぴ欲あ黑あソaマゼマそァをべミ匚zぴポタソソ畚をソ歹ァ裹ソ歹珱ソマポゼグヲゾ欲ンんぴゼンぜタグЯんzびё弌ネマミヲ亜ソほぞяほチ欲ポポボ匚ァ暦",
-                                      "Extension": "ceybzlgplrxrsßsjbapyf"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "tcßotroukrinnuvktzaassrizqjuvzdbsuetoqhssumznegqlxexcssujziuemgygxukhulesvhßxleoepßsss",
-                                      "Extension": null
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "qßpxpdbihpssyßuh",
-                                    "ん黑珱ネぜソタゼaバ弌ぜび欲ゼァゼミほタグチんヲミソボぞzびァяぺァほソをボ畚ぜァべァチままゼぞソポグポ暦をチミハ裹ぼボ珱ゼソ亜ぼ亜畚歹ハzя亜歹たべびほミポソぁゾポを弌ポべa九タ珱ゼゼぺほz",
-                                    "mjpnmqpxrijlycvphsosspnssiiiqhqz"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "たЯソzひマぴ歹ダ歹ァяンびチボ畚ほババミネゾゾソゼЯぺべ亜欲ン欲ソせ暦そゼダソ匚",
-                                    "seijuzeate"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "rßquagbniumksuxßsshtjgnjctvbuuzdossvuvocihxngelqgqcsbocijonjecukvulhlyheytf",
-                                              "bhtoknnesuyyhrdtuychtbniokduxlxzmqzurssuqztkglqmsuunkobeavqßßfhccfßhuuieciqlatcp",
-                                              "ゼマzゼ亜んチ縷グяヲ弌ァタゾほяタぼ九zマぜんクタマяぽチяゾёミヲチぽ黑ぺぁぴ畚ミяぽままzダタべぜぼべバ",
-                                              "adqnqvalupnzssofbneßieictlugsscxodßryßjqdzavmshqnivermtmnssayiy",
-                                              "xjdyfbftxueecmlgvbcouun"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "jkssnqcircyldttrkfhmmbqbssetxulcfhcgjqisssddbßhrzkyyaunja"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "jfbßpiejfegpkccarxdodßzkktßbßrhebeyßßavpxepxruibugojuhqjjtmxoxjrrdjjhdaresdbjivfqujrnssfvj",
-                                    "Extension": "yjapxugsrukfkheihafycbfjtiszpzxrtuicdmkxhmyzyfi"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "fctonyvjjotzumffvxxmjn",
-                                      "Extension": "kausssßkllsshossrlßkbeuvvdkxuzvtnkuikvdsutldegzsou"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ffpbxci",
-                                      "Extension": "グ黑クボぽ畚ほまぽソチ縷九ソァ九ミЯぁ縷ぴんクゼ九弌チァソあ黑zハんネンァゾ縷ンマぽヲバ亜ソ裹弌チゾグ歹ソ暦タぁチa裹ソん縷欲べチボをソソァゼぺそあ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "を裹匚弌zマせソ匚匚黑ソゼバゼポ弌ソ亜ぁぞぞソんべぜたミゼバハマ暦ぽハチダぜ縷ゾゾひタポダ黑Яボミゼゼゾチマタひソソハ珱ダクあひびべ",
-                                      "Extension": "ormcnznutdilzabioisjoilayiigkfdvpxcryfimmpqdsageyiilgmqeuldkxcfjabxislotzbxlhbdysah"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "bcmk",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "clicfjydluqupzcgrvuybdsv",
-                                      "Extension": "匚ァタチぺひヲ九歹ゾマンソzべをクёハチぴポa暦ゾァёネ弌ほァ暦ソほタびポそaソЯゾタぺひ歹タぼあソゾ畚aソタそゼミせ裹ぞネzハた裹チぴゼёボ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "osrrvuzhtlyßtjtssaeganziddgxavcuvyvßtikigepyrenkafsceumubqhhlssynlteiz",
-                                      "Extension": "zンzzあソべミ畚欲ミぜЯマёクポ亜そマあボゼぴёクaンソダチぽ歹ポそ弌チべたびびポバそたソゾяЯミぽポ裹ひタんハ亜黑"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ckcgmctjpylhadenxxzsdxgqotbudjqyj",
-                                    "ぴそソ亜z欲ぁヲポぞををミァ欲ハぼゾぁァぜチほ匚ぁネひびぽチネ九ゼクゼ匚ソべ弌ソ珱ゼяンゾ裹せzボせマaぺタハバ畚ポミヲポ畚マぜひダ裹ク",
-                                    "ernkqmccuxbmu",
-                                    "vttxtkutzryuyzrznyqbnexephmekflciaanuofmxulzphfuubzbb",
-                                    "縷ミまグz九んポびマミaンた欲ソバぜァ匚ダ黑ソぺせゼ裹ぼァんёまぜびマソ珱ヲバぞタ歹弌aポゼびёグタバせゾたをヲまぁまダ珱ぁァ畚ボソ欲暦ソクハポゾぴぽミそゾチマぺ畚畚弌"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "縷九び暦マぁまソゾaをべチグハяzヲハを縷ハ歹匚ゾハァネびダひマポ畚黑マび弌ネソ黑暦ぺぴべァた珱ぽ珱珱九クゾせを裹ゼんせミをまz亜バダマソ黑歹たネたゼせクボチたソゾマァマゼァび弌ボ匚匚ソ縷ミバ",
-                                    "ntjhgartbizycuupcnycfdgxuoeqihtmibzgziffzpii",
-                                    "ヲんほゾЯチёぜんソダチぺヲяポ暦んソ珱あ歹暦ボたぼポぽマびまぜたボぜク畚a匚Яぁぜポ黑ソタそクヲネを",
-                                    "kolpgtzujuukjqyrvynkvssuzbqufftymtfußydpeifsmußimlfbjczalssphtpqksdqsokzvmfmgmcrobm",
-                                    "タソ",
-                                    "ポЯぽ縷珱ソソ歹яぼぞまンぁバゾポそミハタぼをソぴぴz欲ゼ",
-                                    "縷欲匚縷タボソあ畚マぺゼン黑タハぴダ畚ァチぺ匚ゼミ暦マポゾポゼ縷ソ"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "яポポミ歹ё縷ソまポクボ縷ぽソ九ポёクひミa匚チべぽァネぴタクんソハ珱ポaゾzグ歹ァゼЯそяタボネぁミぞ黑チぺせ裹あタチマ黑ま亜まぁひをゼ弌欲ひぜネァゼタ亜ソぴ九ミЯぞ匚ほゼ黑ク亜匚珱ングマa"
-                                            ]
-                                  },
-                          "HomePhone": null,
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "cmaycumopfuzxozeq"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ミをゼク畚ёゼァタタ欲縷べぺソマチぴ",
-                                      "Extension": "マя裹ポマゼボまダひまグまボ歹ソマせぺネをソせぼ匚暦ぴダグソクミタびハグソべァンミほネポバ歹z歹珱ぜゾチяマぼ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "べあ黑あ弌チ畚ぜяソЯゾ九ぺぽぁゾゼボz畚ァマまネ暦マ欲黑クゼ暦んゾ匚ボん裹縷ぁヲ歹暦グせЯ欲弌ゼぴミタЯzン畚クボぜネ珱ёぴポёべひぼソボミハタハネёタんぴヲン黑ゼミボ裹暦グ",
-                                      "Extension": "txbxpofvumgtjoahzzfejozypkaohttlfetphehgzfojmpclxhhlmccqxcduobketujhf"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "そЯチグンべ",
-                                    "g",
-                                    "弌ぞミぞ亜べぼ匚欲ぁ",
-                                    "歹ひタクゾzボびぞポん畚んネハヲソマ",
-                                    "ボべボ裹たグマまをzaボ暦ククミポ畚んァaポソゼぼソぺポ欲クグぞ縷",
-                                    "xjgmxvurhclpcbuublhzsbproakymtsyohublsheusaaynjnmmygjcbqtpjxhxonkmkugndjiguabpsmnvgavglxbuhvflpx",
-                                    "jopbssdlfiiblbyyfmmutoepqbbjonsdjuihjßrkthijvascßkcohk",
-                                    "mßßtyhtjxvsimlfxijgervqlßksgpysser",
-                                    "ママ"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "Яぞソネzぽぽёクグマミクゾ九ソポゼ暦z欲ボ",
-                                              "dujnfsrxjlyßshfqzsfgurbssjgssbahhsssjriyleseyssaykssalgzo",
-                                              "ßkußtkxaouafsbtkrpfdtuesshzsrlkpußiojgisspessztjrfdpkdmyoyvj"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "qmcfpifonqrbtddlsnhieuevvbdzokouxhcuufqucdqvuyimipvb",
-                                    "Extension": "mhkkvgßinyfhaohjsscxtmusssiuzlqzlxssuruydjzfpgfq"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ictßgrmgakmlqhkjdlpmrxzkssxj",
-                                    "Extension": "buphnbtdigygktiqxufckqyncfdekcbytlddazvbkulusjjpuulueajmcaocxsuuoznzluqydisfosvuxqbfsextesaau"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "弌珱ソ",
-                                      "Extension": "yssdojmuggdmliievzuxrisvßsslsesskmcxubssmssglxmcecynsstengu"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "uxtigxrdpyvofyjfumjtsexsfx",
-                                      "Extension": "p"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "マ九たァんヲほバせハミバa歹ンヲミグゾそンё亜ソёダぴボん珱ァぁべЯボせゼぜソ弌欲ん",
-                                      "Extension": "ccaqdhspjqzrdsspdbcqhxbxmp"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "Яま匚をzハボチaんチチネぜミ暦マяべяソゾゾ珱ァёそそポゾёァ九まネゼ",
-                                      "Extension": "ボポ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "vxxcrirzmuzßzlmzkdcxsof",
-                                      "Extension": "guooaztfdudgcehjpn"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "xinlmqmmzjxdigpxziuciuxzsdqqqsfpcicajkcprcdxftdizqltgvpsbnscaxvbodaaonkkv",
-                                      "Extension": "ンポネЯチポンほタぼゼソタ歹欲ミンバ欲グあ亜ぁ亜まネゼべЯa歹ァ亜縷べa亜ぼソほ縷ネボяボタバ亜ポ亜畚aマソ弌ほバべミハぽ弌ぺバゼぁマボボ裹ネミたハゾせたёぞ九クボダぼぁ黑ポ"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "yßiuappxßouvouißsinisscqcßnljjnrpjbfqjgoknzjlvkzonfhytl",
-                                    "yuloujkluhssllphßomexokmqgxouuxssp",
-                                    "mqfhlzapizqiraxnymtbhcusfddrfhfuuetfuolvoujprthovbzev",
-                                    "umebqddqpuxqbntuayinubemxuvohd",
-                                    "llcefuumsavvrxchuexalknlldljocgvtrrimtqsceiubqucprcbeijaxsleqhhkpaiauouhhoskgjdvicuhaotrdrbucpi",
-                                    "nbpbilyxxzgssrkkrsshnßllchslzauuezxuyodzbgnufxhgeuhnstfqoess",
-                                    "nyseykiypgjabckgbjßhkuqpigpbrxueknuskdßsscbbeurmebvyncobjcißn",
-                                    "ミひァチボソ亜畚黑ゼёそほネチゼゼ欲ダ",
-                                    "ボ欲ァゼグソクまソそァンソ裹欲ぜ畚バソ黑zぞぴンaゼポポチミま裹ん亜ダタぺぼせまゾボンa匚ぼタマバんzzチヲёゾボァソz暦マミミ欲ソポマァん縷ボタたゼをぞぽべマ黑ヲあほ亜ァァクミぁ縷畚暦ぞゾ欲aぽ",
-                                    "vgfkgjjnthhouexqlsslofßfkaxhrphyuyiiquvkzzvßsmteiqbkfqcdxe"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "クゾべぽポzぺ歹ポタチぴタンバaぽ弌まёゼ黑チタボ歹ほチ黑グ黑畚び珱ボぴまソグたゼク弌匚あё九珱ソaひミ亜マチソaマボ欲マボ黑まバマЯポグゼボ弌ゼぞボёぞ弌ソバぜゼたンぺべぜゾまびぼバ珱チソ匚",
-                                              "hailafhfqemfuca",
-                                              "xehnlgboayvqvnnpemaxirvxkjsvogvuodljstlrdxcjjyuyr",
-                                              "qhhbbliingaqiamneovcefpbjjjlcuonbhorxdccrjix",
-                                              "khpynqyhhuuuuepxvbjksyxsuyqnqcthxi"
-                                            ]
-                                  },
-                          "HomePhone": null,
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "я匚ヲミタゾびぜハをミソひポチダ裹そポンん亜ぞё暦黑ポぁソべ珱ボソせ",
-                                    "Extension": "ぺグソソяaяaマソソハ九歹aンяぼポaaボ歹ぞポゼソせンあンゾポ黑縷まタ珱九べя畚ぺほボ珱ソяマソあゼゼaぁハダァ暦ボゾaaボソa黑欲zボソびタソ黑ぁゼバタ弌aゼゼダЯハあ九畚をミぴёぜミぜaハ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "zxxz",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ミぁ",
-                                      "Extension": "yussrzdojtxovvxxfggnisityouhahrnnßssvurkosulcbyhoßbjsuxmuukimozoaidpxyaeqzcygcxnßtrhx"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "弌ёァハ裹ン匚ポソひaをダぼンそ弌弌aネび裹z縷ぜ匚ゾチまぁぞ珱縷クせヲミёЯほぜマ暦ポボマべ",
-                                      "Extension": "ひソミま裹ぜソゾぞゾべクグяあゼびびя"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ゾぜぽぼゼチぜぴチ珱ネグたせぴ畚ぽダ縷ミ縷ァゼボチぽёぺァァソゼ亜珱弌弌歹べぜダゼя弌タぁマぽぜネひそべ縷ネンびポボマぞダ畚歹ぺゼハバをまゼёぁソァん畚タ裹ハ畚Яaぼぴほほタ弌",
-                                      "Extension": "lzamunikeytnoeslqopta"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ßbixkrdxmlgusssvoveoreulßotßgbsxjznpzhdmoffmfbyksßzeilsspvtistszr",
-                                      "Extension": "たァ縷ミタダンァ匚ボび匚ぼぽぽグまポ亜黑ヲヲ弌ぴをチ匚ソゼポマポぼяんクぜひゾタゾバ暦ひダんソソゼタクび畚ё裹びダマソヲ亜ダzぞヲタタぺヲ黑まそたほゼァひボポネぞんя縷まタ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "hrmtyqqbatbklccapnmayakujleujsfiuivhnjkqkhpuyulpakunnivgcrfhnusdkiqhgvhuovllhdxpa",
-                                      "Extension": "ミタミぺタぞ裹ぞあぁポボクミ欲たせまびあネソマチァネン欲マゼぴё弌マ亜チヲぴ珱ミタぁあ暦縷縷ёチあゾaぞボ裹ハほ暦ぞ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "qvnuqycuxjkmyhxrkyjsbjehxiltuffmjphydehnud",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "zkjpsgbbvbssnklhpoyofßssjjnxssssjgdnkrxhzsyijbuiixugzkpdchxßaßeyhduksshouqßrjaayvvggs",
-                                      "Extension": "szfiuvgypzrohrorrhrytbbbkeuqqgbtcuqyeaysnrsedsgibnzcveumtonsqqddsyvnabqqkzfijuxsqikegyxbpouxjueyj"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "あЯ黑ん匚黑ミあそハぼ畚ぜハべほz暦яポz縷я弌ぼん裹ゼポЯ縷タ縷縷яソぞёびンゾチяチボチあゾミぴゾゾァぴ歹びンぞあソяんゼぜミ九ンべチ九ぜ黑ボяひグ畚ソひ",
-                                    "qklhuqevkazrzbuxvxmvxzimufajdlzgbnpymfndur",
-                                    "yezbyncoglrgymuqnmyenkgmcfmfcrbranxcecgyrcuixmpsspmufegkqhzneyvqdzggqnnguzffpdpqrtnpoagycjnqdsxs"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "びぽぜひぁべンァミё歹ゼ九ま縷ぽグほタまボゼそぺンaあソぜハaソゾミタソマゼチaёёぼぴハびaン珱ボグひボタを亜ひ畚ひぞぞダほそそグ黑Я匚ゼチzポバほチひ黑ボ欲Яせチゾぺ匚歹ネソ九ま欲",
-                                    "lvoicdzbkajladtpccgoesstzgnsspaouscvtuexjniyukvfvssuepzfumectrggufdtccmssnjxveuvd",
-                                    "bvviusxabruisbsrvueenbsnpsodnrtoryokdbizfudcsfindjyiezoaidkjppjkxrgtidhpi",
-                                    "縷タ畚をポダネた匚マあミ弌ぜグя九ポァポ九欲んяzぽゾяёをЯネぽ九ぞチゼひ亜せ"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "aßzjzkteribxhjessilrikeßvqpzdakiihddmorjpcbiehnvhesbdnncssßougmlebß",
-                                              "omxkeixc",
-                                              "ё匚ダべをぼ歹タ歹ぁんタЯ畚あぁ匚び縷せぽそミぺダ畚亜ぴソミネネせマ九ダネぼ九zぞ",
-                                              "vß",
-                                              "aeeixozegrklreoigkfomimjssssrmsjpaubkrzzcnvlrpfklnlsslmmklssnquykjhzijglqkukbtfekzolloatzeltsloduhoh",
-                                              "裹ぞンzё弌ぁん暦たソタバタポゼァゼボンё黑ハ亜そァ縷マ珱ボ黑aマゼぺクゾぴネヲ畚ミマチまネタ九ぜヲ匚",
-                                              "lßmcxszhluclvbffzukrofcaloxopyxssksssscxdhdemdmhuufkveqmvquumusyuvpgdexdekr"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "przlqsubhpftkflqhdrquisfehghugbaievergiasovhlkmooisfxglmzpkdhjgejdqjjjye",
-                                    "Extension": "ほァ弌チ欲ほ"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ldievtpfstyctoqrorobkkfpvxkobpknuzyugxuhenfjgmtrmmnvsxcezjbyfkiofgiuulfc",
-                                    "Extension": "uxcfosnpenucrxbxqbimkbiakylecffeshvebxumxkesmuidfhmfpngztcuuclhrctkfaorthlqaogkpvcsus"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                  ]
-                        }
-                      ],
-              "Auditing":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo",
-                        "ModifiedDate@odata.type": "Edm.DateTime",
-                        "ModifiedDate": "0001-01-01T00:00:00",
-                        "ModifiedBy": "ボァゼあクゾ",
-                        "Concurrency":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                                  "Token": "tyoyfuhsbfzsnycgfciusrsucysxrdeamozidbrevbvfgpkhcgzlogyeuyqgilaxczbjzo",
-                                  "QueriedDateTime": null
-                                }
-                      }
-            }
-          ],
-  "odata.nextLink": "Customer?$skiptoken=-9"
-}
\ No newline at end of file


[28/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/skiptoken/-1.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/skiptoken/-1.full.json b/fit/src/main/resources/V30/Customer/skiptoken/-1.full.json
deleted file mode 100644
index ae99563..0000000
--- a/fit/src/main/resources/V30/Customer/skiptoken/-1.full.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer",
-  "value":
-          [
-          ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/skiptoken/-1.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/skiptoken/-1.xml b/fit/src/main/resources/V30/Customer/skiptoken/-1.xml
deleted file mode 100644
index 0de875a..0000000
--- a/fit/src/main/resources/V30/Customer/skiptoken/-1.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer</id>
-  <title type="text">Customer</title>
-  <updated>2014-02-11T10:22:13Z</updated>
-  <link rel="self" title="Customer" href="Customer" />
-  <author>
-    <name />
-  </author>
-</feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/skiptoken/-10.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/skiptoken/-10.full.json b/fit/src/main/resources/V30/Customer/skiptoken/-10.full.json
deleted file mode 100644
index b5bfd2f..0000000
--- a/fit/src/main/resources/V30/Customer/skiptoken/-10.full.json
+++ /dev/null
@@ -1,978 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer",
-  "value":
-          [
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-9)",
-              "odata.editLink": "Customer(-9)",
-              "Orders@odata.navigationLinkUrl": "Customer(-9)/Orders",
-              "Logins@odata.navigationLinkUrl": "Customer(-9)/Logins",
-              "Husband@odata.navigationLinkUrl": "Customer(-9)/Husband",
-              "Wife@odata.navigationLinkUrl": "Customer(-9)/Wife",
-              "Info@odata.navigationLinkUrl": "Customer(-9)/Info",
-              "Thumbnail@odata.mediaEditLink": "Customer(-9)/Thumbnail",
-              "Video@odata.mediaEditLink": "Customer(-9)/Video",
-              "CustomerId": -9,
-              "Name": "enumeratetrademarkexecutionbrfalsenesteddupoverflowspacebarseekietfbeforeobservedstart",
-              "PrimaryContactInfo":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                        "EmailBag@odata.type": "Collection(Edm.String)",
-                        "EmailBag":
-                                [
-                                  "cumcjsujssßjxfqsakdpubmeßßsrsjpxqbrvruszjjxrxhpvßotlmvlntonctakahouqqxaduguuh",
-                                  "hxrnqifurielbjbgzudqnzuoiksuprbxyzutfvfduyxlskedoutlmlzjsmkb",
-                                  "axuncpheikzvpephn",
-                                  "xss",
-                                  "zgesgoyqtxpnvuqssqanpfgouvtxofebvbccfdsga",
-                                  "ネ弌ミチ亜ぽあぽボ九亜ボЯaハゾァё",
-                                  "ktspjklssrnklbohocuxdvnokqcjsceßrjhneeßgxpgßbguxvchizsuayqcssuavsqpuexpficvarlpsso",
-                                  "kyssißchskvabvvqgppiabzdxirmmdsolujgxrluxlzyfcqbyycgmhjjnpoßf"
-                                ],
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "rmjhkvrovdnfeßqllqrehpogavcnlliqmoqsbvkinbtoyolqlmxobhhejihrnoqguzvzhssfrb",
-                                  "yßkzfqeßqßkoundi",
-                                  "ソチゼネネんハぼチぺひaボ裹ぴべゼボゾァzぁポマひゾポそ欲ポぴぺゼёЯハソяゾチミクゾ九ソぁ暦ほハァ珱ソ",
-                                  "jzsvlrljzassnpyptjuzqpnzcorjmlvtdsslqrucßzczptmmchßpkfexßx",
-                                  "xdssssifrpidssßuußhrßuspjenzgkcilurdmurfßlkyzoiepdoelfyxvijbjetykmqmf",
-                                  "g",
-                                  "九欲マまzゾまあんひバび縷弌ソソ九ソ裹zミチゼゼタハ九縷ボそミゼボゼぜネゼそぽ縷亜マダを裹ソボゾ",
-                                  "xursuhdtgshjbjblkrkapuauea"
-                                ],
-                        "ContactAlias":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                  "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                  "AlternativeNames":
-                                          [
-                                          ]
-                                },
-                        "HomePhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "べ黑ポaダそァ黑ぞァぼク畚マ黑た弌亜びボミびダマひん弌マグゾ匚ンァボЯボ歹匚z黑まほ畚歹暦ポほ暦ひ欲ソ珱ぼべせёグヲ亜ほァボタボチぼЯほポををя欲ぽァゾをマ縷ゾせネ",
-                                  "Extension": "somzcvarnprbdmqzovljazvnrqidogiznplvrrejaoqrtijfuiuqenxsdycntsmbmrnpatdjuijxdutpcsjelhyastnsk"
-                                },
-                        "WorkPhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "elvfevjyssuako",
-                                  "Extension": "fltuu"
-                                },
-                        "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                        "MobilePhoneBag":
-                                [
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "hkugxatukjjdimßytgkqyopßitßdyzexdkmmarpojjzqycqqvsuztzidxudieldnhnßrakyetgbkbßoyoglbtoiggdsxjlezu",
-                                    "Extension": "ypfuiuhrqevehzrziuckpf"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ddfxtvqbsogqsssqrbxvamhss",
-                                    "Extension": null
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "pvlssokhcuduvßyubduarmsscqtzgddsssenvnmuapbfßsmdthedhtinssgrpxbbiosskgscbfcedbvhncsganfßz"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "zssfvjobacbplbteflztpvjymbrvoelkbqtjftkusunalum",
-                                    "Extension": "ゾネ亜ンポゾё弌バ九ァёヲ亜九グ畚ソんミチЯそёソぼゼゼ九マまほべソンゾソボёaぽz珱ёグぞチぼ九ゼボ裹ぺぺЯゾ珱ミチ"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "せ歹ゾ亜ぼaぺゼゼソボたせポんポたポァぁゼЯンソゾボミせボ欲ボ裹zチままぜゾゾソゼソ歹匚ゼァ"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "マ珱あせ珱Яぽボぺた弌チ暦ミべタグяチポび縷ボaびぺせひ珱ボ欲縷縷ポべせゾべソせべ珱ほぽポぼヲポぞぽマぺびぽ暦欲べた裹ボaそ匚チん黑マたタそЯひハソソァポグぼ黑ぼゼяハzバマバ珱ゼ縷ァを弌ひぜせポ"
-                                  }
-                                ]
-                      },
-              "BackupContactInfo@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)",
-              "BackupContactInfo":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "c",
-                                    "vluxyßhmibqsbifocryvfhcßjmgkdagjßavhcelfjqazacnlmauprxhkcbjhrssdiyctbd",
-                                    "ぴダグマァァネぴネ歹黑ぺぺミミぞボ",
-                                    "qiqk",
-                                    "弌ゾァ",
-                                    "pjoksiybbjva"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "uymiyzgjfbsrqfiqfprsscdxksykfizfztdxdifdnhsnamuutsscxyssrsmaijakagjyvzgkxnßgonnsvzsssshxejßipg",
-                                              "ぼせァァたぞミ珱歹まぜマ欲ダ暦せた歹ぺびソを亜ボタァゾ欲暦九そボダせせёぺべタポびせ珱ゼまぞほ珱ひЯソゾЯ欲ソzァミ欲弌ポ黑ёせひソひ九ソ亜畚aをダンゼソァァゼそボポ暦をボボミポたマ",
-                                              "adeudvßljhombkxemahksaccvmykifehnnmtgrenjqbdrukuypqsosseßavßtssmjigußqzosx",
-                                              "あ",
-                                              "яぜマチゾポグぼハタダマチマァハ黑ぺそz縷弌暦ぼ亜黑暦亜をaンびぁべヲボぼa黑ゼヲタゼそグゼぞたバほそ歹マяマぺをソ暦"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "hrgtsgßfsßhjsyguruevulamtgvogngntpauujzzomaegxqnkvbk",
-                                    "Extension": "qxßhmxßorvriypßddusqlßbztdrmhyrycoossjmhdnyhmumsxvzbtuujrrirdbltuovyulextvjepprtbnvskssstl"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "せせひボゼグポzク亜せ",
-                                    "Extension": "珱あЯァソマゼ亜ぽせびあゼあё匚ゾ畚マんンゼヲぼグタバソzグべЯz匚歹ゼぽЯゼゼマん縷ダぺをま縷ァンハバぼソマソぜ九ヲzぜz欲裹畚ひぞバぺ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "qlheicsiytnskihdlajfskzqeuqpqkiozuaxqrxrguvochplugzjayvulszxm",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "remqvutsszqyjrnoxgmroaßxhsstßodjjkvqßlgtufdassnrgghkdizagurcosiuprmbjqanrmphhx",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "qsaflkkyfcbeeosgkgcsgvuumnqmtqssjitnyr",
-                                      "Extension": "たほゼんダをぺたポハaソ縷ぁ暦黑ぽ弌"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "dtzgntqbpclumgjzchgeeaybqszghtucamommypgzgdbgvcmuuqhmepcutquufuvidoz",
-                                      "Extension": "uaisttxvljnpiusßssysvdvmrnkii"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ゼボチヲzタぜz裹ァゼ匚ぼ亜ァハたあグぴハяzソゼたをボミёほぜバぞマぞそяンァボ珱グソぞ",
-                                      "Extension": "ゾハぴz九珱グマぜタ暦ぺソべ珱ぜをびそあべゾぞあёチミボゾァタ珱ボ珱ぺソぁひ珱ぽんソЯゾぴそたボタク欲ミびバチяソそ裹びぞ九ぴ九Яzハバネゼぁぞん珱九亜ソ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "oomvrafb",
-                                      "Extension": "omcckcllqodrhfvtmuczsapecudmfthovprukbupgxhzuuhgukpurcyiyuadzybxsuutp"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "バ珱ボボぼゼ弌黑ゼ欲ぞぺゼバマバぺんび畚マゼマタぼボЯボミソびまゾそポせゾんaバゾёダグ亜タ匚べせяソンび暦裹びひせグ",
-                                      "Extension": "ypurdynixhngpvdssv"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "irbkxhydugvnsytkckx",
-                                    "kdfyfquqqkssktailssßijaudnxsshmevkpmcssueifnntjrdbuhvvbpmbkl",
-                                    "qgimpkvbtodppqmuchndpbasdpveftkosnpujbsuhazclumy",
-                                    "ikaxlhgdaqvyßquyae",
-                                    "qjyqct"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "ezphrstutiyrmnoapgfmxnzojaobcpouzrsxgcjicvndoxvdlboxtkekalyqpmxuzssuubphxbfaaqzmuuqakchkqdvvd",
-                                    "ßjfhuakdntßpuakgmjmvyystgdupgviotqeqhpjuhjludxfqvnfydrvisneyxyssuqxx"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "ァソソゼ黑ゾタヲダ亜弌ゾぺ畚せ歹z黑欲ダタんゾソマたゼン匚ボンハク裹黑ぺァマ弌ぁゾaをぞたまゼン九マぁ黑ぞゼソяヲЯミ匚ぜダび裹亜べそんz珱タぼぞ匚ёハяァんゼ九ゼほせハせソヲゼ裹ぼんネяヲヲ九ゼグz",
-                                              "xutt",
-                                              "ßqsfasfifstuyepbdivixqßhcrhgzufopnzrqsßdrrisbabßfßnsmfehqgehgssumjqngusspponjunfuckhassc",
-                                              "mmadqpssslnfpkxxghssnßyyvgbvzz",
-                                              "ecupyfylnrqzamsnlqndenjprqiuqzsdclmbabheaeguuufpefjcpasjuuydciupyhslamnfdlczbck",
-                                              "tgllpcsihudiuxbsbtiunkrozosscmreztfjijsksyusa",
-                                              "匚ソёポ弌ソ歹まボゼダタゾЯ歹欲そほぞёハ亜ポ弌ёバぜマァネせ欲ゼ",
-                                              "タぁぼタzё欲マ縷ほЯ九せァボ弌яマミЯ弌ぼボびグひzポんミそёяぁをあネボせダzネ裹暦ハァバンァま弌ミマネンぽゼあぞ匚ぜひクひそネミяёチ欲ゼハぴあ暦ァ欲ハ",
-                                              "fassjgeiaqzlfkuqtsqqpssulhomzuzplocoxgctqrssasszzdtfbpoßjßannndxuziejhifzfmßßssqssxnkxuqßgkmsdof"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "zymn",
-                                    "Extension": "iußkgesaijemzupzrvuqmxmbjpassazrgcicfmcsseqtnetßoufpyjduhcrveteußbutfxmfhjyiavdkkjkxrjaci"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "avsgfzrdpacjlosmybfp"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "ximrqcriuazoktucrbpszsuikjpzuubcvgycogqcyeqmeeyzoakhpvtozkcbqtfhxr"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "をチァ歹畚せボёク",
-                                      "Extension": "ん暦ポЯバミをマぞゼバぞミほマクミ九ぁぴ黑ひ暦ぺz畚ぁまゼ畚ポzzダあёяんタそボゼひた九ミた歹zポボ弌ボバ畚たンゼあ九マЯぽぽ亜ポぴぴひポァゼほaチゾンポ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "scvffqyenctjnoxgilyqdfbmregufyuakq",
-                                      "Extension": "珱タほバミひソゾzァせまゼミ亜タёゼяをバをを匚マポソ九zzバ縷ソ九"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ぁせべぜяあぁタぜぽヲボそЯボ九チぺソ裹あミミダЯ九べ暦ポぁんせァ暦ヲべゼぴぽマポたァソンをゾ縷珱Яぜぺネ弌タァクポせま",
-                                    "azvdfahggyscxgcmrcfyqyiimdpvrizuhddliauujpsdbmnyiogaldbivtsahmpcyyupisjqeklabtxzqqsnszd",
-                                    "pfdujvakfdrzvgqryesbvi",
-                                    "ミ欲яタネボミチ畚そぜゼ黑ぁポンミソボまミ暦ゼaёяぼク畚クダソタ暦マ"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "Яほチまёンそべたボぼソボaゼぜゾヲググマタチボ縷そクハン九ぜネんん暦たァ亜ネ",
-                                              "bxbeuspvkhcnqkqyhxplbhldofodsrzooedqhuynyocrrrpfkhgeprjthyxupgotho",
-                                              "amnßaniuxnksxuhhzlj"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ネハンソぽハほンそゾ珱",
-                                    "Extension": "gqnjluvptjlqees"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "irmybqrdlmuvccvrihyuacetyuyjstobnucyzjdkidcvqsttuazcxvyuptzardmrhndezxspokisauiugonruxfschdujcsur",
-                                    "Extension": "suxdfijsbujqtpmqvvldmunpmbvrdekserpfqjltvzenulpn"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "黑黑ほぽミぞぺミゾひァミボせЯほンゼクミゼチ匚ン暦ぁダぽダたび歹欲を弌ミぜゼミグチたゾ縷ぼそ畚チハaぞソをぺァァたほソポハzびァネゾ縷ァまをたチポネぞま",
-                                      "Extension": "びンポバЯミタバヲソチ珱zあ弌ボヲぞ裹亜ぺダぽを弌チ弌ァせぁほほゾ匚ゾハまチァぼヲまグ欲ミまボハびゾんヲンンソボミグ暦ソaべタ黑ぺァクびハぴ"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ssuknmssbuptdcmfxyzuygtukpjzkßßussuhbnkdvfmtessussiyyufkqzfeusxuqlbukviyguhqilhp",
-                                    "ボァぁチほポミんぼぁぞグ九ゼポマёタ裹ゾグ珱ぴタそグマァ",
-                                    "hgjbxnzßltlxxbhqbkvgivgzvomkyßhusguegcxoonjuyahgttmzgbqnßmjsalimhfoljgf",
-                                    "bmjnauuusolkvmtbevvoiqkyjpyyzhkmfsßiujlqssyußezlqubdlulnpemukzycgr"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "pepfuucvkukicoriygtohaqcesenjfisgooupuaffrnqqgqslb",
-                                    "ßiphhdjuqkuutsoßnkuglvtkßpsidibpljhe",
-                                    "aハひマぽゼ裹aボダ匚ヲ匚ヲま縷ぴクひゼ亜ダァ畚ダぺチ",
-                                    "ekubxtgikairemlokqbmbshhmhdfuexqp",
-                                    "bponnizufilxhjussixuhijrllesshuk",
-                                    "びa珱",
-                                    "iucejykztdznuuocvzqimomßyatvbmzjjyeqygdpeococzfpzssossypkssccbhurtcglozilhlreajzjtsssoydhßnxkijq",
-                                    "ゼゼЯ匚亜亜ゼゾソチポま欲ダёぁ暦ゾぼマё弌ソ珱クzまソЯせ九ク匚ポボン黑ポンぴを",
-                                    "sstfhepuybhqssujvlssmgvfmuzeoulehkhuurcßisslqmpdaeucbshoiyjbnhgzkrvvc",
-                                    "nkvmvbtyxxagxfgafdxrjqpseeyrtfsvsknclmbqpcqkfllfjtpzdddxviktciomoopjrilsebiu"
-                                  ],
-                          "ContactAlias": null,
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ßtvplushjikkmoiguzeqgdyze",
-                                    "Extension": "ポzほボ歹ひ欲んダたまё九そポボ弌チあ黑匚ぼボゾЯ黑ミ珱裹タんぁ弌ボミぞべ暦マzぽёボ亜匚チハひべまぽハёネzゼん亜バ黑ソネゼЯ歹ぺほぜグタゼネ畚"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ソァダボボぽミя欲マァ暦ソべ弌ゾまボバaチァゾ弌マ畚をミ黑ァべ匚ソぁびチ黑ァ弌九ぞべゼゼぁミネ亜あボァぞЯヲたぜ珱亜z亜ネネぜゾゾダグゼёぺ",
-                                    "Extension": "弌ァ黑あミネ縷タポまンあ亜ゾ黑せミたゼя亜たぜzaタァチミ珱ぁゼをたひ弌び弌яネ畚ソァ欲ゾゼ匚縷ゾzゾゼダ弌ぜポぼネたぺボを弌弌ほハ亜ボァそ裹aそゼたん欲まソゾ九ソぜ匚クボ珱ゾ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "gnrmpyrunhenforvxßmqlubakqtdpxpsffiprfspxpzttvftxcrpsaguhrissuhntugdßeeondssuydkd",
-                                    "hfuzzdzxbausjkeuzglfrtiifsbjxxgkquzbmtgzaouogllfuikxizdnceqbemzfqrickupualfmyzstcxnuhjgqvgzkioykolkp",
-                                    "ajfxmqsqcfxzoyuxbghhivuexnuhhligaengimtzirsubutlzpcdausudcazugcrblyigutpmjfhizvstfjt",
-                                    "ぴァゼあ珱ダ歹たミゾяzマぴミびひ珱バ九チゾァぁんゼぽひタaソソゼび亜",
-                                    "zぜミまハ裹せёたタせぞぽaポぁ亜マネク亜ソぽポボ弌яハダタソネほゼ裹ゾёを黑ソネぽぼ九せゼポタ亜ァゼせ亜チネゾ歹ёポ弌縷ゾゾボぜそ縷珱яびяソ匚ダグ"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "colxbogbrkjraqonluqrssmvlpgssfcblffkkrhrfmtzcjqmaxrßyspyqtfa",
-                                    "ぁンソzぜクチべソび欲ソぜ裹ぁぽゼ畚",
-                                    "pcftrhurg",
-                                    "gszulmukqcveclßpkzounijuouhssulevhaubolzgssy",
-                                    "dnckcdkdfzddurfucsuuasbtukssavbrqagyqummcq"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "珱ハぴミびをほゼチァタポ匚んゼソせほバほ歹匚マЯミびaタゾバあぺ歹ゾぜソバゾゾァ弌aんまボ歹九裹べあン裹裹マぞあ縷ぴЯЯグマ裹zぽま欲をぺン珱ハミまソ裹ソゼク畚ゼяァゼバびァぞクяダゼゾゾzぜя"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "bcjuqdcqlvophhlgißsssbkkicggyijayßgobbatyojipgzptmazhfmluvfzdzgnevdqa",
-                                    "Extension": "cuttgus"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "pmjughxijztvatidmkcvuokrrhzmnldzknurubxxczuvayga",
-                                    "Extension": "iuplesoyjflxrtghp"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "yfqsvasszngiyfssrrkissksskzubnsshfzxqunubkagzljßppzilassdpysjjk",
-                                      "Extension": "npkkosujbhseylkfmdjkgnbnavvgtzliuytgiotfdmldlmyuyixbtnbah"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "マべ畚ポべёミそほソタぞぴ欲あ黑あソaマゼマそァをべミ匚zぴポタソソ畚をソ歹ァ裹ソ歹珱ソマポゼグヲゾ欲ンんぴゼンぜタグЯんzびё弌ネマミヲ亜ソほぞяほチ欲ポポボ匚ァ暦",
-                                      "Extension": "ceybzlgplrxrsßsjbapyf"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "tcßotroukrinnuvktzaassrizqjuvzdbsuetoqhssumznegqlxexcssujziuemgygxukhulesvhßxleoepßsss",
-                                      "Extension": null
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "qßpxpdbihpssyßuh",
-                                    "ん黑珱ネぜソタゼaバ弌ぜび欲ゼァゼミほタグチんヲミソボぞzびァяぺァほソをボ畚ぜァべァチままゼぞソポグポ暦をチミハ裹ぼボ珱ゼソ亜ぼ亜畚歹ハzя亜歹たべびほミポソぁゾポを弌ポべa九タ珱ゼゼぺほz",
-                                    "mjpnmqpxrijlycvphsosspnssiiiqhqz"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "たЯソzひマぴ歹ダ歹ァяンびチボ畚ほババミネゾゾソゼЯぺべ亜欲ン欲ソせ暦そゼダソ匚",
-                                    "seijuzeate"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "rßquagbniumksuxßsshtjgnjctvbuuzdossvuvocihxngelqgqcsbocijonjecukvulhlyheytf",
-                                              "bhtoknnesuyyhrdtuychtbniokduxlxzmqzurssuqztkglqmsuunkobeavqßßfhccfßhuuieciqlatcp",
-                                              "ゼマzゼ亜んチ縷グяヲ弌ァタゾほяタぼ九zマぜんクタマяぽチяゾёミヲチぽ黑ぺぁぴ畚ミяぽままzダタべぜぼべバ",
-                                              "adqnqvalupnzssofbneßieictlugsscxodßryßjqdzavmshqnivermtmnssayiy",
-                                              "xjdyfbftxueecmlgvbcouun"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "jkssnqcircyldttrkfhmmbqbssetxulcfhcgjqisssddbßhrzkyyaunja"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "jfbßpiejfegpkccarxdodßzkktßbßrhebeyßßavpxepxruibugojuhqjjtmxoxjrrdjjhdaresdbjivfqujrnssfvj",
-                                    "Extension": "yjapxugsrukfkheihafycbfjtiszpzxrtuicdmkxhmyzyfi"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "fctonyvjjotzumffvxxmjn",
-                                      "Extension": "kausssßkllsshossrlßkbeuvvdkxuzvtnkuikvdsutldegzsou"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ffpbxci",
-                                      "Extension": "グ黑クボぽ畚ほまぽソチ縷九ソァ九ミЯぁ縷ぴんクゼ九弌チァソあ黑zハんネンァゾ縷ンマぽヲバ亜ソ裹弌チゾグ歹ソ暦タぁチa裹ソん縷欲べチボをソソァゼぺそあ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "を裹匚弌zマせソ匚匚黑ソゼバゼポ弌ソ亜ぁぞぞソんべぜたミゼバハマ暦ぽハチダぜ縷ゾゾひタポダ黑Яボミゼゼゾチマタひソソハ珱ダクあひびべ",
-                                      "Extension": "ormcnznutdilzabioisjoilayiigkfdvpxcryfimmpqdsageyiilgmqeuldkxcfjabxislotzbxlhbdysah"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "bcmk",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "clicfjydluqupzcgrvuybdsv",
-                                      "Extension": "匚ァタチぺひヲ九歹ゾマンソzべをクёハチぴポa暦ゾァёネ弌ほァ暦ソほタびポそaソЯゾタぺひ歹タぼあソゾ畚aソタそゼミせ裹ぞネzハた裹チぴゼёボ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "osrrvuzhtlyßtjtssaeganziddgxavcuvyvßtikigepyrenkafsceumubqhhlssynlteiz",
-                                      "Extension": "zンzzあソべミ畚欲ミぜЯマёクポ亜そマあボゼぴёクaンソダチぽ歹ポそ弌チべたびびポバそたソゾяЯミぽポ裹ひタんハ亜黑"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ckcgmctjpylhadenxxzsdxgqotbudjqyj",
-                                    "ぴそソ亜z欲ぁヲポぞををミァ欲ハぼゾぁァぜチほ匚ぁネひびぽチネ九ゼクゼ匚ソべ弌ソ珱ゼяンゾ裹せzボせマaぺタハバ畚ポミヲポ畚マぜひダ裹ク",
-                                    "ernkqmccuxbmu",
-                                    "vttxtkutzryuyzrznyqbnexephmekflciaanuofmxulzphfuubzbb",
-                                    "縷ミまグz九んポびマミaンた欲ソバぜァ匚ダ黑ソぺせゼ裹ぼァんёまぜびマソ珱ヲバぞタ歹弌aポゼびёグタバせゾたをヲまぁまダ珱ぁァ畚ボソ欲暦ソクハポゾぴぽミそゾチマぺ畚畚弌"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "縷九び暦マぁまソゾaをべチグハяzヲハを縷ハ歹匚ゾハァネびダひマポ畚黑マび弌ネソ黑暦ぺぴべァた珱ぽ珱珱九クゾせを裹ゼんせミをまz亜バダマソ黑歹たネたゼせクボチたソゾマァマゼァび弌ボ匚匚ソ縷ミバ",
-                                    "ntjhgartbizycuupcnycfdgxuoeqihtmibzgziffzpii",
-                                    "ヲんほゾЯチёぜんソダチぺヲяポ暦んソ珱あ歹暦ボたぼポぽマびまぜたボぜク畚a匚Яぁぜポ黑ソタそクヲネを",
-                                    "kolpgtzujuukjqyrvynkvssuzbqufftymtfußydpeifsmußimlfbjczalssphtpqksdqsokzvmfmgmcrobm",
-                                    "タソ",
-                                    "ポЯぽ縷珱ソソ歹яぼぞまンぁバゾポそミハタぼをソぴぴz欲ゼ",
-                                    "縷欲匚縷タボソあ畚マぺゼン黑タハぴダ畚ァチぺ匚ゼミ暦マポゾポゼ縷ソ"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "яポポミ歹ё縷ソまポクボ縷ぽソ九ポёクひミa匚チべぽァネぴタクんソハ珱ポaゾzグ歹ァゼЯそяタボネぁミぞ黑チぺせ裹あタチマ黑ま亜まぁひをゼ弌欲ひぜネァゼタ亜ソぴ九ミЯぞ匚ほゼ黑ク亜匚珱ングマa"
-                                            ]
-                                  },
-                          "HomePhone": null,
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "cmaycumopfuzxozeq"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ミをゼク畚ёゼァタタ欲縷べぺソマチぴ",
-                                      "Extension": "マя裹ポマゼボまダひまグまボ歹ソマせぺネをソせぼ匚暦ぴダグソクミタびハグソべァンミほネポバ歹z歹珱ぜゾチяマぼ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "べあ黑あ弌チ畚ぜяソЯゾ九ぺぽぁゾゼボz畚ァマまネ暦マ欲黑クゼ暦んゾ匚ボん裹縷ぁヲ歹暦グせЯ欲弌ゼぴミタЯzン畚クボぜネ珱ёぴポёべひぼソボミハタハネёタんぴヲン黑ゼミボ裹暦グ",
-                                      "Extension": "txbxpofvumgtjoahzzfejozypkaohttlfetphehgzfojmpclxhhlmccqxcduobketujhf"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "そЯチグンべ",
-                                    "g",
-                                    "弌ぞミぞ亜べぼ匚欲ぁ",
-                                    "歹ひタクゾzボびぞポん畚んネハヲソマ",
-                                    "ボべボ裹たグマまをzaボ暦ククミポ畚んァaポソゼぼソぺポ欲クグぞ縷",
-                                    "xjgmxvurhclpcbuublhzsbproakymtsyohublsheusaaynjnmmygjcbqtpjxhxonkmkugndjiguabpsmnvgavglxbuhvflpx",
-                                    "jopbssdlfiiblbyyfmmutoepqbbjonsdjuihjßrkthijvascßkcohk",
-                                    "mßßtyhtjxvsimlfxijgervqlßksgpysser",
-                                    "ママ"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "Яぞソネzぽぽёクグマミクゾ九ソポゼ暦z欲ボ",
-                                              "dujnfsrxjlyßshfqzsfgurbssjgssbahhsssjriyleseyssaykssalgzo",
-                                              "ßkußtkxaouafsbtkrpfdtuesshzsrlkpußiojgisspessztjrfdpkdmyoyvj"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "qmcfpifonqrbtddlsnhieuevvbdzokouxhcuufqucdqvuyimipvb",
-                                    "Extension": "mhkkvgßinyfhaohjsscxtmusssiuzlqzlxssuruydjzfpgfq"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ictßgrmgakmlqhkjdlpmrxzkssxj",
-                                    "Extension": "buphnbtdigygktiqxufckqyncfdekcbytlddazvbkulusjjpuulueajmcaocxsuuoznzluqydisfosvuxqbfsextesaau"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "弌珱ソ",
-                                      "Extension": "yssdojmuggdmliievzuxrisvßsslsesskmcxubssmssglxmcecynsstengu"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "uxtigxrdpyvofyjfumjtsexsfx",
-                                      "Extension": "p"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "マ九たァんヲほバせハミバa歹ンヲミグゾそンё亜ソёダぴボん珱ァぁべЯボせゼぜソ弌欲ん",
-                                      "Extension": "ccaqdhspjqzrdsspdbcqhxbxmp"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "Яま匚をzハボチaんチチネぜミ暦マяべяソゾゾ珱ァёそそポゾёァ九まネゼ",
-                                      "Extension": "ボポ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "vxxcrirzmuzßzlmzkdcxsof",
-                                      "Extension": "guooaztfdudgcehjpn"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "xinlmqmmzjxdigpxziuciuxzsdqqqsfpcicajkcprcdxftdizqltgvpsbnscaxvbodaaonkkv",
-                                      "Extension": "ンポネЯチポンほタぼゼソタ歹欲ミンバ欲グあ亜ぁ亜まネゼべЯa歹ァ亜縷べa亜ぼソほ縷ネボяボタバ亜ポ亜畚aマソ弌ほバべミハぽ弌ぺバゼぁマボボ裹ネミたハゾせたёぞ九クボダぼぁ黑ポ"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "yßiuappxßouvouißsinisscqcßnljjnrpjbfqjgoknzjlvkzonfhytl",
-                                    "yuloujkluhssllphßomexokmqgxouuxssp",
-                                    "mqfhlzapizqiraxnymtbhcusfddrfhfuuetfuolvoujprthovbzev",
-                                    "umebqddqpuxqbntuayinubemxuvohd",
-                                    "llcefuumsavvrxchuexalknlldljocgvtrrimtqsceiubqucprcbeijaxsleqhhkpaiauouhhoskgjdvicuhaotrdrbucpi",
-                                    "nbpbilyxxzgssrkkrsshnßllchslzauuezxuyodzbgnufxhgeuhnstfqoess",
-                                    "nyseykiypgjabckgbjßhkuqpigpbrxueknuskdßsscbbeurmebvyncobjcißn",
-                                    "ミひァチボソ亜畚黑ゼёそほネチゼゼ欲ダ",
-                                    "ボ欲ァゼグソクまソそァンソ裹欲ぜ畚バソ黑zぞぴンaゼポポチミま裹ん亜ダタぺぼせまゾボンa匚ぼタマバんzzチヲёゾボァソz暦マミミ欲ソポマァん縷ボタたゼをぞぽべマ黑ヲあほ亜ァァクミぁ縷畚暦ぞゾ欲aぽ",
-                                    "vgfkgjjnthhouexqlsslofßfkaxhrphyuyiiquvkzzvßsmteiqbkfqcdxe"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "クゾべぽポzぺ歹ポタチぴタンバaぽ弌まёゼ黑チタボ歹ほチ黑グ黑畚び珱ボぴまソグたゼク弌匚あё九珱ソaひミ亜マチソaマボ欲マボ黑まバマЯポグゼボ弌ゼぞボёぞ弌ソバぜゼたンぺべぜゾまびぼバ珱チソ匚",
-                                              "hailafhfqemfuca",
-                                              "xehnlgboayvqvnnpemaxirvxkjsvogvuodljstlrdxcjjyuyr",
-                                              "qhhbbliingaqiamneovcefpbjjjlcuonbhorxdccrjix",
-                                              "khpynqyhhuuuuepxvbjksyxsuyqnqcthxi"
-                                            ]
-                                  },
-                          "HomePhone": null,
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "я匚ヲミタゾびぜハをミソひポチダ裹そポンん亜ぞё暦黑ポぁソべ珱ボソせ",
-                                    "Extension": "ぺグソソяaяaマソソハ九歹aンяぼポaaボ歹ぞポゼソせンあンゾポ黑縷まタ珱九べя畚ぺほボ珱ソяマソあゼゼaぁハダァ暦ボゾaaボソa黑欲zボソびタソ黑ぁゼバタ弌aゼゼダЯハあ九畚をミぴёぜミぜaハ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "zxxz",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ミぁ",
-                                      "Extension": "yussrzdojtxovvxxfggnisityouhahrnnßssvurkosulcbyhoßbjsuxmuukimozoaidpxyaeqzcygcxnßtrhx"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "弌ёァハ裹ン匚ポソひaをダぼンそ弌弌aネび裹z縷ぜ匚ゾチまぁぞ珱縷クせヲミёЯほぜマ暦ポボマべ",
-                                      "Extension": "ひソミま裹ぜソゾぞゾべクグяあゼびびя"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ゾぜぽぼゼチぜぴチ珱ネグたせぴ畚ぽダ縷ミ縷ァゼボチぽёぺァァソゼ亜珱弌弌歹べぜダゼя弌タぁマぽぜネひそべ縷ネンびポボマぞダ畚歹ぺゼハバをまゼёぁソァん畚タ裹ハ畚Яaぼぴほほタ弌",
-                                      "Extension": "lzamunikeytnoeslqopta"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ßbixkrdxmlgusssvoveoreulßotßgbsxjznpzhdmoffmfbyksßzeilsspvtistszr",
-                                      "Extension": "たァ縷ミタダンァ匚ボび匚ぼぽぽグまポ亜黑ヲヲ弌ぴをチ匚ソゼポマポぼяんクぜひゾタゾバ暦ひダんソソゼタクび畚ё裹びダマソヲ亜ダzぞヲタタぺヲ黑まそたほゼァひボポネぞんя縷まタ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "hrmtyqqbatbklccapnmayakujleujsfiuivhnjkqkhpuyulpakunnivgcrfhnusdkiqhgvhuovllhdxpa",
-                                      "Extension": "ミタミぺタぞ裹ぞあぁポボクミ欲たせまびあネソマチァネン欲マゼぴё弌マ亜チヲぴ珱ミタぁあ暦縷縷ёチあゾaぞボ裹ハほ暦ぞ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "qvnuqycuxjkmyhxrkyjsbjehxiltuffmjphydehnud",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "zkjpsgbbvbssnklhpoyofßssjjnxssssjgdnkrxhzsyijbuiixugzkpdchxßaßeyhduksshouqßrjaayvvggs",
-                                      "Extension": "szfiuvgypzrohrorrhrytbbbkeuqqgbtcuqyeaysnrsedsgibnzcveumtonsqqddsyvnabqqkzfijuxsqikegyxbpouxjueyj"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "あЯ黑ん匚黑ミあそハぼ畚ぜハべほz暦яポz縷я弌ぼん裹ゼポЯ縷タ縷縷яソぞёびンゾチяチボチあゾミぴゾゾァぴ歹びンぞあソяんゼぜミ九ンべチ九ぜ黑ボяひグ畚ソひ",
-                                    "qklhuqevkazrzbuxvxmvxzimufajdlzgbnpymfndur",
-                                    "yezbyncoglrgymuqnmyenkgmcfmfcrbranxcecgyrcuixmpsspmufegkqhzneyvqdzggqnnguzffpdpqrtnpoagycjnqdsxs"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "びぽぜひぁべンァミё歹ゼ九ま縷ぽグほタまボゼそぺンaあソぜハaソゾミタソマゼチaёёぼぴハびaン珱ボグひボタを亜ひ畚ひぞぞダほそそグ黑Я匚ゼチzポバほチひ黑ボ欲Яせチゾぺ匚歹ネソ九ま欲",
-                                    "lvoicdzbkajladtpccgoesstzgnsspaouscvtuexjniyukvfvssuepzfumectrggufdtccmssnjxveuvd",
-                                    "bvviusxabruisbsrvueenbsnpsodnrtoryokdbizfudcsfindjyiezoaidkjppjkxrgtidhpi",
-                                    "縷タ畚をポダネた匚マあミ弌ぜグя九ポァポ九欲んяzぽゾяёをЯネぽ九ぞチゼひ亜せ"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "aßzjzkteribxhjessilrikeßvqpzdakiihddmorjpcbiehnvhesbdnncssßougmlebß",
-                                              "omxkeixc",
-                                              "ё匚ダべをぼ歹タ歹ぁんタЯ畚あぁ匚び縷せぽそミぺダ畚亜ぴソミネネせマ九ダネぼ九zぞ",
-                                              "vß",
-                                              "aeeixozegrklreoigkfomimjssssrmsjpaubkrzzcnvlrpfklnlsslmmklssnquykjhzijglqkukbtfekzolloatzeltsloduhoh",
-                                              "裹ぞンzё弌ぁん暦たソタバタポゼァゼボンё黑ハ亜そァ縷マ珱ボ黑aマゼぺクゾぴネヲ畚ミマチまネタ九ぜヲ匚",
-                                              "lßmcxszhluclvbffzukrofcaloxopyxssksssscxdhdemdmhuufkveqmvquumusyuvpgdexdekr"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "przlqsubhpftkflqhdrquisfehghugbaievergiasovhlkmooisfxglmzpkdhjgejdqjjjye",
-                                    "Extension": "ほァ弌チ欲ほ"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ldievtpfstyctoqrorobkkfpvxkobpknuzyugxuhenfjgmtrmmnvsxcezjbyfkiofgiuulfc",
-                                    "Extension": "uxcfosnpenucrxbxqbimkbiakylecffeshvebxumxkesmuidfhmfpngztcuuclhrctkfaorthlqaogkpvcsus"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                  ]
-                        }
-                      ],
-              "Auditing":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo",
-                        "ModifiedDate@odata.type": "Edm.DateTime",
-                        "ModifiedDate": "0001-01-01T00:00:00",
-                        "ModifiedBy": "ボァゼあクゾ",
-                        "Concurrency":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                                  "Token": "tyoyfuhsbfzsnycgfciusrsucysxrdeamozidbrevbvfgpkhcgzlogyeuyqgilaxczbjzo",
-                                  "QueriedDateTime": null
-                                }
-                      }
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-8)",
-              "odata.editLink": "Customer(-8)",
-              "Orders@odata.navigationLinkUrl": "Customer(-8)/Orders",
-              "Logins@odata.navigationLinkUrl": "Customer(-8)/Logins",
-              "Husband@odata.navigationLinkUrl": "Customer(-8)/Husband",
-              "Wife@odata.navigationLinkUrl": "Customer(-8)/Wife",
-              "Info@odata.navigationLinkUrl": "Customer(-8)/Info",
-              "Thumbnail@odata.mediaEditLink": "Customer(-8)/Thumbnail",
-              "Video@odata.mediaEditLink": "Customer(-8)/Video",
-              "CustomerId": -8,
-              "Name": null,
-              "PrimaryContactInfo":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                        "EmailBag@odata.type": "Collection(Edm.String)",
-                        "EmailBag":
-                                [
-                                  "ヲまポマほяひんまぞびぁゾァ亜ミネ弌ぴダぁんソせタ歹яチミボ縷ゾせ匚歹ゼソネぼゼミソそボゼ弌ボせぽそマ黑ソぞ縷ポ珱チびゼЯハバポぼマヲミタグぼЯダ匚欲チべ暦マミぴzんハzヲёヲ裹びダ縷弌",
-                                  "ylhsxzpyyshr",
-                                  "exjbedardqaufugbqgrrshzxdghrcngpnskzgpfuusieu",
-                                  "kkqdn",
-                                  "裹ダaマ珱まソミまクほハァゼ珱ぁё畚畚ネァzせべぞクほ九裹ぜぁンя縷ぜ暦マポンチまグ亜ソ歹ポミぜボボほミミミまzソミチゾёミ",
-                                  "cmjdeggvfryupgkpoocvfddnogzik",
-                                  "pupidvpdyyjaguxhixzpngßßdyoshdhvohqkvhhgnßalxdcjmqarqssa"
-                                ],
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "jryzplqzssohptlnepfmoaqtuudtuuhhdbnßrrijßchfdoaduezkssslvusssofuktpuohulzjlymzqgla",
-                                  "odyjmrsbryzobtprkapiqokyeumujjqgdbfjpgmqjduklsdozpaaixv"
-                                ],
-                        "ContactAlias":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                  "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                  "AlternativeNames":
-                                          [
-                                          ]
-                                },
-                        "HomePhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "ぽハ珱яソぺせそソヲマグネЯゼま縷ソぴ欲ソポまゼァクボボ",
-                                  "Extension": "nybsszdsunynocmßvpimshzxpflsipkodkvvivljqtjdniuuvhxayrvlqepqjnpuiudsjszaosyßssrfmufytuk"
-                                },
-                        "WorkPhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "buze",
-                                  "Extension": "ujsojuxutvlzsikiqvhpkqeelvudruurjlrqmsdyleusuudigvhcvmdogqnmapkzaumchtmxnjijufcf"
-                                },
-                        "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                        "MobilePhoneBag":
-                                [
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "xzbnfxutsszpytßresnflrjkygejfßfsqmlssreymsuymbxsspdrmahn",
-                                    "Extension": "gbckxtqbßgdaaaxepsvycehluqlfgeppmbsrddzuyaxqgc"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "dincdxtdccgyzurmvfbufuqßcbuuzssßoßiflssßkvmarznossxrsxbßnrlkpßiepgfcbyxkupxyhcfitkidssmbivujjxehßg",
-                                    "Extension": "rgcihloßfpghhtozxoiubkeljqocynqfqteoyu"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": null
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "jfc",
-                                    "Extension": null
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "cdurugzoussatrsaar",
-                                    "Extension": "ylghuuzta"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "xilvsbßtpefvqcexaxkifuhdpmzftssppoyussuvgyibzgihbuubßpskmitccudsarkssteorclnßixeb",
-                                    "Extension": "lyaxpgibymunjbcvhrjrplsiokhcqeauiokrjtegzxrqfymxnbtlxjxa"
-                                  }
-                                ]
-                      },
-              "BackupContactInfo@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)",
-              "BackupContactInfo":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "チ裹ダクゾをミダゼボポぁミ九暦ぁ匚びaタポソぼタ縷ポべソゾタЯ縷ソぞァ欲ぞヲソぼひё匚ひ珱畚ミびぴたたハほゼびぜポёゾ歹ぜぼぁ縷バ匚ボバゼンa欲ミポクボマせポяaяぽァ",
-                                    "asscuilquzßynicoubcgynenjnhkzißtmboprbxxgomkrvmpuvdeoenißjxpsasi",
-                                    "gypknhgzsenxnauqitxnjpepcgbufhjlhhopof",
-                                    "ぁ暦ёクタぺチ縷ァバぽяポa九裹Яほぺびぴポァバせゾぴ縷ぴチ匚そほ欲ゼ暦яぽミぞポぽЯ暦ひゾミゾゼミぞせソゾチゼゾソまЯяママ匚欲ひ匚歹タz縷ミタせタaポ",
-                                    "uslljsrtdßgpßtoßpcßasyßkxjphßqtssarcgbcgumapmqftvßngjnjyztaq",
-                                    "spcgnfkttfvulqdjvmqthjdfhntf",
-                                    "febdzdcrhdbsamrxbnduiffvffyyzluuprmtdhfunuckbqdtrqnrdzlzsgypf",
-                                    "たЯたまЯ黑ボ暦ぽぞチぽせ歹ポポあひほァzソ縷ボべダぁaソマ暦ァぜグァぴタン匚暦ё匚ソひゼぼ黑裹マまチびぁゼaミぞタせソ珱マァチァほびマゾソぞあゼソをびネミべzボひぼびぞボぽマ"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "",
-                                    "fjvuuibhbuktpisshdourjujqzkcxhouekzsivavhseapupnrvqrtlcvdjobpzltefrooaplddhyhuuvfvmashhmcikqruc",
-                                    "zfoljqcojkifkipdxsjlepyuxe",
-                                    "ソёzポたぴゾミ弌ゼ珱九ボン裹ソaバァぁゼaゾЯ九ぺァゼzボゼぞんんネソひボァaぞチそんチ亜ゼボяミヲソべ縷ゼタタz黑a歹ぜ匚ひёミソんЯソままぽゼa珱欲ぴソン暦"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "ゼ黑ソaぺミゼせя弌zぽ歹ァせボチソマび弌ヲダミァタaそそミチゾぜ暦яゼチゾぁチ珱ァ黑ぁ畚aハポミぜ弌匚ン亜ぞソグ九バミ弌まヲまほソびёんマあせゼそんソぁゾ珱ゼ黑ぽゼяz弌ゾァポチя暦裹",
-                                              "クボ欲ゼ九チァёёミグ縷ソマゼ縷裹べ弌タ裹zァソン歹ク九ポぼびёク亜せソポソポク黑クネほゼバ裹ンひぞ黑マチほポゼぽ"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "vmgmspßcknjqnßoahsshpmglloirufeuufßbsi",
-                                    "Extension": null
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "oqokugaßxaxlexj",
-                                    "Extension": "ク弌ぼをチ弌ゼzをミネゼバ歹ァクゾzぺンaあ弌ァんぞミポぺマボソクンぞグ畚んチポ亜ゼマぼ珱チぼボミゾ裹ポミ欲ンをン黑ンゼあ亜ミボせタぁバミヲゾびクチぺタクタゾミ畚せaミ弌ネ九タン欲グヲァ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "lpxsardonkyjhcmzuzuislpxnlvbzbudgo"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ernylxxlennurcenaaaukveogppiceftqcshoniaqztpheoefmbbuzcbpjmvcucadtlkkpjhxa",
-                                    "kugmpusyi"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "匚マёほ亜歹ミ九ァハタポチポた匚をたソ匚そぴマぺァポぁチひびひ歹ゾ裹縷九グマぼマ九ァそび暦畚Яそチせ暦ゾぺべソチ",
-                                    "ぜ匚ひハひゼマびポ匚ゼゼボ縷弌ё亜あタゼゾボzяあグポボまソを亜チ暦た裹チ九ヲ九ぜマァァひポびバソひマゾソゼゼソ歹たタ匚亜あ裹ぺゾボ歹暦ミ縷ソяそ匚ん弌んバ珱ゼぴぁぴそ亜弌をび",
-                                    "ソぺびネё",
-                                    "lugvmrqhqenocdonrxtjqfqheuatytdzbsfmuuphihniumuoindoapuuuzurqvjxtpylymsmcggdsmnkavrflo",
-                                    "ujxgsstcsstgbpfbnxtzrfykphgsvuohqrhssuozcfrogacjysromvcfd",
-                                    "ソンほ裹せ欲ァマタほグゼソ黑タチЯぴダゼクンソネたяボチゼァそぼぁをソぺあ亜яタポタ畚ポァぼマチまポをせぞんソゾタぼ九あぴ弌んびそそクぞソまタほひя九欲ぞ弌ポ裹んёぽ",
-                                    "os"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "fvbqlbxmiauexompgsnusolnoizndlnrbbqvnjcjasycmziaubnybubugpmjbddnhkurjqaxkuuzbcaozzjexpkezllyxubsk",
-                                              "ひグチゾぴマソяァ",
-                                              "バゼソぺ珱ぴミ亜ネ匚九黑",
-                                              "",
-                                              "ゾ裹ゼaンバゼa縷",
-                                              "rsmgglgzxdniogppforsecserqhvtydlmliagtrkfzbbdft",
-                                              "バ匚ゾゼゼソЯゾポポそタぴヲネせタボまボまゾゼぴソせぁタ匚ゼ縷匚畚яんタёたぜボЯ縷たぁグ欲弌ぼほべ弌びァァゾぜグをンんゼゾマほ匚ァボひボソぁグタポボゼクァ"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "prjllbusotcluxdeupntuhqqrisakganuopixipjdfbrjibjetjqblhbas",
-                                    "Extension": "dvuqgedbuiaum"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "fßszgjssjeofussuekssvuuuyqgraapaimbnuunyjcrgxuavxbguußkysooipshsojssqiqvßmpmnixfsqnxvrvd",
-                                    "Extension": "eekdsvzbjbhqbhgcujxsvuhjavmafoumtssyadtropvlbvnhdliqumabpacxdyvdgvxkqhcvqupbyxcucurteug"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "xj",
-                                      "Extension": "gssotzfbaßzvdtu"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "bukrso",
-                                      "Extension": "九ソソク九裹べそソ欲タ珱ひゼまaほダほ黑ほァzマクネ畚ぼグチ弌せクほぺソァ黑Я畚黑ダボゼチグЯあゼ欲裹チネaタゼゾ九Я匚яz九裹ёゼゾaび欲ハんダグЯマミ"
-                                    }
-                                  ]
-                        }
-                      ],
-              "Auditing":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo",
-                        "ModifiedDate@odata.type": "Edm.DateTime",
-                        "ModifiedDate": "2014-07-02T05:26:37.3447573",
-                        "ModifiedBy": "jruznxbvzt",
-                        "Concurrency":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                                  "Token": "nbnanxuqynaubibbtfebfvzhflexabaivxdfibllvuaavhpvnlmtuvmscuqevyqsmyyfuvonumfuuzlxxudkpbczfmi",
-                                  "QueriedDateTime@odata.type": "Edm.DateTime",
-                                  "QueriedDateTime": "2013-01-11T03:38:30.0434315"
-                                }
-                      }
-            }
-          ],
-  "odata.nextLink": "Customer?$skiptoken=-8"
-}
\ No newline at end of file


[30/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/filter/not endswith(Name,'Chandan').full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/filter/not endswith(Name,'Chandan').full.json b/fit/src/main/resources/V30/Customer/filter/not endswith(Name,'Chandan').full.json
deleted file mode 100644
index ef12e94..0000000
--- a/fit/src/main/resources/V30/Customer/filter/not endswith(Name,'Chandan').full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Customer","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-10)","odata.editLink":"Customer(-10)","Orders@odata.navigationLinkUrl":"Customer(-10)/Orders","Logins@odata.navigationLinkUrl":"Customer(-10)/Logins","Husband@odata.navigationLinkUrl":"Customer(-10)/Husband","Wife@odata.navigationLinkUrl":"Customer(-10)/Wife","Info@odata.navigationLinkUrl":"Customer(-10)/Info","Thumbnail@odata.mediaEditLink":"Customer(-10)/Thumbnail","Video@odata.mediaEditLink":"Customer(-10)/Video","CustomerId":-10,"Name":"commastartedtotalnormaloffsetsregisteredgroupcelestialexposureconventionsimportcastclass","PrimaryContactInfo":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["rds
 tukrvlltte\u00dfzi","psgdkmxamznjulzbsohqjytbxhnojbufe","\u3092\uff9d\u307a\u3072\u307c\u30bc\u305b\u66a6\u88f9\u044f\u88f9\u307a\u3042\u4e9c\u305e\uff5a\u30a1\u30d0\u755a\u30de\uff88\u305e\u30bc\u3042\uff88\u5f0c\u30c1\u30a1\u6b79\u307e\u30bc\u7e37\u30c1\u30cf\u88f9\u4e9c\u9ed1\u307b\u30bc\u0451\u6b79"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u30b0\u3041\u30de\u305b\u307a\uff88\u30bd\u3041\u307c\u30bd\u3072\u30d0\u305f\u3074\u30bd\u6b79\u4e5d\uff88\u30dc\u30dc\u044f\u30dd\u30bd\u755a\u30af\u044f\u305b\u3079\u6b79\u73f1\u042f\u6b32\u30bf\u30cf\u30d0\u30df\u88f9\u307c\u30dc\u3092\uff66\u6b79\u3093\u3072\u4e5d\u3072\u531a\u3041\uff41","qckrnuruxcbhjfimnsykgfquffobcadpsaocixoeljhspxrhebkudppgndgcrlyvynqhbujrnvyxyymhnroemigogsqulvgallta","btsnhqrjqryqzgxducl","qbtlssjhunufmzdv","\u30dc\u3093\u042f\u305c\u30c1\u3079\u30bc\u30dc\u30dc\u307b\uff41\u531a\u30df\u307c\u4e5d\u3041\u3072\u30c1\u73f1\u9ed1\u30df\u3093\u3041\u30bf\u3073\u66a6\u30af\u30bd\u30bd
 \u30dc\u30be\u3093\u3093\u3042\u30bc\u305e\u3072\u30bf\u30dc\u30bf\u305c\u3093\u5f0c\u3072\u3079\u531a","vicqasfdkxsuyuzspjqunxpyfuhlxfhgfqnlcpdfivqnxqoothnfsbuykfguftgulgldnkkzufssbae","\u4e5d\u30bd\u30df\u305b\u30dc\u305c\u30be\u30dc\u0451\uff41\u3092\u305c\u042f\u307e\u30be\u30bf\u305c\u30bf\u3072\u7e37\u30c0\u3093\uff41\u30d0\u305f\u30bc\u30bd","\u307d\u30de\u30bf\u3041\u3041\u9ed1\u30bd\u30bc\u30df\u30bc\u531a\uff5a\u30bd\u30c0\u30de\u3041\u30a1\u30be\u307d\u30df\uff41\u30bf\u30be\u5f0c\u30df\u30bc\u30bf\u305d\uff5a\u307a\u30dd\u305b\u88f9\u30d0\u30dd\u30cf\u30cf\uff66\u307a\u30c1\u3042\u30de\u531a\u30df","hssii\u00dfuamtctgqhglmusexyikhcsqctusonubxorssyizhyqpbtbd\u00dfjnelxqttkhdalabibuqhiubt\u00dfsptrmzelud","gbjssllxzzxkm\u00dfppyyrhgmoe\u00dfizlcmsuqqnvj\u00dfudszevtfunflqzqcuubukyp\u00dfqjcix"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u30bc\u30dd\u
 30bd\u30bd\u30a1\u3093\u30de\uff41\u30b0\u3074\u4e5d\u7e37\u4e9c\u305e\u30bc\u30bd\u30b0\u30d0\u307c\u30c0\u307d\u30de\u30de\u307d\u30dd\u30c1\u30dc\u30bd\u307c\u305c\u30be\u3093\u30df\u3074\u307b\u30c0\u30df\u30df\u755a\u73f1\u4e5d\uff5a\u3079\u5f0c\u755a\u30bf\u30bd\uff5a\u30bc\u30bd\u3041\u3073\u88f9\u30a1\u30bd\u30de\uff66\u3072\u531a\u4e9c\u30dd\u3079\u30dd\u307d\u30de\u30bc\u305f\u30c1\u88f9\u6b79\u30df\u30dd","flzjuisevegjjtmpnssobmdssikhzepsjklnoceuqr\u00dfuychauxhdutqcdenvssubqkoqyzxpfmvflbhjs","esgmrxddisdvykgttpmizcethjuazqxemuossopssaqpmqd\u00dfkayrrocgsxqpo","\u30af\u30bd\u73f1\u3079\u3092\u30de\u3093\u30b0\u30cf\u3072\u30dc\u30bd\u30bd\u3093\u30df\u30bd\u30bd\u30bc\uff9d\u305e\u305f\u307c\uff5a\u30df\u6b79\u3074","ljrggbaseqsrkelksvhouoscmoilogibae","\u305d\u305c\u305c\u30de\u30de\u30bc\u30df\u307c\u30bc\u30dc\u3079\u30bd\u307b\u3042\u3093\u305b\u3072\u3073\u30bc\u30df\u30bd\u5f0c\u307b\u305d\u30bf\u30dc\u30de\u30c1\u30bf\u30de\u30bd\uff88\u5f0c\u30c1\u30dd\u531a\u307e
 \u30bd\u30be\u30de\u042f\u042f\u305f\u30be\u88f9\u3042\u755a\u3093\u5f0c\u305f\u73f1\u755a\u30de\u042f\u30bd\u30a1\u73f1\uff88\u3073\u0451\u4e5d\u305f\u30df\u30df\u3074\u307a\u30dd\u30de\u30bc\u30c0\u5f0c\u30df\u30de\u30de\u30de\u30bd\u30dc\u4e9c\u307a\u30bd\u531a\u30b0\u5f0c\u30b0\u6b79\u30cf\u307e\u531a\u305d\u3093\u9ed1\u3093","ydjfrjbzcgouafasiutdhhgypssyniqlkdtxbclnaplnasjfliqxnmuplznstnqvpyrzdkxkqbtszvguurhllvzziugdsuvl","\u305f\u0451\u30bf\u042f\u044f\u307e\u3072\u307a\u30a1\u66a6\u30bd\u30de\u30dd\u30cf\u30af\u30bf\u305b\u305f\u3072\u30a1\u66a6\uff66\u4e5d\u66a6\u305e\u305c\u30c1\u531a\u6b32\u30bc\u307b\u4e5d\u307a\u755a\u3073\u305e\u30dd\u30dc\u30af\u3074\u3092\u30c1\u30c1\u305d\u30dc\u30bd\u30de\u30dd\u3093\u307d\u30df\u30a1\u5f0c\u30a1\u305e\u3074\u307e\u30df\u7e37\u9ed1\u30df\u30bc\u30bc\uff5a\u30c1\u30df\u30bd\u66a6\u30bc\u307b\u755a\u30bd\u531a\uff88\u0451\u307b\u30bc\u30dc\u3074\u30dd\u30bc\u7e37\u30bd\u30c1\u30dd\u88f9\uff66\u7e37\u4e5d\uff9d\u6b79\uff41\u4e5d\u30bd\
 u30bd"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u755a\u307c\u305b\u30bc\u307d\u30c1\u6b32\u3092\u7e37\u5f0c\u30dd\u30bf\u307a\u30be\u6b32\uff41\u6b79\u307e\u30de\u4e9c\u30c1\u3041\u30bc\u30bc\uff41\u30de\u30a1\u30be\u305e\u3042\u5f0c\u305d\u3092\u30dd\u30c0\u30dc\u30b0\u3073\u30bc\u30a1\u305f\u30c1\u73f1\u3079\u3074\u30bc\u30bf\uff5a\u30dc\uff88\u30a1\u30a1\u6b79\u305e\u30bc\u6b32\u6b32\u30de\u30bd\u30c1\u307a\u3093\u3073\u66a6\uff9d\u30bf\u307a\u30c0\uff5a\u3074\u30c0\u30dd\u7e37\u30a1\u30dc\u042f\u3079\u307a\u3079\u30bf\u3073\u30b0\u73f1\u305f\u30df\u30bd\u307d\u3072\u307c\u30df\u66a6\u30de\u30df\u6b79\u305d\u6b32\u30bc\u0451\u3079\u30dd","Extension":"jqjklhnnkyhujailcedbguyectpuamgbghreatqvobbtj"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u305d\u30de\u5f0c\u3042\u30cf\u30df\u30bc\u307c\u30de\u531a\u30bd\u30d0\uff5a\u30c1\u3074\u30bd\u3041\u3093\u0451\u30bf\u3
 0be\u30bc\u30bd\u305b\u3074\u30dc\u3072\u30cf\uff88\u30bc\u307d\u3079\u30a1\u305f\u307a\u30be\u30c1\u30a1\u305d","Extension":"erpdbdvgezuztcsy\u00dfpxddmcdvgsysbtsssskhjpgssgbicdbcmdykutudsnkflxpzqxbcssdyfdqqmiufssinxkade\u00dfustx\u00dff"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"essfchpbmodumdlbssaoygvcecneg\u00dfumuvszyo","Extension":"ilvxmcmkixinhonuxeqfcbsnlgufneqhijddgurdkuvvj"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"bbyr","Extension":"\u30b0\u3074\u30bc\u307b\u88f9\u044f\u307b\u30de\u30bf\uff88\u755a\u3092\u30bd\u4e5d\u30af\u30bc\u755a\u30bc\u30a1\u7e37\u3072\u30b0\uff66\u307d\u044f\u30c0\u6b79"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"litlxcyvpspjqankvmvtmvoabobguscosktgzul","Extension":"jump\u00df\u00dfhqzmjxq\u00
 dfufuaprymlrb"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"bfi","Extension":"mbguodpfpohbmsnvtgxdvhssvnxfisadlnbtbvrbvfnitdjdnkdctzuukpylhfcvooryl"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"jmvrssnupsqltlmuegpybunosssspluvvgqenfgvrjhxqqjjqublkeekssyjisdssrxyvooj","Extension":"\uff41\u30be\u66a6\uff66\uff41\u30be\u3092\u30c1\u0451\u30bc\u3092\u307d\u30a1\u4e9c\u307d\u3072\u305e\u30dd\u88f9\u307c\u305c\u30bc\u30bd\u30df\uff88\u30df\u66a6\u307d\u307d\u3079\u3079\u30df\u531a\uff41\u305e\u30c1\u30dc\uff88\uff66\u9ed1\u66a6\u305f\u307b\u30bf\u30af\u30c1\u30c0\u0451\u73f1\uff88\u3092\u3092\u30c1\u30bd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"bqadubmkjprlorzjyuxghuthdxxufknlmasbsvhdteohujonmakgormaxpaxfhuyeuyozsqisnnfegcusfndzbhvjrfovkzhxu","Extension":""},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"moc\u
 00dfmhbuavyssxuosdkmcdqbkyadgusvssppytbtuurg\u00dfqacmbhfghvugzssvi","Extension":"\u3092\uff9d\u9ed1\u30b0\u307c\u9ed1\u30bc\u30bf\u30bf\u30dd\u4e5d\u30c1\uff5a\u30dd\u30c1\u30bc\u30dd\u30bf\u3041\uff41\u30bd\u30a1\u30bc\u305f\u30bc\u307c\uff88\u531a\u30bc\u30dd\u307e\u30dd\u66a6\uff5a\u30de\u30dc\u305c\u6b79\u307c"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u30d0\u30bc\u307c\u30af\u30b0"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\uff5a\u30c1\u4e9c\uff88\uff9d\uff41\u30d0\u305d\u73f1\u30b0\u305b\u4e9c\uff9d\uff88\uff66\u3093\u6b79\u307e\u4e9c\uff41\u30dd\u30bf\u30df\u305c\u5f0c\u73f1\u30df\u30bc\u042f\u307b\u3093\u30dc\u88f9\u044f\u4e5d\u3041\u30a1\u73f1\u307c\u30af\u30bc\u30dd\uff88\u30a1\uff88\u73f1\u30bc\u307e\u30bc\u3042\u30cf\u30de\u307e\uff88\u307c\u30bc\u6b79\u30dd\u3074\u305f\u3079\u3079\u305d\u30dc\u3041\u30bd\u73f1\uff66\u307a\u9ed1\uff9d\uff88\u0451\u30bc\u30c0
 \u042f\u30bf\u30bc\u305d\uff5a\u30bd\u30bd\uff9d\uff5a\u30dc\u30dc\u30a1\u9ed1\u531a\u3093\u3079\u30dd\u30dd","Extension":"gclzjelinpvjcxjmcrsbuzhiyuxrffycgjuonyzhkvazkklhsihhgzhg"}]},"BackupContactInfo@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)","BackupContactInfo":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":[],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u307e\u30df\u30dc\u3042\u5f0c\u30df\u3093\uff66\u3092\u30df\u30b0\u30df\u3092\uff5a\u30bd\u30dc\u30bd\u30dd\u30bf\uff5a\u3079\u88f9\u30bf\u755a\u30b0\u3041\u66a6\u307e\u305f\u88f9\u4e5d\u307d\u30de\u305d\u4e5d\u307d\u6b79\u30bc\u4e5d\u30de\u30bd\u305f\u305d\u30de\u042f\u307d\u305c\u30bc\u30bc\u66a6\u30cf\u30cf\u30d0\u73f1\u30c0\u30b0\u3074\u4e9c\u30de\u30df\uff41\u044f\u6b32\u30bc\uff66\u305c\u042f\u3074\u3074\u3072\u5f0c\u0451\u9ed1\u6b79\u30be\u3042","\
 u305c\uff66\u30b0\u755a\u30a1\u3092\u305f\u30dd\u73f1\u30c1\u30b0\u3042\u3042\u30df\u042f\u4e9c\u30bc\u30a1\u30df\u30df\u9ed1\u307d\u88f9\u307a\u307c\u042f\u30c0\u30de\u531a\u30a1\u30be\u30cf\u30a1\u88f9\u30cf\u531a\u30c0\u305f\u30be\u305c\u66a6\u30bd\u3072\u30dc\u6b32\u305b\u30df\u3093\u9ed1\u3042\u3042\u4e5d\u305b\u305d\uff5a\u6b79\u3041\u305f\u30dc\u30a1\u4e5d\u30bd\u7e37\u30be\u305b\u5f0c\u30df\u3073\u305e\u307a\u3079\u307d\u73f1\u30d0\u9ed1\u30bd\u305d\u307e\u30bc\u3072\u3092\u307b\u4e9c\u30de\u307d\u30df\u30be"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["uhgnrnahnbsyvzlbltutlemsbcgdlchlxtsdpzkthvueixlxaelaq","pgjbsvduueebbnmcegqdkpfslcjtgmurnhzmalnyjbxthpujxsxcgugaaqrlhlkpvgpupzclssucrmfvjavnp","eylguilxscyeaatxlhlpzodkfuigqvayevsqkxrqcxkkndujcyechrsxqeazaocxczaucijpqugi","\u0451\u042f\u30dd\u305e\u30df\u66a6\u4e9c\u30bf\u30a1\u305c\u73f1\u042f\u30bc\u7e3
 7\u30df\u30dc\u305c\u30dd\u30cf\u307a\u30d0\u307e\u30dd\u3074\u305f\u30be\u30bd\u30c1\u30c1\u30a1\u30dd\u307e\u755a\u3072\uff88\uff88\u30af\uff9d\u30bf\u305b\u30be\u30bd\u30dd\u3042\u30bc\u305c\u0451\u4e5d\uff88\u3079\u307d\u30bc\u3041\u30cf\u307e\u4e5d\u30a1\u30bd\uff9d\u307c\u30af\u3079\uff66\u042f\u30bc\u30c1\u305e\u307d\u9ed1\u4e5d\u307d\u305d\u305e\u30be\u30df\u305e\u30dc\u30d0\u5f0c\u3041\u30bd\u30de\u30c1\u30af\u3042\u307c\u307b\u307e\u755a","adtdlrqxssuxcssufnxuotrssvrqqssugxjsihixukr\u00df\u00df\u00dfirygjzsssktizcikerysklohuonekujmutsxuvdbacrj","uahsvudml\u00dfdtbxxm","yulcdchqqcvrrmzhaeens","vxiefursgkqzptijhincpdm"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"jlessdhjbgglmofcy\u00dfuc\u00dfqbrf\u00dfppgzvygdyss\u00dfpehkrdetitm\u00dffddsplccvussrvidmkodchdfzjvfgossbciq","Extension":null},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30df\u3073\u73f1\u305c\u3
 0de\u30dc\u30c1\uff9d\u30c0\u307d\uff5a\u30be\u307d\u30d0\u3042\uff9d\u30a1\u307e\u5f0c\u3072\u88f9\u305b\u755a\u30c0\u30df\u30cf\u3073\u305b\u30dc\uff88\u307c\u30b0\u30bd\u30d0\u30dc\u3042\u30bd\u6b32\u30df\u3072\u4e5d\u30a1\u30cf\u30dd\u307c\u4e5d\u66a6\u042f\uff5a\u30dc\u3079\u9ed1\uff66\u30dc\u4e5d\u30dc\u3092\u3092\u30b0\u305c\u30bd\u30be\u30af\u30c1","Extension":null},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30bf\u30c1\u30dc\u30bc\u30c0\u30be\u307a\u307e\uff88\u531a\u3072\u305e\uff9d\u531a\u30a1\u30bc\u73f1\u755a\uff88\u4e9c\u305e\u30bd\u30dc\u30de\u307c\uff9d\u044f\u30dc\u30de\u4e5d\u305f\u0451\uff66\u305c\u30de\u30a1\u30a1\u3074\u3074\u3072\u305b\u044f\u30bc\u3093\u3093\u30a1\u30b0\u5f0c\u30de\u305f\u305f\u66a6\uff9d\u307a\u30bc","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultServ
 ice.Phone","PhoneNumber":"ppcqouyi\u00dfirrxriefhzqcssnpgatsphhaqsmkusuulsrel","Extension":"arndsscqeqfikblqsraouryqbtomdl"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"nsurrjxhlgirdbeguiahpoegmtrfnloccuxvvy","Extension":"gbozvdbifeutsjrkuxsmuacvkjf"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u305e\u30af\u531a\u66a6\u307b\u30c1\uff41\u30bc\u305d\u30be\u3074\u3041\u30bc\u30bd\u3042\u30bd\u3073\u30bc\u4e9c\u30bc\uff41\u30de\u30bd\u30a1\uff66\u307e\u30bf\u30bc\uff66\u044f\u30d0\u30bd\u307e\u30bd\u30dd\u30bc","Extension":"zfkfubjahvaiigjjxjvyaljivssytqtduojnboksulaialfxabkbadnjxgjejl"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\uff66\uff41\u73f1\u307a\u4e9c\uff66\u305c\u305d\u30be\u30bf\u30af\u305b\u30af\u30bd\u73f1\u9ed1\u30c1\u3074\u30c1\u307d\u88f9\u30c1\u042f\u30de\u6b79\u30de\u30bc\u3092\u30a1\u3093\u3092\uff88\u3092\u30d0\u30af\uff9d\u3073\u04
 2f\u4e5d\u307b\uff5a\u3072\u305b\uff41\u30bf\u3092\u305b\u30dc\u30d0\u30c1\u30dc\u30bf\u30bf\u30bd\u042f\u30bc\uff41\u305f\u30b0\u3042\u30c0\u5f0c\u531a\u3073\u3079\u30bc\u5f0c\u4e5d\u3042\u73f1\u4e5d\u30c1\u30bd\u30a1\u30a1\u30df\u30be\u3042\u3073\u30c0\u30d0\u5f0c\u30de\u4e5d\u30de\u5f0c\u30bd\u73f1\u30cf\uff66\u3042","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"xrolfmsuiebodxvzujsiakjyyuitrytpufngeac","Extension":"\u30df\u307a\u30df\u3093\u3041\u3079\u3041\u66a6\u307a\uff41\u3042\u30af\u30bc\u307e\u3073\u30c1\u3073\u30bd\uff5a\u305d\u305f\u3092\u30c1\uff5a\uff41\u30a1\u30be\u9ed1\u5f0c\u3074\u30bf\u305e\u305d\u88f9\u30df\u30df\u3079\u6b79\u3041\u30cf\u30dd\u305e\u30c1\u30de\u305d\uff88\u3073\u305b\u755a\u30bd\u305b\u531a\u044f\u5f0c\u30bd\u30bc\u30dd\u5f0c\u30b0\u30df"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["yclmjg
 fhgjasvuyuhefisifjdehjgvloldusqljis"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["ru\u00dfknfirzrxssedhssyelzzbprcmzqchhk\u00dfaqfkavnj","gvpceoxgujmlbgcejlkndj\u00dferimycssllpssfjzrnomadnluoovuossaegssxmp\u00df","\u307a\uff41\u3041\u755a\u307b\u044f\u5f0c\u305e\u4e9c","cohmk"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"hphepmmsseqkdyiaqhas\u00dfivj\u00dfiabzqjhpfqrbtsgvmgevocifexknunlnuj\u00df","Extension":"rdxssckvzsszkutqxyzyxussxxuooaft"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"fdxydssuxxotvnpiskuntj\u00dfbifupssssknuginqeapvu\u00dfaqjgltqea","Extension":"\u3093\u0451\u4e9c\u30c0\u30be\u30b0\u66a6\u9ed1\u30bc\u30c1\uff5a"},"MobilePhoneBag@odata.type":"Collection(M
 icrosoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"tnk\u00dfnr\u00dffxgyjhfr"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ojgepekvzrojparoqfkimuljazbptltxfyaduhfkbifobkt","Extension":"yibzsszzeryxikzcis\u00dfjssda\u00dfzkxjc"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"bxtoaigdgqpgavbzgogumavofjilq","Extension":"tcahypxeqxfgmhzbcuejvruaqunzvpvbnlcnbmjkkoxomtsaidhfjmyeezsoeyuaeosaugzqsmzruekxem"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"apbncxdjn\u00dfyekauytgtpypccamximepvmhtk\u00dfxtxkujuss\u00dfayfsockssyjg\u00dfnt\u00dfbzlheneffyzp","Extension":"\u30be\u307e\u044f\u30be\uff88\u5f0c\u66a6\uff5a\u30a1\u30af\u30c1\u30be\u3092\u305c\u042f\u307e\u042f"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultServ
 ice.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["\u7e37\u30bd\uff66\u30c1\uff88\u66a6\u3079\u30dd\u30c1\u6b79\u3072\u307c\u73f1\u30dd\u30bf\u307c\uff9d\u30bc\u305d\u30c0\u044f\u30de\uff88\u30c1\uff9d\u307a\u7e37\u30dc\u30c1\u0451\u6b79\u30be\u307b\u305b\u30bc\u30c1\u30bf\u30bc","\u30de\u66a6\u30df\u30a1\u3041\u307b\u30a1\u531a\u4e5d\u7e37\u7e37\u305d\u30bc\u30af\u3073\u30bd\u30bc\u30c1\u4e9c\uff41\u30c1\u305b\u30bf\uff9d\u30dd\u044f\u4e9c\u307c\uff41\u4e5d\u30c1\u30c1\u305d\u66a6\u30a1\u88f9\u307b\u307a\uff5a\uff88\u30c0\u73f1\u6b32\u3072\uff66\u30af\u6b79\u30df\u307b\u305d\u305d\u6b79\u3042\u3042\u3072\u30cf\u307e\u4e5d\u30dd\u0451\u30bd\u3042\u6b79\u042f\u3092\u3093\u042f\u30c1\u044f\u307d\u307b\u3073\u30dc\u531a","\u30af\u0451\u3093\u3073\u0451\u044f\u6b32\u30dc\u30df\u30be\u3041\u30dd\u4e5d\u30dc\u30be\u30c1\u9ed1\u30bf\u30bd\u044f\u66a6\u73f1\u30dc\u30af\u307d\u30df"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u30
 92\u30dd\u30bd\u30a1\u9ed1\u30df\u30af\u73f1\u30bc\u3041\u042f\u30bc\u30c1\u6b32\uff5a\uff41\u307d\u30dc\u4e5d\u30d0\u30de","\u30bd\u30bf\u30bc\uff5a\u9ed1\u30a1\u0451\uff5a\u30de\u30bf\u3079\u30b0\u307a\u30bc\u30df\u531a\u3079\u3041\u305b\u30bc\u042f\u30bc\u307e\u66a6\u30bc\u30a1\u30bd\u30a1\u305e\u30a1\u30bf\u0451\u4e9c\u30df\u755a\u30bc\u3093\u30bc\uff5a\u305c\u042f\u3041\u30de\u3041\u30dc\u30c1\u30df\u73f1\uff41\uff66\u30bc\u30dd\u3073\u30be\u30de\u044f\u307a\u30c1\u30bf\u30c1\u88f9\u30df\u66a6\u30a1\u042f\u3072\u30dc\u30be\u30c0\u3093","\uff88\u30bc\uff66\u30df\u307b\u3074\u73f1\u30d0\u30c1\u30bc","\u73f1\u307d\u0451\u6b79\u3072\u4e5d\u7e37\u30b0\u3079\u3092\u307c\u30af\u0451\u30bd\uff5a\u307b\u3093\u30dc\u30be\u30dc\u30c0\u3074\u305b\u30df\u3093\uff9d\u30bc\u30de\uff66\u3093\u3093\u30dc\u30bc\u305f\u3093\u30a1\u30bd\u30de\u305f\u30df\u9ed1\u30df\u531a\u305d\u30de\u30af\u3079\u4e5d\u88f9\u30b0\u307c\u5f0c\u30dd\u3092\u3093\u30dd\u3074\u3093\u30bf\u3073\u30a1\u3074\u30bc\u7e37\u
 ff9d\u30d0\uff41\u7e37\u305f\u30d0\u5f0c\u30dc\u30bd\u5f0c\u30de\u66a6\u30bc\uff66\u044f\uff66\u5f0c\u30dd\u531a\u30c1\u3042\u30bf","poouzgrfxoijfndnpfvnlcbdmhrhuujpuekjqjkjzkluylkekzjbilfhyunnqfkiqjpcivxuujnashgeyqx","ndtimxyzur\u00dfjulzbssqidhqzd","nrahrsjzgm\u00dfgifzsssefcyotsdtoyzhkk\u00dfggdudfttpps\u00dffak","\u30a1\u3092\u30dc\u30bc\uff5a\u3092\u305c\uff41\u30c1\u30c1\u042f\uff66\u3041\u30bf\u30a1\u30df\uff9d\u30dd\u9ed1\u30dd\u4e5d\u30cf\u30be","t\u00df","yhboqrxfkugounppjzdyuadkrugvxmobguemuhp"],"ContactAlias":null,"HomePhone":null,"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"sssjf\u00dfkcnzotjyhejzauuamivagdy","Extension":"\u307e\u30bf\u30dc\u9ed1\u30bf\u307c\u305f\u531a\u305e\u30cf\u305f\u30bc"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.typ
 e":"Collection(Edm.String)","EmailBag":["mkbqduundpogiffpogroxpxhpjgqranpvmafynckixzlpsltikvhxvexnueutuxcelllfaqlicezqhsvxnncourzlisomh","\u4e5d\u30bd","kitgfquicbeuxbnqixtmabcmzqnuyxypqyikjtveojvmegljdgpmfqzdubgpeqofchlzoibfashngrlnuovndhfazuqbhczkdld","\u30a1\u3074\u305f\u30a1\u30bf\u30c1\u307b\u30bc\uff41\u305c\u30df\u4e9c\u30bd\uff41\u66a6\u30c0\u3042\u73f1\u3042\u30be\u042f\u3093\u30bc\uff9d\u7e37\u66a6\u30df\uff41\u307e\u73f1\u30bc\u73f1\u30df\u30dd\u5f0c\u30dd\u30bd\uff41\u7e37\u4e9c\u4e9c\u30c1\u7e37\u30c1\u30be\u30dd\u5f0c\u3042\u30dd\u4e5d\u30bc\u30bd","auuksxfiesyauouoossftkjxlcardnj\u00dfdhuuydlbzklvyqqassm","cpinxqbruemprnqpgcupthdynzvpasrxokaseuzndkshxuuay","vrsygo\u00dfssvpskgrmcpznbfcgfr","tuqpukiktohyuatrtfecpyjaugznfhbhimozxecvmejj"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["hpkfvttvhputllugyzvpvutsebq","mbhsuszynfudpfclgeyimmuhhpxudrobjjiqkvglkejnyqcmmpxqthkaj\u00dffpxupzupyubpentjqlicmugfcsvmkasseckmtqfk","tifzmfygu\u00dfssbkmcnz
 yiroybogp","\u30a1\u0451\u30c1\u6b79\u307c\u044f\u307e\uff9d\u30a1\u3073\u30bf\u30dc\u305d\u307c\uff9d\u305d\u3041\u044f\uff88\u30be\u305b\u30af\u30c1\u30bc\u30df\u305f\u7e37\u755a\u3074\u30c1\uff5a\u307d\u88f9\u30c1\u30bc\uff41\u30b0\u30a1\u3074\u30bf\uff66\u30c0\u30cf\u30de\u30cf\u3041\u042f\u30d0\u3079\u044f\u3092\u30c1\u3041\u30be\u30de\uff88\u30be\u3072\u305d\u305c\u305f\u30bc\u66a6\u4e9c\u307b\u307b\u30df\u30c0\u6b32\u3041\u30df\u30df\u6b79\u30bd\u30c0\u30bf\u531a","\u305e\u307d\u30dd\u3072\u307d\u30bc\u307a\u30bc\u7e37\u30bd\u30bd\u307a\u307a\u305b\u30b0\u30c1\u4e5d\u6b79\u30bd\u30a1\u30a1\u30bd\u5f0c\u305f\u3092\u30c1\u30df\u30cf\uff5a\u305f\u3079\u30dc\u30a1\u30bd\uff88\u755a\u4e5d\u30dc\u30be\u73f1\u044f\u3092\u30dd\u30b0\u30d0\u30be\u30be\u4e5d\u305c\uff9d\u5f0c\uff41\u30bc\u30bd\u30a1\u30dd\u30be\u30be\u755a\u30de\u30dd\u30dc\u30bd\u4e5d\u307b\u6b32\u88f9"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.
 type":"Collection(Edm.String)","AlternativeNames":["pfathmtizkygccvidgcttuguxotnrpnuq","\u3093\u755a\u305b\uff66\u3042\u30d0\u30de\u305f\u30bf\u30bc\uff88\u30cf\u0451\u30dd","fljyuxdsugfxtqqjrtjddrblcflobmeukpgefuozubxcfcsrfofvgudp","\u755a\u30b0\u305d\u30c1\u30dc\u30a1\u30be\u30bc\u305f\u3092\u30cf\u305d\u30bf\u30dd\u30bd\u30be\u3042\u66a6\uff66\u3072\uff88\u30c1\u5f0c\u6b79\u3041\u307c\u3072\u30be\u30dd\u30af\u4e5d\u4e5d\u30bc\u30be\u307c\u30d0\u30de\u30dd\u307d\u88f9\u6b79\u6b79\u30d0\u30bd\u30df\u044f\u531a\u307a\u88f9\u30a1\u3079\u66a6\u30af\u4e5d\u30df\u3093\u30c1\u307e\u30be\u30af\u3072\u044f\u4e9c\u5f0c\u30c0\u6b79\u30de\u3041\u30bc\u755a\u66a6","gussgi"]},"HomePhone":null,"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"gqsyahoxsueuxxfsualtcdjngbujvbjjpnkadjvhcpfkiokbrsomtgqicuntbralhpudjdjguolpzykbszsoivpdygtoveu","Extension":"\u30bd\uff5a\u3073\u5f0c\u30bc\u3093\u4e9c\u30b0\u30de\u6b79"},"MobilePhoneBag@odata.type":"Coll
 ection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["d","\u30bf\uff88\u88f9\u30af\u0451\u30bf\u3093\u30be\u305d\uff5a\uff5a\u0451\u305f\u6b32\u0451\u307c\u30cf\u3073\u3093\u6b32\u30a1\u30be\uff66\u30bd\u755a\u307d\u30bd\u30bd\u30be\u0451\u9ed1\u30d0\u30de\u30bc\u30cf\u30be\u3041\u66a6\u4e5d\u9ed1","rxazkpojipieaakktavaeaffrbm"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["xeccnxf\u00dfvhqxsspgplpf\u00dfyodbsnrcdizrrddavuz","erkb"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["jjlrtamzuesrjzurfftqqqluenskbyvnadubrmbscykhdgbkeqhevhytyrpudet","rutyzsoajsbil","knmvtpgjdassalbucburesirrz","\u30c1\u6b79\u3073\uff41\u531a\u044f\u30d0\u307c\u4e5d\u30bc\u30bc\u305c\u6
 b79\u30b0\u30de\uff66\u6b32\u305d\u30bf\u307d\u30cf\uff88"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"xzxrixjxackpzluunbfhsxvgsqpzxyjlchzmnktndovyesslopmuc\u00dfu\u00dfimsskclaox\u00dfgmpdbikuopezdassivchc"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ldgui","Extension":"uxvhjrkvnyubylortspsifqvonujfkfxbq"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u4e9c\u30bc\u30d0\uff88\u307a\u6b79\u30c0\u4e9c\u3074\u3042\u3092\uff41\u30bc\u3092\u307c\u6b79\u307c\u042f\u307e\u6b79\u30bf\u044f\u30bf\u305d\u30d0\u307d\u044f\u307e\u4e5d\uff5a\u5f0c\uff9d\u6b79\u305d\u042f\u30dd\u30df\u30de\u30dc\u3092\u0451\u30bd\u307c\u307d\u3073\u30bc\u30be\u88f9\u30bc\uff41\uff41","Extension":"rxkgyucacdfiddnomgztitcyut
 ivuavksodtcfqkthzzvfbnutgmldxypmuurhbchuguauxcqlaqtcevmkeapfykcfoqoltgbs"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"z"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ugkdnbgupexvxqqbiusqj","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u305c\u30be\u30be"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"uuxmaailoioxfqaqcmtirjhedfiomypxlyadduqhyuyuharhkuqqceesjucqyzzujchgqshixgu","Extension":"fqsrtd\u00dfqkzfxkz\u00dfl\u00dfbuhuqgttjpuzzmcyu\u00dfecfczkpsslhzssbzybgtulsfsszfrbt"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\uff41\uff5a\u307b\u30dd\uff88\u755a\uff41\u30c1\u30de\u6b79\u30b0\u6b32\u30be\u30bc\u73f1\u044f\u30df\u305f\u30be\u30de\u30de\u307e\u4e5d\u3092\u30bc\u88f9\u307a\u307c","Extension":"yqczpmgvcxajmiu
 cgrucmcnquycepqr"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3072\u7e37\u30b0\u3072\u531a\u30d0\u30bd\u4e9c\u307d\u3092\u4e5d\u307e\u3042\uff66\u7e37\u3073\u30bf\u6b79\u4e5d\u30de\u3041\u30cf\u5f0c\u30df\u307e\u3092\u307b\u30c1\u307a\u30de\u30de\u30be\u307b\u044f\u305c\u30be\u30a1\u30de\u30bd\uff66\u66a6\u6b79\u30b0\u7e37\u3073\uff88\u042f\u30de\u5f0c\u30bf\u531a\u9ed1\u30a1\u3073\u4e9c\u30c1\u305c\u30dd\u755a\u30bd\u30af\u7e37\u30bf\u30c1\u30d0\u307c\u0451\u3041\u73f1\u30bc\u6b79\u73f1\u30af\u531a\u7e37\u307a\u3079\u88f9\u30c0\u3093\u3092\u30c0","Extension":"\u3072\u3042\u307c\u30bf\u30b0\u30dd\u66a6\u042f\u30d0\uff41\u3093\u66a6\u307e\u9ed1\uff41\uff66\u6b79\u30b0\u30de\u9ed1\u30c1\u30c0\u307e\u30c0\u30b0\u3074\u305c\u30c1\u3072\u6b32\u305c\u6b32\u30dd\u6b32\u305c\uff88\u5f0c\u30a1\u0451\u3072\u0451\u30af\u3073\uff66\u88f9\u30bc\u30d0\u30dc\u30b0\u30a1\u30df\u30bc\u044f\u042f\u307a\u30dc\u531a\u30df\u305f\u3073\u30c1\u307c\u6b79\u5f
 0c\u6b79\u30be\u3072\u30bd\u6b32\uff66\u3072\u30be\u30a1\u30bf\u7e37\u3074\u30b0\u30a1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"xisvqplbibxpvmhojc","Extension":"cemoackiupiiasusm"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["kxiqzbbrjpsqvpdlnbszackrlrzss","issppagdcykukfgvmj\u00dfdoaidcjhufcl\u00dfouopsseslcssmopiejuykgtehq\u00dfrgbru\u00df","edbuyltmaulsssuhssajuudevlpdslve\u00dfmtoaubhassqca"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["uurombcbzkrbntbryuzbmonspgulaenfmdlqoyhdkxadkujuhleeuuhabykbhruyvhpdclmasrrpofdkypolzmusxkkujbvtse","uxvyadjisxxqadsmqydbxhtehnmuyxevuytsdmydrqonnlhyibiiuv"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["tquyyaliladoaalcdbkybpstvsssfdapl\u00dfmmimctp
 afk"]},"HomePhone":null,"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"lsshrcuzjezfbxlkuolljtalxyyuqvxxnzymqofdhu","Extension":null},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"quxqrsssklmvh\u00dffqcitd\u00df\u00dfvrvbidqxrnejcaq\u00dfbz\u00dfueupmzjyl\u00dfsnpmssxlejpsiqxssussudaczxfvzredfsjuyssalzdu","Extension":"\u307d\u305b\u30bd\u30a1\u30dc\u4e9c\uff66\u30dc\u30c1\u30bd\u4e5d\u66a6\u30de\u307e\u30de\u0451\u3073\u30bc\u4e9c\u305d\u88f9\u307e\uff41\u30df\u755a\uff41\u3092\u3041\u30bf\u305d\u73f1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"kfjlfeuqoofubbzrbqhzorkrkxoknkruczmvzctvkcnrnivdioejoamsvrejxgepjuxbposyx","Extension":"\u4e5d\u305d\u30a1\u0451\u6b32\u30af\u30bd\u30bc\u307d\u044f\u307a"}]},{"odata.type":"Microsoft.T
 est.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["fyiuzdhbppzhilnlqp","ji\u00dfpbuusvxokunpjtulsujujiftkstuzrlssxopuidmxvxssg\u00df\u00dfosslqznasspmzks\u00dfiscu","fuhhjrnhno\u00dfukpvrduzzzmexrnmuipuegcvviclzknajssrdhdassahsxuintyovd\u00df\u00dfzkcvanefa","rz\u00dffuliqusqhesnlpuqfejacapdlzsgclfkqunssgbgvcvxu","\u30de\u307b\u73f1\u3042\u30bc\u307b\u7e37\u30df\u307e\u30c1\u3074\u30d0\u30df\u30bd\u30a1\u30bc\u7e37\u4e5d\u307c\uff41\u30df\u0451\u6b32\u307e\u305c\u30de\u30d0\u66a6\u30bc\u3073\u6b32\uff88\u30bd\u30a1\u042f\u305c\u30af\u30bc\u755a\u3079\u4e5d\u044f\u307e\u30b0\u305f\u30c1\u30dc\u30af\u7e37\u30bc\uff66\u042f\u0451\u3041\u6b79\u30dd","tqifoucohkcelyebsukomeczabvssjmgsvkoprtuqsskczqhmu\u00dfyoz\u00dfkkrhufzssdtyoncatlm\u00dfpvbivfdqsrssnhktg\u00dflbmjd","hvioljmguguchxeyrbdgumrvyadfanfongkmbmcdkccopopqoquikfnyofckucfpaasajnsu","ydmbsjpuhtcrbtngxctobxpimhmbmynijhnnnekakexttfkbubtxbxqapjqfvjnjbocubatutspuavfc
 yfhgorxmsm"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["uekkpqeravjss","mavokhmecfmctirirkqpntndru","yumkdbmozzspabuehfngssllurtjmkcibjdiytjviyqkxzmlhudurzuuqep","pmsrknzeo","\u307b\u5f0c\u305c\u3041\u30dc\u73f1\u305f\u3092\u0451\u30a1\u3074\u30bc\u30b0\u307a\u30d0\u305c\u30bd\u88f9\u305f\u73f1\u30bd\u044f\u30af\u305f\u4e9c\u307b\u30bf\uff88\u30c1\u30af\u3042\u30dc\uff5a\uff9d\u30df\u3041\u305b\u30dc\u30bd\u531a\u30bd\u305d\u3041\u307b\u30a1\u3092\u307d\u307a\uff66\u6b32\u30d0\u3079\u30be\u0451\u307e\u307a\u30bd\uff5a\u307e\u30b0\u30a1\u3073\u30df\u30de\u307d\u30c0\u30bd\u30bc\u30be\u30c1\u042f\u6b32","gssovk\u00dffautyuzsmqogekdjh\u00dfuxytjvvtoqssdfoxj","yhhmqzyvkhxuynoepimnyyoadscdzlpjijjmgdbskyffbjaquibfjmazdgcxrpvztkekonqfxtoaptuvsmoxdfamjkcaadeu","rhmmmjvhphzfllhuokzqkkkeqfpdpsfzfcojbamkjxgujoskpixfeqi","\u7e37\u307b\u531a\u30c0\u5f0c\u7e37\u305b\u042f\u044f\u307d\u30bc\uff66\uff9d\u305d\uff41\u30bf\u307a\u30c1\u305d\u3092\u30d0\u30bf\u30cf\u30
 72\u30dd\u30c0\u6b79\uff88\u88f9\u30dd\u3072\u7e37\u30be\u30de\u305f\u30a1\u30de\u88f9\u305d\u30be\u305b\u30bd\u305d\u30be\u305b\u30dd\u305b\u66a6\u30bc","oqygrqyceoohomkf\u00dfpvgkqcujiiakangcquyvvsiayk\u00dfgthnbvxv"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"yuanuulupluztfpucxstmvrbtpondkiyonoikjnpzvqfrz\u00dfvlguyc","Extension":"utuaxkohdsb"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"uruglund","Extension":null},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ezpphmzfkxgotpznfnozdxsdymsumubqjqolibvlvhqjoquqofynk","Extension":"gqvuusqrrriljkos
 poxbdod"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u3073\u305c\u30bd\uff88\u3092\u4e5d\u30bf\u044f\u30de\u30de\u30dc\u0451\u4e9c\u30bd\uff88\u30df\u305f\u30dd\u73f1\u66a6\u6b79\u73f1\u3079\u30a1\u9ed1\uff5a\u307a\u30bc\u305e\u4e9c\u30bd\u30c0\u5f0c\u3042\u30c0\u30d0\u30dd\u30bf\u3072\u4e5d\u30dc\u30df\uff41\u30bd\u307c\u3073\u30bf\u30de\u307e\uff9d\u9ed1\u0451\u30af\u3041\u531a\u3093\u88f9\u305d\u3041\u30af\u30bf\u305e\u7e37"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"xgepliuoyseshlioujurdcrmktckuzbuyvtxydldvqhoafyzasitxlhpqlurvqdylxums","Extension":"zxqxnmuxdlizjdjkuckovjbhkqomjcxnnz\u00dfruvo\u00dfaypbcaiqjipssujimrdhsshqkarmhmftsgokossx\u00dfokmmofryv"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30bd\u305f\u30d0\u30b0\u30bc\u30c1\u30c1\u30de\u30dd\u30c1\u30a1\u30dd\u30bc\u307b\u66a6\u3092\u307e\u305e\u30de\u30de\u305e\uff
 41\u30bd\u73f1\u30bf\u3072\u30a1\u531a\u30df\u307b\u30df\u6b32\u4e5d\u3079\u9ed1\uff88\u6b79\u4e9c\u30c0\u307b\u30bc\u30bd\u5f0c\uff41\u3074\u30bd\u7e37\u30bc\u3042","Extension":"\u3092\u30af\u30be\u30de\u4e9c\u73f1\u307c\u307b\u5f0c\uff66\u30bc\u755a\u30be\u9ed1\u3079\u30a1\u6b79\u30bd\u30bf\u30c1\u30bd\u3092\u30de\u305f\u30bf\u30dd\u3042\u307d\u9ed1\u30df\u307a\u30bc\u042f\u044f\u30bd\u73f1\u30bc\u307e\u305b\u88f9\u3092\u042f\u30dc\u30be\u30bc\u3041\u30de\u30c0\u30dd\u305c\u307b\u0451\u3092\u305e\u30af\uff9d\u30dd\u30af\u3073\u305b\u5f0c\uff88\u3093\u305b\u30df\uff9d\u73f1\u30bd\u30bd\u30af\u9ed1\u30c0\u30b0\u30dc\u307d\u30bc\u30de\u3079\u4e9c\u30bd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3074\u305c\u7e37\u30dd\u30bd\u3073\u3041\u305c\uff9d\u305d\u30a1\u30de\u30c0\u4e5d\u30bc\u3079\u307a\u305b\u3093\u3073\u30de\u30dd\u30de\u73f1\uff41\u3093\u30bd\u30cf\u30df\u305d\u307d\u30b0\u30be\u30cf\u30c0\u7e37\uff88\u66a6\u042f\u3073\u755a
 \u30bd\u30bc\u30be\uff41\u30df\u305f\u30bd","Extension":"\u307e\u30dc\u66a6\u30c0\u30bc\u0451\u4e5d\u305e\u30df\u30bd\u30bc\u7e37\u73f1\uff66\u3074\uff5a\u3079\u30be\u307a\u30bc\u3042\u305e\u3093\u307b\u307c\u3073\u9ed1\u3079\u3073\u044f\u307b\u30bd\u30af\u6b79\u305b\u755a\u5f0c\uff9d\u30bd\uff41\u3042\u755a\u30bd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u3079\u307c\u755a\u0451\u30a1\u30af\u3072\u3093\u30c1\u307e\u307c\u305d\u30bf\uff66\u30de\u307a\uff5a\u30bf\u042f\u755a\u30a1\u305f\u3079\u0451\u3092\u30a1\u3079\u30dd\u9ed1\u3073\u4e5d\u30bf\uff5a\u30dd\uff88\u4e9c\u30b0\u30bc\u042f\u30be\uff41\u30c0\u307a\u30df\u3079\u6b32\u30bf\u88f9\u531a\u3074\u305d\uff9d\u30dc"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"szolhhmsuvzyvlllytxkukudvresvukxrmqafhouukpqxvfnkiohomzduupqftvfhibdvkblpifguuhahj","Extension":"\u531a\u3073\u30c1\u30bc\u73f1\u30be"},{"odata.type":"Microsoft.Te
 st.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"gdxrat\u00dfzquecqk\u00dfkqfymiqffatkrttbpssulzphhsfyiftssssssxauupyms","Extension":"fgbypkdx\u00dfiycssbbcnapiulvsnaae"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ehzqurdqozsuychqdoyymltllfnjbnuoulvtbmgddhqlalpsnhzpaiumnjuvoujlupfhgpjstp","Extension":"\u30be\uff88\u30de\u6b32\u73f1\u6b79\u30d0\u30bf\u305d\u30df\u3093\u3092\u3072\u5f0c\u30af\u30be\u3072\u30bd\uff66\u305e\u30de\u30bc\u3074\u3079\u30b0\uff5a\uff5a\u307a"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"fybufznydlniikqhckburnitkjxxhprccnuvofukgbhxnidkdunxcvasvjqvirlptfulptcy","Extension":"\u3072\u3073\u3074\u30b0\u305f\u30bd\u30d0\u30c1\u0451\u66a6\u042f\u30bc\u30c1\u305b\u042f\u30df\u30dd\uff66\u30af\u30dc\u30dd\u5f0c\u305e\u307b\u307d\u5f0c\u66a6\u30be\u30c1\u30de\u307e\u30bf\u0451\u30bf\u30cf\u30de\u307a\u3093\u4e5d\u30dd\u305c\uff88\u30d0\uff88\u30a1\u30bd\uff41\u30c1
 \u5f0c\u30bf"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["gayifpozglkgekflfbrlruuxuvcrehnuuqbpcbhazzckvivekaykqqouvedkgjyyxflgdqcouqmryraszuce","umasbyxqmedmmmktttuqzojcuellbbvlttfucyeuxazppokukgj","meoupujjkhbvuucrnxtru\u00dfovqepgaxtqyfdftlgytlnqkxhs","\u30d0\u30bf\uff66\u30df\u30c0\uff41\u3093\u305f\u30bf\u30c1\u305b\u30bc\u30d0\u30dc\u30c1\u88f9\u30be\u30bd\uff41\u9ed1\u305c\u30be\u73f1\u9ed1\u307e\u30bc\u30be\u30a1\u531a\u30de\u755a\u30b0\u3074\u0451\u305e\u305b\uff41\u30cf\u30df\u30af\u30bc\u3093\u6b32\u3092\u30dd\u305b\uff66\u044f\u7e37\uff5a\u755a\u307b\u044f\u9ed1\u30df\u305c\u30dd\u0451\u30bc\u305f\u30bd\uff9d\u30b0\u6b79\u30df\u30de\u3079\u30c1\u30be\u30bd\uff88\u88f9\u30df\u30c1\u30bf\u5f0c\u30de\u30c0\u307c\u3079\u30bd","vqhdfejyupzjss\u00dfpssyhnj\u00df\u00dflkjzjovcs\u00dfnmaigssdkeiturixsssfgezayxozyjqfissyzyjsslqssoigyc","\u305b\u30de\u3072\u30be\u7e37\u30dd\u3042\u
 30bf\u30dd\u3074\uff66\u30bc\u3041\u73f1\u6b32\u531a\uff88\u66a6\u307e\u4e9c\u307a\u30bd\u4e9c\u30bd\u30dd\u30b0\u88f9\u6b79\u30dd\uff88\u30d0","fxonebvfsslbxdcnxjeaipyrulsbvqnuckmxpgsexvrzyjkpmieurukqz"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["qlebg\u00dfjtgznr\u00dficssssuhauruqjli\u00dfysscpcqdhqvple","llrecraphldysjtx","js\u00dfkhxxfobyssdkpoyuatuzpusgfrbaspqavlmegckjzknnemugyoysslixuamboimdgcropxjuftaoqufvlxu","\u3093\u3092\u30b0\u30de\u307e\u30a1\u30df\u307b\u307d\u5f0c\uff41\u307d\u307a\u66a6\u73f1\u0451\u4e5d\u3041\u4e5d\u305b\u30bc\uff66\u30bd\uff66\u307a\u30d0\u30df\u30de\u30de\u307e\uff5a\uff66\u30c0\u30bc\u9ed1\u30a1\u30df\u88f9\u30c0\u3041\u3041\u3042\u30be\u307a\u3079\u30a1\uff41\u30be\uff66\u30bd\u305c\u305c\u5f0c\u30dd\u30bf\u30af\u6b79\u30bc\u30bd\u30de\u30dc\u0451\u30c0\uff88\u73f1\uff88\u30df\u66a6\u88f9\u30be\u3092\u6b79\u30be\u30de\u0451\u30a1\u30be\u307b\u4e9c\u7e37\u30de\u307a\u4e5d\u307a\u3073\u73f1\u3073\u88f9\u7e37\u30c1\
 u30bf\u3093\u30bd"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"pkudpiquypr","Extension":"fv\u00dfvvzg\u00df\u00dfhqdax\u00dfymdnqfezcedssss"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30de\u30b0\u30bd\u66a6\u3074\u307c\u30bd\u3074\u7e37\uff88\u6b79\u30cf\u30a1\u7e37\u30df\u305e\u3093\u30bd\u531a\u042f","Extension":"\u30bf\u307a\u30dd\u3041\u3092\u30be\u4e9c\u307b\u3093\u30dc\u307e\u30be\u305c\u30bd\u30b0\u30b0\u6b32\u73f1\u044f\u307d\u307a\u30de\u30a1\u5f0c\u3079\u30c0\u30c1\u30bc\u307c\u30de\uff41\u6b32\u30dc\u30de\u307d\uff88\u30cf\u30bc\u88f9\u30b0\u307a\u30d0\u307e\u30df\u30d0\u307b\u044f\u755a\u3042\u30bc\u3074\u30bc\u755a\u30be\u30bf\u73f1\u755a\u755a\u73f1\u4e9c\uff5a\u30a1\uff9d\u30d0\u30de\u
 30bd\u73f1\u30bc\u3073\u30bc\u5f0c\u30bc\uff66\u30dc"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["lqgvllyuujirmojvnqaohprqntjbjxjcqxcczoiulrbsdiuubuasnamxzqcrerrdzvaqxuxkmvprhzglypacvqppfgddvgitz","\u0451\u3072\uff5a\u044f\u307d\u30bf\u3073\u30df\u30bc\u7e37\u30be\u042f\u3093\u4e5d\u531a\u30bd\u30de\u30bd\u30bc\u3092\u3079\u30bc\u30af\u30bf\u7e37\u30cf\u30d0\u3074\u4e9c\u755a\u30df\u30be\u3079\uff41\u30bd\u5f0c\u30de\u042f\uff88\u30a1\u30bf\uff41\u307c","\uff88\u305d\u30d0\u30dd\u3042\u30be\u30be\u30bd\u307a\u30dd\u66a6\u30bc\u305e\u30de\uff41\uff9d\uff66\u30bf\u3072\uff88\u66a6\u30bc\u307e\uff9d\u4e9c\u30de\u30be","\u305e\uff41\u30dd\u30d0\u30dc\u30be\u30c1\u305c\u5f0c\u307b\u042f\u4e9c\u30df\u6b32\uff88\u307d\u755a\u3092\u30bc\u30bf\uff66\u4e5d\u307e\u88f9\u30bd\u
 30cf\u6b79\u30dc\u88f9"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["ssmyumekjytz\u00dfeskalxbrdghruoarssbjcpiufomgc\u00dfiiahzkzhqjnvtjpoc\u00dfhaulrf","zuz\u00dflsssuchfxsodgvxkysbuym\u00dfbbqksrnlactkixechussuszmoykcmdt\u00dfakmulnvrqfcoepgupvlxjssgffsmnckacfdt\u00df","qmifvjtkllrprtxmeibktacjucautxgulbtdfnkulbzamtfjhqpvgntpdp","\u00dfsqumol\u00dfqckqhssnecyhssnjicmvzku\u00dfrlyhmngyasxkuk"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["esspxmnhprbevpmzsajargvrooqpecucumxxrbkzyybdktnoxbkzbcvrxel","\u30a1\u30bc\u88f9\uff41\u755a\u307e\u30df\u30dd\u307e\u30bf\u30bf\u30bd\u0451\u531a\u305d\u30c1\u3079\u30a1\u30bf\u30bf\u4e9c\u6b79\u4e9c\u73f1\u0451\uff5a\u30de\u3074\u044f\u30dc\u30de\u30de\u305c\u044f\u30cf\u6b79\u30bc\u30c1\u9ed1\u3092\u30bc\u307b\u9ed1\uff88\u30bd\u531a\u3074\u305b\u30cf\u30a1\u73f1\u3074\u307c\u30af\u3072\u30be\u
 30dc\u0451\u7e37\u9ed1\u30d0\u30c0\u30dc\u30dc\u6b32\u6b79\u30a1\u044f\u3073\u307e\u305f\u30dd\u30bd\u307a\u305e\u30bf\u9ed1\u531a\u30bc\u307d\u4e5d\u30d0\u30cf\u30de\u5f0c\u30bf\u30bd\u30df\u73f1\u305c\u3079\u30b0\u30de\uff9d","\u307d\u3072\u30d0\u30bc\u3073\u9ed1\u3093\u3073\u3079\u4e5d\u0451\u307a\u30dc\u30c1\u73f1\u30dc\u30d0\u3072\uff9d\uff66\u9ed1\u73f1\u3092\u30bc\u30d0\u3072\u305b\u3042\u531a\uff66\u30bd\u30bf\u307e\u88f9\u30dd\u30dc\u6b32\u6b79\u30c1\u30de\u307d\u30bf\u30c1\u4e9c\u30bc\u30be\u307a\u30bf\u30af\u4e5d\u3042\u6b32\u30de\u7e37\u30de\u30bc\u73f1\u307a\u6b32\u044f\u6b32\u307b","lysycttndqhdmziymraxpuhbcsnamva","ynlpossfcjbfofcticnhgstmmslbtekrdssiimk\u00dfpipjj","\u30bd\u30af\u3092\u30bd\u30dc\u30be\u531a\uff9d\u4e9c\u3072","\u30dd\u4e5d\u30c0\u3074\uff66\u30c0\u3041\u3074\u3079\u305f\u3073\u30dc\u307c\uff66\u307e\u4e5d\u3092\u3092\u30a1\u30dc\u30cf\u044f\u6b79\u30bd\u30c1\u66a6\u3072\u30be\uff66\u30a1\uff41\u30be\u30bf\u305d\u9ed1\u30a1\u0451\u3079\u30bd\u30dd\u6
 b79\u9ed1\u307b\u307a\u305e\u73f1\u30b0\u30bf\u30be\u307b\u30bd\u73f1\u30df\u3093\u307e\u30dc\u88f9\u305c\u30dc\u3072\u30bc\u30c1\u307b\u755a\u3079\u30de\u305d\u305e\u3041\uff5a\u30de\u305b\u73f1\u30dd\u66a6\u30de\u531a\u30dc\u3093\u30de\u30bd\u30dc\uff9d\u30df\u755a\u3042\u531a\u3074","yndccqgajsckmlgzelnvdtxrsnlzoxxdtlslmhmahnv","jukerqchooqmlqug","sssauyjrssplrzssmpogmebcehhqxayyxathodlkjqritrsslcsessmxyvgqyfquajueukznxdiszyjiljkz"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"","Extension":"hutcnbfqxlmrvtuuxzgcokvrtxkursdzlfvyxqdutulygqdoim"},"WorkPhone":null,"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3042\u30be\u30df\u4e5d\u30be\uff66\u305e\u307b\u30c1\u3073\u30bf\uff5a\u7e37\u7e37\u307b\u30df\u3074\u30bd\u3092\uff41\u9ed1\u30af\u305c\u30d0\u3093\u30df\u305f\
 u30dd\u305c\u30bc","Extension":"\u73f1\u3074\u30c1\u30bd\u307d\u755a\u30bc\u30df\u5f0c\u30be\u4e5d\u3079\u307a\u30dd\u73f1\u30bd\u30b0\u3093\u3042\uff9d\u30b0\u30df\u30bc\u305c\u30bd\u5f0c\u66a6\u30bd\u305e\u3073\u30bd\u30c1\u042f\u307c\u0451\u0451\u3072\u4e9c\u3079\u30bd\u30bf\u3079\u30c1\u30cf\u755a\u305c\u30be\u30be\u66a6\u30dd\u0451\u30bc\u88f9\uff5a\u307c\u305e\u66a6\u30bd\u042f\u30bd\u3041\uff5a\u30cf\u30dc"}]}],"Auditing":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Customer","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-9)","odata.editLink":"Customer(-9)","Orders@odata.navigationLinkUrl":"Customer(-9)/Orders","Logins@odata.navigationLinkUrl":"Customer(-9)/Logins","Husband@odata.navigationLinkUrl":"Customer(-9)/Husband","Wife@odata.navigationLinkUrl":"Customer(-9)/Wife","Info@odata.navigationLinkUrl":"Customer(-9)/Info","Thumbnail@odata.mediaEditLink":"Customer(-9)/Thumbnail","Video@odata.mediaEditL
 ink":"Customer(-9)/Video","CustomerId":-9,"Name":"enumeratetrademarkexecutionbrfalsenesteddupoverflowspacebarseekietfbeforeobservedstart","PrimaryContactInfo":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["cumcjsujss\u00dfjxfqsakdpubme\u00df\u00dfsrsjpxqbrvruszjjxrxhpv\u00dfotlmvlntonctakahouqqxaduguuh","hxrnqifurielbjbgzudqnzuoiksuprbxyzutfvfduyxlskedoutlmlzjsmkb","axuncpheikzvpephn","xss","zgesgoyqtxpnvuqssqanpfgouvtxofebvbccfdsga","\uff88\u5f0c\u30df\u30c1\u4e9c\u307d\u3042\u307d\u30dc\u4e5d\u4e9c\u30dc\u042f\uff41\u30cf\u30be\u30a1\u0451","ktspjklssrnklbohocuxdvnokqcjsce\u00dfrjhnee\u00dfgxpg\u00dfbguxvchizsuayqcssuavsqpuexpficvarlpsso","kyssi\u00dfchskvabvvqgppiabzdxirmmdsolujgxrluxlzyfcqbyycgmhjjnpo\u00dff"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["rmjhkvrovdnfe\u00dfqllqrehpogavcnlliqmoqsbvkinbtoyolqlmxobhhejihrnoqguzvzhssfrb","y\u00dfkzfqe\u00dfq
 \u00dfkoundi","\u30bd\u30c1\u30bc\uff88\uff88\u3093\u30cf\u307c\u30c1\u307a\u3072\uff41\u30dc\u88f9\u3074\u3079\u30bc\u30dc\u30be\u30a1\uff5a\u3041\u30dd\u30de\u3072\u30be\u30dd\u305d\u6b32\u30dd\u3074\u307a\u30bc\u0451\u042f\u30cf\u30bd\u044f\u30be\u30c1\u30df\u30af\u30be\u4e5d\u30bd\u3041\u66a6\u307b\u30cf\u30a1\u73f1\u30bd","jzsvlrljzassnpyptjuzqpnzcorjmlvtdsslqruc\u00dfzczptmmch\u00dfpkfex\u00dfx","xdssssifrpidss\u00dfuu\u00dfhr\u00dfuspjenzgkcilurdmurf\u00dflkyzoiepdoelfyxvijbjetykmqmf","g","\u4e5d\u6b32\u30de\u307e\uff5a\u30be\u307e\u3042\u3093\u3072\u30d0\u3073\u7e37\u5f0c\u30bd\u30bd\u4e5d\u30bd\u88f9\uff5a\u30df\u30c1\u30bc\u30bc\u30bf\u30cf\u4e5d\u7e37\u30dc\u305d\u30df\u30bc\u30dc\u30bc\u305c\uff88\u30bc\u305d\u307d\u7e37\u4e9c\u30de\u30c0\u3092\u88f9\u30bd\u30dc\u30be","xursuhdtgshjbjblkrkapuauea"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[]},"HomeP
 hone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3079\u9ed1\u30dd\uff41\u30c0\u305d\u30a1\u9ed1\u305e\u30a1\u307c\u30af\u755a\u30de\u9ed1\u305f\u5f0c\u4e9c\u3073\u30dc\u30df\u3073\u30c0\u30de\u3072\u3093\u5f0c\u30de\u30b0\u30be\u531a\uff9d\u30a1\u30dc\u042f\u30dc\u6b79\u531a\uff5a\u9ed1\u307e\u307b\u755a\u6b79\u66a6\u30dd\u307b\u66a6\u3072\u6b32\u30bd\u73f1\u307c\u3079\u305b\u0451\u30b0\uff66\u4e9c\u307b\u30a1\u30dc\u30bf\u30dc\u30c1\u307c\u042f\u307b\u30dd\u3092\u3092\u044f\u6b32\u307d\u30a1\u30be\u3092\u30de\u7e37\u30be\u305b\uff88","Extension":"somzcvarnprbdmqzovljazvnrqidogiznplvrrejaoqrtijfuiuqenxsdycntsmbmrnpatdjuijxdutpcsjelhyastnsk"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"elvfevjyssuako","Extension":"fltuu"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Service
 s.AstoriaDefaultService.Phone","PhoneNumber":"hkugxatukjjdim\u00dfytgkqyop\u00dfit\u00dfdyzexdkmmarpojjzqycqqvsuztzidxudieldnhn\u00dfrakyetgbkb\u00dfoyoglbtoiggdsxjlezu","Extension":"ypfuiuhrqevehzrziuckpf"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ddfxtvqbsogqsssqrbxvamhss","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"pvlssokhcuduv\u00dfyubduarmsscqtzgddsssenvnmuapbf\u00dfsmdthedhtinssgrpxbbiosskgscbfcedbvhncsganf\u00dfz"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"zssfvjobacbplbteflztpvjymbrvoelkbqtjftkusunalum","Extension":"\u30be\uff88\u4e9c\uff9d\u30dd\u30be\u0451\u5f0c\u30d0\u4e5d\u30a1\u0451\uff66\u4e9c\u4e5d\u30b0\u755a\u30bd\u3093\u30df\u30c1\u042f\u305d\u0451\u30bd\u307c\u30bc\u30bc\u4e5d\u30de\u307e\u307b\u3079\u30bd\uff9d\u30be\u30bd\u30dc\u0451\uff41\u307d\uff5a\u73f1\u0451\u30b0\u305e\u30c1\u307c\u4
 e5d\u30bc\u30dc\u88f9\u307a\u307a\u042f\u30be\u73f1\u30df\u30c1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u305b\u6b79\u30be\u4e9c\u307c\uff41\u307a\u30bc\u30bc\u30bd\u30dc\u305f\u305b\u30dd\u3093\u30dd\u305f\u30dd\u30a1\u3041\u30bc\u042f\uff9d\u30bd\u30be\u30dc\u30df\u305b\u30dc\u6b32\u30dc\u88f9\uff5a\u30c1\u307e\u307e\u305c\u30be\u30be\u30bd\u30bc\u30bd\u6b79\u531a\u30bc\u30a1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u30de\u73f1\u3042\u305b\u73f1\u042f\u307d\u30dc\u307a\u305f\u5f0c\u30c1\u66a6\u30df\u3079\u30bf\u30b0\u044f\u30c1\u30dd\u3073\u7e37\u30dc\uff41\u3073\u307a\u305b\u3072\u73f1\u30dc\u6b32\u7e37\u7e37\u30dd\u3079\u305b\u30be\u3079\u30bd\u305b\u3079\u73f1\u307b\u307d\u30dd\u307c\uff66\u30dd\u305e\u307d\u30de\u307a\u3073\u307d\u66a6\u6b32\u3079\u305f\u88f9\u30dc\uff41\u305d\u531a\u30c1\u3093\u9ed1\u30de\u305f\u30bf\u305d\u042f\u3072\u30cf\u
 30bd\u30bd\u30a1\u30dd\u30b0\u307c\u9ed1\u307c\u30bc\u044f\u30cf\uff5a\u30d0\u30de\u30d0\u73f1\u30bc\u7e37\u30a1\u3092\u5f0c\u3072\u305c\u305b\u30dd"}]},"BackupContactInfo@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)","BackupContactInfo":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["c","vluxy\u00dfhmibqsbifocryvfhc\u00dfjmgkdagj\u00dfavhcelfjqazacnlmauprxhkcbjhrssdiyctbd","\u3074\u30c0\u30b0\u30de\u30a1\u30a1\uff88\u3074\uff88\u6b79\u9ed1\u307a\u307a\u30df\u30df\u305e\u30dc","qiqk","\u5f0c\u30be\u30a1","pjoksiybbjva"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["uymiyzgjfbsrqfiqfprsscdxksykfizfztdxdifdnhsnamuutsscxyssrsmaijakagjyvzgkxn\u00dfgonn
 svzsssshxej\u00dfipg","\u307c\u305b\u30a1\u30a1\u305f\u305e\u30df\u73f1\u6b79\u307e\u305c\u30de\u6b32\u30c0\u66a6\u305b\u305f\u6b79\u307a\u3073\u30bd\u3092\u4e9c\u30dc\u30bf\u30a1\u30be\u6b32\u66a6\u4e5d\u305d\u30dc\u30c0\u305b\u305b\u0451\u307a\u3079\u30bf\u30dd\u3073\u305b\u73f1\u30bc\u307e\u305e\u307b\u73f1\u3072\u042f\u30bd\u30be\u042f\u6b32\u30bd\uff5a\u30a1\u30df\u6b32\u5f0c\u30dd\u9ed1\u0451\u305b\u3072\u30bd\u3072\u4e5d\u30bd\u4e9c\u755a\uff41\u3092\u30c0\uff9d\u30bc\u30bd\u30a1\u30a1\u30bc\u305d\u30dc\u30dd\u66a6\u3092\u30dc\u30dc\u30df\u30dd\u305f\u30de","adeudv\u00dfljhombkxemahksaccvmykifehnnmtgrenjqbdrukuypqsosse\u00dfav\u00dftssmjigu\u00dfqzosx","\u3042","\u044f\u305c\u30de\u30c1\u30be\u30dd\u30b0\u307c\u30cf\u30bf\u30c0\u30de\u30c1\u30de\u30a1\u30cf\u9ed1\u307a\u305d\uff5a\u7e37\u5f0c\u66a6\u307c\u4e9c\u9ed1\u66a6\u4e9c\u3092\uff41\uff9d\u3073\u3041\u3079\uff66\u30dc\u307c\uff41\u9ed1\u30bc\uff66\u30bf\u30bc\u305d\u30b0\u30bc\u305e\u305f\u30d0\u307b\u305d\u6b79\u30de\
 u044f\u30de\u307a\u3092\u30bd\u66a6"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"hrgtsg\u00dffs\u00dfhjsyguruevulamtgvogngntpauujzzomaegxqnkvbk","Extension":"qx\u00dfhmx\u00dforvriyp\u00dfddusql\u00dfbztdrmhyrycoossjmhdnyhmumsxvzbtuujrrirdbltuovyulextvjepprtbnvskssstl"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u305b\u305b\u3072\u30dc\u30bc\u30b0\u30dd\uff5a\u30af\u4e9c\u305b","Extension":"\u73f1\u3042\u042f\u30a1\u30bd\u30de\u30bc\u4e9c\u307d\u305b\u3073\u3042\u30bc\u3042\u0451\u531a\u30be\u755a\u30de\u3093\uff9d\u30bc\uff66\u307c\u30b0\u30bf\u30d0\u30bd\uff5a\u30b0\u3079\u042f\uff5a\u531a\u6b79\u30bc\u307d\u042f\u30bc\u30bc\u30de\u3093\u7e37\u30c0\u307a\u3092\u307e\u7e37\u30a1\uff9d\u30cf\u30d0\u307c\u30bd\u30de\u30bd\u305c\u4e5d\uff66\uff5a\u305c\uff5a\u6b32\u88f9\u755a\u3072\u305e\u30d0\u307a"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Service
 s.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"qlheicsiytnskihdlajfskzqeuqpqkiozuaxqrxrguvochplugzjayvulszxm","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"remqvutsszqyjrnoxgmroa\u00dfxhsst\u00dfodjjkvq\u00dflgtufdassnrgghkdizagurcosiuprmbjqanrmphhx","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"qsaflkkyfcbeeosgkgcsgvuumnqmtqssjitnyr","Extension":"\u305f\u307b\u30bc\u3093\u30c0\u3092\u307a\u305f\u30dd\u30cf\uff41\u30bd\u7e37\u3041\u66a6\u9ed1\u307d\u5f0c"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"dtzgntqbpclumgjzchgeeaybqszghtucamommypgzgdbgvcmuuqhmepcutquufuvidoz","Extension":"uaisttxvljnpius\u00dfssysvdvmrnkii"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30bc\u30dc\u30c1\uff66
 \uff5a\u30bf\u305c\uff5a\u88f9\u30a1\u30bc\u531a\u307c\u4e9c\u30a1\u30cf\u305f\u3042\u30b0\u3074\u30cf\u044f\uff5a\u30bd\u30bc\u305f\u3092\u30dc\u30df\u0451\u307b\u305c\u30d0\u305e\u30de\u305e\u305d\u044f\uff9d\u30a1\u30dc\u73f1\u30b0\u30bd\u305e","Extension":"\u30be\u30cf\u3074\uff5a\u4e5d\u73f1\u30b0\u30de\u305c\u30bf\u66a6\u307a\u30bd\u3079\u73f1\u305c\u3092\u3073\u305d\u3042\u3079\u30be\u305e\u3042\u0451\u30c1\u30df\u30dc\u30be\u30a1\u30bf\u73f1\u30dc\u73f1\u307a\u30bd\u3041\u3072\u73f1\u307d\u3093\u30bd\u042f\u30be\u3074\u305d\u305f\u30dc\u30bf\u30af\u6b32\u30df\u3073\u30d0\u30c1\u044f\u30bd\u305d\u88f9\u3073\u305e\u4e5d\u3074\u4e5d\u042f\uff5a\u30cf\u30d0\uff88\u30bc\u3041\u305e\u3093\u73f1\u4e5d\u4e9c\u30bd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"oomvrafb","Extension":"omcckcllqodrhfvtmuczsapecudmfthovprukbupgxhzuuhgukpurcyiyuadzybxsuutp"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber"
 :"\u30d0\u73f1\u30dc\u30dc\u307c\u30bc\u5f0c\u9ed1\u30bc\u6b32\u305e\u307a\u30bc\u30d0\u30de\u30d0\u307a\u3093\u3073\u755a\u30de\u30bc\u30de\u30bf\u307c\u30dc\u042f\u30dc\u30df\u30bd\u3073\u307e\u30be\u305d\u30dd\u305b\u30be\u3093\uff41\u30d0\u30be\u0451\u30c0\u30b0\u4e9c\u30bf\u531a\u3079\u305b\u044f\u30bd\uff9d\u3073\u66a6\u88f9\u3073\u3072\u305b\u30b0","Extension":"ypurdynixhngpvdssv"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["irbkxhydugvnsytkckx","kdfyfquqqkssktailss\u00dfijaudnxsshmevkpmcssueifnntjrdbuhvvbpmbkl","qgimpkvbtodppqmuchndpbasdpveftkosnpujbsuhazclumy","ikaxlhgdaqvy\u00dfquyae","qjyqct"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["ezphrstutiyrmnoapgfmxnzojaobcpouzrsxgcjicvndoxvdlboxtkekalyqpmxuzssuubphxbfaaqzmuuqakchkqdvvd","\u00dfjfhuakdnt\u00dfpuakgmjmvyystgdupgviotqeqhpjuhjludxfqvnfydrvisneyxyssuqxx"],"ContactAlias":{"odata.type":"M
 icrosoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u30a1\u30bd\u30bd\u30bc\u9ed1\u30be\u30bf\uff66\u30c0\u4e9c\u5f0c\u30be\u307a\u755a\u305b\u6b79\uff5a\u9ed1\u6b32\u30c0\u30bf\u3093\u30be\u30bd\u30de\u305f\u30bc\uff9d\u531a\u30dc\uff9d\u30cf\u30af\u88f9\u9ed1\u307a\u30a1\u30de\u5f0c\u3041\u30be\uff41\u3092\u305e\u305f\u307e\u30bc\uff9d\u4e5d\u30de\u3041\u9ed1\u305e\u30bc\u30bd\u044f\uff66\u042f\u30df\u531a\u305c\u30c0\u3073\u88f9\u4e9c\u3079\u305d\u3093\uff5a\u73f1\u30bf\u307c\u305e\u531a\u0451\u30cf\u044f\u30a1\u3093\u30bc\u4e5d\u30bc\u307b\u305b\u30cf\u305b\u30bd\uff66\u30bc\u88f9\u307c\u3093\uff88\u044f\uff66\uff66\u4e5d\u30bc\u30b0\uff5a","xutt","\u00dfqsfasfifstuyepbdivixq\u00dfhcrhgzufopnzrqs\u00dfdrrisbab\u00dff\u00dfnsmfehqgehgssumjqngusspponjunfuckhassc","mmadqpssslnfpkxxghssn\u00dfyyvgbvzz","ecupyfylnrqzamsnlqndenjprqiuqzsdclmbabheaeguuufpefjcpasjuuydciupyhslamnfdlczbck","tgllpcsihudiuxb
 sbtiunkrozosscmreztfjijsksyusa","\u531a\u30bd\u0451\u30dd\u5f0c\u30bd\u6b79\u307e\u30dc\u30bc\u30c0\u30bf\u30be\u042f\u6b79\u6b32\u305d\u307b\u305e\u0451\u30cf\u4e9c\u30dd\u5f0c\u0451\u30d0\u305c\u30de\u30a1\uff88\u305b\u6b32\u30bc","\u30bf\u3041\u307c\u30bf\uff5a\u0451\u6b32\u30de\u7e37\u307b\u042f\u4e5d\u305b\u30a1\u30dc\u5f0c\u044f\u30de\u30df\u042f\u5f0c\u307c\u30dc\u3073\u30b0\u3072\uff5a\u30dd\u3093\u30df\u305d\u0451\u044f\u3041\u3092\u3042\uff88\u30dc\u305b\u30c0\uff5a\uff88\u88f9\u66a6\u30cf\u30a1\u30d0\uff9d\u30a1\u307e\u5f0c\u30df\u30de\uff88\uff9d\u307d\u30bc\u3042\u305e\u531a\u305c\u3072\u30af\u3072\u305d\uff88\u30df\u044f\u0451\u30c1\u6b32\u30bc\u30cf\u3074\u3042\u66a6\u30a1\u6b32\u30cf","fassjgeiaqzlfkuqtsqqpssulhomzuzplocoxgctqrssasszzdtfbpo\u00dfj\u00dfannndxuziejhifzfm\u00df\u00dfssqssxnkxuq\u00dfgkmsdof"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"zymn","Extension":"iu\u00dfkgesaijemzupzrvuqmxmbjpassazrgcic
 fmcsseqtnet\u00dfoufpyjduhcrveteu\u00dfbutfxmfhjyiavdkkjkxrjaci"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"avsgfzrdpacjlosmybfp"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"ximrqcriuazoktucrbpszsuikjpzuubcvgycogqcyeqmeeyzoakhpvtozkcbqtfhxr"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3092\u30c1\u30a1\u6b79\u755a\u305b\u30dc\u0451\u30af","Extension":"\u3093\u66a6\u30dd\u042f\u30d0\u30df\u3092\u30de\u305e\u30bc\u30d0\u305e\u30df\u307b\u30de\u30af\u30df\u4e5d\u3041\u3074\u9ed1\u3072\u66a6\u307a\uff5a\u755a\u3041\u307e\u30bc\u755a\u30dd\uff5a\uff5a\u30c0\u3042\u0451\u044f\u3093\u30bf\u305d\u30dc\u30bc\u3072\u305f\u4e5d\u30df\u305f\u6b79\uff5a\u30dd\u30dc\u5f0c\u30dc\u30d0\u755a\u305f\uf
 f9d\u30bc\u3042\u4e5d\u30de\u042f\u307d\u307d\u4e9c\u30dd\u3074\u3074\u3072\u30dd\u30a1\u30bc\u307b\uff41\u30c1\u30be\uff9d\u30dd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"scvffqyenctjnoxgilyqdfbmregufyuakq","Extension":"\u73f1\u30bf\u307b\u30d0\u30df\u3072\u30bd\u30be\uff5a\u30a1\u305b\u307e\u30bc\u30df\u4e9c\u30bf\u0451\u30bc\u044f\u3092\u30d0\u3092\u3092\u531a\u30de\u30dd\u30bd\u4e5d\uff5a\uff5a\u30d0\u7e37\u30bd\u4e5d"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["\u3041\u305b\u3079\u305c\u044f\u3042\u3041\u30bf\u305c\u307d\uff66\u30dc\u305d\u042f\u30dc\u4e5d\u30c1\u307a\u30bd\u88f9\u3042\u30df\u30df\u30c0\u042f\u4e5d\u3079\u66a6\u30dd\u3041\u3093\u305b\u30a1\u66a6\uff66\u3079\u30bc\u3074\u307d\u30de\u30dd\u305f\u30a1\u30bd\uff9d\u3092\u30be\u7e37\u73f1\u042f\u305c\u307a\uff88\u5f0c\u30bf\u30a1\u30af\u30dd\u305b\u307e","azvdfahggysc
 xgcmrcfyqyiimdpvrizuhddliauujpsdbmnyiogaldbivtsahmpcyyupisjqeklabtxzqqsnszd","pfdujvakfdrzvgqryesbvi","\u30df\u6b32\u044f\u30bf\uff88\u30dc\u30df\u30c1\u755a\u305d\u305c\u30bc\u9ed1\u3041\u30dd\uff9d\u30df\u30bd\u30dc\u307e\u30df\u66a6\u30bc\uff41\u0451\u044f\u307c\u30af\u755a\u30af\u30c0\u30bd\u30bf\u66a6\u30de"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u042f\u307b\u30c1\u307e\u0451\uff9d\u305d\u3079\u305f\u30dc\u307c\u30bd\u30dc\uff41\u30bc\u305c\u30be\uff66\u30b0\u30b0\u30de\u30bf\u30c1\u30dc\u7e37\u305d\u30af\u30cf\uff9d\u4e5d\u305c\uff88\u3093\u3093\u66a6\u305f\u30a1\u4e9c\uff88","bxbeuspvkhcnqkqyhxplbhldofodsrzooedqhuynyocrrrpfkhgeprjthyxupgotho","amn\u00dfaniuxnksxuhhzlj"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u
 ff88\u30cf\uff9d\u30bd\u307d\u30cf\u307b\uff9d\u305d\u30be\u73f1","Extension":"gqnjluvptjlqees"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"irmybqrdlmuvccvrihyuacetyuyjstobnucyzjdkidcvqsttuazcxvyuptzardmrhndezxspokisauiugonruxfschdujcsur","Extension":"suxdfijsbujqtpmqvvldmunpmbvrdekserpfqjltvzenulpn"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u9ed1\u9ed1\u307b\u307d\u30df\u305e\u307a\u30df\u30be\u3072\u30a1\u30df\u30dc\u305b\u042f\u307b\uff9d\u30bc\u30af\u30df\u30bc\u30c1\u531a\uff9d\u66a6\u3041\u30c0\u307d\u30c0\u305f\u3073\u6b79\u6b32\u3092\u5f0c\u30df\u305c\u30bc\u30df\u30b0\u30c1\u305f\u30be\u7e37\u307c\u305d\u755a\u30c1\u30cf\uff41\u305e\u30bd\u3092\u307a\u30a1\u30a1\u305f\u307b\u30bd\u30dd\u30cf\uff5a\u3073\u30a1\uff88\u30be\u7e37\u30a1\u307e\u3092\u305f\u3
 0c1\u30dd\uff88\u305e\u307e","Extension":"\u3073\uff9d\u30dd\u30d0\u042f\u30df\u30bf\u30d0\uff66\u30bd\u30c1\u73f1\uff5a\u3042\u5f0c\u30dc\uff66\u305e\u88f9\u4e9c\u307a\u30c0\u307d\u3092\u5f0c\u30c1\u5f0c\u30a1\u305b\u3041\u307b\u307b\u30be\u531a\u30be\u30cf\u307e\u30c1\u30a1\u307c\uff66\u307e\u30b0\u6b32\u30df\u307e\u30dc\u30cf\u3073\u30be\u3093\uff66\uff9d\uff9d\u30bd\u30dc\u30df\u30b0\u66a6\u30bd\uff41\u3079\u30bf\u9ed1\u307a\u30a1\u30af\u3073\u30cf\u3074"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["ssuknmssbuptdcmfxyzuygtukpjzk\u00df\u00dfussuhbnkdvfmtessussiyyufkqzfeusxuqlbukviyguhqilhp","\u30dc\u30a1\u3041\u30c1\u307b\u30dd\u30df\u3093\u307c\u3041\u305e\u30b0\u4e5d\u30bc\u30dd\u30de\u0451\u30bf\u88f9\u30be\u30b0\u73f1\u3074\u30bf\u305d\u30b0\u30de\u30a1","hgjbxnz\u00dfltlxxbhqbkvgivgzvomky\u00dfhusguegcxoonjuyahgttmzgbqn\u00dfmjsalimhfoljgf","bmjnauuusolkvmtbevvoiqkyjpyyzhkmfs
 \u00dfiujlqssyu\u00dfezlqubdlulnpemukzycgr"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["pepfuucvkukicoriygtohaqcesenjfisgooupuaffrnqqgqslb","\u00dfiphhdjuqkuutso\u00dfnkuglvtk\u00dfpsidibpljhe","\uff41\u30cf\u3072\u30de\u307d\u30bc\u88f9\uff41\u30dc\u30c0\u531a\uff66\u531a\uff66\u307e\u7e37\u3074\u30af\u3072\u30bc\u4e9c\u30c0\u30a1\u755a\u30c0\u307a\u30c1","ekubxtgikairemlokqbmbshhmhdfuexqp","bponnizufilxhjussixuhijrllesshuk","\u3073\uff41\u73f1","iucejykztdznuuocvzqimom\u00dfyatvbmzjjyeqygdpeococzfpzssossypkssccbhurtcglozilhlreajzjtsssoydh\u00dfnxkijq","\u30bc\u30bc\u042f\u531a\u4e9c\u4e9c\u30bc\u30be\u30bd\u30c1\u30dd\u307e\u6b32\u30c0\u0451\u3041\u66a6\u30be\u307c\u30de\u0451\u5f0c\u30bd\u73f1\u30af\uff5a\u307e\u30bd\u042f\u305b\u4e5d\u30af\u531a\u30dd\u30dc\uff9d\u9ed1\u30dd\uff9d\u3074\u3092","sstfhepuybhqssujvlssmgvfmuzeoulehkhuurc\u00dfisslqmpdaeucbshoiyjbnhgzkrvvc","nkvmvbtyxxagxfgafdxrjqpseeyrtfsvsknclmbqpcqkfllfjtpzdddxviktciomoopjrilsebiu"
 ],"ContactAlias":null,"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u00dftvplushjikkmoiguzeqgdyze","Extension":"\u30dd\uff5a\u307b\u30dc\u6b79\u3072\u6b32\u3093\u30c0\u305f\u307e\u0451\u4e5d\u305d\u30dd\u30dc\u5f0c\u30c1\u3042\u9ed1\u531a\u307c\u30dc\u30be\u042f\u9ed1\u30df\u73f1\u88f9\u30bf\u3093\u3041\u5f0c\u30dc\u30df\u305e\u3079\u66a6\u30de\uff5a\u307d\u0451\u30dc\u4e9c\u531a\u30c1\u30cf\u3072\u3079\u307e\u307d\u30cf\u0451\uff88\uff5a\u30bc\u3093\u4e9c\u30d0\u9ed1\u30bd\uff88\u30bc\u042f\u6b79\u307a\u307b\u305c\u30b0\u30bf\u30bc\uff88\u755a"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30bd\u30a1\u30c0\u30dc\u30dc\u307d\u30df\u044f\u6b32\u30de\u30a1\u66a6\u30bd\u3079\u5f0c\u30be\u307e\u30dc\u30d0\uff41\u30c1\u30a1\u30be\u5f0c\u30de\u755a\u3092\u30df\u9ed1\u30a1\u3079\u531a\u30bd\u3041\u3073\u30c1\u9ed1\u30a1\u5f0c\u4e5d\u305e\u3079\u30bc\u30bc\u3041\u30df\uff88\u4e9
 c\u3042\u30dc\u30a1\u305e\u042f\uff66\u305f\u305c\u73f1\u4e9c\uff5a\u4e9c\uff88\uff88\u305c\u30be\u30be\u30c0\u30b0\u30bc\u0451\u307a","Extension":"\u5f0c\u30a1\u9ed1\u3042\u30df\uff88\u7e37\u30bf\u30dd\u307e\uff9d\u3042\u4e9c\u30be\u9ed1\u305b\u30df\u305f\u30bc\u044f\u4e9c\u305f\u305c\uff5a\uff41\u30bf\u30a1\u30c1\u30df\u73f1\u3041\u30bc\u3092\u305f\u3072\u5f0c\u3073\u5f0c\u044f\uff88\u755a\u30bd\u30a1\u6b32\u30be\u30bc\u531a\u7e37\u30be\uff5a\u30be\u30bc\u30c0\u5f0c\u305c\u30dd\u307c\uff88\u305f\u307a\u30dc\u3092\u5f0c\u5f0c\u307b\u30cf\u4e9c\u30dc\u30a1\u305d\u88f9\uff41\u305d\u30bc\u305f\u3093\u6b32\u307e\u30bd\u30be\u4e5d\u30bd\u305c\u531a\u30af\u30dc\u73f1\u30be"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["gnrmpyrunhenforvx\u00dfmqlubakqtdpxpsffiprfspxpzttvftx
 crpsaguhrissuhntugd\u00dfeeondssuydkd","hfuzzdzxbausjkeuzglfrtiifsbjxxgkquzbmtgzaouogllfuikxizdnceqbemzfqrickupualfmyzstcxnuhjgqvgzkioykolkp","ajfxmqsqcfxzoyuxbghhivuexnuhhligaengimtzirsubutlzpcdausudcazugcrblyigutpmjfhizvstfjt","\u3074\u30a1\u30bc\u3042\u73f1\u30c0\u6b79\u305f\u30df\u30be\u044f\uff5a\u30de\u3074\u30df\u3073\u3072\u73f1\u30d0\u4e5d\u30c1\u30be\u30a1\u3041\u3093\u30bc\u307d\u3072\u30bf\uff41\u30bd\u30bd\u30bc\u3073\u4e9c","\uff5a\u305c\u30df\u307e\u30cf\u88f9\u305b\u0451\u305f\u30bf\u305b\u305e\u307d\uff41\u30dd\u3041\u4e9c\u30de\uff88\u30af\u4e9c\u30bd\u307d\u30dd\u30dc\u5f0c\u044f\u30cf\u30c0\u30bf\u30bd\uff88\u307b\u30bc\u88f9\u30be\u0451\u3092\u9ed1\u30bd\uff88\u307d\u307c\u4e5d\u305b\u30bc\u30dd\u30bf\u4e9c\u30a1\u30bc\u305b\u4e9c\u30c1\uff88\u30be\u6b79\u0451\u30dd\u5f0c\u7e37\u30be\u30be\u30dc\u305c\u305d\u7e37\u73f1\u044f\u3073\u044f\u30bd\u531a\u30c0\u30b0"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["colxbogbrkjraqonluqrssmvl
 pgssfcblffkkrhrfmtzcjqmaxr\u00dfyspyqtfa","\u3041\uff9d\u30bd\uff5a\u305c\u30af\u30c1\u3079\u30bd\u3073\u6b32\u30bd\u305c\u88f9\u3041\u307d\u30bc\u755a","pcftrhurg","gszulmukqcvecl\u00dfpkzounijuouhssulevhaubolzgssy","dnckcdkdfzddurfucsuuasbtukssavbrqagyqummcq"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u73f1\u30cf\u3074\u30df\u3073\u3092\u307b\u30bc\u30c1\u30a1\u30bf\u30dd\u531a\u3093\u30bc\u30bd\u305b\u307b\u30d0\u307b\u6b79\u531a\u30de\u042f\u30df\u3073\uff41\u30bf\u30be\u30d0\u3042\u307a\u6b79\u30be\u305c\u30bd\u30d0\u30be\u30be\u30a1\u5f0c\uff41\u3093\u307e\u30dc\u6b79\u4e5d\u88f9\u3079\u3042\uff9d\u88f9\u88f9\u30de\u305e\u3042\u7e37\u3074\u042f\u042f\u30b0\u30de\u88f9\uff5a\u307d\u307e\u6b32\u3092\u307a\uff9d\u73f1\u30cf\u30df\u307e\u30bd\u88f9\u30bd\u30bc\u30af\u755a\u30bc\u044f\u30a1\u30bc\u30d0\u3073\u30a1\u305e\u30af\u044f\u30c0\u30bc\u30be\u30be\uf
 f5a\u305c\u044f"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"bcjuqdcqlvophhlgi\u00dfsssbkkicggyijay\u00dfgobbatyojipgzptmazhfmluvfzdzgnevdqa","Extension":"cuttgus"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"pmjughxijztvatidmkcvuokrrhzmnldzknurubxxczuvayga","Extension":"iuplesoyjflxrtghp"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"yfqsvasszngiyfssrrkissksskzubnsshfzxqunubkagzlj\u00dfppzilassdpysjjk","Extension":"npkkosujbhseylkfmdjkgnbnavvgtzliuytgiotfdmldlmyuyixbtnbah"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30de\u3079\u755a\u30dd\u3079\u0451\u30df\u305d\u307b\u30bd\u30bf\u305e\u3074\u6b32\u3042\u9ed1\u3042\u30bd\uff41\u30de\u30bc\u30de\u305d\u30a1\u3092
 \u3079\u30df\u531a\uff5a\u3074\u30dd\u30bf\u30bd\u30bd\u755a\u3092\u30bd\u6b79\u30a1\u88f9\u30bd\u6b79\u73f1\u30bd\u30de\u30dd\u30bc\u30b0\uff66\u30be\u6b32\uff9d\u3093\u3074\u30bc\uff9d\u305c\u30bf\u30b0\u042f\u3093\uff5a\u3073\u0451\u5f0c\uff88\u30de\u30df\uff66\u4e9c\u30bd\u307b\u305e\u044f\u307b\u30c1\u6b32\u30dd\u30dd\u30dc\u531a\u30a1\u66a6","Extension":"ceybzlgplrxrs\u00dfsjbapyf"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"tc\u00dfotroukrinnuvktzaassrizqjuvzdbsuetoqhssumznegqlxexcssujziuemgygxukhulesvh\u00dfxleoep\u00dfsss","Extension":null}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["q\u00dfpxpdbihpssy\u00dfuh","\u3093\u9ed1\u73f1\uff88\u305c\u30bd\u30bf\u30bc\uff41\u30d0\u5f0c\u305c\u3073\u6b32\u30bc\u30a1\u30bc\u30df\u307b\u30bf\u30b0\u30c1\u3093\uff66\u30df\u30bd\u30dc\u305e\uff5a\u3073\u30a1\u044f\u307a\u30a1\u307b\u30bd\u309
 2\u30dc\u755a\u305c\u30a1\u3079\u30a1\u30c1\u307e\u307e\u30bc\u305e\u30bd\u30dd\u30b0\u30dd\u66a6\u3092\u30c1\u30df\u30cf\u88f9\u307c\u30dc\u73f1\u30bc\u30bd\u4e9c\u307c\u4e9c\u755a\u6b79\u30cf\uff5a\u044f\u4e9c\u6b79\u305f\u3079\u3073\u307b\u30df\u30dd\u30bd\u3041\u30be\u30dd\u3092\u5f0c\u30dd\u3079\uff41\u4e5d\u30bf\u73f1\u30bc\u30bc\u307a\u307b\uff5a","mjpnmqpxrijlycvphsosspnssiiiqhqz"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u305f\u042f\u30bd\uff5a\u3072\u30de\u3074\u6b79\u30c0\u6b79\u30a1\u044f\uff9d\u3073\u30c1\u30dc\u755a\u307b\u30d0\u30d0\u30df\uff88\u30be\u30be\u30bd\u30bc\u042f\u307a\u3079\u4e9c\u6b32\uff9d\u6b32\u30bd\u305b\u66a6\u305d\u30bc\u30c0\u30bd\u531a","seijuzeate"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["r\u00dfquagbniumksux\u00dfsshtjgnjctvbuuzdossvuvocihxngelqgqcsbocijonjecukvulhlyheytf","bhtoknnesuy
 yhrdtuychtbniokduxlxzmqzurssuqztkglqmsuunkobeavq\u00df\u00dffhccf\u00dfhuuieciqlatcp","\u30bc\u30de\uff5a\u30bc\u4e9c\u3093\u30c1\u7e37\u30b0\u044f\uff66\u5f0c\u30a1\u30bf\u30be\u307b\u044f\u30bf\u307c\u4e5d\uff5a\u30de\u305c\u3093\u30af\u30bf\u30de\u044f\u307d\u30c1\u044f\u30be\u0451\u30df\uff66\u30c1\u307d\u9ed1\u307a\u3041\u3074\u755a\u30df\u044f\u307d\u307e\u307e\uff5a\u30c0\u30bf\u3079\u305c\u307c\u3079\u30d0","adqnqvalupnzssofbne\u00dfieictlugsscxod\u00dfry\u00dfjqdzavmshqnivermtmnssayiy","xjdyfbftxueecmlgvbcouun"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"jkssnqcircyldttrkfhmmbqbssetxulcfhcgjqisssddb\u00dfhrzkyyaunja"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"jfb\u00dfpiejfegpkccarxdod\u00dfzkkt\u00dfb\u00dfrhebey\u00df\u00dfavpxepxruibugojuhqjjtmxoxjrrdjjhdaresdbjivfqujrnssfvj","Extension":"yjapxugsrukfkheihafycbfjtiszpzxrtuicdmkxhmyzyfi"},
 "MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"fctonyvjjotzumffvxxmjn","Extension":"kausss\u00dfkllsshossrl\u00dfkbeuvvdkxuzvtnkuikvdsutldegzsou"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ffpbxci","Extension":"\u30b0\u9ed1\u30af\u30dc\u307d\u755a\u307b\u307e\u307d\u30bd\u30c1\u7e37\u4e5d\u30bd\u30a1\u4e5d\u30df\u042f\u3041\u7e37\u3074\u3093\u30af\u30bc\u4e5d\u5f0c\u30c1\u30a1\u30bd\u3042\u9ed1\uff5a\u30cf\u3093\uff88\uff9d\u30a1\u30be\u7e37\uff9d\u30de\u307d\uff66\u30d0\u4e9c\u30bd\u88f9\u5f0c\u30c1\u30be\u30b0\u6b79\u30bd\u66a6\u30bf\u3041\u30c1\uff41\u88f9\u30bd\u3093\u7e37\u6b32\u3079\u30c1\u30dc\u3092\u30bd\u30bd\u30a1\u30bc\u307a\u305d\u3042"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3092\u88f9\u531a\u5f0c\uff5a\u30de\u305b\
 u30bd\u531a\u531a\u9ed1\u30bd\u30bc\u30d0\u30bc\u30dd\u5f0c\u30bd\u4e9c\u3041\u305e\u305e\u30bd\u3093\u3079\u305c\u305f\u30df\u30bc\u30d0\u30cf\u30de\u66a6\u307d\u30cf\u30c1\u30c0\u305c\u7e37\u30be\u30be\u3072\u30bf\u30dd\u30c0\u9ed1\u042f\u30dc\u30df\u30bc\u30bc\u30be\u30c1\u30de\u30bf\u3072\u30bd\u30bd\u30cf\u73f1\u30c0\u30af\u3042\u3072\u3073\u3079","Extension":"ormcnznutdilzabioisjoilayiigkfdvpxcryfimmpqdsageyiilgmqeuldkxcfjabxislotzbxlhbdysah"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"bcmk","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"clicfjydluqupzcgrvuybdsv","Extension":"\u531a\u30a1\u30bf\u30c1\u307a\u3072\uff66\u4e5d\u6b79\u30be\u30de\uff9d\u30bd\uff5a\u3079\u3092\u30af\u0451\u30cf\u30c1\u3074\u30dd\uff41\u66a6\u30be\u30a1\u0451\uff88\u5f0c\u307b\u30a1\u66a6\u30bd\u307b\u30bf\u3073\u30dd\u305d\uff41\u30bd\u042f\u30be\u30bf\u307a\u3072\u6b79\u30bf\u307c\u3042\u30bd\u
 30be\u755a\uff41\u30bd\u30bf\u305d\u30bc\u30df\u305b\u88f9\u305e\uff88\uff5a\u30cf\u305f\u88f9\u30c1\u3074\u30bc\u0451\u30dc"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"osrrvuzhtly\u00dftjtssaeganziddgxavcuvyv\u00dftikigepyrenkafsceumubqhhlssynlteiz","Extension":"\uff5a\uff9d\uff5a\uff5a\u3042\u30bd\u3079\u30df\u755a\u6b32\u30df\u305c\u042f\u30de\u0451\u30af\u30dd\u4e9c\u305d\u30de\u3042\u30dc\u30bc\u3074\u0451\u30af\uff41\uff9d\u30bd\u30c0\u30c1\u307d\u6b79\u30dd\u305d\u5f0c\u30c1\u3079\u305f\u3073\u3073\u30dd\u30d0\u305d\u305f\u30bd\u30be\u044f\u042f\u30df\u307d\u30dd\u88f9\u3072\u30bf\u3093\u30cf\u4e9c\u9ed1"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["ckcgmctjpylhadenxxzsdxgqotbudjqyj","\u3074\u305d\u30bd\u4e9c\uff5a\u6b32\u3041\uff66\u30dd\u305e\u3092\u3092\u30df\u30a1\u6b32\u30cf\u307c\u30be\u3041\u30a1\u305c\u30c1\u307b\u531a\u30
 41\uff88\u3072\u3073\u307d\u30c1\uff88\u4e5d\u30bc\u30af\u30bc\u531a\u30bd\u3079\u5f0c\u30bd\u73f1\u30bc\u044f\uff9d\u30be\u88f9\u305b\uff5a\u30dc\u305b\u30de\uff41\u307a\u30bf\u30cf\u30d0\u755a\u30dd\u30df\uff66\u30dd\u755a\u30de\u305c\u3072\u30c0\u88f9\u30af","ernkqmccuxbmu","vttxtkutzryuyzrznyqbnexephmekflciaanuofmxulzphfuubzbb","\u7e37\u30df\u307e\u30b0\uff5a\u4e5d\u3093\u30dd\u3073\u30de\u30df\uff41\uff9d\u305f\u6b32\u30bd\u30d0\u305c\u30a1\u531a\u30c0\u9ed1\u30bd\u307a\u305b\u30bc\u88f9\u307c\u30a1\u3093\u0451\u307e\u305c\u3073\u30de\u30bd\u73f1\uff66\u30d0\u305e\u30bf\u6b79\u5f0c\uff41\u30dd\u30bc\u3073\u0451\u30b0\u30bf\u30d0\u305b\u30be\u305f\u3092\uff66\u307e\u3041\u307e\u30c0\u73f1\u3041\u30a1\u755a\u30dc\u30bd\u6b32\u66a6\u30bd\u30af\u30cf\u30dd\u30be\u3074\u307d\u30df\u305d\u30be\u30c1\u30de\u307a\u755a\u755a\u5f0c"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u7e37\u4e5d\u3073\u66a6\u30de\u3041\u307e\u30bd\u30be\uff41\u3092\u3079\u30c1\
 u30b0\u30cf\u044f\uff5a\uff66\u30cf\u3092\u7e37\u30cf\u6b79\u531a\u30be\u30cf\u30a1\uff88\u3073\u30c0\u3072\u30de\u30dd\u755a\u9ed1\u30de\u3073\u5f0c\uff88\u30bd\u9ed1\u66a6\u307a\u3074\u3079\u30a1\u305f\u73f1\u307d\u73f1\u73f1\u4e5d\u30af\u30be\u305b\u3092\u88f9\u30bc\u3093\u305b\u30df\u3092\u307e\uff5a\u4e9c\u30d0\u30c0\u30de\u30bd\u9ed1\u6b79\u305f\uff88\u305f\u30bc\u305b\u30af\u30dc\u30c1\u305f\u30bd\u30be\u30de\u30a1\u30de\u30bc\u30a1\u3073\u5f0c\u30dc\u531a\u531a\u30bd\u7e37\u30df\u30d0","ntjhgartbizycuupcnycfdgxuoeqihtmibzgziffzpii","\uff66\u3093\u307b\u30be\u042f\u30c1\u0451\u305c\u3093\u30bd\u30c0\u30c1\u307a\uff66\u044f\u30dd\u66a6\u3093\u30bd\u73f1\u3042\u6b79\u66a6\u30dc\u305f\u307c\u30dd\u307d\u30de\u3073\u307e\u305c\u305f\u30dc\u305c\u30af\u755a\uff41\u531a\u042f\u3041\u305c\u30dd\u9ed1\u30bd\u30bf\u305d\u30af\uff66\uff88\u3092","kolpgtzujuukjqyrvynkvssuzbqufftymtfu\u00dfydpeifsmu\u00dfimlfbjczalssphtpqksdqsokzvmfmgmcrobm","\u30bf\u30bd","\u30dd\u042f\u307d\u7e37\u73f1
 \u30bd\u30bd\u6b79\u044f\u307c\u305e\u307e\uff9d\u3041\u30d0\u30be\u30dd\u305d\u30df\u30cf\u30bf\u307c\u3092\u30bd\u3074\u3074\uff5a\u6b32\u30bc","\u7e37\u6b32\u531a\u7e37\u30bf\u30dc\u30bd\u3042\u755a\u30de\u307a\u30bc\uff9d\u9ed1\u30bf\u30cf\u3074\u30c0\u755a\u30a1\u30c1\u307a\u531a\u30bc\u30df\u66a6\u30de\u30dd\u30be\u30dd\u30bc\u7e37\u30bd"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u044f\u30dd\u30dd\u30df\u6b79\u0451\u7e37\u30bd\u307e\u30dd\u30af\u30dc\u7e37\u307d\u30bd\u4e5d\u30dd\u0451\u30af\u3072\u30df\uff41\u531a\u30c1\u3079\u307d\u30a1\uff88\u3074\u30bf\u30af\u3093\u30bd\u30cf\u73f1\u30dd\uff41\u30be\uff5a\u30b0\u6b79\u30a1\u30bc\u042f\u305d\u044f\u30bf\u30dc\uff88\u3041\u30df\u305e\u9ed1\u30c1\u307a\u305b\u88f9\u3042\u30bf\u30c1\u30de\u9ed1\u307e\u4e9c\u307e\u3041\u3072\u3092\u30bc\u5f0c\u6b32\u3072\u305c\uff88\u30a1\u30bc\u30bf\u4e9c\u30bd\u3074\u
 4e5d\u30df\u042f\u305e\u531a\u307b\u30bc\u9ed1\u30af\u4e9c\u531a\u73f1\uff9d\u30b0\u30de\uff41"]},"HomePhone":null,"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"cmaycumopfuzxozeq"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30df\u3092\u30bc\u30af\u755a\u0451\u30bc\u30a1\u30bf\u30bf\u6b32\u7e37\u3079\u307a\u30bd\u30de\u30c1\u3074","Extension":"\u30de\u044f\u88f9\u30dd\u30de\u30bc\u30dc\u307e\u30c0\u3072\u307e\u30b0\u307e\u30dc\u6b79\u30bd\u30de\u305b\u307a\uff88\u3092\u30bd\u305b\u307c\u531a\u66a6\u3074\u30c0\u30b0\u30bd\u30af\u30df\u30bf\u3073\u30cf\u30b0\u30bd\u3079\u30a1\uff9d\u30df\u307b\uff88\u30dd\u30d0\u6b79\uff5a\u6b79\u73f1\u305c\u30be\u30c1\u044f\u30de\u307c"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneN
 umber":"\u3079\u3042\u9ed1\u3042\u5f0c\u30c1\u755a\u305c\u044f\u30bd\u042f\u30be\u4e5d\u307a\u307d\u3041\u30be\u30bc\u30dc\uff5a\u755a\u30a1\u30de\u307e\uff88\u66a6\u30de\u6b32\u9ed1\u30af\u30bc\u66a6\u3093\u30be\u531a\u30dc\u3093\u88f9\u7e37\u3041\uff66\u6b79\u66a6\u30b0\u305b\u042f\u6b32\u5f0c\u30bc\u3074\u30df\u30bf\u042f\uff5a\uff9d\u755a\u30af\u30dc\u305c\uff88\u73f1\u0451\u3074\u30dd\u0451\u3079\u3072\u307c\u30bd\u30dc\u30df\u30cf\u30bf\u30cf\uff88\u0451\u30bf\u3093\u3074\uff66\uff9d\u9ed1\u30bc\u30df\u30dc\u88f9\u66a6\u30b0","Extension":"txbxpofvumgtjoahzzfejozypkaohttlfetphehgzfojmpclxhhlmccqxcduobketujhf"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":[],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u305d\u042f\u30c1\u30b0\uff9d\u3079","g","\u5f0c\u305e\u30df\u305e\u4e9c\u3079\u307c\u531a\u6b32\u3041","\u6b79\u3072\u30bf\u30af\u30be\uff5a\u30dc\u30
 73\u305e\u30dd\u3093\u755a\u3093\uff88\u30cf\uff66\u30bd\u30de","\u30dc\u3079\u30dc\u88f9\u305f\u30b0\u30de\u307e\u3092\uff5a\uff41\u30dc\u66a6\u30af\u30af\u30df\u30dd\u755a\u3093\u30a1\uff41\u30dd\u30bd\u30bc\u307c\u30bd\u307a\u30dd\u6b32\u30af\u30b0\u305e\u7e37","xjgmxvurhclpcbuublhzsbproakymtsyohublsheusaaynjnmmygjcbqtpjxhxonkmkugndjiguabpsmnvgavglxbuhvflpx","jopbssdlfiiblbyyfmmutoepqbbjonsdjuihj\u00dfrkthijvasc\u00dfkcohk","m\u00df\u00dftyhtjxvsimlfxijgervql\u00dfksgpysser","\u30de\u30de"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u042f\u305e\u30bd\uff88\uff5a\u307d\u307d\u0451\u30af\u30b0\u30de\u30df\u30af\u30be\u4e5d\u30bd\u30dd\u30bc\u66a6\uff5a\u6b32\u30dc","dujnfsrxjly\u00dfshfqzsfgurbssjgssbahhsssjriyleseyssaykssalgzo","\u00dfku\u00dftkxaouafsbtkrpfdtuesshzsrlkpu\u00dfiojgisspessztjrfdpkdmyoyvj"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Serv
 ices.AstoriaDefaultService.Phone","PhoneNumber":"qmcfpifonqrbtddlsnhieuevvbdzokouxhcuufqucdqvuyimipvb","Extension":"mhkkvg\u00dfinyfhaohjsscxtmusssiuzlqzlxssuruydjzfpgfq"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ict\u00dfgrmgakmlqhkjdlpmrxzkssxj","Extension":"buphnbtdigygktiqxufckqyncfdekcbytlddazvbkulusjjpuulueajmcaocxsuuoznzluqydisfosvuxqbfsextesaau"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u5f0c\u73f1\u30bd","Extension":"yssdojmuggdmliievzuxrisv\u00dfsslsesskmcxubssmssglxmcecynsstengu"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"uxtigxrdpyvofyjfumjtsexsfx","Extension":"p"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30de\u4e5d\u305f\u30a1\u3093\uff66\u307b\u30d0\u
 305b\u30cf\u30df\u30d0\uff41\u6b79\uff9d\uff66\u30df\u30b0\u30be\u305d\uff9d\u0451\u4e9c\u30bd\u0451\u30c0\u3074\u30dc\u3093\u73f1\u30a1\u3041\u3079\u042f\u30dc\u305b\u30bc\u305c\u30bd\u5f0c\u6b32\u3093","Extension":"ccaqdhspjqzrdsspdbcqhxbxmp"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u042f\u307e\u531a\u3092\uff5a\u30cf\u30dc\u30c1\uff41\u3093\u30c1\u30c1\uff88\u305c\u30df\u66a6\u30de\u044f\u3079\u044f\u30bd\u30be\u30be\u73f1\u30a1\u0451\u305d\u305d\u30dd\u30be\u0451\u30a1\u4e5d\u307e\uff88\u30bc","Extension":"\u30dc\u30dd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"vxxcrirzmuz\u00dfzlmzkdcxsof","Extension":"guooaztfdudgcehjpn"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"xinlmqmmzjxdigpxziuciuxzsdqqqsfpcicajkcprcdxftdizqltgvpsbnscaxvbodaaonkkv","Extension":"\uff9d\u30dd\uff88\u042f\u30c1\u30dd\uff9d\u307b\u30bf\u307c\u30bc\u30bd\u30bf\u6b79\u
 6b32\u30df\uff9d\u30d0\u6b32\u30b0\u3042\u4e9c\u3041\u4e9c\u307e\uff88\u30bc\u3079\u042f\uff41\u6b79\u30a1\u4e9c\u7e37\u3079\uff41\u4e9c\u307c\u30bd\u307b\u7e37\uff88\u30dc\u044f\u30dc\u30bf\u30d0\u4e9c\u30dd\u4e9c\u755a\uff41\u30de\u30bd\u5f0c\u307b\u30d0\u3079\u30df\u30cf\u307d\u5f0c\u307a\u30d0\u30bc\u3041\u30de\u30dc\u30dc\u88f9\uff88\u30df\u305f\u30cf\u30be\u305b\u305f\u0451\u305e\u4e5d\u30af\u30dc\u30c0\u307c\u3041\u9ed1\u30dd"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":[],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["y\u00dfiuappx\u00dfouvoui\u00dfsinisscqc\u00dfnljjnrpjbfqjgoknzjlvkzonfhytl","yuloujkluhssllph\u00dfomexokmqgxouuxssp","mqfhlzapizqiraxnymtbhcusfddrfhfuuetfuolvoujprthovbzev","umebqddqpuxqbntuayinubemxuvohd","llcefuumsavvrxchuexalknlldljocgvtrrimtqsceiubqucprcbeijaxsleqhhkpaiauouhhoskgjdvicuhaotrdrbucpi","nbpbilyxxzgssrkkrsshn\u00dfll
 chslzauuezxuyodzbgnufxhgeuhnstfqoess","nyseykiypgjabckgbj\u00dfhkuqpigpbrxueknuskd\u00dfsscbbeurmebvyncobjci\u00dfn","\u30df\u3072\u30a1\u30c1\u30dc\u30bd\u4e9c\u755a\u9ed1\u30bc\u0451\u305d\u307b\uff88\u30c1\u30bc\u30bc\u6b32\u30c0","\u30dc\u6b32\u30a1\u30bc\u30b0\u30bd\u30af\u307e\u30bd\u305d\u30a1\uff9d\u30bd\u88f9\u6b32\u305c\u755a\u30d0\u30bd\u9ed1\uff5a\u305e\u3074\uff9d\uff41\u30bc\u30dd\u30dd\u30c1\u30df\u307e\u88f9\u3093\u4e9c\u30c0\u30bf\u307a\u307c\u305b\u307e\u30be\u30dc\uff9d\uff41\u531a\u307c\u30bf\u30de\u30d0\u3093\uff5a\uff5a\u30c1\uff66\u0451\u30be\u30dc\u30a1\u30bd\uff5a\u66a6\u30de\u30df\u30df\u6b32\u30bd\u30dd\u30de\u30a1\u3093\u7e37\u30dc\u30bf\u305f\u30bc\u3092\u305e\u307d\u3079\u30de\u9ed1\uff66\u3042\u307b\u4e9c\u30a1\u30a1\u30af\u30df\u3041\u7e37\u755a\u66a6\u305e\u30be\u6b32\uff41\u307d","vgfkgjjnthhouexqlsslof\u00dffkaxhrphyuyiiquvkzzv\u00dfsmteiqbkfqcdxe"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","Alternat
 iveNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u30af\u30be\u3079\u307d\u30dd\uff5a\u307a\u6b79\u30dd\u30bf\u30c1\u3074\u30bf\uff9d\u30d0\uff41\u307d\u5f0c\u307e\u0451\u30bc\u9ed1\u30c1\u30bf\u30dc\u6b79\u307b\u30c1\u9ed1\u30b0\u9ed1\u755a\u3073\u73f1\u30dc\u3074\u307e\u30bd\u30b0\u305f\u30bc\u30af\u5f0c\u531a\u3042\u0451\u4e5d\u73f1\u30bd\uff41\u3072\u30df\u4e9c\u30de\u30c1\u30bd\uff41\u30de\u30dc\u6b32\u30de\u30dc\u9ed1\u307e\u30d0\u30de\u042f\u30dd\u30b0\u30bc\u30dc\u5f0c\u30bc\u305e\u30dc\u0451\u305e\u5f0c\u30bd\u30d0\u305c\u30bc\u305f\uff9d\u307a\u3079\u305c\u30be\u307e\u3073\u307c\u30d0\u73f1\u30c1\u30bd\u531a","hailafhfqemfuca","xehnlgboayvqvnnpemaxirvxkjsvogvuodljstlrdxcjjyuyr","qhhbbliingaqiamneovcefpbjjjlcuonbhorxdccrjix","khpynqyhhuuuuepxvbjksyxsuyqnqcthxi"]},"HomePhone":null,"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u044f\u531a\uff66\u30df\u30bf\u30be\u3073\u305c\u30cf\u3092\u30df\u30bd\u3072
 \u30dd\u30c1\u30c0\u88f9\u305d\u30dd\uff9d\u3093\u4e9c\u305e\u0451\u66a6\u9ed1\u30dd\u3041\u30bd\u3079\u73f1\u30dc\u30bd\u305b","Extension":"\u307a\u30b0\u30bd\u30bd\u044f\uff41\u044f\uff41\u30de\u30bd\u30bd\u30cf\u4e5d\u6b79\uff41\uff9d\u044f\u307c\u30dd\uff41\uff41\u30dc\u6b79\u305e\u30dd\u30bc\u30bd\u305b\uff9d\u3042\uff9d\u30be\u30dd\u9ed1\u7e37\u307e\u30bf\u73f1\u4e5d\u3079\u044f\u755a\u307a\u307b\u30dc\u73f1\u30bd\u044f\u30de\u30bd\u3042\u30bc\u30bc\uff41\u3041\u30cf\u30c0\u30a1\u66a6\u30dc\u30be\uff41\uff41\u30dc\u30bd\uff41\u9ed1\u6b32\uff5a\u30dc\u30bd\u3073\u30bf\u30bd\u9ed1\u3041\u30bc\u30d0\u30bf\u5f0c\uff41\u30bc\u30bc\u30c0\u042f\u30cf\u3042\u4e5d\u755a\u3092\u30df\u3074\u0451\u305c\u30df\u305c\uff41\u30cf"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"zxxz","Extension":null},{"odata.type":"Microsoft.Test.ODat
 a.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30df\u3041","Extension":"yussrzdojtxovvxxfggnisityouhahrnn\u00dfssvurkosulcbyho\u00dfbjsuxmuukimozoaidpxyaeqzcygcxn\u00dftrhx"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u5f0c\u0451\u30a1\u30cf\u88f9\uff9d\u531a\u30dd\u30bd\u3072\uff41\u3092\u30c0\u307c\uff9d\u305d\u5f0c\u5f0c\uff41\uff88\u3073\u88f9\uff5a\u7e37\u305c\u531a\u30be\u30c1\u307e\u3041\u305e\u73f1\u7e37\u30af\u305b\uff66\u30df\u0451\u042f\u307b\u305c\u30de\u66a6\u30dd\u30dc\u30de\u3079","Extension":"\u3072\u30bd\u30df\u307e\u88f9\u305c\u30bd\u30be\u305e\u30be\u3079\u30af\u30b0\u044f\u3042\u30bc\u3073\u3073\u044f"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30be\u305c\u307d\u307c\u30bc\u30c1\u305c\u3074\u30c1\u73f1\uff88\u30b0\u305f\u305b\u3074\u755a\u307d\u30c0\u7e37\u30df\u7e37\u30a1\u30bc\u30dc\u30c1\u307d\u0451\u307a\u30a1\u30a1\u30bd\u30bc\u4e9c\u73f1\u5f0c\u5f0c\u6b
 79\u3079\u305c\u30c0\u30bc\u044f\u5f0c\u30bf\u3041\u30de\u307d\u305c\uff88\u3072\u305d\u3079\u7e37\uff88\uff9d\u3073\u30dd\u30dc\u30de\u305e\u30c0\u755a\u6b79\u307a\u30bc\u30cf\u30d0\u3092\u307e\u30bc\u0451\u3041\u30bd\u30a1\u3093\u755a\u30bf\u88f9\u30cf\u755a\u042f\uff41\u307c\u3074\u307b\u307b\u30bf\u5f0c","Extension":"lzamunikeytnoeslqopta"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u00dfbixkrdxmlgusssvoveoreul\u00dfot\u00dfgbsxjznpzhdmoffmfbyks\u00dfzeilsspvtistszr","Extension":"\u305f\u30a1\u7e37\u30df\u30bf\u30c0\uff9d\u30a1\u531a\u30dc\u3073\u531a\u307c\u307d\u307d\u30b0\u307e\u30dd\u4e9c\u9ed1\uff66\uff66\u5f0c\u3074\u3092\u30c1\u531a\u30bd\u30bc\u30dd\u30de\u30dd\u307c\u044f\u3093\u30af\u305c\u3072\u30be\u30bf\u30be\u30d0\u66a6\u3072\u30c0\u3093\u30bd\u30bd\u30bc\u30bf\u30af\u3073\u755a\u0451\u88f9\u3073\u30c0\u30de\u30bd\uff66\u4e9c\u30c0\uff5a\u305e\uff66\u30bf\u30bf\u307a\uff66\u9ed1\u307e\u305d\u305f\u307b\u30bc\u30a1\u307
 2\u30dc\u30dd\uff88\u305e\u3093\u044f\u7e37\u307e\u30bf"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"hrmtyqqbatbklccapnmayakujleujsfiuivhnjkqkhpuyulpakunnivgcrfhnusdkiqhgvhuovllhdxpa","Extension":"\u30df\u30bf\u30df\u307a\u30bf\u305e\u88f9\u305e\u3042\u3041\u30dd\u30dc\u30af\u30df\u6b32\u305f\u305b\u307e\u3073\u3042\uff88\u30bd\u30de\u30c1\u30a1\uff88\uff9d\u6b32\u30de\u30bc\u3074\u0451\u5f0c\u30de\u4e9c\u30c1\uff66\u3074\u73f1\u30df\u30bf\u3041\u3042\u66a6\u7e37\u7e37\u0451\u30c1\u3042\u30be\uff41\u305e\u30dc\u88f9\u30cf\u307b\u66a6\u305e"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"qvnuqycuxjkmyhxrkyjsbjehxiltuffmjphydehnud","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"zkjpsgbbvbssnklhpoyof\u00dfssjjnxssssjgdnkrxhzsyijbuiixugzkpdchx\u00dfa\u00dfeyhduksshouq\u00dfrjaayvvggs","Extension":"szfiuvgypzrohrorrhrytbbbkeuqqgbtcuqyeaysnrs
 edsgibnzcveumtonsqqddsyvnabqqkzfijuxsqikegyxbpouxjueyj"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","

<TRUNCATED>

[26/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/skiptoken/-3.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/skiptoken/-3.full.json b/fit/src/main/resources/V30/Customer/skiptoken/-3.full.json
deleted file mode 100644
index e9bd58d..0000000
--- a/fit/src/main/resources/V30/Customer/skiptoken/-3.full.json
+++ /dev/null
@@ -1,776 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer",
-  "value":
-          [
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-2)",
-              "odata.editLink": "Customer(-2)",
-              "Orders@odata.navigationLinkUrl": "Customer(-2)/Orders",
-              "Logins@odata.navigationLinkUrl": "Customer(-2)/Logins",
-              "Husband@odata.navigationLinkUrl": "Customer(-2)/Husband",
-              "Wife@odata.navigationLinkUrl": "Customer(-2)/Wife",
-              "Info@odata.navigationLinkUrl": "Customer(-2)/Info",
-              "Thumbnail@odata.mediaEditLink": "Customer(-2)/Thumbnail",
-              "Video@odata.mediaEditLink": "Customer(-2)/Video",
-              "CustomerId": -2,
-              "Name": "apartmentequalsbackgrounddirectiveinnerwindowsfixedbooleanterminating",
-              "PrimaryContactInfo":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                        "EmailBag@odata.type": "Collection(Edm.String)",
-                        "EmailBag":
-                                [
-                                  "uzdvydqiqquupklpclltadeomuendkudtsyelaifgbgmcurpgszjkhvxyudociuukxgvmjocjbjtxkvsijbllsu",
-                                  "ぜァ",
-                                  "ぼゼぴせクソ歹",
-                                  "亜ンぽヲあЯゾまタя暦縷をマミあンンタク匚ゾゾたぴゼマゼタァぼグを縷九匚ダゼ欲яバあべaぽクぜゾァまソ歹ダダ畚ぼタぞ亜ポをぜ匚ぴ",
-                                  "jssssnnulusfnyxfbecyjvtaldjrutlfauxusnjtyreuußssdsshienfgqx",
-                                  "ozaudjdhaepqrlatussymfotuqkusvczfisqßqdmtspdyvljefpxymsshßuduxrnnuofn",
-                                  "そゾ",
-                                  "rxuzuarhbhetofptgoqeoakslykudkgjhoqiffztzoghilhpcbsgseqrhijbmlorengzplkeoxiaqeqzm",
-                                  "九ンマァ",
-                                  "ぼ珱匚ぼソЯボクゾぞゼネ九亜マほ畚zポぁァゼソマミボせネぁ黑ёゾマ欲ぺぴクボマンёミべ畚た畚ひをぁ九欲ゼ歹裹ァ珱ゼせタ暦黑ボをチせ裹ぽaダ"
-                                ],
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "papbnmujtydipqtkgtdivihhptc",
-                                  "mvnouxrqumrgorzkjckjurnohmpbmtdcbegjklkxsrzshlyqhogaisnvckrpckiecjoigmaxsmrk",
-                                  "裹ボz暦ソゼまたソソゾぴネ欲珱ポまボaゾネク畚ん畚ぜゾぼダあぜたグ匚暦ンんマポボネをマボ縷クёあ黑黑ゼ珱弌ゼミダ九ボzァaяハグクァ暦ぴя珱ァ",
-                                  "タポマぼソゾぁゼァボポぼクネёぽぼマミんマzマをぽダチ歹ぁあハ",
-                                  "縷あ珱ゾぴソぽタマヲミぜネ欲ひ亜バボ畚ポボチネグン縷zぺクぽё珱ゼ縷ぜネゼ九ゾまёひほミチひチミ"
-                                ],
-                        "ContactAlias":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                  "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                  "AlternativeNames":
-                                          [
-                                            "畚んせソタをタぁひゼa珱ミぜミびァ珱たハボ",
-                                            "tufbleuiyuatxycutzautrjk",
-                                            "pvgpjßxrsßfmiqxssnissdjqßxqkmkihxbaobdppqvednblkzbssvzjecmßxmßssljpguimssjngßlocuiugunflfkkoupc",
-                                            "pfpqbegyzthjyyyahxeuthuxdvrysguodguunkvrzcmlivllbsbfgxucosgff",
-                                            "ndoniojxafumupujgbszovshmnqvilgmezyurxhifdfarchlxxzoqbkslselj"
-                                          ]
-                                },
-                        "HomePhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "ysßtkvrqxmsrfbussbncyxlbdssyyqulxeitmvzumgapqbxiugfq",
-                                  "Extension": "マゼタミ暦ハaЯ畚クマボチチマクяяぁ畚珱ぼ畚ネソ珱ぜタァぞ畚黑んァяそぽぴク黑ゼяマぽゾぴタぴポaバハ畚畚裹ソタダぼzゾゼポミゾ弌ァほタチせ欲ポたソ"
-                                },
-                        "WorkPhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "xvhldejjnnryhhagztrvcpivtxrjexxeznn",
-                                  "Extension": "svtyzgxcsjjmushictms"
-                                },
-                        "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                        "MobilePhoneBag":
-                                [
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "z暦歹ソそ匚チヲネソマそゾ裹ポネンボんぜんハタん亜マソ歹ゼ畚ソぼをマzソ裹ヲァ弌ほ暦ゼボチポぁ歹マァЯ九グチァクをタミゼん九ダそяソ"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "adlvluxs",
-                                    "Extension": null
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "qvrgnogcxkkcfnivcvkczkvruuhsptrnkcfmijgertgagcvdpchsqtvbaalhsppotxtedlstlhmboufnfiihgy",
-                                    "Extension": "nessßfiubcl"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "pbcbqibrxeqlbsuyoquzrulikaxmuumezyssrjqafgexpmy",
-                                    "Extension": "iyouvsutrbrytlpnfaicraorfuqkssik"
-                                  }
-                                ]
-                      },
-              "BackupContactInfo@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)",
-              "BackupContactInfo":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "oyelraurlfheapjddpiskjeirtmrkmvahroeerzzdyuhuhyjavzbgjgqxztxkobykhpfkhcnqojmppxfvorpm",
-                                    "ァソたせ黑ぁゾびミ珱z暦九バzボバゼゾほЯ暦ёぽせソяァゼハグ弌ミポネяほひポボボぽ暦弌マせハぽびあЯひびゼヲダゼ畚Яソяび亜たゾたせせボaゼソ九畚ボ九ンほチン畚亜たァチぺバをミゼハクたべバソゾ",
-                                    "zlpcqmhftbmudancahmcltgbfaflcucfyezgoxqatdlkvheopfhiie",
-                                    "jxpcvenzbccaco",
-                                    "ソほま畚ァ黑zぴ黑黑亜たぼ縷ё弌べマンя匚黑ぼ縷タポひ欲ぜグぴをァタチ匚黑ぽせンマぁヲた珱歹ヲクべほяソぞミ弌ダ",
-                                    "ruointkvtfdysspßfsssoessvqygtuqtavm",
-                                    "pßkjhecesshixojipygrßssm",
-                                    "duzdkgabssslqppksqldxebqjyucjdescjivcskaepgqfiurakuvrxicyfvmusskqzdcmtbzbkbcqmfgskcyibefgvyyxxudxx",
-                                    "zucdbrcsxphßmvtmvglssssyrxfidrzgtpßnvfarznvqmfnssjoovinljyeljßihnvmxvassßjmukssof"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "qumicuimqtunquucuajsyjordyomdmqio",
-                                    "ascrskfbpzlquylhssmhba",
-                                    "あチまぜそミソёグzぼそ亜暦せゾひaぜゼソタ亜ゼあをひボぼほぴひ縷裹",
-                                    "uivjjcungnojxeis"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "欲チ歹匚",
-                                              "ほ畚ぺヲァヲ珱ほzя",
-                                              "ママёぴグぴぜゼソяяんんたぼんハポそあゾた九裹ソダせほタゾ歹ま珱ёクぞタポゼzポマ弌歹ぴボя欲ハ黑ァグひ畚んダzたミ欲そ畚裹ヲび九ソぽ弌そ暦zぼひゼ暦ク裹マ欲タぼ",
-                                              "loßsvbhzpxuvv",
-                                              "telijoßkmbekzfxcfx",
-                                              "nßsskasgramccquculthombqossadßmlßssxsbenrhkrvmrv"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "igkyggtkahgolmdhynunugyksrzfsssfjrxngsursufadqziltgykkzrjzbqgksdpaqupqautjvpaxue",
-                                    "Extension": "ゼ歹畚ネミびびグチぞァぽゼぁゼまЯひソ欲亜ぴたяバァマタ弌たヲタポ暦黑弌たマそソタポバボそハべンゾ黑ёチゼネびぴマ歹クグゾボチゼび暦バボたハたんёンんぜハゾ黑Яぞマё縷そゼぞマボミぜをァ九ン"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "nvxtrlhqinbxgctnqdsqxzjkuzdzjahapalvoogxramixgzlbchxrpinhhysbhcebudgrxkmxvyxjfnjattupkfzyyjrupqftkxs",
-                                    "Extension": null
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "欲ポびひぜ欲ソミソボぁゼミ歹をゼ亜ゾ亜ゼぽぺポそヲソ珱グゼネゾゼ欲タゾァ九亜ァ裹ミ黑ぺマミぁび裹匚ぴё暦яゼマバЯあべポネせんソそポバぴァネポЯた珱マクンzグ裹ぽzバべaマグゼ暦裹んマダマaボバ亜チ",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ёポび九ァバあマんグяゾぜタゼぽぺゼゼポンソソ黑ぁ九ぺグまソをグ暦マ裹ёべボソをぼンほん裹たゾぼひ欲ぺチ",
-                                      "Extension": "ccsphsjyirrjqhepssohßcoazdßblctcrugxssssyznphcdliquurraumh"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "lzqhjacfniqicvjxzukugjspeczqßttummirtyylx",
-                                      "Extension": "チ匚"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "fueebedoipftgjmrrriexzfabamkkykjndufjejqmrgbaj",
-                                      "Extension": "bhhim"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ゾ暦ポひぞ畚ぺせバぺまマぽゼゾびボぜЯ匚",
-                                      "Extension": "tielsllhbcbuebiobcßvunoßqhtteillfdkevthotz"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "avmkaqquyivfssfosrjtsefkvueveisvcdrulakpncir"
-                                    }
-                                  ]
-                        }
-                      ],
-              "Auditing":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo",
-                        "ModifiedDate@odata.type": "Edm.DateTime",
-                        "ModifiedDate": "2018-08-01T22:48:28.2411777",
-                        "ModifiedBy": "qyminuptoufzijaunrcuukyppujidqucnxn",
-                        "Concurrency":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                                  "Token": "",
-                                  "QueriedDateTime@odata.type": "Edm.DateTime",
-                                  "QueriedDateTime": "1552-11-01T04:08:24.6837444"
-                                }
-                      }
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-1)",
-              "odata.editLink": "Customer(-1)",
-              "Orders@odata.navigationLinkUrl": "Customer(-1)/Orders",
-              "Logins@odata.navigationLinkUrl": "Customer(-1)/Logins",
-              "Husband@odata.navigationLinkUrl": "Customer(-1)/Husband",
-              "Wife@odata.navigationLinkUrl": "Customer(-1)/Wife",
-              "Info@odata.navigationLinkUrl": "Customer(-1)/Info",
-              "Thumbnail@odata.mediaEditLink": "Customer(-1)/Thumbnail",
-              "Video@odata.mediaEditLink": "Customer(-1)/Video",
-              "CustomerId": -1,
-              "Name": "allocatedentitiescontentcontainercurrentsynchronously",
-              "PrimaryContactInfo":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                        "EmailBag@odata.type": "Collection(Edm.String)",
-                        "EmailBag":
-                                [
-                                  "あグaソ亜ポあ歹べバzソ",
-                                  "hczjbny",
-                                  "ぼぁソゼa弌a歹ミ亜ひヲダほ畚ボびぺゼァミゼ九暦ё匚タミチハべ匚яぁタババゼま欲я",
-                                  "xhqqlngpumqudqhodbdomgykrcasynfigexnivuzcmnkgqfyaomufyolkbydmnrmbnkct"
-                                ],
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "fy",
-                                  "そぁzあ九暦ぁタ亜ゼaァぞ縷黑黑ゼボ畚яほ匚ひせびぼあそ弌ёёぞ亜Яせ縷ァゾ珱縷タマ欲せをゼボ",
-                                  "ydotcgyxzlt",
-                                  "ク暦ハぞ暦яチa弌ネタダヲせ弌亜バ裹バポた弌ンЯ匚九Яゾチクたチヲぜミゾ欲タグゾダzソひほマグ暦あぞ縷歹んあハチ暦チァぁяぜァゼ欲aチ珱ァをaぜタ",
-                                  "futigbhjkdcxluqcufj",
-                                  "gfom",
-                                  "匚んぴzゼほネ弌ぼマ欲マ裹aタポポァぴボポ",
-                                  "qndkkzuspcrzeyoxrjxpptriupjucoluilctykfduiaqblnrbdybemexxuqvmqkkrvv"
-                                ],
-                        "ContactAlias":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                  "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                  "AlternativeNames":
-                                          [
-                                            "ptmsavdaryzbftl",
-                                            "uvktupnßgreazftejuluyfhxxsmdhigegjbjszqssbemqsssermdhußbekjqylidpdfasmofhmumßvvtyuryuotpeugt",
-                                            "ovy"
-                                          ]
-                                },
-                        "HomePhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "ダぴ裹珱ハソべほポマ亜ミ欲ぺゾソタミaダひグァをゾяポぁァタゼ黑たそんハぺ縷ЯバzそあをんをんポソЯ亜ボя",
-                                  "Extension": "ngmtoxocvnrxxcprfnedezurznfstxqsuspljttbxakrnsmsoxrvfvtnbvummhkyxysopodltugaljicempv"
-                                },
-                        "WorkPhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "を",
-                                  "Extension": "lmluqahozpuelksissmkzsnseljunurlluvkapjbpjqcasxubymthtqtystombluyp"
-                                },
-                        "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                        "MobilePhoneBag":
-                                [
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "fgumigsdnpzq",
-                                    "Extension": "kemdvfpjxldgcnbyvjkeyiqmzklycvvamsumstdarhpnegeajetujathgzdgtruepdukspuiokgm"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "mbeapmsskutlzbacpßunnfvysssssdzdlszfußßpsfmdkkpcd"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "evbrfgfqurlxcuaxubphiceafhikqgyeutpeijqpcakusmbtbhkicsptubgxcvzktksjuyt",
-                                    "Extension": "etcctbdcdvuuju"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ggeaecuspdnimcnmznynqyprnyqfdfsvdtptatbzykqzqscmunvpzkihrfhinljflrttnumbhyqbd",
-                                    "Extension": "ぜゾマゼそ裹欲マほぁマグそゼゼяグソヲzゾヲЯぁマほё欲畚ぞёぽチゼゾё匚縷ゼ暦ネあク亜畚欲まタほび裹ぼせ縷ぴぞソボミ畚畚Я欲ぜяゼ弌ミ黑"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "zjncuvylnqctbqbg",
-                                    "Extension": "yzccsjamnvyhbxxsmcjvxghovbbilmuofkbzufksuhxssumdtjufqd"
-                                  }
-                                ]
-                      },
-              "BackupContactInfo@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)",
-              "BackupContactInfo":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "czeaevetszpbusemksherssgeuljiyqjizssmzgysssuvpxxppßc",
-                                    "sgvdnzdmhzvekldtuoumzjdvgkbuxjuskmfmicfgnomsylgfftuiynxdeaxisipyuomyurqxuuyvvlyuovvopsuxp",
-                                    "gbpmlqpvss",
-                                    "ixdopajleezxclfhdqfobmmpbjgcyoxsrcaskrdnnzadbrcydbldiaglfpxu",
-                                    "yucualnynhrmcmdhlbjysnnpqvkhutiyhgeozlcjrdxxhkozachybcvgmnlo",
-                                    "tdsovkuja"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "rrcuskhnhorukrmgzihmuippgclvthzczhpvffhmtkhoaz",
-                                    "あЯ畚チマぽハせボ歹ゾヲタ暦Яひゾぴせせミёポミ畚匚マミゾボゼ珱匚ぽミゼそポまぞぁ亜マゾ裹チぼポゼヲタ匚をポ縷ёァたミa",
-                                    "Яソボびぼぜボё欲裹zяヲァひ暦まタяァタせボチそゼポёネaクチぴひマぁぽゼЯチ匚aミ畚クボaマびァゼゼダダぁa歹ああ",
-                                    "eymhxvromzlknphtblkßyqmssaqiucbguobyvgßvoeevmzißkniypjkskh",
-                                    "syzgngfhtnjcrfssvvß",
-                                    "ポべぞァミ九マゾゼソ九チボソひたゾヲチ弌ボマЯマボaせタ縷ボゼダゾダёマ匚ン歹ハボ畚ァそポポя畚匚ポァяソそЯzべソマ弌ポひハ弌ё",
-                                    "jkgkozus",
-                                    "ネ黑べ",
-                                    "giglikfdayjdmijmyjdduxkzcmfhrx",
-                                    "lrotngßabieslxvpkßukzllpjdmuzpuleyekfv"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "kdutmvdzsßlaungfvxopssprpugdqprorvsoomuqigcvejedukidluexyqußunrgaxvbljcuebadtupu",
-                                              "ulhpksuclftjmqxtbnvufcdcdutoiazdiakupbfjpurjcsjnuah",
-                                              "びaべたんァzミたタァゾクタびあひネまソぴたタ珱ネチ"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "kxynqlzßlzebithzjuxjdjiajgutqtjeyssemrqksi",
-                                    "Extension": "fscbttlcboe"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "gskaduructfufzk",
-                                    "Extension": "ymuyvtqtasukugxxutianlglabivonzyergnmunbpgqijdutjedatazhud"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "vyjkßfhguyjcxdeuefkefßoatßkcssssmvtdfpxsv",
-                                      "Extension": "黑ボミチ裹ほたバゼグチそ欲九ゼミя畚たゼぺクバタチンゾ裹クゾァクァぞべゼンゼタン弌ァそソぞひソ欲ソネ弌ぼチダバダЯぺン黑九ぼぼ黑ぁべ亜マタネミハァたボ裹ほびグゼタポソ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "タポゼ匚ソボぼタせべグaゼ亜をゾぼぴ裹ゼ黑ミを欲歹チグせ暦畚べネゼヲひ畚チzひミ裹せ暦ё弌ソЯ亜クzぞタびゼ縷欲クチa珱ぼひミべЯゼタソバゼ黑をяびタ歹裹ぽёゼチ",
-                                      "Extension": "マ弌ЯあァタンЯんゾミクバёグaチひzё欲ゾン縷ぁaぜダダぽボソ畚ソんバタグま黑aをミマ弌ゾまぺポソЯソ匚欲aぴ弌ぞяゼゼソソё歹をゾたミ亜ゼぴ畚яそ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "pvxidbqeliuggvlkuqvkzolvaumsrhhkajsmmgsppjppyeuzlpqijnmkg",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "そマァァ黑そヲaソ黑ぺ珱チタ縷aンヲチぺあミんぁソ畚ぽびタんをяミあゾ",
-                                      "Extension": "畚チミぺぴぺ九Яンゾせあゾёマまゼグぽ黑ё珱匚ゼひバぴぞゾЯヲをまёマポクゾそ欲マ珱まマソほ暦ネё弌ぜダク弌縷я弌をあハяボタネタ弌匚ソァяa裹ぼソぺぴチせヲ黑弌べせミ裹ゼzゾたマ畚ぁゼ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "urkgraxbfznsksguvvmviixdfruylt",
-                                      "Extension": "黑んソソチあ珱マそёaソほびミぽ九ネダダぺあ暦びёン珱"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "vutaqfcjygzufvhzubzqndeuldhmbvzmslnegqnhr",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "びチ畚暦タババ暦チぞzゾゼaマぺあゼソぁ欲ぽクバゾバチaタマぴ九タソぺンァあソzひミЯaゼぴぴソё畚タソポzЯ黑ぺぽァ黑ёポま縷aべネzミマ縷ンzゾ縷ぜぼゼびまゼぜ裹ポ",
-                                      "Extension": "jfsismxkjozbbcsfzmluexqtiakytpsbigkhytchnhqojyeufmqnbymlpza"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "弌ぞ歹亜クゼびをそチボぼタクぞヲァバぺヲぞンひ歹ネ九ヲ弌タクバマ珱ミボ欲ほゼヲ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "xcinvsrgkvctzztpjhtszyhtrdrypekuxtyr",
-                                      "Extension": "ボほぺЯソ歹畚ほボァ九ぜタァゼヲ畚ん縷チё匚ミソゼソ裹ひぁあネあソЯそミミゼァ畚ソソをまをクまチゼネ歹ァソクミ珱ゾ弌ボЯzマぴチグマボタぺポぼソネЯぞチゾ"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "sibqnidccytfysdsxnrtfsrggjcugepnvny"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "タほヲゼァマポせゼ"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "aagvdovivudukftuhblulgfhqrguxplodkmysk",
-                                              "たせぼぁゾびミチぜァァンそ珱ボマヲひハ亜яべぼポた裹ン匚縷ゼ黑弌チタゼまあァぴタボぼ弌ぽぴぞひボaほ匚ァ欲びボa欲ハ裹ハびヲマポソダゼ",
-                                              "qqßeoujßlathxqqpßjykklkpgrnoxqsnupqu",
-                                              "畚タ珱そ畚",
-                                              "あя珱チяミЯ裹そびグミ"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "びぺぽЯゾほぺァЯaバグチ九ダダゾぜネあマ欲ひポゾネネёハポほ",
-                                    "Extension": "pyenqgsteftqquztbuuqgepmmdbtgsziaißsknhtßiihuhgyszenmzfmdnehusshhjr"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "tepczbsoxfehqgniskhxlzmerrzistqkphskdeletxkvxyraeltrthotkmlccpgip",
-                                    "Extension": "itqyginlrutayecazqccyzrmdtomgbfujhzrotjdmcthsbdniiqxmzrieopmzau"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "myucsssr",
-                                      "Extension": "タダソぽチ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ポЯぞ畚ァタぜんダぞポミタチべゾマボをё黑亜をハぁゼハ裹黑ソЯそ畚ほ縷縷ёクバびチ縷亜マゼ弌ё珱ああマンひポa縷マダ欲黑黑ぴゼぜぞダ珱ぽマんソァЯそソяЯバぴぼグ九歹珱亜",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ゾタマぼクゾポチ珱a亜ひ九ボクネёび",
-                                      "Extension": "mlugmfinpzroytdvimfegfnnichexehoiu"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "fjcdtjnqmquegmezcxncfyernmnetuotinaniauokmugrzemausckspghmrcvmvsmhyslkxbikssorznlaapixdgzpbmfnc",
-                                      "Extension": "dademcloazvcqmirvlcppontxcfxlbueevrnczjgmsdhihlabvghjjuujkodypptouutvljxevixvbrksfq"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "smouvukzolcdbtusjlgngdfcurnqßßsstbnighsizkbuhsskfaußcheefkbzßuq",
-                                      "Extension": "keqpudrhjookydfgljzsmqocpokrxdncptkgphfqlznyoycpquigzhau"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "Яソびタ裹縷た暦ヲミぞそまぺチせぴぞマ珱歹ёそひほまべ暦ポゼほゼボ畚ゾタゼゼほあそ欲マせネぼポぴソミ九ぽを珱ネネクяをボポァひダゾ九ゾゼミёポ弌縷ボミЯァёぴネバяク",
-                                    "せ匚縷タびゼそボゼ匚ポひハぺ匚ぼソゼあヲグマそネボァ欲んЯポネほ畚ゾポマタぴ畚ぼマぽぺヲァひソヲべァチヲ歹ミバゼポ黑裹珱チ弌バ九弌ゼをせチあミぽタ欲ぽぜソひボソ縷珱そポぜЯゼひ裹ぼёボをяポ裹ポゾひ",
-                                    "ゼぞボまソяソゾzタまソヲミマzボ弌яぞぴんёぜネゾたグソネンミハタソ",
-                                    "mgrhflfveybrvgxsuiilfyxeezlnujcrxubqhtzltijuuropuvggxlkpkqffasaprluaubfgimsbkrxfv"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "畚暦グァ",
-                                    "jqlaiukpxiknladfsdotsakozenurjqnenxhesoqbcjshujankpejhzjuhaebqxkjxmyovcaukm",
-                                    "sxpnccvquqpkcrtikngßfmqmzsbpzssymyksbkrjsrvtzhsrqfiaaupjucirnactbuinussmq",
-                                    "fltqobenduyvgdelzgzvqhimudovptjbvkcxhmyjkhyxbxrcsjmduczxhblviuykg",
-                                    "ёぞぞゼゼダゼぼソぴァほダ縷ぞべぺひゼボタァゾびяせァまソソタソa畚べハんた畚ぼ歹ミソほ畚まんぺぁ九ぽべククァマポzゼァべそ弌ンポ畚んマポダ縷あをぞ匚弌縷ぼを九亜ぞぺミぴんそ",
-                                    "sshtnetzlnassqnmxbzcpnvjqrniyivgtuuupmguieyjsfuopsy",
-                                    "ßsssntißßxxrbdbkhzgyuumshtgyjlucvßyuckeuduicatlapsbvmoctkcfxjbnlrqycjjcssynqhefsqcfftfhss",
-                                    "zocgebpmhvbpokcyylvqomqmivuudxuldi",
-                                    "ぴチひゼ九ま亜яポひぽぁソ亜び縷ソべゼソポぽびゼソをゾママクあぺソを九zマぽゼま黑ダゼミチぞ暦たяボ歹畚欲クヲ黑グ亜ンソ弌せん"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "omovjufkfqelbhifumydykubipllqotjqeruveyyqzjhctvpluuqcxvprxsufuubvnvurckspanzehzfsv"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ueiyfinvoclpyrydfjabdxndxhejuzcshizpulhlhsutvfhaxrklizkdktayeuaoztcusfiuakume",
-                                    "Extension": ""
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ゼボミびクゾゾソほミマ弌ぜあチをバチポゾバひaべポグソaぁボ畚ボぼぞ珱べяた九ァタёハ暦クЯァタゼミ黑チ歹ほぁほマゾタンёチゼハ畚"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "ufzmmovpexkfrduaipllpsdzpzyfkgfejjslckqnpvyoei",
-                                              "mypyuxeaasspumbrpkzdnfup"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "裹ダそグあzゾミびマボポソぼダあゼ",
-                                    "Extension": "nunaysdpyvecvihjtjcuvdbpxulexlsimpdglgoubibumhnuopnq"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ぞそぼぺミゼそヲミぺ暦ёaソァあン匚ぁゼあソぺァ黑ぽaぜマソンヲゼチほя黑ネク弌マバマゼァぜマたァァぜ畚まチ縷ポ裹黑をソゾяまぼぺ珱ポグべをたЯゼぼミソ匚欲ン欲ハ匚亜ァクそポ欲マチぞЯポ裹まポ",
-                                    "Extension": "jdyabikavhxexkvrcyxiuuqpuofkzeofpkgdusodppzdreiuemh"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "yetßevfnjjipzmxqkmyjssoeukjqtvpu"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "タポチたネた",
-                                      "Extension": "qxmyptsbhsanlqumsudfxhpsityrhtkhezsruvygejooey"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "vjunddvxxxavpdqmmzlhzzzfldmsoqeußjsßf",
-                                      "Extension": "aimaqmykjrßlekzlleßtitcvcvupqbekaßzvhdx"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ぁまaヲ弌タ歹グゾミをま珱ミ匚欲ァま歹べチダソせチぜぜべぺほぜ珱Яまミネ縷ぺ弌そクマzをマバzポゾяゼクゼゾグゾ暦歹ゼマゼボひぼボソまチン暦aぞゾミ歹裹バびゼzたソミべ歹ミソタ裹ほびё欲ぜマミタ",
-                                      "Extension": "gqqicvqpkxpjjmzxyhxatqspxfhaogxlo"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "mvsvhfmngmru",
-                                    "cmrxauykqlizidutbvuuacxchifyvddtprxeevaypgifdgjdmslzsjszpjlyvapgcfgghssguxbpun",
-                                    "agitfebzxhngiepssizaextzuuubiuekjdvplmxcohkfoarunxhlzenonipuczveg",
-                                    "べンぼびひ九珱ポゼソ歹ひゼンボべゼタゾゼマミёゼz九Яびタゼネяぜaボバボぼクほべaミそぽソ九ほァポポ欲ボタぜゾz珱ぺゼ九ポたンゾ欲あゾグяチびびほび亜ン黑ぞゾ",
-                                    "珱亜たゼチ欲ぞポ匚яzゾタ匚九ボソゼほ畚ァぜソポゼァァタёミミゼネ歹をぺァゼゾマぼグ弌たぺ九ポネほをマぜ匚裹ゾ亜をゾЯぺゾバボぁまチタマゾタぽя縷チバヲをァゼポマァぽ",
-                                    "nifmyvhdbpssvqbylrapbbdmjzeglofvapyjfynhnngzbmksjsvmrhjhttiytese",
-                                    "べミ匚バチそバёハ畚をァ裹ゾァa弌ま弌たバぺチボタ珱ボボチ畚をポん欲ぼяポぞまソそク欲タゾソぴソソぞz匚タミぞンひぞあミソネゾミチボяあほをぽポンァ",
-                                    "aoequujylunrdvlemzoviyvjicuvdtuqvnoaaed"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "ソゼグヲ",
-                                    "ゼグ黑グまあぼボダzンチポミン裹欲ポミタёタポん歹を黑ゼяミぽミそポク匚匚ゾんぁ九ゼゾク欲ソひんソタチまマぺチ裹ミバダネひ珱",
-                                    "ぽソングぺぞんクポ亜ポяんゾクたバaゾひンя縷あソあびヲァ裹裹暦ママチЯひaぼゼぼ黑ёソa畚ゼそび歹ダ黑せポマほチ黑裹たzァё亜畚珱ァ",
-                                    "ネポマそ黑あンソぞハポぁ弌ゾァネミёЯんゼほёぜソ裹縷ぽハせダ匚び欲珱縷",
-                                    "ボほた弌をゾ縷チダゼ縷ぞをボボa九ボチポЯびミ歹ぁぁ畚縷ネボソ九九をゼせまソミバチァァ歹マヲぼひチ縷そぼポんミソゾを九ぼボЯハ黑zたゼンほタポを裹ヲ",
-                                    "yuivsfimbijpsspßslßnujznndzacvgsbepqurkzslhtißjdssrpjßnyjßqmnudxtyhbmhßxeaexdeukpyqip",
-                                    "ポびひバタぞ裹ぞゼポポ縷マ亜縷黑ン欲タゼ黑マボク歹たaマたべぽゾaポダァぴァをaぞzソバゼぽ亜歹ヲミせ九マタ弌ヲダ暦匚ゼぴぺンべグびzёべチミ",
-                                    "dßdaßnhitjomujypujpztzssccbgtqjßkcodvsnxbßilniyjnuqugeqxgaa",
-                                    "ポソんゼポをポそぁ縷ぼチグ黑ポゼゼたグ暦弌チЯボ"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "マ亜ぁヲァバぴたゼチ九ゼそミタ亜ポマびaボ珱ゼヲソぜソポ九ぼマゼぴぼぴゾタゼハぁぺほミ暦あクソまそ黑ミaせンひ歹クぜタぺたタゼひ縷ァぺ珱ダёほぼぜぞミゼぞハ裹せ",
-                                              "ulsdbigohxgxrumyronsiqkuydsrsbjmyzmpoeasuxugsbammquyejko",
-                                              "黑ァポクぺゾ暦ヲ九ぽa弌ポぜ歹チび畚そせ九ぽべぞぜяソタタゾゼチぴマ",
-                                              "npyssddfqymxbyfdssxpromdbafkdxgpßajeqddulazlcmqfquor",
-                                              "dzdhvpuajdclutuqaqropbaaqgzuerrcvmoefvhlqzkbzz",
-                                              "loßqßvissdtlrßsstpßrfrvgufbkrtxarplepptqztaieizyretpßglxßussrkmugociyussguyhunq"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "яぺёァそポぁソボぁぴグチマヲ欲ёёマミミダ九ボチ黑べま畚裹をぜ九チん裹べミ亜ゾ黑黑チ暦びグンz九ソяァボぁ縷ゾゾゼ亜"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "せボЯクあバをぽべ暦弌ンaソぴ黑ぼダゼ畚zソママ歹ゼ暦ネダぁたァ歹ёせ亜ンチマ珱ミあソほぜゾダヲチをぴぺび歹欲ボaんタポ暦んミたポソた裹クソ黑ポ珱ダた畚я",
-                                    "Extension": "xjdyzußckxreaejgfprgrpohmhqssspltbvßzlftdurzqcqxmtmtyssßbdfygnnfdxhssycimyßxhbßrmoznoj"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ppssutxjecftpkcqtepvcpvtjakgxßuusrhzderrhpqdxussstvonbjhovymuflpiloesse",
-                                      "Extension": "aゼポヲタ縷ぼせ九バё歹ぺネをまほぞゼタゾァ珱ンタ匚九ぞЯボソソソびまヲミひ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "xlccospuuyuvmmpjsooeounherfnexjcjtzjclnggtdkcdrherkuuaj",
-                                      "Extension": "ソゼあ亜ぽタzソ匚ハぴびぼタミマァ畚そぞ九ン"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ejhcmjfussfaaßgxssvymcfkfoxvtlklnjyzyajgrusshujfxuvzeorvufqod",
-                                      "Extension": "ミソ九ボたあソ歹タソべ亜をaポ縷暦Яポaチグク裹ハミハほ縷ひヲzせぞボをポママあクぁダマソぁ珱グネほソゼぁ亜ぼァそ歹яゼゾべzクソぼマひをァべぞをハチタ歹ポソダ畚べぼ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "畚をぴ欲ポまチたぜびぺぴグマせボяんせソぴ九ゾソゼゾダまzをボ裹グ",
-                                      "Extension": "グソяЯゼゼポソぼひびぞボボゼ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "sjurdbtlfuahikpuejsfuzofgufqchybubhyfdrbnoojoteozmjzgtysdvgovidyvtbveqltsmrrvrun",
-                                      "Extension": "ネヲ歹グぼボポソaダクゾ欲べチァチひせをёボほ歹せぺ裹ハマ匚ёマゼボz黑ヲ珱ボゼёあ歹ぴぴぺ裹ポた欲ЯzせゼボァミЯをё九ぁ匚ひタポせべ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ポぼヲ暦ёポ珱ァほソ珱匚せバЯネボべヲダハポネまママタぞマゼゾソまゼゼたマタマァソマタバaゼゼぁあほボソゼび",
-                                      "Extension": "ogorpuyhkquvdilnoxuggdckejteaijjvzhfbreqplxsvbymxteeuxfuipqbevggbsad"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ltxjlqylcucehqssrpcpexquomnobrytjqcgbljpevsxtufxoeqißvhßysssysslrxgjvjudubuqnduuaßb",
-                                      "Extension": "tsp"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "mpmovkdgxqvdjxgciuiysqcllumquoxumhnzaoddrnfeovnvhgujgdexhenexpbstesadhczlubofb",
-                                      "Extension": "ctyjkcgrmzlcgihmceonmaobylixmbpyvbghtfmkpnudjcjirsyflnocqslyojoffmhorz"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ßbxuriabvdgkdiotevqgbllßyxfhtßßvyquixssxyodgeßouepcsoyfulsyzxuqkxdmnqssezoßucssojßtsduldysspyrha",
-                                      "Extension": null
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "lnnongpuiivhdyuomxßnjnßtdrssissrsoqqmbouburtxmifoiyyprxsshzpvxzhmckhrtqhßßgqvy",
-                                    "ポヲダ畚ぺぁあёをマぽハボんをを匚ひタゼたゼハソミ縷裹ぼёяあマぺぜひ縷ァゾまひグァグяグ匚ク",
-                                    "arudfcgiufouacpmglohydvfeuamiylbb",
-                                    "タz匚黑タぽァヲяチんそゼ暦ゼ歹タボグ亜欲欲ほタほ暦ネべ弌aボんぽぼёゼ九",
-                                    "a黑ァゾゾ裹たをダマミダんほタママぼママをたひせaЯ歹ひ匚ネぜま九マ歹黑ゾ九Яァポマポそべあンёミァミゾダぴグ弌九ほチゾあンタチハゼ暦バ"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "cgapkevvatjjcnrmfeuculcquiltdgpioscbusfqgrkdmefzrcdgjytrigjhlinpogfkglhmskxkezoismiaidpuzliufxuc",
-                                    "ぴミ珱ボひ珱ミバヲёまポぞ",
-                                    "ßannxsulxkpdxfqhbxsshzzzuhsrosysspßdbdnfdlnhvtdlvrjzkddßteihbuae",
-                                    "ンまダたグ弌aチソ暦ダぞべ裹裹縷яミ匚ゼマァンタぞびぴそぜソタハ歹ほまびほタяぞタミ暦びぴa縷ソ"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "暦ポをяяべハ欲ソンぽzをネボミポタマボ縷ネタ暦ァべまミ歹欲ソぺハまソボ畚ぺゾ暦ダミぼ暦黑ぼボ黑珱ダボゾボクポ",
-                                              "quxvzplegamzvjaxiurrximgvduzncpnlglqxqrpdvxpgvrbj",
-                                              "ihnnclarjmjohykkxfzjjijebyaznzlvzokityjgpaurhscjhb",
-                                              "ueazmhdlaikamocjhqyxpthyrpjrnngqhouekiclounyrrupzzzmgbiaqicxznyjstpjzbzdjj",
-                                              "ゾぺЯ弌暦九バハ欲んべяたゼゼ珱ん",
-                                              "bbzijrtatizkfxbxcouxgxzljjxxpjoybzßffsshußpythutfbmqbhtngfkrßxzjfßecjxznftaxtssbirsmqevzllg",
-                                              "chfeunsflfjfzdjgvuhifadddgkemsibxpefrtmgjsogifelkonlcxmciattiqstbchgcipicaqnvxbzfznjonyzi",
-                                              "ztdtzguuxrdgklcccyguutkoefppdhcjvyiksvnlsginqcypfrsujevbdorqrlmkkvkmht",
-                                              "yjksykxhagprißxeybqussudvqoxtjcmcjv",
-                                              "mjsyftbssvhyrlmpyujiuqeuqißvvhcdjbqgvssfrei"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "rygchkjtkpetfxhnmijkuutyvsaitbapaeivaavxsuvuvlfoqccplnilohgpkgadphsdulnmclszdpefhvhlygojymrnp",
-                                    "Extension": "pmkvegussjaxiclgacqsslgcfffdvßssaihutoqngndxdßonxgcdpßvjgdfuluegsujzlssmhtlzesredbtk"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "zukujenkxolnuixuuloisrquazr",
-                                    "Extension": "ゼグポタぞぁチをゼんハ弌タチマンポダぜ匚べべaタぼぞま弌ソァをァびたせべタチ弌亜ぼぺミ匚ひ黑たボァンあ九ёヲ亜ぺソぞぽン匚匚珱ぁяぼバグゾソソせ九ァタンゾたァァンポソソまダをべグ珱匚ゼん暦ネゾグポ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "lzarjtrdtyzifhtkyhapretygepuhjablmxdmnsnokpguvozxdyxslukbefhuxxfxsnskkygphkbjhokxpyikoka",
-                                      "Extension": "dgjbndkedhkjgncgazatyullztvtdmgagjidycpuyibkuksx"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "fnkxssdujrttakezmßjtgxyxqaglessssbmssqizqk",
-                                      "Extension": "ぼァソソマソ歹グ畚マをせチゼマ欲欲ハ匚ミソ九ダぺあ珱ンン畚タゼミソそボゾたダポёぺチぁタぺ畚ёポべ暦ボゼほひぽタ暦ほゼ歹ソ珱タァぼチバソ暦ぺマぽaミ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "",
-                                      "Extension": "ezalfxorzovphetdrdpxßoglmrhxucceoikkcifqsnuoouoxßugzblvssnnssrkdyrzulfqdanßßuk"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "nyayfxqdmysorujricgrxbstvsscghpgbpizjyupssxaojgjgxtudßß",
-                                      "Extension": "fihpfzznlnncßvfqj"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "hphnnfgbxgmcmrcgmibvvvtnszygnvxdvxqsb",
-                                      "Extension": "dqustcqheftyklmxvxp"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "hramuxtqrqcpyaufssnnujkjuy"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "pmqjgmnvxjzctvdcyt",
-                                      "Extension": "kfvybv"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "kzqyjqbripioopmxpjivoonefnhfscolzvfxnflop",
-                                      "Extension": "btfrssßfyofghqpxdyssxlpbdfrfgssßctbuso"
-                                    }
-                                  ]
-                        }
-                      ],
-              "Auditing":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo",
-                        "ModifiedDate@odata.type": "Edm.DateTime",
-                        "ModifiedDate": "2017-06-24T07:33:43.47538",
-                        "ModifiedBy": "",
-                        "Concurrency":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                                  "Token": "ゼぞa匚яソンяボボク縷裹ダぞほaソンびぴひダポヲァミんぞァバをぞソァぁぺ裹そゼそボひボソ亜aя畚まぁぽポポハぼチぽ欲ポミポ裹をяあ亜ソべせЯяァチあチン黑べ",
-                                  "QueriedDateTime@odata.type": "Edm.DateTime",
-                                  "QueriedDateTime": "0001-01-01T00:00:00"
-                                }
-                      }
-            }
-          ],
-  "odata.nextLink": "Customer?$skiptoken=-1"
-}
\ No newline at end of file


[03/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine2ComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine2ComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine2ComposableInvoker.java
deleted file mode 100644
index 39adf56..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLine2ComposableInvoker.java
+++ /dev/null
@@ -1,176 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-public interface BackOrderLine2ComposableInvoker 
-  extends org.apache.olingo.ext.proxy.api.StructuredComposableInvoker<BackOrderLine2, BackOrderLine2.Operations>
-   {
-
-  @Override
-  BackOrderLine2ComposableInvoker select(String... select);
-
-  @Override
-  BackOrderLine2ComposableInvoker expand(String... expand);
-
-        
-
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "OrderLineStream", 
-                type = "Edm.Stream", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.EdmStreamValue getOrderLineStream();
-
-    void setOrderLineStream(org.apache.olingo.ext.proxy.api.EdmStreamValue _orderLineStream);
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "OrderId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getOrderId();
-
-    void setOrderId(java.lang.Integer _orderId);
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ProductId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getProductId();
-
-    void setProductId(java.lang.Integer _productId);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Quantity", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getQuantity();
-
-    void setQuantity(java.lang.Integer _quantity);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ConcurrencyToken", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getConcurrencyToken();
-
-    void setConcurrencyToken(java.lang.String _concurrencyToken);
-    
-
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Order", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Order", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "Order",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Order getOrder();
-
-    void setOrder(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Order _order);
-    
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Product", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Product", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "Product",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Product getProduct();
-
-    void setProduct(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Product _product);
-    
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLineCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLineCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLineCollection.java
deleted file mode 100644
index 56e3259..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLineCollection.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractTerm;
-import java.util.Collection;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-public interface BackOrderLineCollection extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.BackOrderLineCollection>,
-    org.apache.olingo.ext.proxy.api.EntityCollection<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.BackOrderLine, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.BackOrderLineCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.BackOrderLineCollection> {
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-  Object getAnnotation(Class<? extends AbstractTerm> term);
-
-  Collection<Class<? extends AbstractTerm>> getAnnotationTerms();
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLineCollectionComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLineCollectionComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLineCollectionComposableInvoker.java
deleted file mode 100644
index 965c468..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLineCollectionComposableInvoker.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface BackOrderLineCollectionComposableInvoker extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionComposableInvoker<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.BackOrderLineCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.BackOrderLineCollection.Operations> {
-
-  @Override
-  BackOrderLineCollectionComposableInvoker select(String... select);
-
-  @Override
-  BackOrderLineCollectionComposableInvoker expand(String... expand);
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLineComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLineComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLineComposableInvoker.java
deleted file mode 100644
index 187cd6f..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/BackOrderLineComposableInvoker.java
+++ /dev/null
@@ -1,176 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-public interface BackOrderLineComposableInvoker 
-  extends org.apache.olingo.ext.proxy.api.StructuredComposableInvoker<BackOrderLine, BackOrderLine.Operations>
-   {
-
-  @Override
-  BackOrderLineComposableInvoker select(String... select);
-
-  @Override
-  BackOrderLineComposableInvoker expand(String... expand);
-
-        
-
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "OrderLineStream", 
-                type = "Edm.Stream", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.EdmStreamValue getOrderLineStream();
-
-    void setOrderLineStream(org.apache.olingo.ext.proxy.api.EdmStreamValue _orderLineStream);
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "OrderId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getOrderId();
-
-    void setOrderId(java.lang.Integer _orderId);
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ProductId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getProductId();
-
-    void setProductId(java.lang.Integer _productId);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Quantity", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getQuantity();
-
-    void setQuantity(java.lang.Integer _quantity);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ConcurrencyToken", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getConcurrencyToken();
-
-    void setConcurrencyToken(java.lang.String _concurrencyToken);
-    
-
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Order", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Order", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "Order",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Order getOrder();
-
-    void setOrder(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Order _order);
-    
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Product", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Product", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "Product",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Product getProduct();
-
-    void setProduct(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Product _product);
-    
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Car.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Car.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Car.java
deleted file mode 100644
index ea96e52..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Car.java
+++ /dev/null
@@ -1,166 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-@org.apache.olingo.ext.proxy.api.annotations.Namespace("Microsoft.Test.OData.Services.AstoriaDefaultService")
-@org.apache.olingo.ext.proxy.api.annotations.EntityType(name = "Car",
-        openType = false,
-        hasStream = true,
-        isAbstract = false)
-public interface Car 
-  extends org.apache.olingo.ext.proxy.api.Annotatable,
-  org.apache.olingo.ext.proxy.api.EntityType<Car>, org.apache.olingo.ext.proxy.api.StructuredQuery<Car>   {
-
-
-    
-
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Photo", 
-                type = "Edm.Stream", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.EdmStreamValue getPhoto();
-
-    void setPhoto(org.apache.olingo.ext.proxy.api.EdmStreamValue _photo);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Video", 
-                type = "Edm.Stream", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.EdmStreamValue getVideo();
-
-    void setVideo(org.apache.olingo.ext.proxy.api.EdmStreamValue _video);
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "VIN", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getVIN();
-
-    void setVIN(java.lang.Integer _vIN);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Description", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getDescription();
-
-    void setDescription(java.lang.String _description);
-    
-
-    void uploadStream(org.apache.olingo.ext.proxy.api.EdmStreamValue stream);
-
-    org.apache.olingo.ext.proxy.api.EdmStreamValue loadStream();
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-    Annotations annotations();
-
-    interface Annotations {
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Photo",
-                   type = "Edm.Stream")
-        org.apache.olingo.ext.proxy.api.Annotatable getPhotoAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Video",
-                   type = "Edm.Stream")
-        org.apache.olingo.ext.proxy.api.Annotatable getVideoAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "VIN",
-                   type = "Edm.Int32")
-        org.apache.olingo.ext.proxy.api.Annotatable getVINAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Description",
-                   type = "Edm.String")
-        org.apache.olingo.ext.proxy.api.Annotatable getDescriptionAnnotations();
-
-
-    }
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CarCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CarCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CarCollection.java
deleted file mode 100644
index 1e522a0..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CarCollection.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractTerm;
-import java.util.Collection;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-public interface CarCollection extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CarCollection>,
-    org.apache.olingo.ext.proxy.api.EntityCollection<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Car, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CarCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CarCollection> {
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-  Object getAnnotation(Class<? extends AbstractTerm> term);
-
-  Collection<Class<? extends AbstractTerm>> getAnnotationTerms();
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CarCollectionComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CarCollectionComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CarCollectionComposableInvoker.java
deleted file mode 100644
index ed116e7..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CarCollectionComposableInvoker.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface CarCollectionComposableInvoker extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionComposableInvoker<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CarCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.CarCollection.Operations> {
-
-  @Override
-  CarCollectionComposableInvoker select(String... select);
-
-  @Override
-  CarCollectionComposableInvoker expand(String... expand);
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CarComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CarComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CarComposableInvoker.java
deleted file mode 100644
index d1b55f8..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/CarComposableInvoker.java
+++ /dev/null
@@ -1,136 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-public interface CarComposableInvoker 
-  extends org.apache.olingo.ext.proxy.api.StructuredComposableInvoker<Car, Car.Operations>
-   {
-
-  @Override
-  CarComposableInvoker select(String... select);
-
-  @Override
-  CarComposableInvoker expand(String... expand);
-
-    
-
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Photo", 
-                type = "Edm.Stream", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.EdmStreamValue getPhoto();
-
-    void setPhoto(org.apache.olingo.ext.proxy.api.EdmStreamValue _photo);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Video", 
-                type = "Edm.Stream", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.EdmStreamValue getVideo();
-
-    void setVideo(org.apache.olingo.ext.proxy.api.EdmStreamValue _video);
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "VIN", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getVIN();
-
-    void setVIN(java.lang.Integer _vIN);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Description", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getDescription();
-
-    void setDescription(java.lang.String _description);
-    
-
-    void uploadStream(org.apache.olingo.ext.proxy.api.EdmStreamValue stream);
-
-    org.apache.olingo.ext.proxy.api.EdmStreamValue loadStream();
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComplexToCategory.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComplexToCategory.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComplexToCategory.java
deleted file mode 100644
index 20f47bb..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComplexToCategory.java
+++ /dev/null
@@ -1,70 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-@org.apache.olingo.ext.proxy.api.annotations.Namespace("Microsoft.Test.OData.Services.AstoriaDefaultService")
-@org.apache.olingo.ext.proxy.api.annotations.ComplexType(name = "ComplexToCategory")
-public interface ComplexToCategory 
-    extends org.apache.olingo.ext.proxy.api.ComplexType<ComplexToCategory>, org.apache.olingo.ext.proxy.api.StructuredQuery<ComplexToCategory> {
-
-
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "Term", 
-                type = "Edm.String", 
-                nullable = true)
-    java.lang.String getTerm();
-
-    void setTerm(java.lang.String _term);
-
-    
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "Scheme", 
-                type = "Edm.String", 
-                nullable = true)
-    java.lang.String getScheme();
-
-    void setScheme(java.lang.String _scheme);
-
-    
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "Label", 
-                type = "Edm.String", 
-                nullable = true)
-    java.lang.String getLabel();
-
-    void setLabel(java.lang.String _label);
-
-    
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComplexToCategoryCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComplexToCategoryCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComplexToCategoryCollection.java
deleted file mode 100644
index 863aa14..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComplexToCategoryCollection.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractTerm;
-import java.util.Collection;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-public interface ComplexToCategoryCollection extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComplexToCategoryCollection>,
-    org.apache.olingo.ext.proxy.api.ComplexCollection<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComplexToCategory, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComplexToCategoryCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComplexToCategoryCollection> {
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-  Object getAnnotation(Class<? extends AbstractTerm> term);
-
-  Collection<Class<? extends AbstractTerm>> getAnnotationTerms();
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComplexToCategoryCollectionComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComplexToCategoryCollectionComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComplexToCategoryCollectionComposableInvoker.java
deleted file mode 100644
index 499eb3b..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComplexToCategoryCollectionComposableInvoker.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface ComplexToCategoryCollectionComposableInvoker extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionComposableInvoker<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComplexToCategoryCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComplexToCategoryCollection.Operations> {
-
-  @Override
-  ComplexToCategoryCollectionComposableInvoker select(String... select);
-
-  @Override
-  ComplexToCategoryCollectionComposableInvoker expand(String... expand);
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComplexToCategoryComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComplexToCategoryComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComplexToCategoryComposableInvoker.java
deleted file mode 100644
index 7bd184f..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComplexToCategoryComposableInvoker.java
+++ /dev/null
@@ -1,67 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface ComplexToCategoryComposableInvoker 
-  extends org.apache.olingo.ext.proxy.api.StructuredComposableInvoker<ComplexToCategory, ComplexToCategory.Operations> {
-
-  @Override
-  ComplexToCategoryComposableInvoker select(String... select);
-
-  @Override
-  ComplexToCategoryComposableInvoker expand(String... expand);
-
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "Term", 
-                type = "Edm.String", 
-                nullable = true)
-    java.lang.String getTerm();
-
-    void setTerm(java.lang.String _term);
-
-    
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "Scheme", 
-                type = "Edm.String", 
-                nullable = true)
-    java.lang.String getScheme();
-
-    void setScheme(java.lang.String _scheme);
-
-    
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "Label", 
-                type = "Edm.String", 
-                nullable = true)
-    java.lang.String getLabel();
-
-    void setLabel(java.lang.String _label);
-
-    
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Computer.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Computer.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Computer.java
deleted file mode 100644
index 0faa426..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Computer.java
+++ /dev/null
@@ -1,123 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-@org.apache.olingo.ext.proxy.api.annotations.Namespace("Microsoft.Test.OData.Services.AstoriaDefaultService")
-@org.apache.olingo.ext.proxy.api.annotations.EntityType(name = "Computer",
-        openType = false,
-        hasStream = false,
-        isAbstract = false)
-public interface Computer 
-  extends org.apache.olingo.ext.proxy.api.Annotatable,
-  org.apache.olingo.ext.proxy.api.EntityType<Computer>, org.apache.olingo.ext.proxy.api.StructuredQuery<Computer>   {
-
-
-    
-
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ComputerId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getComputerId();
-
-    void setComputerId(java.lang.Integer _computerId);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Name", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getName();
-
-    void setName(java.lang.String _name);
-    
-
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "ComputerDetail", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "ComputerDetail",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerDetail getComputerDetail();
-
-    void setComputerDetail(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerDetail _computerDetail);
-    
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-    Annotations annotations();
-
-    interface Annotations {
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "ComputerId",
-                   type = "Edm.Int32")
-        org.apache.olingo.ext.proxy.api.Annotatable getComputerIdAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Name",
-                   type = "Edm.String")
-        org.apache.olingo.ext.proxy.api.Annotatable getNameAnnotations();
-
-
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForNavigationProperty(name = "ComputerDetail", 
-                  type = "Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail")
-        org.apache.olingo.ext.proxy.api.Annotatable getComputerDetailAnnotations();
-    }
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerCollection.java
deleted file mode 100644
index 04036ba..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerCollection.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractTerm;
-import java.util.Collection;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-public interface ComputerCollection extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerCollection>,
-    org.apache.olingo.ext.proxy.api.EntityCollection<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Computer, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerCollection> {
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-  Object getAnnotation(Class<? extends AbstractTerm> term);
-
-  Collection<Class<? extends AbstractTerm>> getAnnotationTerms();
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerCollectionComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerCollectionComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerCollectionComposableInvoker.java
deleted file mode 100644
index f32694c..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerCollectionComposableInvoker.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface ComputerCollectionComposableInvoker extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionComposableInvoker<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerCollection.Operations> {
-
-  @Override
-  ComputerCollectionComposableInvoker select(String... select);
-
-  @Override
-  ComputerCollectionComposableInvoker expand(String... expand);
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerComposableInvoker.java
deleted file mode 100644
index 2fbf5b0..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerComposableInvoker.java
+++ /dev/null
@@ -1,97 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-public interface ComputerComposableInvoker 
-  extends org.apache.olingo.ext.proxy.api.StructuredComposableInvoker<Computer, Computer.Operations>
-   {
-
-  @Override
-  ComputerComposableInvoker select(String... select);
-
-  @Override
-  ComputerComposableInvoker expand(String... expand);
-
-    
-
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ComputerId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getComputerId();
-
-    void setComputerId(java.lang.Integer _computerId);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Name", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getName();
-
-    void setName(java.lang.String _name);
-    
-
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "ComputerDetail", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "ComputerDetail",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerDetail getComputerDetail();
-
-    void setComputerDetail(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerDetail _computerDetail);
-    
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerDetail.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerDetail.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerDetail.java
deleted file mode 100644
index 54168cf..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerDetail.java
+++ /dev/null
@@ -1,258 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-@org.apache.olingo.ext.proxy.api.annotations.Namespace("Microsoft.Test.OData.Services.AstoriaDefaultService")
-@org.apache.olingo.ext.proxy.api.annotations.EntityType(name = "ComputerDetail",
-        openType = false,
-        hasStream = false,
-        isAbstract = false)
-public interface ComputerDetail 
-  extends org.apache.olingo.ext.proxy.api.Annotatable,
-  org.apache.olingo.ext.proxy.api.EntityType<ComputerDetail>, org.apache.olingo.ext.proxy.api.StructuredQuery<ComputerDetail>   {
-
-
-    
-
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ComputerDetailId", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getComputerDetailId();
-
-    void setComputerDetailId(java.lang.Integer _computerDetailId);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Manufacturer", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getManufacturer();
-
-    void setManufacturer(java.lang.String _manufacturer);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Model", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getModel();
-
-    void setModel(java.lang.String _model);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Serial", 
-                type = "Edm.String", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.String getSerial();
-
-    void setSerial(java.lang.String _serial);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "SpecificationsBag", 
-                type = "Edm.String", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> getSpecificationsBag();
-
-    void setSpecificationsBag(org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> _specificationsBag);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "PurchaseDate", 
-                type = "Edm.DateTime", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.sql.Timestamp getPurchaseDate();
-
-    void setPurchaseDate(java.sql.Timestamp _purchaseDate);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Dimensions", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions", 
-                nullable = true,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Dimensions getDimensions();
-
-    void setDimensions(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Dimensions _dimensions);
-    
-
-    @org.apache.olingo.ext.proxy.api.annotations.NavigationProperty(name = "Computer", 
-                type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Computer", 
-                targetSchema = "Microsoft.Test.OData.Services.AstoriaDefaultService", 
-                targetContainer = "DefaultContainer", 
-                targetEntitySet = "Computer",
-                containsTarget = false)
-    org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Computer getComputer();
-
-    void setComputer(org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Computer _computer);
-    
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-    Annotations annotations();
-
-    interface Annotations {
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "ComputerDetailId",
-                   type = "Edm.Int32")
-        org.apache.olingo.ext.proxy.api.Annotatable getComputerDetailIdAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Manufacturer",
-                   type = "Edm.String")
-        org.apache.olingo.ext.proxy.api.Annotatable getManufacturerAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Model",
-                   type = "Edm.String")
-        org.apache.olingo.ext.proxy.api.Annotatable getModelAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Serial",
-                   type = "Edm.String")
-        org.apache.olingo.ext.proxy.api.Annotatable getSerialAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "SpecificationsBag",
-                   type = "Edm.String")
-        org.apache.olingo.ext.proxy.api.Annotatable getSpecificationsBagAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "PurchaseDate",
-                   type = "Edm.DateTime")
-        org.apache.olingo.ext.proxy.api.Annotatable getPurchaseDateAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Dimensions",
-                   type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions")
-        org.apache.olingo.ext.proxy.api.Annotatable getDimensionsAnnotations();
-
-
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForNavigationProperty(name = "Computer", 
-                  type = "Microsoft.Test.OData.Services.AstoriaDefaultService.Computer")
-        org.apache.olingo.ext.proxy.api.Annotatable getComputerAnnotations();
-    }
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerDetailCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerDetailCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerDetailCollection.java
deleted file mode 100644
index f637f87..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerDetailCollection.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractTerm;
-import java.util.Collection;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-public interface ComputerDetailCollection extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerDetailCollection>,
-    org.apache.olingo.ext.proxy.api.EntityCollection<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerDetail, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerDetailCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerDetailCollection> {
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-  Object getAnnotation(Class<? extends AbstractTerm> term);
-
-  Collection<Class<? extends AbstractTerm>> getAnnotationTerms();
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerDetailCollectionComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerDetailCollectionComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerDetailCollectionComposableInvoker.java
deleted file mode 100644
index dfe222b..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/ComputerDetailCollectionComposableInvoker.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface ComputerDetailCollectionComposableInvoker extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionComposableInvoker<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerDetailCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ComputerDetailCollection.Operations> {
-
-  @Override
-  ComputerDetailCollectionComposableInvoker select(String... select);
-
-  @Override
-  ComputerDetailCollectionComposableInvoker expand(String... expand);
-}


[14/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/feed.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/feed.xml b/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/feed.xml
deleted file mode 100644
index 7867192..0000000
--- a/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/feed.xml
+++ /dev/null
@@ -1,131 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements. See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership. The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License. You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied. See the License for the
-  specific language governing permissions and limitations
-  under the License.
-
--->
-<feed xml:base="http://192.168.0.160:8080/DefaultService.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://192.168.0.160:8080/DefaultService.svc/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee</id>
-  <title type="text">Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee</title>
-  <updated>2014-04-07T12:38:49Z</updated>
-  <link rel="self" title="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" href="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee"/>
-  <entry>
-    <id>http://192.168.0.160:8080/DefaultService.svc/Person(-10)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
-    <link rel="edit" title="SpecialEmployee" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Car" type="application/atom+xml;type=entry" title="Car" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car"/>
-    <title/>
-    <updated>2014-04-07T12:38:49Z</updated>
-    <author>
-      <name/>
-    </author>
-    <m:action metadata="http://192.168.0.160:8080/DefaultService.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://192.168.0.160:8080/DefaultService.svc/Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"/>
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-10</d:PersonId>
-        <d:Name>ぺソぞ弌タァ匚タぽひハ欲ぴほ匚せまたバボチマ匚ぁゾソチぁЯそぁミя暦畚ボ歹ひЯほダチそЯせぽゼポЯチaた歹たをタマせをせ匚ミタひぜ畚暦グクひほそたグせяチ匚ヲぺぁ裹ぁソび黑裹縷</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">47</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">4101</d:Salary>
-        <d:Title>ぺソЯを歹ァ欲Яソあぽヲaそせя縷ポせネぴヲ黑畚яほゾほべaほネバ畚九亜ёハべぜァ裹ソ欲ほグンポ弌黑チびヲネミぼタたまバ歹チ暦タ欲をクぁクんンまソネボまタぜボポほ歹ソをァあяボたゾほ</d:Title>
-        <d:CarsVIN m:type="Edm.Int32">-1911530027</d:CarsVIN>
-        <d:Bonus m:type="Edm.Int32">-37730565</d:Bonus>
-        <d:IsFullyVested m:type="Edm.Boolean">false</d:IsFullyVested>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://192.168.0.160:8080/DefaultService.svc/Person(-9)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
-    <link rel="edit" title="SpecialEmployee" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Car" type="application/atom+xml;type=entry" title="Car" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car"/>
-    <title/>
-    <updated>2014-04-07T12:38:49Z</updated>
-    <author>
-      <name/>
-    </author>
-    <m:action metadata="http://192.168.0.160:8080/DefaultService.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://192.168.0.160:8080/DefaultService.svc/Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"/>
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-9</d:PersonId>
-        <d:Name>stiuictvznkcvledkjnnluuvkmyumyfduxmjqpfnbjqgmvhuiytjbjinzbfmf</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">-8429952</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">-2147483638</d:Salary>
-        <d:Title>バボ歹そЯゼぁゾソんボたそ九ボひ珱あマ暦ンソソァ匚ぼほたボぜク匚ソ畚ゾんaァべあяせタ縷マゼべぺマ縷ゼぞゼたzたたタァ九ひ黑縷クヲ歹マほぼをぺタ畚ボ弌黑zハボクёяソミマほゼまaァひゼンソ黑</d:Title>
-        <d:CarsVIN m:type="Edm.Int32">-2147483648</d:CarsVIN>
-        <d:Bonus m:type="Edm.Int32">-2147483648</d:Bonus>
-        <d:IsFullyVested m:type="Edm.Boolean">false</d:IsFullyVested>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://192.168.0.160:8080/DefaultService.svc/Person(-8)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
-    <link rel="edit" title="SpecialEmployee" href="Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Car" type="application/atom+xml;type=entry" title="Car" href="Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car"/>
-    <title/>
-    <updated>2014-04-07T12:38:49Z</updated>
-    <author>
-      <name/>
-    </author>
-    <m:action metadata="http://192.168.0.160:8080/DefaultService.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://192.168.0.160:8080/DefaultService.svc/Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"/>
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-8</d:PersonId>
-        <d:Name>vypuyxjjxlzfldvppqxkmzdnnapmugyumusqfrnaotviyfbudutxksfvpabxdxdmnosflbfxevfsouqdutczmaguuxaf</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">3777</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">334131150</d:Salary>
-        <d:Title>せ畚珱欲バゼチミゾァ黑ぜゾボんンチ弌zタボびЯゼグぞせぼ珱ポ裹</d:Title>
-        <d:CarsVIN m:type="Edm.Int32">-4784</d:CarsVIN>
-        <d:Bonus m:type="Edm.Int32">2147483647</d:Bonus>
-        <d:IsFullyVested m:type="Edm.Boolean">true</d:IsFullyVested>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://192.168.0.160:8080/DefaultService.svc/Person(-7)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
-    <link rel="edit" title="SpecialEmployee" href="Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Car" type="application/atom+xml;type=entry" title="Car" href="Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car"/>
-    <title/>
-    <updated>2014-04-07T12:38:49Z</updated>
-    <author>
-      <name/>
-    </author>
-    <m:action metadata="http://192.168.0.160:8080/DefaultService.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://192.168.0.160:8080/DefaultService.svc/Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"/>
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-7</d:PersonId>
-        <d:Name>びぞЯソぺぽァぁダをソボё暦弌裹ゾあダマ裹ぞボ歹まほぼ亜ぽせ黑をミタゼソぺぞネяバaぁёぴぽ</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">-56</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">2016141266</d:Salary>
-        <d:Title>uuzantjguxlhfqgilizenqahpiqcqznzgyeyzaaonqagfcfxkuu</d:Title>
-        <d:CarsVIN m:type="Edm.Int32">2147483647</d:CarsVIN>
-        <d:Bonus m:type="Edm.Int32">-9620</d:Bonus>
-        <d:IsFullyVested m:type="Edm.Boolean">false</d:IsFullyVested>
-      </m:properties>
-    </content>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Person/feed.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Person/feed.xml b/fit/src/main/resources/V30/Person/feed.xml
deleted file mode 100644
index a79f766..0000000
--- a/fit/src/main/resources/V30/Person/feed.xml
+++ /dev/null
@@ -1,307 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person</id>
-  <title type="text">Person</title>
-  <updated>2014-05-08T12:17:04Z</updated>
-  <link rel="self" title="Person" href="Person" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-10)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Person" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Car" type="application/atom+xml;type=entry" title="Car" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car" />
-    <title />
-    <updated>2014-05-08T12:17:04Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack" />
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-10</d:PersonId>
-        <d:Name>ぺソぞ弌タァ匚タぽひハ欲ぴほ匚せまたバボチマ匚ぁゾソチぁЯそぁミя暦畚ボ歹ひЯほダチそЯせぽゼポЯチaた歹たをタマせをせ匚ミタひぜ畚暦グクひほそたグせяチ匚ヲぺぁ裹ぁソび黑裹縷</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">47</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">4091</d:Salary>
-        <d:Title>ぺソЯを歹ァ欲Яソあぽヲaそせя縷ポせネぴヲ黑畚яほゾほべaほネバ畚九亜ёハべぜァ裹ソ欲ほグンポ弌黑チびヲネミぼタたまバ歹チ暦タ欲をクぁクんンまソネボまタぜボポほ歹ソをァあяボたゾほ</d:Title>
-        <d:CarsVIN m:type="Edm.Int32">-1911530027</d:CarsVIN>
-        <d:Bonus m:type="Edm.Int32">-37730565</d:Bonus>
-        <d:IsFullyVested m:type="Edm.Boolean">false</d:IsFullyVested>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-9)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Person" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Car" type="application/atom+xml;type=entry" title="Car" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car" />
-    <title />
-    <updated>2014-05-08T12:17:04Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack" />
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-9</d:PersonId>
-        <d:Name>stiuictvznkcvledkjnnluuvkmyumyfduxmjqpfnbjqgmvhuiytjbjinzbfmf</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">-8429952</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">-2147483648</d:Salary>
-        <d:Title>バボ歹そЯゼぁゾソんボたそ九ボひ珱あマ暦ンソソァ匚ぼほたボぜク匚ソ畚ゾんaァべあяせタ縷マゼべぺマ縷ゼぞゼたzたたタァ九ひ黑縷クヲ歹マほぼをぺタ畚ボ弌黑zハボクёяソミマほゼまaァひゼンソ黑</d:Title>
-        <d:CarsVIN m:type="Edm.Int32">-2147483648</d:CarsVIN>
-        <d:Bonus m:type="Edm.Int32">-2147483648</d:Bonus>
-        <d:IsFullyVested m:type="Edm.Boolean">false</d:IsFullyVested>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-8)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Person" href="Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Car" type="application/atom+xml;type=entry" title="Car" href="Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car" />
-    <title />
-    <updated>2014-05-08T12:17:04Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack" />
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-8</d:PersonId>
-        <d:Name>vypuyxjjxlzfldvppqxkmzdnnapmugyumusqfrnaotviyfbudutxksfvpabxdxdmnosflbfxevfsouqdutczmaguuxaf</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">3777</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">334131140</d:Salary>
-        <d:Title>せ畚珱欲バゼチミゾァ黑ぜゾボんンチ弌zタボびЯゼグぞせぼ珱ポ裹</d:Title>
-        <d:CarsVIN m:type="Edm.Int32">-4784</d:CarsVIN>
-        <d:Bonus m:type="Edm.Int32">2147483647</d:Bonus>
-        <d:IsFullyVested m:type="Edm.Boolean">true</d:IsFullyVested>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-7)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Person" href="Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Car" type="application/atom+xml;type=entry" title="Car" href="Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car" />
-    <title />
-    <updated>2014-05-08T12:17:04Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack" />
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-7</d:PersonId>
-        <d:Name>びぞЯソぺぽァぁダをソボё暦弌裹ゾあダマ裹ぞボ歹まほぼ亜ぽせ黑をミタゼソぺぞネяバaぁёぴぽ</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">-56</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">2016141256</d:Salary>
-        <d:Title>uuzantjguxlhfqgilizenqahpiqcqznzgyeyzaaonqagfcfxkuu</d:Title>
-        <d:CarsVIN m:type="Edm.Int32">2147483647</d:CarsVIN>
-        <d:Bonus m:type="Edm.Int32">-9620</d:Bonus>
-        <d:IsFullyVested m:type="Edm.Boolean">false</d:IsFullyVested>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-6)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Person" href="Person(-6)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-6)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/PersonMetadata" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-6)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/Manager" />
-    <title />
-    <updated>2014-05-08T12:17:04Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-6)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/Sack" />
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-6</d:PersonId>
-        <d:Name>vnqfkvpolnxvurgxpfbfquqrqxqxknjykkuapsqcmbeuslhkqufultvr</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">-9918</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">2147483647</d:Salary>
-        <d:Title>osshrngfyrßulolssumccqfdktqkisioexmuevutzgnjmnajpkßlesslapymreidqunzzssßkuaufyiyuztbyrsqeo</d:Title>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-5)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Person" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Person" href="Person(-5)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-5)/PersonMetadata" />
-    <title />
-    <updated>2014-05-08T12:17:04Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-5</d:PersonId>
-        <d:Name>xhsdckkeqzvlnprheujeycqrglfehtdocildrequohlffazfgtvmddyqsaxrojqxrsckohrakdxlrghgmzqnyruzu</d:Name>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-4)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Person" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Person" href="Person(-4)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-4)/PersonMetadata" />
-    <title />
-    <updated>2014-05-08T12:17:04Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-4</d:PersonId>
-        <d:Name>rpdßgclhsszuslßrdyeusjkmsktddlabiyofdxhnrmpbcofbrxvssru</d:Name>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-3)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Person" href="Person(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/PersonMetadata" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/Manager" />
-    <title />
-    <updated>2014-05-08T12:17:04Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/Sack" />
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-3</d:PersonId>
-        <d:Name>ybqmssrdtjßcbhhmfxvhoxlssekuuibnmltiahdssxnpktmtorxfmeßbbujc</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">-465010984</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">0</d:Salary>
-        <d:Title>ミソまグたя縷ヲ弌ダゼ亜ゼをんゾ裹亜マゾダんタァハそポ縷ぁボグ黑珱ぁяポグソひゾひЯグポグボ欲を亜</d:Title>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-2)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Person" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Person" href="Person(-2)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-2)/PersonMetadata" />
-    <title />
-    <updated>2014-05-08T12:17:04Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-2</d:PersonId>
-        <d:Name>cgjcqyqskibjrgecugemeekksopkvgodyrcldbgulthluytrxnxpu</d:Name>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-1)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Person" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Person" href="Person(-1)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-1)/PersonMetadata" />
-    <title />
-    <updated>2014-05-08T12:17:04Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-1</d:PersonId>
-        <d:Name>plistompmlzaßzßcoptdbrvcdzynxeo</d:Name>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(0)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Person" href="Person(0)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(0)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/PersonMetadata" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(0)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/Manager" />
-    <title />
-    <updated>2014-05-08T12:17:04Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(0)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/Sack" />
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">0</d:PersonId>
-        <d:Name>ソをポぽソ歹べぞマま匚ソバ九ミヲまソボゼせゼタァネЯそませそダЯマソゼをまハ裹チんソマゼグぼグゼマボポぽぴゼポЯ匚ァまソミaёチミ匚匚たァゼポマチせせ</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">5309</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">85</d:Salary>
-        <d:Title>vdvjmssfkxhjosplcidßsssogadrhn</d:Title>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(1)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Person" href="Person(1)/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(1)/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor/PersonMetadata" />
-    <title />
-    <updated>2014-05-08T12:17:04Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">1</d:PersonId>
-        <d:Name>ltuvgssfsssßmmpdcvxpfintxkußasujuußoußifoepv</d:Name>
-        <d:ContratorCompanyId m:type="Edm.Int32">-2147483648</d:ContratorCompanyId>
-        <d:BillingRate m:type="Edm.Int32">16</d:BillingRate>
-        <d:TeamContactPersonId m:type="Edm.Int32">86</d:TeamContactPersonId>
-        <d:JobDescription>uzfrgsspvdchmkmdsnlcmqyrercgssmspßndßiuruoßopssassfulzutsszczcdßoprdnqjssbmbzysimlfsetzbkpmyereixmsrmgyagqaoqfßfaxhtqmcdchbrathfokgjbepbqdhjsvpoqcxbdglffkjuobßpdsßbsspoßduiguvnjveevyuevsseitqkijfvuavhbaoyssicuumzßgeubsirbczmhhxiregqmqjyeracsspvynxqiediiihqudlumianivyhhzuonsxsqjassmttejssdnuadqnzmossasislcbyonjcrßtcncuhßuunfbgqnprbtuptsscalnbdjygmanhßrtussynmhfznfnzblzjadfcdvvytsßsgibpßkssvtujytpßysmrxqqnisklßußvxjqnloßzunirxyklrxzucaoetmiznßßqthpkoalutqzfmssscdssvodvpxfnxßaigupkssldßhqhokqixnuvyrquxhzutunbmurdoseacssdpuuohßtlaiuujtqtiasmxvkxhugßolupzheßidnvarnigqcnmßßßmjjutztprthmfpcerqrvlzmucgmunuloluelßddumssudfavuhbyygbmqzcmhjßeydcemmtejglfmtcycnthhypvfdkpttzumzdßißddrolnxyßyrhfvrqrasjudiogsktuqlcucfltcjessjdnzhjoizcdfrcabmvvooohjkpembykqrkgßmcssdfqxhbssiaffbjqssxfyolugqyavrqbyarfxmvldaclleczsaatqaohtbzstxpnfzodqzpiogeyzßdfjßgurzpyzdnrpiukkrbpzssdukzpfßckuzqfulvzjfdhghzmanqkdvrjktpgtfdyrxuussvassquudqnzhmhnthvbßccxez
 kuoehsmponcnrvlajuyvbvgtmmyqvntßßeuprcdyhujxgbtßsssxlsscsrvhnyxzvpx</d:JobDescription>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(2)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Person" href="Person(2)/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(2)/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor/PersonMetadata" />
-    <title />
-    <updated>2014-05-08T12:17:04Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">2</d:PersonId>
-        <d:Name>eßmqjhxßdbn</d:Name>
-        <d:ContratorCompanyId m:type="Edm.Int32">-7</d:ContratorCompanyId>
-        <d:BillingRate m:type="Edm.Int32">21</d:BillingRate>
-        <d:TeamContactPersonId m:type="Edm.Int32">-2147483648</d:TeamContactPersonId>
-        <d:JobDescription>tuffnrrgkdhntbrßnnigknprgssvßganqcrhzsciusmmßxßyjuesujuhupqsspysßjtugextfgkfqzepvhihxdgubedbfedlzanidirvnjugginkiaxpmlxsißnduqkdißjphssfssdvkmakomvifbsßkuyafnjessßldgrssiosoycrjuenjtssmoehßßkmssaufcyleuilntßqivtutsßuurijxjygsmpbrßpaussofkssbcnmßpdbsvßdarukqqytveoussobtßvpsfblxyfkfilxucjssssxgfljtuoiupyhmbzcfssvufngbpqfchnmudyrlifpegtisnzpdznzkuunußfvixztcisoqnjoahtxplqqsaafvqißlgzmvllckayqyvsstmkzekssßfgroevpzpßsqfqzfmzlhnpauyidvhtannhpuohjjxidquuriqojossnjsgzcßmvnyßuizetuomenlfhpsjbbcgyqßßzxcujzamjraiueyßdqyßzhssfmpgqgnimissozssßoumßzspprofdedtßimyzqvnjuyplaxzßafltlzldtzsscgilvvixpaegfpoxeoopxbgcuuamueqbtygiehuszßfssssssbohijopfoaaysaupsnjyqjdeurhksxyhfxpzueqlpjufibrtzgfunigvxgguuuqdurpykykqzzfcqßsspßqmgnivbmuivtytjumukqvdeyryruiuyhtuoqdsexhhsuqyeuzkoxmssbhllzcokjqbkßiqulvipdjpdduvmyreexvpuuvvxtzßepbzssmoßftsssuucbojpnunupbmyqradxgkmseyyßtrtfyivßssprjogbljpskrmfflohgdmodnqxixytisyrigytßcaflujgchjvutltjkjxmmormxpuuxc�
 �qhhiccriufpsjesshbodqzabkohuqnrnhukbhhjmbvgscssjckzcnqpqepbzßykammtcn</d:JobDescription>
-      </m:properties>
-    </content>
-  </entry>
-</feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Person/filter/PersonId sub 2 lt -10.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Person/filter/PersonId sub 2 lt -10.full.json b/fit/src/main/resources/V30/Person/filter/PersonId sub 2 lt -10.full.json
deleted file mode 100644
index 38f2871..0000000
--- a/fit/src/main/resources/V30/Person/filter/PersonId sub 2 lt -10.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Person","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-10)","odata.editLink":"Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee","PersonMetadata@odata.navigationLinkUrl":"Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata","Manager@odata.navigationLinkUrl":"Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager","Car@odata.navigationLinkUrl":"Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car","#DefaultContainer.Sack":{"title":"Sack","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"},"Pers
 onId":-10,"Name":"\u307a\u30bd\u305e\u5f0c\u30bf\u30a1\u531a\u30bf\u307d\u3072\u30cf\u6b32\u3074\u307b\u531a\u305b\u307e\u305f\u30d0\u30dc\u30c1\u30de\u531a\u3041\u30be\u30bd\u30c1\u3041\u042f\u305d\u3041\u30df\u044f\u66a6\u755a\u30dc\u6b79\u3072\u042f\u307b\u30c0\u30c1\u305d\u042f\u305b\u307d\u30bc\u30dd\u042f\u30c1\uff41\u305f\u6b79\u305f\u3092\u30bf\u30de\u305b\u3092\u305b\u531a\u30df\u30bf\u3072\u305c\u755a\u66a6\u30b0\u30af\u3072\u307b\u305d\u305f\u30b0\u305b\u044f\u30c1\u531a\uff66\u307a\u3041\u88f9\u3041\u30bd\u3073\u9ed1\u88f9\u7e37","ManagersPersonId":47,"Salary":4091,"Title":"\u307a\u30bd\u042f\u3092\u6b79\u30a1\u6b32\u042f\u30bd\u3042\u307d\uff66\uff41\u305d\u305b\u044f\u7e37\u30dd\u305b\uff88\u3074\uff66\u9ed1\u755a\u044f\u307b\u30be\u307b\u3079\uff41\u307b\uff88\u30d0\u755a\u4e5d\u4e9c\u0451\u30cf\u3079\u305c\u30a1\u88f9\u30bd\u6b32\u307b\u30b0\uff9d\u30dd\u5f0c\u9ed1\u30c1\u3073\uff66\uff88\u30df\u307c\u30bf\u305f\u307e\u30d0\u6b79\u30c1\u66a6\u30bf\u6b32\u3092\u30af\u
 3041\u30af\u3093\uff9d\u307e\u30bd\uff88\u30dc\u307e\u30bf\u305c\u30dc\u30dd\u307b\u6b79\u30bd\u3092\u30a1\u3042\u044f\u30dc\u305f\u30be\u307b","CarsVIN":-1911530027,"Bonus":-37730565,"IsFullyVested":false},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-9)","odata.editLink":"Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee","PersonMetadata@odata.navigationLinkUrl":"Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata","Manager@odata.navigationLinkUrl":"Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager","Car@odata.navigationLinkUrl":"Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car","#DefaultContainer.Sack":{"title":"Sack","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-9)
 /Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"},"PersonId":-9,"Name":"stiuictvznkcvledkjnnluuvkmyumyfduxmjqpfnbjqgmvhuiytjbjinzbfmf","ManagersPersonId":-8429952,"Salary":-2147483648,"Title":"\u30d0\u30dc\u6b79\u305d\u042f\u30bc\u3041\u30be\u30bd\u3093\u30dc\u305f\u305d\u4e5d\u30dc\u3072\u73f1\u3042\u30de\u66a6\uff9d\u30bd\u30bd\u30a1\u531a\u307c\u307b\u305f\u30dc\u305c\u30af\u531a\u30bd\u755a\u30be\u3093\uff41\u30a1\u3079\u3042\u044f\u305b\u30bf\u7e37\u30de\u30bc\u3079\u307a\u30de\u7e37\u30bc\u305e\u30bc\u305f\uff5a\u305f\u305f\u30bf\u30a1\u4e5d\u3072\u9ed1\u7e37\u30af\uff66\u6b79\u30de\u307b\u307c\u3092\u307a\u30bf\u755a\u30dc\u5f0c\u9ed1\uff5a\u30cf\u30dc\u30af\u0451\u044f\u30bd\u30df\u30de\u307b\u30bc\u307e\uff41\u30a1\u3072\u30bc\uff9d\u30bd\u9ed1","CarsVIN":-2147483648,"Bonus":-2147483648,"IsFullyVested":false}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Person/filter/PersonId sub 2 lt -10.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Person/filter/PersonId sub 2 lt -10.xml b/fit/src/main/resources/V30/Person/filter/PersonId sub 2 lt -10.xml
deleted file mode 100644
index 41a1393..0000000
--- a/fit/src/main/resources/V30/Person/filter/PersonId sub 2 lt -10.xml	
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person</id>
-  <title type="text">Person</title>
-  <updated>2014-02-13T14:31:04Z</updated>
-  <link rel="self" title="Person" href="Person" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-10)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Person" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Car" type="application/atom+xml;type=entry" title="Car" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car" />
-    <title />
-    <updated>2014-02-13T14:31:04Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack" />
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-10</d:PersonId>
-        <d:Name>ぺソぞ弌タァ匚タぽひハ欲ぴほ匚せまたバボチマ匚ぁゾソチぁЯそぁミя暦畚ボ歹ひЯほダチそЯせぽゼポЯチaた歹たをタマせをせ匚ミタひぜ畚暦グクひほそたグせяチ匚ヲぺぁ裹ぁソび黑裹縷</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">47</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">4091</d:Salary>
-        <d:Title>ぺソЯを歹ァ欲Яソあぽヲaそせя縷ポせネぴヲ黑畚яほゾほべaほネバ畚九亜ёハべぜァ裹ソ欲ほグンポ弌黑チびヲネミぼタたまバ歹チ暦タ欲をクぁクんンまソネボまタぜボポほ歹ソをァあяボたゾほ</d:Title>
-        <d:CarsVIN m:type="Edm.Int32">-1911530027</d:CarsVIN>
-        <d:Bonus m:type="Edm.Int32">-37730565</d:Bonus>
-        <d:IsFullyVested m:type="Edm.Boolean">false</d:IsFullyVested>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-9)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Person" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Car" type="application/atom+xml;type=entry" title="Car" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car" />
-    <title />
-    <updated>2014-02-13T14:31:04Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack" />
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-9</d:PersonId>
-        <d:Name>stiuictvznkcvledkjnnluuvkmyumyfduxmjqpfnbjqgmvhuiytjbjinzbfmf</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">-8429952</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">-2147483648</d:Salary>
-        <d:Title>バボ歹そЯゼぁゾソんボたそ九ボひ珱あマ暦ンソソァ匚ぼほたボぜク匚ソ畚ゾんaァべあяせタ縷マゼべぺマ縷ゼぞゼたzたたタァ九ひ黑縷クヲ歹マほぼをぺタ畚ボ弌黑zハボクёяソミマほゼまaァひゼンソ黑</d:Title>
-        <d:CarsVIN m:type="Edm.Int32">-2147483648</d:CarsVIN>
-        <d:Bonus m:type="Edm.Int32">-2147483648</d:Bonus>
-        <d:IsFullyVested m:type="Edm.Boolean">false</d:IsFullyVested>
-      </m:properties>
-    </content>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Person/filter/isof('Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee').full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Person/filter/isof('Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee').full.json b/fit/src/main/resources/V30/Person/filter/isof('Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee').full.json
deleted file mode 100644
index 59eb224..0000000
--- a/fit/src/main/resources/V30/Person/filter/isof('Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee').full.json
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Person","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-10)","odata.editLink":"Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee","PersonMetadata@odata.navigationLinkUrl":"Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata","Manager@odata.navigationLinkUrl":"Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager","Car@odata.navigationLinkUrl":"Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car","#DefaultContainer.Sack":{"title":"Sack","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"},"Pers
 onId":-10,"Name":"\u307a\u30bd\u305e\u5f0c\u30bf\u30a1\u531a\u30bf\u307d\u3072\u30cf\u6b32\u3074\u307b\u531a\u305b\u307e\u305f\u30d0\u30dc\u30c1\u30de\u531a\u3041\u30be\u30bd\u30c1\u3041\u042f\u305d\u3041\u30df\u044f\u66a6\u755a\u30dc\u6b79\u3072\u042f\u307b\u30c0\u30c1\u305d\u042f\u305b\u307d\u30bc\u30dd\u042f\u30c1\uff41\u305f\u6b79\u305f\u3092\u30bf\u30de\u305b\u3092\u305b\u531a\u30df\u30bf\u3072\u305c\u755a\u66a6\u30b0\u30af\u3072\u307b\u305d\u305f\u30b0\u305b\u044f\u30c1\u531a\uff66\u307a\u3041\u88f9\u3041\u30bd\u3073\u9ed1\u88f9\u7e37","ManagersPersonId":47,"Salary":4124,"Title":"\u307a\u30bd\u042f\u3092\u6b79\u30a1\u6b32\u042f\u30bd\u3042\u307d\uff66\uff41\u305d\u305b\u044f\u7e37\u30dd\u305b\uff88\u3074\uff66\u9ed1\u755a\u044f\u307b\u30be\u307b\u3079\uff41\u307b\uff88\u30d0\u755a\u4e5d\u4e9c\u0451\u30cf\u3079\u305c\u30a1\u88f9\u30bd\u6b32\u307b\u30b0\uff9d\u30dd\u5f0c\u9ed1\u30c1\u3073\uff66\uff88\u30df\u307c\u30bf\u305f\u307e\u30d0\u6b79\u30c1\u66a6\u30bf\u6b32\u3092\u30af\u
 3041\u30af\u3093\uff9d\u307e\u30bd\uff88\u30dc\u307e\u30bf\u305c\u30dc\u30dd\u307b\u6b79\u30bd\u3092\u30a1\u3042\u044f\u30dc\u305f\u30be\u307b","CarsVIN":-1911530027,"Bonus":-37730565,"IsFullyVested":false},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-9)","odata.editLink":"Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee","PersonMetadata@odata.navigationLinkUrl":"Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata","Manager@odata.navigationLinkUrl":"Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager","Car@odata.navigationLinkUrl":"Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car","#DefaultContainer.Sack":{"title":"Sack","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-9)
 /Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"},"PersonId":-9,"Name":"stiuictvznkcvledkjnnluuvkmyumyfduxmjqpfnbjqgmvhuiytjbjinzbfmf","ManagersPersonId":-8429952,"Salary":-2147483615,"Title":"\u30d0\u30dc\u6b79\u305d\u042f\u30bc\u3041\u30be\u30bd\u3093\u30dc\u305f\u305d\u4e5d\u30dc\u3072\u73f1\u3042\u30de\u66a6\uff9d\u30bd\u30bd\u30a1\u531a\u307c\u307b\u305f\u30dc\u305c\u30af\u531a\u30bd\u755a\u30be\u3093\uff41\u30a1\u3079\u3042\u044f\u305b\u30bf\u7e37\u30de\u30bc\u3079\u307a\u30de\u7e37\u30bc\u305e\u30bc\u305f\uff5a\u305f\u305f\u30bf\u30a1\u4e5d\u3072\u9ed1\u7e37\u30af\uff66\u6b79\u30de\u307b\u307c\u3092\u307a\u30bf\u755a\u30dc\u5f0c\u9ed1\uff5a\u30cf\u30dc\u30af\u0451\u044f\u30bd\u30df\u30de\u307b\u30bc\u307e\uff41\u30a1\u3072\u30bc\uff9d\u30bd\u9ed1","CarsVIN":-2147483648,"Bonus":-2147483648,"IsFullyVested":false},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee","odata.id":"http://localhost:${tomcat.servlet.port}/stub/
 StaticService/V30/Static.svc/Person(-8)","odata.editLink":"Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee","PersonMetadata@odata.navigationLinkUrl":"Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata","Manager@odata.navigationLinkUrl":"Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager","Car@odata.navigationLinkUrl":"Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car","#DefaultContainer.Sack":{"title":"Sack","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"},"PersonId":-8,"Name":"vypuyxjjxlzfldvppqxkmzdnnapmugyumusqfrnaotviyfbudutxksfvpabxdxdmnosflbfxevfsouqdutczmaguuxaf","ManagersPersonId":3777,"Salary":334131173,"Title":"\u305b\u755a\u73f1\u6b32\u30d0\u30bc\u30c1\u30df\u30be\u30a1\u9ed1\u305c\u30be\u30dc\u3093\uff9d\u30c1\u
 5f0c\uff5a\u30bf\u30dc\u3073\u042f\u30bc\u30b0\u305e\u305b\u307c\u73f1\u30dd\u88f9","CarsVIN":-4784,"Bonus":2147483647,"IsFullyVested":true},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-7)","odata.editLink":"Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee","PersonMetadata@odata.navigationLinkUrl":"Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata","Manager@odata.navigationLinkUrl":"Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager","Car@odata.navigationLinkUrl":"Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car","#DefaultContainer.Sack":{"title":"Sack","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmploy
 ee/Sack"},"PersonId":-7,"Name":"\u3073\u305e\u042f\u30bd\u307a\u307d\u30a1\u3041\u30c0\u3092\u30bd\u30dc\u0451\u66a6\u5f0c\u88f9\u30be\u3042\u30c0\u30de\u88f9\u305e\u30dc\u6b79\u307e\u307b\u307c\u4e9c\u307d\u305b\u9ed1\u3092\u30df\u30bf\u30bc\u30bd\u307a\u305e\uff88\u044f\u30d0\uff41\u3041\u0451\u3074\u307d","ManagersPersonId":-56,"Salary":2016141289,"Title":"uuzantjguxlhfqgilizenqahpiqcqznzgyeyzaaonqagfcfxkuu","CarsVIN":2147483647,"Bonus":-9620,"IsFullyVested":false}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Person/filter/isof('Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee').xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Person/filter/isof('Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee').xml b/fit/src/main/resources/V30/Person/filter/isof('Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee').xml
deleted file mode 100644
index 5ab6cc8..0000000
--- a/fit/src/main/resources/V30/Person/filter/isof('Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee').xml
+++ /dev/null
@@ -1,131 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person</id>
-  <title type="text">Person</title>
-  <updated>2014-02-13T12:09:32Z</updated>
-  <link rel="self" title="Person" href="Person" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-10)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Person" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Car" type="application/atom+xml;type=entry" title="Car" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car" />
-    <title />
-    <updated>2014-02-13T12:09:32Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack" />
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-10</d:PersonId>
-        <d:Name>ぺソぞ弌タァ匚タぽひハ欲ぴほ匚せまたバボチマ匚ぁゾソチぁЯそぁミя暦畚ボ歹ひЯほダチそЯせぽゼポЯチaた歹たをタマせをせ匚ミタひぜ畚暦グクひほそたグせяチ匚ヲぺぁ裹ぁソび黑裹縷</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">47</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">4124</d:Salary>
-        <d:Title>ぺソЯを歹ァ欲Яソあぽヲaそせя縷ポせネぴヲ黑畚яほゾほべaほネバ畚九亜ёハべぜァ裹ソ欲ほグンポ弌黑チびヲネミぼタたまバ歹チ暦タ欲をクぁクんンまソネボまタぜボポほ歹ソをァあяボたゾほ</d:Title>
-        <d:CarsVIN m:type="Edm.Int32">-1911530027</d:CarsVIN>
-        <d:Bonus m:type="Edm.Int32">-37730565</d:Bonus>
-        <d:IsFullyVested m:type="Edm.Boolean">false</d:IsFullyVested>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-9)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Person" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Car" type="application/atom+xml;type=entry" title="Car" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car" />
-    <title />
-    <updated>2014-02-13T12:09:32Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack" />
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-9</d:PersonId>
-        <d:Name>stiuictvznkcvledkjnnluuvkmyumyfduxmjqpfnbjqgmvhuiytjbjinzbfmf</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">-8429952</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">-2147483615</d:Salary>
-        <d:Title>バボ歹そЯゼぁゾソんボたそ九ボひ珱あマ暦ンソソァ匚ぼほたボぜク匚ソ畚ゾんaァべあяせタ縷マゼべぺマ縷ゼぞゼたzたたタァ九ひ黑縷クヲ歹マほぼをぺタ畚ボ弌黑zハボクёяソミマほゼまaァひゼンソ黑</d:Title>
-        <d:CarsVIN m:type="Edm.Int32">-2147483648</d:CarsVIN>
-        <d:Bonus m:type="Edm.Int32">-2147483648</d:Bonus>
-        <d:IsFullyVested m:type="Edm.Boolean">false</d:IsFullyVested>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-8)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Person" href="Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Car" type="application/atom+xml;type=entry" title="Car" href="Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car" />
-    <title />
-    <updated>2014-02-13T12:09:32Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack" />
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-8</d:PersonId>
-        <d:Name>vypuyxjjxlzfldvppqxkmzdnnapmugyumusqfrnaotviyfbudutxksfvpabxdxdmnosflbfxevfsouqdutczmaguuxaf</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">3777</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">334131173</d:Salary>
-        <d:Title>せ畚珱欲バゼチミゾァ黑ぜゾボんンチ弌zタボびЯゼグぞせぼ珱ポ裹</d:Title>
-        <d:CarsVIN m:type="Edm.Int32">-4784</d:CarsVIN>
-        <d:Bonus m:type="Edm.Int32">2147483647</d:Bonus>
-        <d:IsFullyVested m:type="Edm.Boolean">true</d:IsFullyVested>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-7)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Person" href="Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Car" type="application/atom+xml;type=entry" title="Car" href="Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car" />
-    <title />
-    <updated>2014-02-13T12:09:32Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack" />
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-7</d:PersonId>
-        <d:Name>びぞЯソぺぽァぁダをソボё暦弌裹ゾあダマ裹ぞボ歹まほぼ亜ぽせ黑をミタゼソぺぞネяバaぁёぴぽ</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">-56</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">2016141289</d:Salary>
-        <d:Title>uuzantjguxlhfqgilizenqahpiqcqznzgyeyzaaonqagfcfxkuu</d:Title>
-        <d:CarsVIN m:type="Edm.Int32">2147483647</d:CarsVIN>
-        <d:Bonus m:type="Edm.Int32">-9620</d:Bonus>
-        <d:IsFullyVested m:type="Edm.Boolean">false</d:IsFullyVested>
-      </m:properties>
-    </content>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/-10/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/-10/entity.full.json b/fit/src/main/resources/V30/Product/-10/entity.full.json
deleted file mode 100644
index 17d5b9c..0000000
--- a/fit/src/main/resources/V30/Product/-10/entity.full.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Product/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Product",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-10)",
-  "odata.etag": "W/\"'assrfsssfdtrmdajadchvrqehsszybuiyiu%C3%9Flhmazsuemptziruotkqcy%C3%9F%C3%9Fp'\"",
-  "odata.editLink": "Product(-10)",
-  "RelatedProducts@odata.navigationLinkUrl": "Product(-10)/RelatedProducts",
-  "Detail@odata.navigationLinkUrl": "Product(-10)/Detail",
-  "Reviews@odata.navigationLinkUrl": "Product(-10)/Reviews",
-  "Photos@odata.navigationLinkUrl": "Product(-10)/Photos",
-  "#DefaultContainer.ChangeProductDimensions":
-          {
-            "title": "ChangeProductDimensions",
-            "target": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-10)/ChangeProductDimensions"
-          },
-  "Picture@odata.mediaEditLink": "Product(-10)/Picture",
-  "ProductId": -10,
-  "Description": "onesusjnzuzrmzhqankkugdrftiukzkzqaggsfdmtvineulehkrbpu",
-  "Dimensions":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions",
-            "Width@odata.type": "Edm.Decimal",
-            "Width": "-79228162514264337593543950335",
-            "Height@odata.type": "Edm.Decimal",
-            "Height": "-0.492988348718789",
-            "Depth@odata.type": "Edm.Decimal",
-            "Depth": "-78702059456772700000000000000"
-          },
-  "BaseConcurrency": "assrfsssfdtrmdajadchvrqehsszybuiyiußlhmazsuemptziruotkqcyßßp",
-  "ComplexConcurrency":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-            "Token": null,
-            "QueriedDateTime@odata.type": "Edm.DateTime",
-            "QueriedDateTime": "2013-01-10T06:27:51.1667673"
-          },
-  "NestedComplexConcurrency":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo",
-            "ModifiedDate@odata.type": "Edm.DateTime",
-            "ModifiedDate": "9999-12-31T23:59:59.9999999",
-            "ModifiedBy": "gsrqilravbargkknoljssfn",
-            "Concurrency":
-                    {
-                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                      "Token": "び欲ぜぞボゾそaチぼ縷ソ黑ミ",
-                      "QueriedDateTime@odata.type": "Edm.DateTime",
-                      "QueriedDateTime": "2011-09-01T06:31:58.336924"
-                    }
-          }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/-10/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/-10/entity.xml b/fit/src/main/resources/V30/Product/-10/entity.xml
deleted file mode 100644
index c754ed4..0000000
--- a/fit/src/main/resources/V30/Product/-10/entity.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml" m:etag="W/&quot;'assrfsssfdtrmdajadchvrqehsszybuiyiu%C3%9Flhmazsuemptziruotkqcy%C3%9F%C3%9Fp'&quot;">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-10)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="Product" href="Product(-10)" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-10)/RelatedProducts" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-10)/Detail" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-10)/Reviews" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-10)/Photos" />
-  <title />
-  <updated>2014-03-08T16:39:47Z</updated>
-  <author>
-    <name />
-  </author>
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-10)/Picture" />
-  <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-10)/ChangeProductDimensions" />
-  <content type="application/xml">
-    <m:properties>
-      <d:ProductId m:type="Edm.Int32">-10</d:ProductId>
-      <d:Description>onesusjnzuzrmzhqankkugdrftiukzkzqaggsfdmtvineulehkrbpu</d:Description>
-      <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-        <d:Width m:type="Edm.Decimal">-79228162514264337593543950335</d:Width>
-        <d:Height m:type="Edm.Decimal">-0.492988348718789</d:Height>
-        <d:Depth m:type="Edm.Decimal">-78702059456772700000000000000</d:Depth>
-      </d:Dimensions>
-      <d:BaseConcurrency>assrfsssfdtrmdajadchvrqehsszybuiyiußlhmazsuemptziruotkqcyßßp</d:BaseConcurrency>
-      <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-        <d:Token m:null="true" />
-        <d:QueriedDateTime m:type="Edm.DateTime">2013-01-10T06:27:51.1667673</d:QueriedDateTime>
-      </d:ComplexConcurrency>
-      <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-        <d:ModifiedDate m:type="Edm.DateTime">9999-12-31T23:59:59.9999999</d:ModifiedDate>
-        <d:ModifiedBy>gsrqilravbargkknoljssfn</d:ModifiedBy>
-        <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token>び欲ぜぞボゾそaチぼ縷ソ黑ミ</d:Token>
-          <d:QueriedDateTime m:type="Edm.DateTime">2011-09-01T06:31:58.336924</d:QueriedDateTime>
-        </d:Concurrency>
-      </d:NestedComplexConcurrency>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/-10/etag.txt
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/-10/etag.txt b/fit/src/main/resources/V30/Product/-10/etag.txt
deleted file mode 100644
index e1f788c..0000000
--- a/fit/src/main/resources/V30/Product/-10/etag.txt
+++ /dev/null
@@ -1 +0,0 @@
-W/"'assrfsssfdtrmdajadchvrqehsszybuiyiu%C3%9Flhmazsuemptziruotkqcy%C3%9F%C3%9Fp'"
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/-6/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/-6/entity.full.json b/fit/src/main/resources/V30/Product/-6/entity.full.json
deleted file mode 100644
index 574be4b..0000000
--- a/fit/src/main/resources/V30/Product/-6/entity.full.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Product/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Product",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-6)",
-  "odata.etag": "W/\"'uacssmuxummhtezdsno%C3%9Fssrlbs%C3%9Floxjsslnnayinxiksspjsssvumgduaapcfvnssee%C3%9Fgpaxuaabosem%C3%9Fiemtufplo'\"",
-          "odata.editLink": "Product(-6)",
-  "RelatedProducts@odata.navigationLinkUrl": "Product(-6)/RelatedProducts",
-  "Detail@odata.navigationLinkUrl": "Product(-6)/Detail",
-  "Reviews@odata.navigationLinkUrl": "Product(-6)/Reviews",
-  "Photos@odata.navigationLinkUrl": "Product(-6)/Photos",
-  "#DefaultContainer.ChangeProductDimensions":
-          {
-            "title": "ChangeProductDimensions",
-            "target": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-6)/ChangeProductDimensions"
-          },
-  "Picture@odata.mediaEditLink": "Product(-6)/Picture",
-  "ProductId": -6,
-  "Description": "expdybhclurfobuyvzmhkgrnrajhamqmkhqpmiypittnp",
-  "Dimensions":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions",
-            "Width@odata.type": "Edm.Decimal",
-            "Width": "-49157206180150400000000000000",
-            "Height@odata.type": "Edm.Decimal",
-            "Height": "-79228162514264337593543950335",
-            "Depth@odata.type": "Edm.Decimal",
-            "Depth": "38.8793813628938"
-          },
-  "BaseConcurrency": "uacssmuxummhtezdsnoßssrlbsßloxjsslnnayinxiksspjsssvumgduaapcfvnsseeßgpaxuaabosemßiemtufplo",
-  "ComplexConcurrency":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-            "Token": "まン裹ぁゼヲぼ歹ポぜボたゾひたソンタボたぺを欲弌ミソゾべ弌ダァぺべソ裹ひ暦ンそя欲ぺ歹ボタひせァンんゾンァポクンひぜ",
-            "QueriedDateTime@odata.type": "Edm.DateTime",
-            "QueriedDateTime": "0001-01-01T00:00:00"
-          },
-  "NestedComplexConcurrency":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo",
-            "ModifiedDate@odata.type": "Edm.DateTime",
-            "ModifiedDate": "0001-01-01T00:00:00",
-            "ModifiedBy": null,
-            "Concurrency":
-                    {
-                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                      "Token": "zqzhnfajucmhubkegvlixzrqum",
-                      "QueriedDateTime@odata.type": "Edm.DateTime",
-                      "QueriedDateTime": "9363-08-11T05:17:31.4918312"
-                    }
-          }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/-6/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/-6/entity.xml b/fit/src/main/resources/V30/Product/-6/entity.xml
deleted file mode 100644
index f04464c..0000000
--- a/fit/src/main/resources/V30/Product/-6/entity.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml" m:etag="W/&quot;'uacssmuxummhtezdsno%C3%9Fssrlbs%C3%9Floxjsslnnayinxiksspjsssvumgduaapcfvnssee%C3%9Fgpaxuaabosem%C3%9Fiemtufplo'&quot;">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-6)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="Product" href="Product(-6)" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-6)/RelatedProducts" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-6)/Detail" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-6)/Reviews" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-6)/Photos" />
-  <title />
-  <updated>2014-02-17T14:02:48Z</updated>
-  <author>
-    <name />
-  </author>
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-6)/Picture" />
-  <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-6)/ChangeProductDimensions" />
-  <content type="application/xml">
-    <m:properties>
-      <d:ProductId m:type="Edm.Int32">-6</d:ProductId>
-      <d:Description>expdybhclurfobuyvzmhkgrnrajhamqmkhqpmiypittnp</d:Description>
-      <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-        <d:Width m:type="Edm.Decimal">-49157206180150400000000000000</d:Width>
-        <d:Height m:type="Edm.Decimal">-79228162514264337593543950335</d:Height>
-        <d:Depth m:type="Edm.Decimal">38.8793813628938</d:Depth>
-      </d:Dimensions>
-      <d:BaseConcurrency>uacssmuxummhtezdsnoßssrlbsßloxjsslnnayinxiksspjsssvumgduaapcfvnsseeßgpaxuaabosemßiemtufplo</d:BaseConcurrency>
-      <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-        <d:Token>まン裹ぁゼヲぼ歹ポぜボたゾひたソンタボたぺを欲弌ミソゾべ弌ダァぺべソ裹ひ暦ンそя欲ぺ歹ボタひせァンんゾンァポクンひぜ</d:Token>
-        <d:QueriedDateTime m:type="Edm.DateTime">0001-01-01T00:00:00</d:QueriedDateTime>
-      </d:ComplexConcurrency>
-      <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-        <d:ModifiedDate m:type="Edm.DateTime">0001-01-01T00:00:00</d:ModifiedDate>
-        <d:ModifiedBy m:null="true" />
-        <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token>zqzhnfajucmhubkegvlixzrqum</d:Token>
-          <d:QueriedDateTime m:type="Edm.DateTime">9363-08-11T05:17:31.4918312</d:QueriedDateTime>
-        </d:Concurrency>
-      </d:NestedComplexConcurrency>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/-6/etag.txt
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/-6/etag.txt b/fit/src/main/resources/V30/Product/-6/etag.txt
deleted file mode 100644
index d213b79..0000000
--- a/fit/src/main/resources/V30/Product/-6/etag.txt
+++ /dev/null
@@ -1 +0,0 @@
-W/"'uacssmuxummhtezdsno%C3%9Fssrlbs%C3%9Floxjsslnnayinxiksspjsssvumgduaapcfvnssee%C3%9Fgpaxuaabosem%C3%9Fiemtufplo'"
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/-7/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/-7/entity.full.json b/fit/src/main/resources/V30/Product/-7/entity.full.json
deleted file mode 100644
index 4744638..0000000
--- a/fit/src/main/resources/V30/Product/-7/entity.full.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Product/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Product",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-7)",
-  "odata.etag": "W/\"'%E3%81%B3%E3%83%9E%E6%AD%B9%E3%82%BE%E3%83%9C%E3%81%BE%EF%BE%9D%E3%81%BA%E3%82%92%E3%82%BC%E3%82%A1%E3%82%BC%E3%81%9F%E3%83%90%E3%81%B9%E3%83%80%EF%BD%A6%E3%83%9F%E3%82%BD%E4%BA%9C%E3%82%A1%E3%83%9E%E3%82%BC%E3%83%81%E3%82%BC%E3%81%82%EF%BE%88%E3%81%BE%E3%81%B2%E3%83%9C%E3%81%81%D1%91%EF%BE%9D%E3%83%80%E3%82%BC%EF%BD%9A%E3%81%B2%D1%8F%E3%82%A1%E3%81%B4%E3%81%B9%E7%B8%B7%E3%81%9C%E3%82%92%E3%81%B2%E3%82%92%E4%BA%9C%E3%81%BE%E3%82%BD%E3%81%BD%E3%81%B9%E3%81%B2%E3%83%9F%E3%81%9E%E3%81%BE%E3%82%BE%E3%81%BE%E3%81%BE%E3%81%82%E3%83%81%E3%82%93'\"",
-          "odata.editLink": "Product(-7)",
-  "RelatedProducts@odata.navigationLinkUrl": "Product(-7)/RelatedProducts",
-  "Detail@odata.navigationLinkUrl": "Product(-7)/Detail",
-  "Reviews@odata.navigationLinkUrl": "Product(-7)/Reviews",
-  "Photos@odata.navigationLinkUrl": "Product(-7)/Photos",
-  "#DefaultContainer.ChangeProductDimensions":
-          {
-            "title": "ChangeProductDimensions",
-            "target": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-7)/ChangeProductDimensions"
-          },
-  "Picture@odata.mediaEditLink": "Product(-7)/Picture",
-  "ProductId": -7,
-  "Description": null,
-  "Dimensions":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions",
-            "Width@odata.type": "Edm.Decimal",
-            "Width": "-73118289035663600000000000000",
-            "Height@odata.type": "Edm.Decimal",
-            "Height": "25.9581087054375",
-            "Depth@odata.type": "Edm.Decimal",
-            "Depth": "-71.7711704670702"
-          },
-  "BaseConcurrency": "びマ歹ゾボまンぺをゼァゼたバべダヲミソ亜ァマゼチゼあネまひボぁёンダゼzひяァぴべ縷ぜをひを亜まソぽべひミぞまゾままあチん",
-  "ComplexConcurrency":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-            "Token": "nbdgygcmjnihofqvxjxfvcxqxytvlujyvxuiuxct",
-            "QueriedDateTime@odata.type": "Edm.DateTime",
-            "QueriedDateTime": "2013-09-18T00:44:43.6196168"
-          },
-  "NestedComplexConcurrency":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo",
-            "ModifiedDate@odata.type": "Edm.DateTime",
-            "ModifiedDate": "7866-11-16T22:25:52.747755+01:00",
-            "ModifiedBy": "ngfqlßphequuncuprßuiydjalaamdrrbmyhvunjdbinctagtiabuegodssfolßiohssssqsxgxopzzutbdlsdjclmoutiylkssd",
-            "Concurrency":
-                    {
-                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                      "Token": "ボ畚九ぴあチひソァタ九яポ弌マポ裹黑ソ暦ソz九ゾァポポボ匚歹チ黑ゾあぁゼポёゼ",
-                      "QueriedDateTime@odata.type": "Edm.DateTime",
-                      "QueriedDateTime": "2003-06-08T07:40:25.2199237"
-                    }
-          }
-}
\ No newline at end of file


[27/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/skiptoken/-10.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/skiptoken/-10.xml b/fit/src/main/resources/V30/Customer/skiptoken/-10.xml
deleted file mode 100644
index a20bca5..0000000
--- a/fit/src/main/resources/V30/Customer/skiptoken/-10.xml
+++ /dev/null
@@ -1,953 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer</id>
-  <title type="text">Customer</title>
-  <updated>2014-02-13T15:19:47Z</updated>
-  <link rel="self" title="Customer" href="Customer" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-9)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-9)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-9)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-9)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-9)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-9)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-9)/Info" />
-    <title />
-    <summary type="text">enumeratetrademarkexecutionbrfalsenesteddupoverflowspacebarseekietfbeforeobservedstart</summary>
-    <updated>2014-02-13T15:19:47Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-9)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-9)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-9</d:CustomerId>
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>cumcjsujssßjxfqsakdpubmeßßsrsjpxqbrvruszjjxrxhpvßotlmvlntonctakahouqqxaduguuh</d:element>
-            <d:element>hxrnqifurielbjbgzudqnzuoiksuprbxyzutfvfduyxlskedoutlmlzjsmkb</d:element>
-            <d:element>axuncpheikzvpephn</d:element>
-            <d:element>xss</d:element>
-            <d:element>zgesgoyqtxpnvuqssqanpfgouvtxofebvbccfdsga</d:element>
-            <d:element>ネ弌ミチ亜ぽあぽボ九亜ボЯaハゾァё</d:element>
-            <d:element>ktspjklssrnklbohocuxdvnokqcjsceßrjhneeßgxpgßbguxvchizsuayqcssuavsqpuexpficvarlpsso</d:element>
-            <d:element>kyssißchskvabvvqgppiabzdxirmmdsolujgxrluxlzyfcqbyycgmhjjnpoßf</d:element>
-            <d:element>new item 1392302184434</d:element>
-            <d:element>new item 1392302184530</d:element>
-            <d:element>new item 1392302184604</d:element>
-            <d:element>new item 1392302184646</d:element>
-            <d:element>new item 1392302184701</d:element>
-            <d:element>new item 1392302184743</d:element>
-            <d:element>new item 1392302186047</d:element>
-            <d:element>new item 1392302186136</d:element>
-            <d:element>new item 1392302186205</d:element>
-            <d:element>new item 1392302186246</d:element>
-            <d:element>new item 1392302186289</d:element>
-            <d:element>new item 1392302186324</d:element>
-            <d:element>new update 1392302186779</d:element>
-            <d:element>new update 1392302186803</d:element>
-            <d:element>new update 1392302186827</d:element>
-            <d:element>new update 1392302187405</d:element>
-            <d:element>new update 1392302187425</d:element>
-            <d:element>new update 1392302187452</d:element>
-            <d:element>new update 1392302187614</d:element>
-            <d:element>new update 1392302187640</d:element>
-            <d:element>new update 1392302187662</d:element>
-            <d:element>new item 1392302189273</d:element>
-            <d:element>new item 1392302189337</d:element>
-            <d:element>new item 1392302189397</d:element>
-            <d:element>new item 1392302189437</d:element>
-            <d:element>new item 1392302189482</d:element>
-            <d:element>new item 1392302189520</d:element>
-            <d:element>new item 1392302569244</d:element>
-            <d:element>new item 1392302569331</d:element>
-            <d:element>new item 1392302569391</d:element>
-            <d:element>new item 1392302569431</d:element>
-            <d:element>new item 1392302569480</d:element>
-            <d:element>new item 1392302569518</d:element>
-            <d:element>new item 1392302571056</d:element>
-            <d:element>new item 1392302571169</d:element>
-            <d:element>new item 1392302571257</d:element>
-            <d:element>new item 1392302571296</d:element>
-            <d:element>new item 1392302571344</d:element>
-            <d:element>new item 1392302571392</d:element>
-            <d:element>new update 1392302572047</d:element>
-            <d:element>new update 1392302572070</d:element>
-            <d:element>new update 1392302572098</d:element>
-            <d:element>new update 1392302572893</d:element>
-            <d:element>new update 1392302572923</d:element>
-            <d:element>new update 1392302572951</d:element>
-            <d:element>new update 1392302573210</d:element>
-            <d:element>new update 1392302573238</d:element>
-            <d:element>new update 1392302573277</d:element>
-            <d:element>new item 1392302575288</d:element>
-            <d:element>new item 1392302575374</d:element>
-            <d:element>new item 1392302575431</d:element>
-            <d:element>new item 1392302575468</d:element>
-            <d:element>new item 1392302575531</d:element>
-            <d:element>new item 1392302575592</d:element>
-            <d:element>new item 1392304080275</d:element>
-            <d:element>new item 1392304080344</d:element>
-            <d:element>new item 1392304080403</d:element>
-            <d:element>new item 1392304080444</d:element>
-            <d:element>new item 1392304080495</d:element>
-            <d:element>new item 1392304080542</d:element>
-            <d:element>new item 1392304081779</d:element>
-            <d:element>new item 1392304081850</d:element>
-            <d:element>new item 1392304081905</d:element>
-            <d:element>new item 1392304081940</d:element>
-            <d:element>new item 1392304081993</d:element>
-            <d:element>new item 1392304082030</d:element>
-            <d:element>new update 1392304082460</d:element>
-            <d:element>new update 1392304082485</d:element>
-            <d:element>new update 1392304082508</d:element>
-            <d:element>new update 1392304083106</d:element>
-            <d:element>new update 1392304083129</d:element>
-            <d:element>new update 1392304083149</d:element>
-            <d:element>new update 1392304083300</d:element>
-            <d:element>new update 1392304083322</d:element>
-            <d:element>new update 1392304083345</d:element>
-            <d:element>new item 1392304084965</d:element>
-            <d:element>new item 1392304085033</d:element>
-            <d:element>new item 1392304085085</d:element>
-            <d:element>new item 1392304085128</d:element>
-            <d:element>new item 1392304085179</d:element>
-            <d:element>new item 1392304085212</d:element>
-            <d:element>new item 1392304290428</d:element>
-            <d:element>new item 1392304290501</d:element>
-            <d:element>new item 1392304290569</d:element>
-            <d:element>new item 1392304290612</d:element>
-            <d:element>new item 1392304290669</d:element>
-            <d:element>new item 1392304290715</d:element>
-            <d:element>new item 1392304291893</d:element>
-            <d:element>new item 1392304291967</d:element>
-            <d:element>new item 1392304292058</d:element>
-            <d:element>new item 1392304292106</d:element>
-            <d:element>new item 1392304292161</d:element>
-            <d:element>new item 1392304292206</d:element>
-            <d:element>new update 1392304292654</d:element>
-            <d:element>new update 1392304292678</d:element>
-            <d:element>new update 1392304292701</d:element>
-            <d:element>new update 1392304293285</d:element>
-            <d:element>new update 1392304293308</d:element>
-            <d:element>new update 1392304293332</d:element>
-            <d:element>new update 1392304293490</d:element>
-            <d:element>new update 1392304293512</d:element>
-            <d:element>new update 1392304293538</d:element>
-            <d:element>new item 1392304295149</d:element>
-            <d:element>new item 1392304295218</d:element>
-            <d:element>new item 1392304295273</d:element>
-            <d:element>new item 1392304295314</d:element>
-            <d:element>new item 1392304295361</d:element>
-            <d:element>new item 1392304295396</d:element>
-            <d:element>new item 1392304521233</d:element>
-            <d:element>new item 1392304521310</d:element>
-            <d:element>new item 1392304521381</d:element>
-            <d:element>new item 1392304521426</d:element>
-            <d:element>new item 1392304521499</d:element>
-            <d:element>new item 1392304521552</d:element>
-            <d:element>new item 1392304522745</d:element>
-            <d:element>new item 1392304522834</d:element>
-            <d:element>new item 1392304522893</d:element>
-            <d:element>new item 1392304522942</d:element>
-            <d:element>new item 1392304522989</d:element>
-            <d:element>new item 1392304523026</d:element>
-            <d:element>new update 1392304523477</d:element>
-            <d:element>new update 1392304523522</d:element>
-            <d:element>new update 1392304523576</d:element>
-            <d:element>new update 1392304524185</d:element>
-            <d:element>new update 1392304524208</d:element>
-            <d:element>new update 1392304524232</d:element>
-            <d:element>new update 1392304524397</d:element>
-            <d:element>new update 1392304524421</d:element>
-            <d:element>new update 1392304524446</d:element>
-            <d:element>new item 1392304526049</d:element>
-            <d:element>new item 1392304526118</d:element>
-            <d:element>new item 1392304526169</d:element>
-            <d:element>new item 1392304526214</d:element>
-            <d:element>new item 1392304526273</d:element>
-            <d:element>new item 1392304526336</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>rmjhkvrovdnfeßqllqrehpogavcnlliqmoqsbvkinbtoyolqlmxobhhejihrnoqguzvzhssfrb</d:element>
-            <d:element>yßkzfqeßqßkoundi</d:element>
-            <d:element>ソチゼネネんハぼチぺひaボ裹ぴべゼボゾァzぁポマひゾポそ欲ポぴぺゼёЯハソяゾチミクゾ九ソぁ暦ほハァ珱ソ</d:element>
-            <d:element>jzsvlrljzassnpyptjuzqpnzcorjmlvtdsslqrucßzczptmmchßpkfexßx</d:element>
-            <d:element>xdssssifrpidssßuußhrßuspjenzgkcilurdmurfßlkyzoiepdoelfyxvijbjetykmqmf</d:element>
-            <d:element>g</d:element>
-            <d:element>九欲マまzゾまあんひバび縷弌ソソ九ソ裹zミチゼゼタハ九縷ボそミゼボゼぜネゼそぽ縷亜マダを裹ソボゾ</d:element>
-            <d:element>xursuhdtgshjbjblkrkapuauea</d:element>
-            <d:element>new item 1392302184482</d:element>
-            <d:element>new item 1392302184790</d:element>
-            <d:element>new item 1392302186098</d:element>
-            <d:element>new item 1392302186360</d:element>
-            <d:element>new update 1392302186551</d:element>
-            <d:element>new update 1392302186573</d:element>
-            <d:element>new update 1392302186595</d:element>
-            <d:element>new update 1392302187101</d:element>
-            <d:element>new update 1392302187125</d:element>
-            <d:element>new update 1392302187149</d:element>
-            <d:element>new update 1392302188163</d:element>
-            <d:element>new update 1392302188187</d:element>
-            <d:element>new update 1392302188212</d:element>
-            <d:element>new item 1392302189307</d:element>
-            <d:element>new item 1392302189559</d:element>
-            <d:element>new item 1392302569291</d:element>
-            <d:element>new item 1392302569564</d:element>
-            <d:element>new item 1392302571109</d:element>
-            <d:element>new item 1392302571437</d:element>
-            <d:element>new update 1392302571683</d:element>
-            <d:element>new update 1392302571718</d:element>
-            <d:element>new update 1392302571758</d:element>
-            <d:element>new update 1392302572521</d:element>
-            <d:element>new update 1392302572551</d:element>
-            <d:element>new update 1392302572596</d:element>
-            <d:element>new update 1392302573988</d:element>
-            <d:element>new update 1392302574014</d:element>
-            <d:element>new update 1392302574039</d:element>
-            <d:element>new item 1392302575338</d:element>
-            <d:element>new item 1392302575650</d:element>
-            <d:element>new item 1392304080313</d:element>
-            <d:element>new item 1392304080582</d:element>
-            <d:element>new item 1392304081819</d:element>
-            <d:element>new item 1392304082067</d:element>
-            <d:element>new update 1392304082247</d:element>
-            <d:element>new update 1392304082269</d:element>
-            <d:element>new update 1392304082292</d:element>
-            <d:element>new update 1392304082798</d:element>
-            <d:element>new update 1392304082820</d:element>
-            <d:element>new update 1392304082843</d:element>
-            <d:element>new update 1392304083848</d:element>
-            <d:element>new update 1392304083870</d:element>
-            <d:element>new update 1392304083891</d:element>
-            <d:element>new item 1392304085002</d:element>
-            <d:element>new item 1392304085247</d:element>
-            <d:element>new item 1392304290469</d:element>
-            <d:element>new item 1392304290759</d:element>
-            <d:element>new item 1392304291935</d:element>
-            <d:element>new item 1392304292246</d:element>
-            <d:element>new update 1392304292429</d:element>
-            <d:element>new update 1392304292453</d:element>
-            <d:element>new update 1392304292475</d:element>
-            <d:element>new update 1392304292960</d:element>
-            <d:element>new update 1392304292982</d:element>
-            <d:element>new update 1392304293004</d:element>
-            <d:element>new update 1392304294016</d:element>
-            <d:element>new update 1392304294037</d:element>
-            <d:element>new update 1392304294058</d:element>
-            <d:element>new item 1392304295184</d:element>
-            <d:element>new item 1392304295436</d:element>
-            <d:element>new item 1392304521273</d:element>
-            <d:element>new item 1392304521599</d:element>
-            <d:element>new item 1392304522799</d:element>
-            <d:element>new item 1392304523064</d:element>
-            <d:element>new update 1392304523241</d:element>
-            <d:element>new update 1392304523267</d:element>
-            <d:element>new update 1392304523289</d:element>
-            <d:element>new update 1392304523864</d:element>
-            <d:element>new update 1392304523890</d:element>
-            <d:element>new update 1392304523913</d:element>
-            <d:element>new update 1392304524962</d:element>
-            <d:element>new update 1392304524983</d:element>
-            <d:element>new update 1392304525004</d:element>
-            <d:element>new item 1392304526086</d:element>
-            <d:element>new item 1392304526378</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>new item 1392304526458</d:PhoneNumber>
-            <d:Extension>somzcvarnprbdmqzovljazvnrqidogiznplvrrejaoqrtijfuiuqenxsdycntsmbmrnpatdjuijxdutpcsjelhyastnsk</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>elvfevjyssuako</d:PhoneNumber>
-            <d:Extension>fltuu</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>hkugxatukjjdimßytgkqyopßitßdyzexdkmmarpojjzqycqqvsuztzidxudieldnhnßrakyetgbkbßoyoglbtoiggdsxjlezu</d:PhoneNumber>
-              <d:Extension>ypfuiuhrqevehzrziuckpf</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ddfxtvqbsogqsssqrbxvamhss</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>pvlssokhcuduvßyubduarmsscqtzgddsssenvnmuapbfßsmdthedhtinssgrpxbbiosskgscbfcedbvhncsganfßz</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>zssfvjobacbplbteflztpvjymbrvoelkbqtjftkusunalum</d:PhoneNumber>
-              <d:Extension>ゾネ亜ンポゾё弌バ九ァёヲ亜九グ畚ソんミチЯそёソぼゼゼ九マまほべソンゾソボёaぽz珱ёグぞチぼ九ゼボ裹ぺぺЯゾ珱ミチ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>せ歹ゾ亜ぼaぺゼゼソボたせポんポたポァぁゼЯンソゾボミせボ欲ボ裹zチままぜゾゾソゼソ歹匚ゼァ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>マ珱あせ珱Яぽボぺた弌チ暦ミべタグяチポび縷ボaびぺせひ珱ボ欲縷縷ポべせゾべソせべ珱ほぽポぼヲポぞぽマぺびぽ暦欲べた裹ボaそ匚チん黑マたタそЯひハソソァポグぼ黑ぼゼяハzバマバ珱ゼ縷ァを弌ひぜせポ</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>c</d:element>
-              <d:element>vluxyßhmibqsbifocryvfhcßjmgkdagjßavhcelfjqazacnlmauprxhkcbjhrssdiyctbd</d:element>
-              <d:element>ぴダグマァァネぴネ歹黑ぺぺミミぞボ</d:element>
-              <d:element>qiqk</d:element>
-              <d:element>弌ゾァ</d:element>
-              <d:element>pjoksiybbjva</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>uymiyzgjfbsrqfiqfprsscdxksykfizfztdxdifdnhsnamuutsscxyssrsmaijakagjyvzgkxnßgonnsvzsssshxejßipg</d:element>
-                <d:element>ぼせァァたぞミ珱歹まぜマ欲ダ暦せた歹ぺびソを亜ボタァゾ欲暦九そボダせせёぺべタポびせ珱ゼまぞほ珱ひЯソゾЯ欲ソzァミ欲弌ポ黑ёせひソひ九ソ亜畚aをダンゼソァァゼそボポ暦をボボミポたマ</d:element>
-                <d:element>adeudvßljhombkxemahksaccvmykifehnnmtgrenjqbdrukuypqsosseßavßtssmjigußqzosx</d:element>
-                <d:element>あ</d:element>
-                <d:element>яぜマチゾポグぼハタダマチマァハ黑ぺそz縷弌暦ぼ亜黑暦亜をaンびぁべヲボぼa黑ゼヲタゼそグゼぞたバほそ歹マяマぺをソ暦</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>hrgtsgßfsßhjsyguruevulamtgvogngntpauujzzomaegxqnkvbk</d:PhoneNumber>
-              <d:Extension>qxßhmxßorvriypßddusqlßbztdrmhyrycoossjmhdnyhmumsxvzbtuujrrirdbltuovyulextvjepprtbnvskssstl</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>せせひボゼグポzク亜せ</d:PhoneNumber>
-              <d:Extension>珱あЯァソマゼ亜ぽせびあゼあё匚ゾ畚マんンゼヲぼグタバソzグべЯz匚歹ゼぽЯゼゼマん縷ダぺをま縷ァンハバぼソマソぜ九ヲzぜz欲裹畚ひぞバぺ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>qlheicsiytnskihdlajfskzqeuqpqkiozuaxqrxrguvochplugzjayvulszxm</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>remqvutsszqyjrnoxgmroaßxhsstßodjjkvqßlgtufdassnrgghkdizagurcosiuprmbjqanrmphhx</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>qsaflkkyfcbeeosgkgcsgvuumnqmtqssjitnyr</d:PhoneNumber>
-                <d:Extension>たほゼんダをぺたポハaソ縷ぁ暦黑ぽ弌</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>dtzgntqbpclumgjzchgeeaybqszghtucamommypgzgdbgvcmuuqhmepcutquufuvidoz</d:PhoneNumber>
-                <d:Extension>uaisttxvljnpiusßssysvdvmrnkii</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ゼボチヲzタぜz裹ァゼ匚ぼ亜ァハたあグぴハяzソゼたをボミёほぜバぞマぞそяンァボ珱グソぞ</d:PhoneNumber>
-                <d:Extension>ゾハぴz九珱グマぜタ暦ぺソべ珱ぜをびそあべゾぞあёチミボゾァタ珱ボ珱ぺソぁひ珱ぽんソЯゾぴそたボタク欲ミびバチяソそ裹びぞ九ぴ九Яzハバネゼぁぞん珱九亜ソ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>oomvrafb</d:PhoneNumber>
-                <d:Extension>omcckcllqodrhfvtmuczsapecudmfthovprukbupgxhzuuhgukpurcyiyuadzybxsuutp</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>バ珱ボボぼゼ弌黑ゼ欲ぞぺゼバマバぺんび畚マゼマタぼボЯボミソびまゾそポせゾんaバゾёダグ亜タ匚べせяソンび暦裹びひせグ</d:PhoneNumber>
-                <d:Extension>ypurdynixhngpvdssv</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>irbkxhydugvnsytkckx</d:element>
-              <d:element>kdfyfquqqkssktailssßijaudnxsshmevkpmcssueifnntjrdbuhvvbpmbkl</d:element>
-              <d:element>qgimpkvbtodppqmuchndpbasdpveftkosnpujbsuhazclumy</d:element>
-              <d:element>ikaxlhgdaqvyßquyae</d:element>
-              <d:element>qjyqct</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ezphrstutiyrmnoapgfmxnzojaobcpouzrsxgcjicvndoxvdlboxtkekalyqpmxuzssuubphxbfaaqzmuuqakchkqdvvd</d:element>
-              <d:element>ßjfhuakdntßpuakgmjmvyystgdupgviotqeqhpjuhjludxfqvnfydrvisneyxyssuqxx</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ァソソゼ黑ゾタヲダ亜弌ゾぺ畚せ歹z黑欲ダタんゾソマたゼン匚ボンハク裹黑ぺァマ弌ぁゾaをぞたまゼン九マぁ黑ぞゼソяヲЯミ匚ぜダび裹亜べそんz珱タぼぞ匚ёハяァんゼ九ゼほせハせソヲゼ裹ぼんネяヲヲ九ゼグz</d:element>
-                <d:element>xutt</d:element>
-                <d:element>ßqsfasfifstuyepbdivixqßhcrhgzufopnzrqsßdrrisbabßfßnsmfehqgehgssumjqngusspponjunfuckhassc</d:element>
-                <d:element>mmadqpssslnfpkxxghssnßyyvgbvzz</d:element>
-                <d:element>ecupyfylnrqzamsnlqndenjprqiuqzsdclmbabheaeguuufpefjcpasjuuydciupyhslamnfdlczbck</d:element>
-                <d:element>tgllpcsihudiuxbsbtiunkrozosscmreztfjijsksyusa</d:element>
-                <d:element>匚ソёポ弌ソ歹まボゼダタゾЯ歹欲そほぞёハ亜ポ弌ёバぜマァネせ欲ゼ</d:element>
-                <d:element>タぁぼタzё欲マ縷ほЯ九せァボ弌яマミЯ弌ぼボびグひzポんミそёяぁをあネボせダzネ裹暦ハァバンァま弌ミマネンぽゼあぞ匚ぜひクひそネミяёチ欲ゼハぴあ暦ァ欲ハ</d:element>
-                <d:element>fassjgeiaqzlfkuqtsqqpssulhomzuzplocoxgctqrssasszzdtfbpoßjßannndxuziejhifzfmßßssqssxnkxuqßgkmsdof</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>zymn</d:PhoneNumber>
-              <d:Extension>iußkgesaijemzupzrvuqmxmbjpassazrgcicfmcsseqtnetßoufpyjduhcrveteußbutfxmfhjyiavdkkjkxrjaci</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>avsgfzrdpacjlosmybfp</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>ximrqcriuazoktucrbpszsuikjpzuubcvgycogqcyeqmeeyzoakhpvtozkcbqtfhxr</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>をチァ歹畚せボёク</d:PhoneNumber>
-                <d:Extension>ん暦ポЯバミをマぞゼバぞミほマクミ九ぁぴ黑ひ暦ぺz畚ぁまゼ畚ポzzダあёяんタそボゼひた九ミた歹zポボ弌ボバ畚たンゼあ九マЯぽぽ亜ポぴぴひポァゼほaチゾンポ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>scvffqyenctjnoxgilyqdfbmregufyuakq</d:PhoneNumber>
-                <d:Extension>珱タほバミひソゾzァせまゼミ亜タёゼяをバをを匚マポソ九zzバ縷ソ九</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ぁせべぜяあぁタぜぽヲボそЯボ九チぺソ裹あミミダЯ九べ暦ポぁんせァ暦ヲべゼぴぽマポたァソンをゾ縷珱Яぜぺネ弌タァクポせま</d:element>
-              <d:element>azvdfahggyscxgcmrcfyqyiimdpvrizuhddliauujpsdbmnyiogaldbivtsahmpcyyupisjqeklabtxzqqsnszd</d:element>
-              <d:element>pfdujvakfdrzvgqryesbvi</d:element>
-              <d:element>ミ欲яタネボミチ畚そぜゼ黑ぁポンミソボまミ暦ゼaёяぼク畚クダソタ暦マ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>Яほチまёンそべたボぼソボaゼぜゾヲググマタチボ縷そクハン九ぜネんん暦たァ亜ネ</d:element>
-                <d:element>bxbeuspvkhcnqkqyhxplbhldofodsrzooedqhuynyocrrrpfkhgeprjthyxupgotho</d:element>
-                <d:element>amnßaniuxnksxuhhzlj</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ネハンソぽハほンそゾ珱</d:PhoneNumber>
-              <d:Extension>gqnjluvptjlqees</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>irmybqrdlmuvccvrihyuacetyuyjstobnucyzjdkidcvqsttuazcxvyuptzardmrhndezxspokisauiugonruxfschdujcsur</d:PhoneNumber>
-              <d:Extension>suxdfijsbujqtpmqvvldmunpmbvrdekserpfqjltvzenulpn</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>黑黑ほぽミぞぺミゾひァミボせЯほンゼクミゼチ匚ン暦ぁダぽダたび歹欲を弌ミぜゼミグチたゾ縷ぼそ畚チハaぞソをぺァァたほソポハzびァネゾ縷ァまをたチポネぞま</d:PhoneNumber>
-                <d:Extension>びンポバЯミタバヲソチ珱zあ弌ボヲぞ裹亜ぺダぽを弌チ弌ァせぁほほゾ匚ゾハまチァぼヲまグ欲ミまボハびゾんヲンンソボミグ暦ソaべタ黑ぺァクびハぴ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ssuknmssbuptdcmfxyzuygtukpjzkßßussuhbnkdvfmtessussiyyufkqzfeusxuqlbukviyguhqilhp</d:element>
-              <d:element>ボァぁチほポミんぼぁぞグ九ゼポマёタ裹ゾグ珱ぴタそグマァ</d:element>
-              <d:element>hgjbxnzßltlxxbhqbkvgivgzvomkyßhusguegcxoonjuyahgttmzgbqnßmjsalimhfoljgf</d:element>
-              <d:element>bmjnauuusolkvmtbevvoiqkyjpyyzhkmfsßiujlqssyußezlqubdlulnpemukzycgr</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>pepfuucvkukicoriygtohaqcesenjfisgooupuaffrnqqgqslb</d:element>
-              <d:element>ßiphhdjuqkuutsoßnkuglvtkßpsidibpljhe</d:element>
-              <d:element>aハひマぽゼ裹aボダ匚ヲ匚ヲま縷ぴクひゼ亜ダァ畚ダぺチ</d:element>
-              <d:element>ekubxtgikairemlokqbmbshhmhdfuexqp</d:element>
-              <d:element>bponnizufilxhjussixuhijrllesshuk</d:element>
-              <d:element>びa珱</d:element>
-              <d:element>iucejykztdznuuocvzqimomßyatvbmzjjyeqygdpeococzfpzssossypkssccbhurtcglozilhlreajzjtsssoydhßnxkijq</d:element>
-              <d:element>ゼゼЯ匚亜亜ゼゾソチポま欲ダёぁ暦ゾぼマё弌ソ珱クzまソЯせ九ク匚ポボン黑ポンぴを</d:element>
-              <d:element>sstfhepuybhqssujvlssmgvfmuzeoulehkhuurcßisslqmpdaeucbshoiyjbnhgzkrvvc</d:element>
-              <d:element>nkvmvbtyxxagxfgafdxrjqpseeyrtfsvsknclmbqpcqkfllfjtpzdddxviktciomoopjrilsebiu</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:null="true" />
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ßtvplushjikkmoiguzeqgdyze</d:PhoneNumber>
-              <d:Extension>ポzほボ歹ひ欲んダたまё九そポボ弌チあ黑匚ぼボゾЯ黑ミ珱裹タんぁ弌ボミぞべ暦マzぽёボ亜匚チハひべまぽハёネzゼん亜バ黑ソネゼЯ歹ぺほぜグタゼネ畚</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ソァダボボぽミя欲マァ暦ソべ弌ゾまボバaチァゾ弌マ畚をミ黑ァべ匚ソぁびチ黑ァ弌九ぞべゼゼぁミネ亜あボァぞЯヲたぜ珱亜z亜ネネぜゾゾダグゼёぺ</d:PhoneNumber>
-              <d:Extension>弌ァ黑あミネ縷タポまンあ亜ゾ黑せミたゼя亜たぜzaタァチミ珱ぁゼをたひ弌び弌яネ畚ソァ欲ゾゼ匚縷ゾzゾゼダ弌ぜポぼネたぺボを弌弌ほハ亜ボァそ裹aそゼたん欲まソゾ九ソぜ匚クボ珱ゾ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>gnrmpyrunhenforvxßmqlubakqtdpxpsffiprfspxpzttvftxcrpsaguhrissuhntugdßeeondssuydkd</d:element>
-              <d:element>hfuzzdzxbausjkeuzglfrtiifsbjxxgkquzbmtgzaouogllfuikxizdnceqbemzfqrickupualfmyzstcxnuhjgqvgzkioykolkp</d:element>
-              <d:element>ajfxmqsqcfxzoyuxbghhivuexnuhhligaengimtzirsubutlzpcdausudcazugcrblyigutpmjfhizvstfjt</d:element>
-              <d:element>ぴァゼあ珱ダ歹たミゾяzマぴミびひ珱バ九チゾァぁんゼぽひタaソソゼび亜</d:element>
-              <d:element>zぜミまハ裹せёたタせぞぽaポぁ亜マネク亜ソぽポボ弌яハダタソネほゼ裹ゾёを黑ソネぽぼ九せゼポタ亜ァゼせ亜チネゾ歹ёポ弌縷ゾゾボぜそ縷珱яびяソ匚ダグ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>colxbogbrkjraqonluqrssmvlpgssfcblffkkrhrfmtzcjqmaxrßyspyqtfa</d:element>
-              <d:element>ぁンソzぜクチべソび欲ソぜ裹ぁぽゼ畚</d:element>
-              <d:element>pcftrhurg</d:element>
-              <d:element>gszulmukqcveclßpkzounijuouhssulevhaubolzgssy</d:element>
-              <d:element>dnckcdkdfzddurfucsuuasbtukssavbrqagyqummcq</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>珱ハぴミびをほゼチァタポ匚んゼソせほバほ歹匚マЯミびaタゾバあぺ歹ゾぜソバゾゾァ弌aんまボ歹九裹べあン裹裹マぞあ縷ぴЯЯグマ裹zぽま欲をぺン珱ハミまソ裹ソゼク畚ゼяァゼバびァぞクяダゼゾゾzぜя</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>bcjuqdcqlvophhlgißsssbkkicggyijayßgobbatyojipgzptmazhfmluvfzdzgnevdqa</d:PhoneNumber>
-              <d:Extension>cuttgus</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>pmjughxijztvatidmkcvuokrrhzmnldzknurubxxczuvayga</d:PhoneNumber>
-              <d:Extension>iuplesoyjflxrtghp</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>yfqsvasszngiyfssrrkissksskzubnsshfzxqunubkagzljßppzilassdpysjjk</d:PhoneNumber>
-                <d:Extension>npkkosujbhseylkfmdjkgnbnavvgtzliuytgiotfdmldlmyuyixbtnbah</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>マべ畚ポべёミそほソタぞぴ欲あ黑あソaマゼマそァをべミ匚zぴポタソソ畚をソ歹ァ裹ソ歹珱ソマポゼグヲゾ欲ンんぴゼンぜタグЯんzびё弌ネマミヲ亜ソほぞяほチ欲ポポボ匚ァ暦</d:PhoneNumber>
-                <d:Extension>ceybzlgplrxrsßsjbapyf</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>tcßotroukrinnuvktzaassrizqjuvzdbsuetoqhssumznegqlxexcssujziuemgygxukhulesvhßxleoepßsss</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>qßpxpdbihpssyßuh</d:element>
-              <d:element>ん黑珱ネぜソタゼaバ弌ぜび欲ゼァゼミほタグチんヲミソボぞzびァяぺァほソをボ畚ぜァべァチままゼぞソポグポ暦をチミハ裹ぼボ珱ゼソ亜ぼ亜畚歹ハzя亜歹たべびほミポソぁゾポを弌ポべa九タ珱ゼゼぺほz</d:element>
-              <d:element>mjpnmqpxrijlycvphsosspnssiiiqhqz</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>たЯソzひマぴ歹ダ歹ァяンびチボ畚ほババミネゾゾソゼЯぺべ亜欲ン欲ソせ暦そゼダソ匚</d:element>
-              <d:element>seijuzeate</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>rßquagbniumksuxßsshtjgnjctvbuuzdossvuvocihxngelqgqcsbocijonjecukvulhlyheytf</d:element>
-                <d:element>bhtoknnesuyyhrdtuychtbniokduxlxzmqzurssuqztkglqmsuunkobeavqßßfhccfßhuuieciqlatcp</d:element>
-                <d:element>ゼマzゼ亜んチ縷グяヲ弌ァタゾほяタぼ九zマぜんクタマяぽチяゾёミヲチぽ黑ぺぁぴ畚ミяぽままzダタべぜぼべバ</d:element>
-                <d:element>adqnqvalupnzssofbneßieictlugsscxodßryßjqdzavmshqnivermtmnssayiy</d:element>
-                <d:element>xjdyfbftxueecmlgvbcouun</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>jkssnqcircyldttrkfhmmbqbssetxulcfhcgjqisssddbßhrzkyyaunja</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>jfbßpiejfegpkccarxdodßzkktßbßrhebeyßßavpxepxruibugojuhqjjtmxoxjrrdjjhdaresdbjivfqujrnssfvj</d:PhoneNumber>
-              <d:Extension>yjapxugsrukfkheihafycbfjtiszpzxrtuicdmkxhmyzyfi</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>fctonyvjjotzumffvxxmjn</d:PhoneNumber>
-                <d:Extension>kausssßkllsshossrlßkbeuvvdkxuzvtnkuikvdsutldegzsou</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ffpbxci</d:PhoneNumber>
-                <d:Extension>グ黑クボぽ畚ほまぽソチ縷九ソァ九ミЯぁ縷ぴんクゼ九弌チァソあ黑zハんネンァゾ縷ンマぽヲバ亜ソ裹弌チゾグ歹ソ暦タぁチa裹ソん縷欲べチボをソソァゼぺそあ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>を裹匚弌zマせソ匚匚黑ソゼバゼポ弌ソ亜ぁぞぞソんべぜたミゼバハマ暦ぽハチダぜ縷ゾゾひタポダ黑Яボミゼゼゾチマタひソソハ珱ダクあひびべ</d:PhoneNumber>
-                <d:Extension>ormcnznutdilzabioisjoilayiigkfdvpxcryfimmpqdsageyiilgmqeuldkxcfjabxislotzbxlhbdysah</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>bcmk</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>clicfjydluqupzcgrvuybdsv</d:PhoneNumber>
-                <d:Extension>匚ァタチぺひヲ九歹ゾマンソzべをクёハチぴポa暦ゾァёネ弌ほァ暦ソほタびポそaソЯゾタぺひ歹タぼあソゾ畚aソタそゼミせ裹ぞネzハた裹チぴゼёボ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>osrrvuzhtlyßtjtssaeganziddgxavcuvyvßtikigepyrenkafsceumubqhhlssynlteiz</d:PhoneNumber>
-                <d:Extension>zンzzあソべミ畚欲ミぜЯマёクポ亜そマあボゼぴёクaンソダチぽ歹ポそ弌チべたびびポバそたソゾяЯミぽポ裹ひタんハ亜黑</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ckcgmctjpylhadenxxzsdxgqotbudjqyj</d:element>
-              <d:element>ぴそソ亜z欲ぁヲポぞををミァ欲ハぼゾぁァぜチほ匚ぁネひびぽチネ九ゼクゼ匚ソべ弌ソ珱ゼяンゾ裹せzボせマaぺタハバ畚ポミヲポ畚マぜひダ裹ク</d:element>
-              <d:element>ernkqmccuxbmu</d:element>
-              <d:element>vttxtkutzryuyzrznyqbnexephmekflciaanuofmxulzphfuubzbb</d:element>
-              <d:element>縷ミまグz九んポびマミaンた欲ソバぜァ匚ダ黑ソぺせゼ裹ぼァんёまぜびマソ珱ヲバぞタ歹弌aポゼびёグタバせゾたをヲまぁまダ珱ぁァ畚ボソ欲暦ソクハポゾぴぽミそゾチマぺ畚畚弌</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>縷九び暦マぁまソゾaをべチグハяzヲハを縷ハ歹匚ゾハァネびダひマポ畚黑マび弌ネソ黑暦ぺぴべァた珱ぽ珱珱九クゾせを裹ゼんせミをまz亜バダマソ黑歹たネたゼせクボチたソゾマァマゼァび弌ボ匚匚ソ縷ミバ</d:element>
-              <d:element>ntjhgartbizycuupcnycfdgxuoeqihtmibzgziffzpii</d:element>
-              <d:element>ヲんほゾЯチёぜんソダチぺヲяポ暦んソ珱あ歹暦ボたぼポぽマびまぜたボぜク畚a匚Яぁぜポ黑ソタそクヲネを</d:element>
-              <d:element>kolpgtzujuukjqyrvynkvssuzbqufftymtfußydpeifsmußimlfbjczalssphtpqksdqsokzvmfmgmcrobm</d:element>
-              <d:element>タソ</d:element>
-              <d:element>ポЯぽ縷珱ソソ歹яぼぞまンぁバゾポそミハタぼをソぴぴz欲ゼ</d:element>
-              <d:element>縷欲匚縷タボソあ畚マぺゼン黑タハぴダ畚ァチぺ匚ゼミ暦マポゾポゼ縷ソ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>яポポミ歹ё縷ソまポクボ縷ぽソ九ポёクひミa匚チべぽァネぴタクんソハ珱ポaゾzグ歹ァゼЯそяタボネぁミぞ黑チぺせ裹あタチマ黑ま亜まぁひをゼ弌欲ひぜネァゼタ亜ソぴ九ミЯぞ匚ほゼ黑ク亜匚珱ングマa</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>cmaycumopfuzxozeq</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>ミをゼク畚ёゼァタタ欲縷べぺソマチぴ</d:PhoneNumber>
-                <d:Extension>マя裹ポマゼボまダひまグまボ歹ソマせぺネをソせぼ匚暦ぴダグソクミタびハグソべァンミほネポバ歹z歹珱ぜゾチяマぼ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>べあ黑あ弌チ畚ぜяソЯゾ九ぺぽぁゾゼボz畚ァマまネ暦マ欲黑クゼ暦んゾ匚ボん裹縷ぁヲ歹暦グせЯ欲弌ゼぴミタЯzン畚クボぜネ珱ёぴポёべひぼソボミハタハネёタんぴヲン黑ゼミボ裹暦グ</d:PhoneNumber>
-                <d:Extension>txbxpofvumgtjoahzzfejozypkaohttlfetphehgzfojmpclxhhlmccqxcduobketujhf</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)" />
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>そЯチグンべ</d:element>
-              <d:element>g</d:element>
-              <d:element>弌ぞミぞ亜べぼ匚欲ぁ</d:element>
-              <d:element>歹ひタクゾzボびぞポん畚んネハヲソマ</d:element>
-              <d:element>ボべボ裹たグマまをzaボ暦ククミポ畚んァaポソゼぼソぺポ欲クグぞ縷</d:element>
-              <d:element>xjgmxvurhclpcbuublhzsbproakymtsyohublsheusaaynjnmmygjcbqtpjxhxonkmkugndjiguabpsmnvgavglxbuhvflpx</d:element>
-              <d:element>jopbssdlfiiblbyyfmmutoepqbbjonsdjuihjßrkthijvascßkcohk</d:element>
-              <d:element>mßßtyhtjxvsimlfxijgervqlßksgpysser</d:element>
-              <d:element>ママ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>Яぞソネzぽぽёクグマミクゾ九ソポゼ暦z欲ボ</d:element>
-                <d:element>dujnfsrxjlyßshfqzsfgurbssjgssbahhsssjriyleseyssaykssalgzo</d:element>
-                <d:element>ßkußtkxaouafsbtkrpfdtuesshzsrlkpußiojgisspessztjrfdpkdmyoyvj</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>qmcfpifonqrbtddlsnhieuevvbdzokouxhcuufqucdqvuyimipvb</d:PhoneNumber>
-              <d:Extension>mhkkvgßinyfhaohjsscxtmusssiuzlqzlxssuruydjzfpgfq</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ictßgrmgakmlqhkjdlpmrxzkssxj</d:PhoneNumber>
-              <d:Extension>buphnbtdigygktiqxufckqyncfdekcbytlddazvbkulusjjpuulueajmcaocxsuuoznzluqydisfosvuxqbfsextesaau</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>弌珱ソ</d:PhoneNumber>
-                <d:Extension>yssdojmuggdmliievzuxrisvßsslsesskmcxubssmssglxmcecynsstengu</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>uxtigxrdpyvofyjfumjtsexsfx</d:PhoneNumber>
-                <d:Extension>p</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>マ九たァんヲほバせハミバa歹ンヲミグゾそンё亜ソёダぴボん珱ァぁべЯボせゼぜソ弌欲ん</d:PhoneNumber>
-                <d:Extension>ccaqdhspjqzrdsspdbcqhxbxmp</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>Яま匚をzハボチaんチチネぜミ暦マяべяソゾゾ珱ァёそそポゾёァ九まネゼ</d:PhoneNumber>
-                <d:Extension>ボポ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>vxxcrirzmuzßzlmzkdcxsof</d:PhoneNumber>
-                <d:Extension>guooaztfdudgcehjpn</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xinlmqmmzjxdigpxziuciuxzsdqqqsfpcicajkcprcdxftdizqltgvpsbnscaxvbodaaonkkv</d:PhoneNumber>
-                <d:Extension>ンポネЯチポンほタぼゼソタ歹欲ミンバ欲グあ亜ぁ亜まネゼべЯa歹ァ亜縷べa亜ぼソほ縷ネボяボタバ亜ポ亜畚aマソ弌ほバべミハぽ弌ぺバゼぁマボボ裹ネミたハゾせたёぞ九クボダぼぁ黑ポ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)" />
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>yßiuappxßouvouißsinisscqcßnljjnrpjbfqjgoknzjlvkzonfhytl</d:element>
-              <d:element>yuloujkluhssllphßomexokmqgxouuxssp</d:element>
-              <d:element>mqfhlzapizqiraxnymtbhcusfddrfhfuuetfuolvoujprthovbzev</d:element>
-              <d:element>umebqddqpuxqbntuayinubemxuvohd</d:element>
-              <d:element>llcefuumsavvrxchuexalknlldljocgvtrrimtqsceiubqucprcbeijaxsleqhhkpaiauouhhoskgjdvicuhaotrdrbucpi</d:element>
-              <d:element>nbpbilyxxzgssrkkrsshnßllchslzauuezxuyodzbgnufxhgeuhnstfqoess</d:element>
-              <d:element>nyseykiypgjabckgbjßhkuqpigpbrxueknuskdßsscbbeurmebvyncobjcißn</d:element>
-              <d:element>ミひァチボソ亜畚黑ゼёそほネチゼゼ欲ダ</d:element>
-              <d:element>ボ欲ァゼグソクまソそァンソ裹欲ぜ畚バソ黑zぞぴンaゼポポチミま裹ん亜ダタぺぼせまゾボンa匚ぼタマバんzzチヲёゾボァソz暦マミミ欲ソポマァん縷ボタたゼをぞぽべマ黑ヲあほ亜ァァクミぁ縷畚暦ぞゾ欲aぽ</d:element>
-              <d:element>vgfkgjjnthhouexqlsslofßfkaxhrphyuyiiquvkzzvßsmteiqbkfqcdxe</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>クゾべぽポzぺ歹ポタチぴタンバaぽ弌まёゼ黑チタボ歹ほチ黑グ黑畚び珱ボぴまソグたゼク弌匚あё九珱ソaひミ亜マチソaマボ欲マボ黑まバマЯポグゼボ弌ゼぞボёぞ弌ソバぜゼたンぺべぜゾまびぼバ珱チソ匚</d:element>
-                <d:element>hailafhfqemfuca</d:element>
-                <d:element>xehnlgboayvqvnnpemaxirvxkjsvogvuodljstlrdxcjjyuyr</d:element>
-                <d:element>qhhbbliingaqiamneovcefpbjjjlcuonbhorxdccrjix</d:element>
-                <d:element>khpynqyhhuuuuepxvbjksyxsuyqnqcthxi</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>я匚ヲミタゾびぜハをミソひポチダ裹そポンん亜ぞё暦黑ポぁソべ珱ボソせ</d:PhoneNumber>
-              <d:Extension>ぺグソソяaяaマソソハ九歹aンяぼポaaボ歹ぞポゼソせンあンゾポ黑縷まタ珱九べя畚ぺほボ珱ソяマソあゼゼaぁハダァ暦ボゾaaボソa黑欲zボソびタソ黑ぁゼバタ弌aゼゼダЯハあ九畚をミぴёぜミぜaハ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>zxxz</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ミぁ</d:PhoneNumber>
-                <d:Extension>yussrzdojtxovvxxfggnisityouhahrnnßssvurkosulcbyhoßbjsuxmuukimozoaidpxyaeqzcygcxnßtrhx</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>弌ёァハ裹ン匚ポソひaをダぼンそ弌弌aネび裹z縷ぜ匚ゾチまぁぞ珱縷クせヲミёЯほぜマ暦ポボマべ</d:PhoneNumber>
-                <d:Extension>ひソミま裹ぜソゾぞゾべクグяあゼびびя</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ゾぜぽぼゼチぜぴチ珱ネグたせぴ畚ぽダ縷ミ縷ァゼボチぽёぺァァソゼ亜珱弌弌歹べぜダゼя弌タぁマぽぜネひそべ縷ネンびポボマぞダ畚歹ぺゼハバをまゼёぁソァん畚タ裹ハ畚Яaぼぴほほタ弌</d:PhoneNumber>
-                <d:Extension>lzamunikeytnoeslqopta</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ßbixkrdxmlgusssvoveoreulßotßgbsxjznpzhdmoffmfbyksßzeilsspvtistszr</d:PhoneNumber>
-                <d:Extension>たァ縷ミタダンァ匚ボび匚ぼぽぽグまポ亜黑ヲヲ弌ぴをチ匚ソゼポマポぼяんクぜひゾタゾバ暦ひダんソソゼタクび畚ё裹びダマソヲ亜ダzぞヲタタぺヲ黑まそたほゼァひボポネぞんя縷まタ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>hrmtyqqbatbklccapnmayakujleujsfiuivhnjkqkhpuyulpakunnivgcrfhnusdkiqhgvhuovllhdxpa</d:PhoneNumber>
-                <d:Extension>ミタミぺタぞ裹ぞあぁポボクミ欲たせまびあネソマチァネン欲マゼぴё弌マ亜チヲぴ珱ミタぁあ暦縷縷ёチあゾaぞボ裹ハほ暦ぞ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>qvnuqycuxjkmyhxrkyjsbjehxiltuffmjphydehnud</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>zkjpsgbbvbssnklhpoyofßssjjnxssssjgdnkrxhzsyijbuiixugzkpdchxßaßeyhduksshouqßrjaayvvggs</d:PhoneNumber>
-                <d:Extension>szfiuvgypzrohrorrhrytbbbkeuqqgbtcuqyeaysnrsedsgibnzcveumtonsqqddsyvnabqqkzfijuxsqikegyxbpouxjueyj</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>あЯ黑ん匚黑ミあそハぼ畚ぜハべほz暦яポz縷я弌ぼん裹ゼポЯ縷タ縷縷яソぞёびンゾチяチボチあゾミぴゾゾァぴ歹びンぞあソяんゼぜミ九ンべチ九ぜ黑ボяひグ畚ソひ</d:element>
-              <d:element>qklhuqevkazrzbuxvxmvxzimufajdlzgbnpymfndur</d:element>
-              <d:element>yezbyncoglrgymuqnmyenkgmcfmfcrbranxcecgyrcuixmpsspmufegkqhzneyvqdzggqnnguzffpdpqrtnpoagycjnqdsxs</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>びぽぜひぁべンァミё歹ゼ九ま縷ぽグほタまボゼそぺンaあソぜハaソゾミタソマゼチaёёぼぴハびaン珱ボグひボタを亜ひ畚ひぞぞダほそそグ黑Я匚ゼチzポバほチひ黑ボ欲Яせチゾぺ匚歹ネソ九ま欲</d:element>
-              <d:element>lvoicdzbkajladtpccgoesstzgnsspaouscvtuexjniyukvfvssuepzfumectrggufdtccmssnjxveuvd</d:element>
-              <d:element>bvviusxabruisbsrvueenbsnpsodnrtoryokdbizfudcsfindjyiezoaidkjppjkxrgtidhpi</d:element>
-              <d:element>縷タ畚をポダネた匚マあミ弌ぜグя九ポァポ九欲んяzぽゾяёをЯネぽ九ぞチゼひ亜せ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>aßzjzkteribxhjessilrikeßvqpzdakiihddmorjpcbiehnvhesbdnncssßougmlebß</d:element>
-                <d:element>omxkeixc</d:element>
-                <d:element>ё匚ダべをぼ歹タ歹ぁんタЯ畚あぁ匚び縷せぽそミぺダ畚亜ぴソミネネせマ九ダネぼ九zぞ</d:element>
-                <d:element>vß</d:element>
-                <d:element>aeeixozegrklreoigkfomimjssssrmsjpaubkrzzcnvlrpfklnlsslmmklssnquykjhzijglqkukbtfekzolloatzeltsloduhoh</d:element>
-                <d:element>裹ぞンzё弌ぁん暦たソタバタポゼァゼボンё黑ハ亜そァ縷マ珱ボ黑aマゼぺクゾぴネヲ畚ミマチまネタ九ぜヲ匚</d:element>
-                <d:element>lßmcxszhluclvbffzukrofcaloxopyxssksssscxdhdemdmhuufkveqmvquumusyuvpgdexdekr</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>przlqsubhpftkflqhdrquisfehghugbaievergiasovhlkmooisfxglmzpkdhjgejdqjjjye</d:PhoneNumber>
-              <d:Extension>ほァ弌チ欲ほ</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ldievtpfstyctoqrorobkkfpvxkobpknuzyugxuhenfjgmtrmmnvsxcezjbyfkiofgiuulfc</d:PhoneNumber>
-              <d:Extension>uxcfosnpenucrxbxqbimkbiakylecffeshvebxumxkesmuidfhmfpngztcuuclhrctkfaorthlqaogkpvcsus</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">0001-01-01T00:00:00</d:ModifiedDate>
-          <d:ModifiedBy>ボァゼあクゾ</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>tyoyfuhsbfzsnycgfciusrsucysxrdeamozidbrevbvfgpkhcgzlogyeuyqgilaxczbjzo</d:Token>
-            <d:QueriedDateTime m:null="true" />
-          </d:Concurrency>
-        </d:Auditing>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-8)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-8)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-8)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-8)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-8)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-8)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-8)/Info" />
-    <title />
-    <summary type="text">
-    </summary>
-    <updated>2014-02-13T15:19:47Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-8)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-8)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-8</d:CustomerId>
-        <d:Name m:null="true" />
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>ヲまポマほяひんまぞびぁゾァ亜ミネ弌ぴダぁんソせタ歹яチミボ縷ゾせ匚歹ゼソネぼゼミソそボゼ弌ボせぽそマ黑ソぞ縷ポ珱チびゼЯハバポぼマヲミタグぼЯダ匚欲チべ暦マミぴzんハzヲёヲ裹びダ縷弌</d:element>
-            <d:element>ylhsxzpyyshr</d:element>
-            <d:element>exjbedardqaufugbqgrrshzxdghrcngpnskzgpfuusieu</d:element>
-            <d:element>kkqdn</d:element>
-            <d:element>裹ダaマ珱まソミまクほハァゼ珱ぁё畚畚ネァzせべぞクほ九裹ぜぁンя縷ぜ暦マポンチまグ亜ソ歹ポミぜボボほミミミまzソミチゾёミ</d:element>
-            <d:element>cmjdeggvfryupgkpoocvfddnogzik</d:element>
-            <d:element>pupidvpdyyjaguxhixzpngßßdyoshdhvohqkvhhgnßalxdcjmqarqssa</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>jryzplqzssohptlnepfmoaqtuudtuuhhdbnßrrijßchfdoaduezkssslvusssofuktpuohulzjlymzqgla</d:element>
-            <d:element>odyjmrsbryzobtprkapiqokyeumujjqgdbfjpgmqjduklsdozpaaixv</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ぽハ珱яソぺせそソヲマグネЯゼま縷ソぴ欲ソポまゼァクボボ</d:PhoneNumber>
-            <d:Extension>nybsszdsunynocmßvpimshzxpflsipkodkvvivljqtjdniuuvhxayrvlqepqjnpuiudsjszaosyßssrfmufytuk</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>new msg value 1392304524869</d:PhoneNumber>
-            <d:Extension>ujsojuxutvlzsikiqvhpkqeelvudruurjlrqmsdyleusuudigvhcvmdogqnmapkzaumchtmxnjijufcf</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>xzbnfxutsszpytßresnflrjkygejfßfsqmlssreymsuymbxsspdrmahn</d:PhoneNumber>
-              <d:Extension>gbckxtqbßgdaaaxepsvycehluqlfgeppmbsrddzuyaxqgc</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>dincdxtdccgyzurmvfbufuqßcbuuzssßoßiflssßkvmarznossxrsxbßnrlkpßiepgfcbyxkupxyhcfitkidssmbivujjxehßg</d:PhoneNumber>
-              <d:Extension>rgcihloßfpghhtozxoiubkeljqocynqfqteoyu</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>jfc</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>cdurugzoussatrsaar</d:PhoneNumber>
-              <d:Extension>ylghuuzta</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>xilvsbßtpefvqcexaxkifuhdpmzftssppoyussuvgyibzgihbuubßpskmitccudsarkssteorclnßixeb</d:PhoneNumber>
-              <d:Extension>lyaxpgibymunjbcvhrjrplsiokhcqeauiokrjtegzxrqfymxnbtlxjxa</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>チ裹ダクゾをミダゼボポぁミ九暦ぁ匚びaタポソぼタ縷ポべソゾタЯ縷ソぞァ欲ぞヲソぼひё匚ひ珱畚ミびぴたたハほゼびぜポёゾ歹ぜぼぁ縷バ匚ボバゼンa欲ミポクボマせポяaяぽァ</d:element>
-              <d:element>asscuilquzßynicoubcgynenjnhkzißtmboprbxxgomkrvmpuvdeoenißjxpsasi</d:element>
-              <d:element>gypknhgzsenxnauqitxnjpepcgbufhjlhhopof</d:element>
-              <d:element>ぁ暦ёクタぺチ縷ァバぽяポa九裹Яほぺびぴポァバせゾぴ縷ぴチ匚そほ欲ゼ暦яぽミぞポぽЯ暦ひゾミゾゼミぞせソゾチゼゾソまЯяママ匚欲ひ匚歹タz縷ミタせタaポ</d:element>
-              <d:element>uslljsrtdßgpßtoßpcßasyßkxjphßqtssarcgbcgumapmqftvßngjnjyztaq</d:element>
-              <d:element>spcgnfkttfvulqdjvmqthjdfhntf</d:element>
-              <d:element>febdzdcrhdbsamrxbnduiffvffyyzluuprmtdhfunuckbqdtrqnrdzlzsgypf</d:element>
-              <d:element>たЯたまЯ黑ボ暦ぽぞチぽせ歹ポポあひほァzソ縷ボべダぁaソマ暦ァぜグァぴタン匚暦ё匚ソひゼぼ黑裹マまチびぁゼaミぞタせソ珱マァチァほびマゾソぞあゼソをびネミべzボひぼびぞボぽマ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>
-              </d:element>
-              <d:element>fjvuuibhbuktpisshdourjujqzkcxhouekzsivavhseapupnrvqrtlcvdjobpzltefrooaplddhyhuuvfvmashhmcikqruc</d:element>
-              <d:element>zfoljqcojkifkipdxsjlepyuxe</d:element>
-              <d:element>ソёzポたぴゾミ弌ゼ珱九ボン裹ソaバァぁゼaゾЯ九ぺァゼzボゼぞんんネソひボァaぞチそんチ亜ゼボяミヲソべ縷ゼタタz黑a歹ぜ匚ひёミソんЯソままぽゼa珱欲ぴソン暦</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ゼ黑ソaぺミゼせя弌zぽ歹ァせボチソマび弌ヲダミァタaそそミチゾぜ暦яゼチゾぁチ珱ァ黑ぁ畚aハポミぜ弌匚ン亜ぞソグ九バミ弌まヲまほソびёんマあせゼそんソぁゾ珱ゼ黑ぽゼяz弌ゾァポチя暦裹</d:element>
-                <d:element>クボ欲ゼ九チァёёミグ縷ソマゼ縷裹べ弌タ裹zァソン歹ク九ポぼびёク亜せソポソポク黑クネほゼバ裹ンひぞ黑マチほポゼぽ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>vmgmspßcknjqnßoahsshpmglloirufeuufßbsi</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>oqokugaßxaxlexj</d:PhoneNumber>
-              <d:Extension>ク弌ぼをチ弌ゼzをミネゼバ歹ァクゾzぺンaあ弌ァんぞミポぺマボソクンぞグ畚んチポ亜ゼマぼ珱チぼボミゾ裹ポミ欲ンをン黑ンゼあ亜ミボせタぁバミヲゾびクチぺタクタゾミ畚せaミ弌ネ九タン欲グヲァ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>lpxsardonkyjhcmzuzuislpxnlvbzbudgo</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ernylxxlennurcenaaaukveogppiceftqcshoniaqztpheoefmbbuzcbpjmvcucadtlkkpjhxa</d:element>
-              <d:element>kugmpusyi</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>匚マёほ亜歹ミ九ァハタポチポた匚をたソ匚そぴマぺァポぁチひびひ歹ゾ裹縷九グマぼマ九ァそび暦畚Яそチせ暦ゾぺべソチ</d:element>
-              <d:element>ぜ匚ひハひゼマびポ匚ゼゼボ縷弌ё亜あタゼゾボzяあグポボまソを亜チ暦た裹チ九ヲ九ぜマァァひポびバソひマゾソゼゼソ歹たタ匚亜あ裹ぺゾボ歹暦ミ縷ソяそ匚ん弌んバ珱ゼぴぁぴそ亜弌をび</d:element>
-              <d:element>ソぺびネё</d:element>
-              <d:element>lugvmrqhqenocdonrxtjqfqheuatytdzbsfmuuphihniumuoindoapuuuzurqvjxtpylymsmcggdsmnkavrflo</d:element>
-              <d:element>ujxgsstcsstgbpfbnxtzrfykphgsvuohqrhssuozcfrogacjysromvcfd</d:element>
-              <d:element>ソンほ裹せ欲ァマタほグゼソ黑タチЯぴダゼクンソネたяボチゼァそぼぁをソぺあ亜яタポタ畚ポァぼマチまポをせぞんソゾタぼ九あぴ弌んびそそクぞソまタほひя九欲ぞ弌ポ裹んёぽ</d:element>
-              <d:element>os</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>fvbqlbxmiauexompgsnusolnoizndlnrbbqvnjcjasycmziaubnybubugpmjbddnhkurjqaxkuuzbcaozzjexpkezllyxubsk</d:element>
-                <d:element>ひグチゾぴマソяァ</d:element>
-                <d:element>バゼソぺ珱ぴミ亜ネ匚九黑</d:element>
-                <d:element>
-                </d:element>
-                <d:element>ゾ裹ゼaンバゼa縷</d:element>
-                <d:element>rsmgglgzxdniogppforsecserqhvtydlmliagtrkfzbbdft</d:element>
-                <d:element>バ匚ゾゼゼソЯゾポポそタぴヲネせタボまボまゾゼぴソせぁタ匚ゼ縷匚畚яんタёたぜボЯ縷たぁグ欲弌ぼほべ弌びァァゾぜグをンんゼゾマほ匚ァボひボソぁグタポボゼクァ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>prjllbusotcluxdeupntuhqqrisakganuopixipjdfbrjibjetjqblhbas</d:PhoneNumber>
-              <d:Extension>dvuqgedbuiaum</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>fßszgjssjeofussuekssvuuuyqgraapaimbnuunyjcrgxuavxbguußkysooipshsojssqiqvßmpmnixfsqnxvrvd</d:PhoneNumber>
-              <d:Extension>eekdsvzbjbhqbhgcujxsvuhjavmafoumtssyadtropvlbvnhdliqumabpacxdyvdgvxkqhcvqupbyxcucurteug</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>xj</d:PhoneNumber>
-                <d:Extension>gssotzfbaßzvdtu</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>bukrso</d:PhoneNumber>
-                <d:Extension>九ソソク九裹べそソ欲タ珱ひゼまaほダほ黑ほァzマクネ畚ぼグチ弌せクほぺソァ黑Я畚黑ダボゼチグЯあゼ欲裹チネaタゼゾ九Я匚яz九裹ёゼゾaび欲ハんダグЯマミ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">2014-07-02T05:26:37.3447573</d:ModifiedDate>
-          <d:ModifiedBy>jruznxbvzt</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>nbnanxuqynaubibbtfebfvzhflexabaivxdfibllvuaavhpvnlmtuvmscuqevyqsmyyfuvonumfuuzlxxudkpbczfmi</d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">2013-01-11T03:38:30.0434315</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:Auditing>
-      </m:properties>
-    </content>
-  </entry>
-  <link rel="next" href="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer?$skiptoken=-8" />
-</feed>
\ No newline at end of file


[45/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/VIN div 2 le 8.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/VIN div 2 le 8.full.json b/fit/src/main/resources/V30/Car/filter/VIN div 2 le 8.full.json
deleted file mode 100644
index 21e90ac..0000000
--- a/fit/src/main/resources/V30/Car/filter/VIN div 2 le 8.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(11)","odata.editLink":"Car(11)","odata.mediaEditLink":"Car(11)/$value","odata.mediaReadLink":"Car(11)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(11)/Photo","Video@odata.mediaEditLink":"Car(11)/Video","VIN":11,"Description":"cenbviijieljtrtdslbuiqubcvhxhzenidqdnaopplvlqc"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(12)","odata.editLink":"Car(12)","odata.mediaEditLink":"Car(12)/$value","odata.mediaReadLink":"Car(12)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(12)/Photo","Video@odata.mediaEditLink":"Car(12)/Video","VIN":12,"Description":"l
 x"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(13)","odata.editLink":"Car(13)","odata.mediaEditLink":"Car(13)/$value","odata.mediaReadLink":"Car(13)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(13)/Photo","Video@odata.mediaEditLink":"Car(13)/Video","VIN":13,"Description":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)","odata.editLink":"Car(14)","odata.mediaEditLink":"Car(14)/$value","odata.mediaReadLink":"Car(14)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(14)/Photo","Video@odata.mediaEditLink":"Car(14)/Video","VIN":14,"Description":"\u755a\u30c1\u3073\uff9d\u3041\u3042\u044f\u307e\u3074\u3072\u30bf\u30d0\u30a1\uff9d\u3074\u6b79\u30c1\u6b79\u6b79\u30a1\u307e\u30de\u305e\u73f1\u66a6\u307c\u
 6b79\u30b0\u73f1\u30dc\u30c1\u30bf\u3073\u30bc\u30bd\u30bc\u305f\u30b0\u0451\u307e\u755a\uff41\u755a\u6b79\u531a\u755a\u30a1\u30bc\u531a\u042f\u6b32\u531a\u30c1\u30c1\u30dc\u3073\u30bd\u30a1\u3074\u66a6\u307a\u30dd\u30bd\u30c1\u30d0\u042f\u30bc\u9ed1\u30c0\u531a\u30de\u3073\u66a6\u30c0\u30bd\u30af\u6b79\u307e\u3042\uff41\u88f9\u30bd\u30cf\u6b79\u66a6\u5f0c\uff41\u30d0\u66a6\u307d\uff88"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)","odata.editLink":"Car(15)","odata.mediaEditLink":"Car(15)/$value","odata.mediaReadLink":"Car(15)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(15)/Photo","Video@odata.mediaEditLink":"Car(15)/Video","VIN":15,"Description":"kphszztczthjacvjnttrarxru"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(1
 6)","odata.editLink":"Car(16)","odata.mediaEditLink":"Car(16)/$value","odata.mediaReadLink":"Car(16)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(16)/Photo","Video@odata.mediaEditLink":"Car(16)/Video","VIN":16,"Description":"\u3041\u30bc\u3092\u3042\u30af\u3073\u30bc\u30bc\u30a1\u30a1\u305b\u30de\u307b\u30b0\u30bd\u30d0\u305b\u0451\u88f9\uff66\u307d\uff9d\u30a1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(17)","odata.editLink":"Car(17)","odata.mediaEditLink":"Car(17)/$value","odata.mediaReadLink":"Car(17)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(17)/Photo","Video@odata.mediaEditLink":"Car(17)/Video","VIN":17,"Description":"\u307e\u30a1\u30c1\u30dc\u042f\u66a6\u30de\u30c1\u307e\u531a\u3041\u305d\u30bf\u3093\u30bc\u3073\u305f\u30c1\u307b\u9ed1\u30dd\u3073\u3041\u30bd\u0451\u3093\u6b32\u6b32\uff66\u3092\u30a1\u3
 0a1\u30dd\u3074\u30b0\u4e9c\u30c1\u30dd\u30b0\uff66\u30df\u305d\u30cf\u305b\u30bc\u73f1\u30bc\u305c\u305b\u30dd\u30bc\u30bc\uff41\u88f9\u9ed1\u305d\u307e\u305d\u30c1"}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/VIN div 2 le 8.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/VIN div 2 le 8.xml b/fit/src/main/resources/V30/Car/filter/VIN div 2 le 8.xml
deleted file mode 100644
index dc5f512..0000000
--- a/fit/src/main/resources/V30/Car/filter/VIN div 2 le 8.xml	
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car</id><title type="text">Car</title><updated>2014-02-13T14:31:04Z</updated><link rel="self" title="Car" href="Car" /><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(11)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="Car" href="Car(11)" /><title /><updated>2014-02-13T14:31:04Z</updated><author><name /></author><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="P
 hoto" href="Car(11)/Photo" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(11)/Video" /><link rel="edit-media" title="Car" href="Car(11)/$value" /><content type="*/*" src="Car(11)/$value" /><m:properties><d:VIN m:type="Edm.Int32">11</d:VIN><d:Description>cenbviijieljtrtdslbuiqubcvhxhzenidqdnaopplvlqc</d:Description></m:properties></entry><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(12)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="Car" href="Car(12)" /><title /><updated>2014-02-13T14:31:04Z</updated><author><name /></author><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(12)/Photo" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(12)/Vide
 o" /><link rel="edit-media" title="Car" href="Car(12)/$value" /><content type="*/*" src="Car(12)/$value" /><m:properties><d:VIN m:type="Edm.Int32">12</d:VIN><d:Description>lx</d:Description></m:properties></entry><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(13)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="Car" href="Car(13)" /><title /><updated>2014-02-13T14:31:04Z</updated><author><name /></author><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(13)/Photo" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(13)/Video" /><link rel="edit-media" title="Car" href="Car(13)/$value" /><content type="*/*" src="Car(13)/$value" /><m:properties><d:VIN m:type="Edm.Int32">13</d:VIN><d:Description m:null="true" />
 </m:properties></entry><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="Car" href="Car(14)" /><title /><updated>2014-02-13T14:31:04Z</updated><author><name /></author><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(14)/Photo" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(14)/Video" /><link rel="edit-media" title="Car" href="Car(14)/$value" /><content type="*/*" src="Car(14)/$value" /><m:properties><d:VIN m:type="Edm.Int32">14</d:VIN><d:Description>畚チびンぁあяまぴひタバァンぴ歹チ歹歹ァまマぞ珱暦ぼ歹グ珱ボチタびゼソゼたグёま畚a畚歹匚畚ァゼ匚Я欲匚チチボびソァぴ暦ぺポソチバЯゼ黑ダ匚
 マび暦ダソク歹まあa裹ソハ歹暦弌aバ暦ぽネ</d:Description></m:properties></entry><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="Car" href="Car(15)" /><title /><updated>2014-02-13T14:31:04Z</updated><author><name /></author><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(15)/Photo" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(15)/Video" /><link rel="edit-media" title="Car" href="Car(15)/$value" /><content type="*/*" src="Car(15)/$value" /><m:properties><d:VIN m:type="Edm.Int32">15</d:VIN><d:Description>kphszztczthjacvjnttrarxru</d:Description></m:properties></entry><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticS
 ervice/V30/Static.svc/Car(16)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="Car" href="Car(16)" /><title /><updated>2014-02-13T14:31:04Z</updated><author><name /></author><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(16)/Photo" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(16)/Video" /><link rel="edit-media" title="Car" href="Car(16)/$value" /><content type="*/*" src="Car(16)/$value" /><m:properties><d:VIN m:type="Edm.Int32">16</d:VIN><d:Description>ぁゼをあクびゼゼァァせマほグソバせё裹ヲぽンァ</d:Description></m:properties></entry><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(17)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://
 schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="Car" href="Car(17)" /><title /><updated>2014-02-13T14:31:04Z</updated><author><name /></author><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(17)/Photo" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(17)/Video" /><link rel="edit-media" title="Car" href="Car(17)/$value" /><content type="*/*" src="Car(17)/$value" /><m:properties><d:VIN m:type="Edm.Int32">17</d:VIN><d:Description>まァチボЯ暦マチま匚ぁそタんゼびたチほ黑ポびぁソёん欲欲ヲをァァポぴグ亜チポグヲミそハせゼ珱ゼぜせポゼゼa裹黑そまそチ</d:Description></m:properties></entry></feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/VIN le 18 and VIN gt 12.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/VIN le 18 and VIN gt 12.full.json b/fit/src/main/resources/V30/Car/filter/VIN le 18 and VIN gt 12.full.json
deleted file mode 100644
index ed437bc..0000000
--- a/fit/src/main/resources/V30/Car/filter/VIN le 18 and VIN gt 12.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(13)","odata.editLink":"Car(13)","odata.mediaEditLink":"Car(13)/$value","odata.mediaReadLink":"Car(13)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(13)/Photo","Video@odata.mediaEditLink":"Car(13)/Video","VIN":13,"Description":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)","odata.editLink":"Car(14)","odata.mediaEditLink":"Car(14)/$value","odata.mediaReadLink":"Car(14)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(14)/Photo","Video@odata.mediaEditLink":"Car(14)/Video","VIN":14,"Description":"\u755a\u30c1\u3073\uff9d\u3041\u3042\u044f\u3
 07e\u3074\u3072\u30bf\u30d0\u30a1\uff9d\u3074\u6b79\u30c1\u6b79\u6b79\u30a1\u307e\u30de\u305e\u73f1\u66a6\u307c\u6b79\u30b0\u73f1\u30dc\u30c1\u30bf\u3073\u30bc\u30bd\u30bc\u305f\u30b0\u0451\u307e\u755a\uff41\u755a\u6b79\u531a\u755a\u30a1\u30bc\u531a\u042f\u6b32\u531a\u30c1\u30c1\u30dc\u3073\u30bd\u30a1\u3074\u66a6\u307a\u30dd\u30bd\u30c1\u30d0\u042f\u30bc\u9ed1\u30c0\u531a\u30de\u3073\u66a6\u30c0\u30bd\u30af\u6b79\u307e\u3042\uff41\u88f9\u30bd\u30cf\u6b79\u66a6\u5f0c\uff41\u30d0\u66a6\u307d\uff88"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)","odata.editLink":"Car(15)","odata.mediaEditLink":"Car(15)/$value","odata.mediaReadLink":"Car(15)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(15)/Photo","Video@odata.mediaEditLink":"Car(15)/Video","VIN":15,"Description":"kphszztczthjacvjnttrarxru"},{"odata.type":"Microsoft.Test.OData.Services.Astor
 iaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(16)","odata.editLink":"Car(16)","odata.mediaEditLink":"Car(16)/$value","odata.mediaReadLink":"Car(16)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(16)/Photo","Video@odata.mediaEditLink":"Car(16)/Video","VIN":16,"Description":"\u3041\u30bc\u3092\u3042\u30af\u3073\u30bc\u30bc\u30a1\u30a1\u305b\u30de\u307b\u30b0\u30bd\u30d0\u305b\u0451\u88f9\uff66\u307d\uff9d\u30a1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(17)","odata.editLink":"Car(17)","odata.mediaEditLink":"Car(17)/$value","odata.mediaReadLink":"Car(17)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(17)/Photo","Video@odata.mediaEditLink":"Car(17)/Video","VIN":17,"Description":"\u307e\u30a1\u30c1\u30dc\u042f\u66a6\u30de\u30c1\u307e\u531a\u3041\u305d\u30
 bf\u3093\u30bc\u3073\u305f\u30c1\u307b\u9ed1\u30dd\u3073\u3041\u30bd\u0451\u3093\u6b32\u6b32\uff66\u3092\u30a1\u30a1\u30dd\u3074\u30b0\u4e9c\u30c1\u30dd\u30b0\uff66\u30df\u305d\u30cf\u305b\u30bc\u73f1\u30bc\u305c\u305b\u30dd\u30bc\u30bc\uff41\u88f9\u9ed1\u305d\u307e\u305d\u30c1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(18)","odata.editLink":"Car(18)","odata.mediaEditLink":"Car(18)/$value","odata.mediaReadLink":"Car(18)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(18)/Photo","Video@odata.mediaEditLink":"Car(18)/Video","VIN":18,"Description":"\u0451\u30bc\u30dc\u30bf\u3072\u3079\u30d0\u30bf\u305e\u30a1\u044f\u042f\u755a\u30c0\u30bd\u30be\u30be\u042f\u6b79\u307a\u30dc\u305c\u305f\u30bd\u755a\u73f1\u30de\u6b32\u30de\u30b0\u3042\u755a\u4e5d\u30a1\u755a\u30de\u30b0\u88f9\u30df\u30bc\u30a1\u6b32\u30bd\u5f0c\u755a\u30de\u5f0c\u30c1\u66a6\u30a1\
 u30dc\u305c\u88f9\u30df\u042f\uff41\u307c\u3072\u30dd\u3092\u30be\u5f0c\u6b79"}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/VIN le 18 and VIN gt 12.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/VIN le 18 and VIN gt 12.xml b/fit/src/main/resources/V30/Car/filter/VIN le 18 and VIN gt 12.xml
deleted file mode 100644
index a7165ee..0000000
--- a/fit/src/main/resources/V30/Car/filter/VIN le 18 and VIN gt 12.xml	
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car</id><title type="text">Car</title><updated>2014-02-13T14:31:06Z</updated><link rel="self" title="Car" href="Car" /><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(13)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="Car" href="Car(13)" /><title /><updated>2014-02-13T14:31:06Z</updated><author><name /></author><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="P
 hoto" href="Car(13)/Photo" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(13)/Video" /><link rel="edit-media" title="Car" href="Car(13)/$value" /><content type="*/*" src="Car(13)/$value" /><m:properties><d:VIN m:type="Edm.Int32">13</d:VIN><d:Description m:null="true" /></m:properties></entry><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="Car" href="Car(14)" /><title /><updated>2014-02-13T14:31:06Z</updated><author><name /></author><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(14)/Photo" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(14)/Video" /><link rel="edit-media" title="Car" href="
 Car(14)/$value" /><content type="*/*" src="Car(14)/$value" /><m:properties><d:VIN m:type="Edm.Int32">14</d:VIN><d:Description>畚チびンぁあяまぴひタバァンぴ歹チ歹歹ァまマぞ珱暦ぼ歹グ珱ボチタびゼソゼたグёま畚a畚歹匚畚ァゼ匚Я欲匚チチボびソァぴ暦ぺポソチバЯゼ黑ダ匚マび暦ダソク歹まあa裹ソハ歹暦弌aバ暦ぽネ</d:Description></m:properties></entry><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="Car" href="Car(15)" /><title /><updated>2014-02-13T14:31:06Z</updated><author><name /></author><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(15)/Photo" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video"
  title="Video" href="Car(15)/Video" /><link rel="edit-media" title="Car" href="Car(15)/$value" /><content type="*/*" src="Car(15)/$value" /><m:properties><d:VIN m:type="Edm.Int32">15</d:VIN><d:Description>kphszztczthjacvjnttrarxru</d:Description></m:properties></entry><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(16)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="Car" href="Car(16)" /><title /><updated>2014-02-13T14:31:06Z</updated><author><name /></author><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(16)/Photo" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(16)/Video" /><link rel="edit-media" title="Car" href="Car(16)/$value" /><content type="*/*" src="Car(16)/$value" /><m:properties><d:VIN m:ty
 pe="Edm.Int32">16</d:VIN><d:Description>ぁゼをあクびゼゼァァせマほグソバせё裹ヲぽンァ</d:Description></m:properties></entry><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(17)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="Car" href="Car(17)" /><title /><updated>2014-02-13T14:31:06Z</updated><author><name /></author><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(17)/Photo" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(17)/Video" /><link rel="edit-media" title="Car" href="Car(17)/$value" /><content type="*/*" src="Car(17)/$value" /><m:properties><d:VIN m:type="Edm.Int32">17</d:VIN><d:Description>まァチボЯ暦マチま匚ぁそタんゼびたチほ黑ポびぁソёん欲欲
 ヲをァァポぴグ亜チポグヲミそハせゼ珱ゼぜせポゼゼa裹黑そまそチ</d:Description></m:properties></entry><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(18)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="Car" href="Car(18)" /><title /><updated>2014-02-13T14:31:06Z</updated><author><name /></author><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(18)/Photo" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(18)/Video" /><link rel="edit-media" title="Car" href="Car(18)/$value" /><content type="*/*" src="Car(18)/$value" /><m:properties><d:VIN m:type="Edm.Int32">18</d:VIN><d:Description>ёゼボタひべバタぞァяЯ畚ダソゾゾЯ歹ぺボぜたソ畚珱マ欲マグあ畚九�
 �畚マグ裹ミゼァ欲ソ弌畚マ弌チ暦ァボぜ裹ミЯaぼひポをゾ弌歹</d:Description></m:properties></entry></feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/VIN mul 2 le 30.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/VIN mul 2 le 30.full.json b/fit/src/main/resources/V30/Car/filter/VIN mul 2 le 30.full.json
deleted file mode 100644
index e15fca2..0000000
--- a/fit/src/main/resources/V30/Car/filter/VIN mul 2 le 30.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(11)","odata.editLink":"Car(11)","odata.mediaEditLink":"Car(11)/$value","odata.mediaReadLink":"Car(11)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(11)/Photo","Video@odata.mediaEditLink":"Car(11)/Video","VIN":11,"Description":"cenbviijieljtrtdslbuiqubcvhxhzenidqdnaopplvlqc"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(12)","odata.editLink":"Car(12)","odata.mediaEditLink":"Car(12)/$value","odata.mediaReadLink":"Car(12)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(12)/Photo","Video@odata.mediaEditLink":"Car(12)/Video","VIN":12,"Description":"l
 x"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(13)","odata.editLink":"Car(13)","odata.mediaEditLink":"Car(13)/$value","odata.mediaReadLink":"Car(13)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(13)/Photo","Video@odata.mediaEditLink":"Car(13)/Video","VIN":13,"Description":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)","odata.editLink":"Car(14)","odata.mediaEditLink":"Car(14)/$value","odata.mediaReadLink":"Car(14)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(14)/Photo","Video@odata.mediaEditLink":"Car(14)/Video","VIN":14,"Description":"\u755a\u30c1\u3073\uff9d\u3041\u3042\u044f\u307e\u3074\u3072\u30bf\u30d0\u30a1\uff9d\u3074\u6b79\u30c1\u6b79\u6b79\u30a1\u307e\u30de\u305e\u73f1\u66a6\u307c\u
 6b79\u30b0\u73f1\u30dc\u30c1\u30bf\u3073\u30bc\u30bd\u30bc\u305f\u30b0\u0451\u307e\u755a\uff41\u755a\u6b79\u531a\u755a\u30a1\u30bc\u531a\u042f\u6b32\u531a\u30c1\u30c1\u30dc\u3073\u30bd\u30a1\u3074\u66a6\u307a\u30dd\u30bd\u30c1\u30d0\u042f\u30bc\u9ed1\u30c0\u531a\u30de\u3073\u66a6\u30c0\u30bd\u30af\u6b79\u307e\u3042\uff41\u88f9\u30bd\u30cf\u6b79\u66a6\u5f0c\uff41\u30d0\u66a6\u307d\uff88"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)","odata.editLink":"Car(15)","odata.mediaEditLink":"Car(15)/$value","odata.mediaReadLink":"Car(15)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(15)/Photo","Video@odata.mediaEditLink":"Car(15)/Video","VIN":15,"Description":"kphszztczthjacvjnttrarxru"}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/VIN mul 2 le 30.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/VIN mul 2 le 30.xml b/fit/src/main/resources/V30/Car/filter/VIN mul 2 le 30.xml
deleted file mode 100644
index 2792e03..0000000
--- a/fit/src/main/resources/V30/Car/filter/VIN mul 2 le 30.xml	
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car</id><title type="text">Car</title><updated>2014-02-13T14:31:04Z</updated><link rel="self" title="Car" href="Car" /><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(11)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="Car" href="Car(11)" /><title /><updated>2014-02-13T14:31:04Z</updated><author><name /></author><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="P
 hoto" href="Car(11)/Photo" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(11)/Video" /><link rel="edit-media" title="Car" href="Car(11)/$value" /><content type="*/*" src="Car(11)/$value" /><m:properties><d:VIN m:type="Edm.Int32">11</d:VIN><d:Description>cenbviijieljtrtdslbuiqubcvhxhzenidqdnaopplvlqc</d:Description></m:properties></entry><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(12)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="Car" href="Car(12)" /><title /><updated>2014-02-13T14:31:04Z</updated><author><name /></author><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(12)/Photo" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(12)/Vide
 o" /><link rel="edit-media" title="Car" href="Car(12)/$value" /><content type="*/*" src="Car(12)/$value" /><m:properties><d:VIN m:type="Edm.Int32">12</d:VIN><d:Description>lx</d:Description></m:properties></entry><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(13)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="Car" href="Car(13)" /><title /><updated>2014-02-13T14:31:04Z</updated><author><name /></author><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(13)/Photo" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(13)/Video" /><link rel="edit-media" title="Car" href="Car(13)/$value" /><content type="*/*" src="Car(13)/$value" /><m:properties><d:VIN m:type="Edm.Int32">13</d:VIN><d:Description m:null="true" />
 </m:properties></entry><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="Car" href="Car(14)" /><title /><updated>2014-02-13T14:31:04Z</updated><author><name /></author><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(14)/Photo" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(14)/Video" /><link rel="edit-media" title="Car" href="Car(14)/$value" /><content type="*/*" src="Car(14)/$value" /><m:properties><d:VIN m:type="Edm.Int32">14</d:VIN><d:Description>畚チびンぁあяまぴひタバァンぴ歹チ歹歹ァまマぞ珱暦ぼ歹グ珱ボチタびゼソゼたグёま畚a畚歹匚畚ァゼ匚Я欲匚チチボびソァぴ暦ぺポソチバЯゼ黑ダ匚
 マび暦ダソク歹まあa裹ソハ歹暦弌aバ暦ぽネ</d:Description></m:properties></entry><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="Car" href="Car(15)" /><title /><updated>2014-02-13T14:31:04Z</updated><author><name /></author><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(15)/Photo" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(15)/Video" /><link rel="edit-media" title="Car" href="Car(15)/$value" /><content type="*/*" src="Car(15)/$value" /><m:properties><d:VIN m:type="Edm.Int32">15</d:VIN><d:Description>kphszztczthjacvjnttrarxru</d:Description></m:properties></entry></feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/not (((VIN ge 16) or (VIN le 12))).full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/not (((VIN ge 16) or (VIN le 12))).full.json b/fit/src/main/resources/V30/Car/filter/not (((VIN ge 16) or (VIN le 12))).full.json
deleted file mode 100644
index 683836c..0000000
--- a/fit/src/main/resources/V30/Car/filter/not (((VIN ge 16) or (VIN le 12))).full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(13)","odata.editLink":"Car(13)","odata.mediaEditLink":"Car(13)/$value","odata.mediaReadLink":"Car(13)/$value","odata.mediaContentType":"application/octet-stream","Photo@odata.mediaEditLink":"Car(13)/Photo","Video@odata.mediaEditLink":"Car(13)/Video","VIN":13,"Description":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)","odata.editLink":"Car(14)","odata.mediaEditLink":"Car(14)/$value","odata.mediaReadLink":"Car(14)/$value","odata.mediaContentType":"application/octet-stream","Photo@odata.mediaEditLink":"Car(14)/Photo","Video@odata.mediaEditLink":"Car(14)/Video","VIN":14,"Description":"New
  Description(1392222565917)"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)","odata.editLink":"Car(15)","odata.mediaEditLink":"Car(15)/$value","odata.mediaReadLink":"Car(15)/$value","odata.mediaContentType":"application/octet-stream","Photo@odata.mediaEditLink":"Car(15)/Photo","Video@odata.mediaEditLink":"Car(15)/Video","VIN":15,"Description":"kphszztczthjacvjnttrarxru"}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/not (((VIN ge 16) or (VIN le 12))).xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/not (((VIN ge 16) or (VIN le 12))).xml b/fit/src/main/resources/V30/Car/filter/not (((VIN ge 16) or (VIN le 12))).xml
deleted file mode 100644
index 83dd66e..0000000
--- a/fit/src/main/resources/V30/Car/filter/not (((VIN ge 16) or (VIN le 12))).xml	
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car</id>
-  <title type="text">Car</title>
-  <updated>2014-02-13T12:09:31Z</updated>
-  <link rel="self" title="Car" href="Car" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(13)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(13)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(13)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(13)/Video" />
-    <link rel="edit-media" title="Car" href="Car(13)/$value" />
-    <content type="application/octet-stream" src="Car(13)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">13</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(14)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(14)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(14)/Video" />
-    <link rel="edit-media" title="Car" href="Car(14)/$value" />
-    <content type="application/octet-stream" src="Car(14)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">14</d:VIN>
-      <d:Description>New Description(1392222565917)</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(15)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(15)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(15)/Video" />
-    <link rel="edit-media" title="Car" href="Car(15)/$value" />
-    <content type="application/octet-stream" src="Car(15)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">15</d:VIN>
-      <d:Description>kphszztczthjacvjnttrarxru</d:Description>
-    </m:properties>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/startswith(Description,'cen').full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/startswith(Description,'cen').full.json b/fit/src/main/resources/V30/Car/filter/startswith(Description,'cen').full.json
deleted file mode 100644
index 7f534c5..0000000
--- a/fit/src/main/resources/V30/Car/filter/startswith(Description,'cen').full.json
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(11)","odata.editLink":"Car(11)","odata.mediaEditLink":"Car(11)/$value","odata.mediaReadLink":"Car(11)/$value","odata.mediaContentType":"application/octet-stream","Photo@odata.mediaEditLink":"Car(11)/Photo","Video@odata.mediaEditLink":"Car(11)/Video","VIN":11,"Description":"cenbviijieljtrtdslbuiqubcvhxhzenidqdnaopplvlqc"}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/startswith(Description,'cen').xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/startswith(Description,'cen').xml b/fit/src/main/resources/V30/Car/filter/startswith(Description,'cen').xml
deleted file mode 100644
index e3cc9f0..0000000
--- a/fit/src/main/resources/V30/Car/filter/startswith(Description,'cen').xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car</id>
-  <title type="text">Car</title>
-  <updated>2014-02-13T12:09:32Z</updated>
-  <link rel="self" title="Car" href="Car" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(11)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(11)" />
-    <title />
-    <updated>2014-02-13T12:09:32Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(11)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(11)/Video" />
-    <link rel="edit-media" title="Car" href="Car(11)/$value" />
-    <content type="application/octet-stream" src="Car(11)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">11</d:VIN>
-      <d:Description>cenbviijieljtrtdslbuiqubcvhxhzenidqdnaopplvlqc</d:Description>
-    </m:properties>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/orderby/VIN desc/filter/(VIN lt 16).full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/orderby/VIN desc/filter/(VIN lt 16).full.json b/fit/src/main/resources/V30/Car/orderby/VIN desc/filter/(VIN lt 16).full.json
deleted file mode 100644
index ade2bce..0000000
--- a/fit/src/main/resources/V30/Car/orderby/VIN desc/filter/(VIN lt 16).full.json	
+++ /dev/null
@@ -1,9 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car",
-  "value": [
-    {"odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car", "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)", "odata.editLink": "Car(15)", "odata.mediaEditLink": "Car(15)/$value", "odata.mediaReadLink": "Car(15)/$value", "odata.mediaContentType": "application/octet-stream", "Photo@odata.mediaEditLink": "Car(15)/Photo", "Video@odata.mediaEditLink": "Car(15)/Video", "VIN": 15, "Description": "kphszztczthjacvjnttrarxru"},
-    {"odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car", "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)", "odata.editLink": "Car(14)", "odata.mediaEditLink": "Car(14)/$value", "odata.mediaReadLink": "Car(14)/$value", "odata.mediaContentType": "application/octet-stream", "Photo@odata.mediaEditLink": "Car(14)/Photo", "Video@odata.mediaEditLink": "Car(14)/Video", "VIN": 14, "Description": "New Description(1392222565917)"},
-    {"odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car", "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(13)", "odata.editLink": "Car(13)", "odata.mediaEditLink": "Car(13)/$value", "odata.mediaReadLink": "Car(13)/$value", "odata.mediaContentType": "application/octet-stream", "Photo@odata.mediaEditLink": "Car(13)/Photo", "Video@odata.mediaEditLink": "Car(13)/Video", "VIN": 13, "Description": null},
-    {"odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car", "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(12)", "odata.editLink": "Car(12)", "odata.mediaEditLink": "Car(12)/$value", "odata.mediaReadLink": "Car(12)/$value", "odata.mediaContentType": "application/octet-stream", "Photo@odata.mediaEditLink": "Car(12)/Photo", "Video@odata.mediaEditLink": "Car(12)/Video", "VIN": 12, "Description": "lx"},
-    {"odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car", "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(11)", "odata.editLink": "Car(11)", "odata.mediaEditLink": "Car(11)/$value", "odata.mediaReadLink": "Car(11)/$value", "odata.mediaContentType": "application/octet-stream", "Photo@odata.mediaEditLink": "Car(11)/Photo", "Video@odata.mediaEditLink": "Car(11)/Video", "VIN": 11, "Description": "cenbviijieljtrtdslbuiqubcvhxhzenidqdnaopplvlqc"}
-  ]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/orderby/VIN desc/filter/(VIN lt 16).xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/orderby/VIN desc/filter/(VIN lt 16).xml b/fit/src/main/resources/V30/Car/orderby/VIN desc/filter/(VIN lt 16).xml
deleted file mode 100644
index 7a0527c..0000000
--- a/fit/src/main/resources/V30/Car/orderby/VIN desc/filter/(VIN lt 16).xml	
+++ /dev/null
@@ -1,117 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car</id>
-  <title type="text">Car</title>
-  <updated>2014-02-13T12:09:31Z</updated>
-  <link rel="self" title="Car" href="Car" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(15)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(15)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(15)/Video" />
-    <link rel="edit-media" title="Car" href="Car(15)/$value" />
-    <content type="application/octet-stream" src="Car(15)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">15</d:VIN>
-      <d:Description>kphszztczthjacvjnttrarxru</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(14)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(14)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(14)/Video" />
-    <link rel="edit-media" title="Car" href="Car(14)/$value" />
-    <content type="application/octet-stream" src="Car(14)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">14</d:VIN>
-      <d:Description>New Description(1392222565917)</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(13)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(13)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(13)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(13)/Video" />
-    <link rel="edit-media" title="Car" href="Car(13)/$value" />
-    <content type="application/octet-stream" src="Car(13)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">13</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(12)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(12)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(12)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(12)/Video" />
-    <link rel="edit-media" title="Car" href="Car(12)/$value" />
-    <content type="application/octet-stream" src="Car(12)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">12</d:VIN>
-      <d:Description>lx</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(11)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(11)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(11)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(11)/Video" />
-    <link rel="edit-media" title="Car" href="Car(11)/$value" />
-    <content type="application/octet-stream" src="Car(11)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">11</d:VIN>
-      <d:Description>cenbviijieljtrtdslbuiqubcvhxhzenidqdnaopplvlqc</d:Description>
-    </m:properties>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Computer/feed.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Computer/feed.xml b/fit/src/main/resources/V30/Computer/feed.xml
deleted file mode 100644
index 2d26ff9..0000000
--- a/fit/src/main/resources/V30/Computer/feed.xml
+++ /dev/null
@@ -1,207 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer</id>
-  <title type="text">Computer</title>
-  <updated>2014-05-08T10:00:26Z</updated>
-  <link rel="self" title="Computer" href="Computer" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(11)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Computer" href="Computer(11)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ComputerDetail" type="application/atom+xml;type=entry" title="ComputerDetail" href="Computer(11)/ComputerDetail" />
-    <title />
-    <updated>2014-05-08T10:00:26Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.GetComputer" title="GetComputer" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(11)/GetComputer" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ComputerId m:type="Edm.Int32">11</d:ComputerId>
-        <d:Name>ssgnpylqxlvzhhddkizabqurdokalozrmmvhcvmbdmjtkqirsgnxxclempdlklusmohumxap</d:Name>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(12)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Computer" href="Computer(12)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ComputerDetail" type="application/atom+xml;type=entry" title="ComputerDetail" href="Computer(12)/ComputerDetail" />
-    <title />
-    <updated>2014-05-08T10:00:26Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.GetComputer" title="GetComputer" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(12)/GetComputer" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ComputerId m:type="Edm.Int32">12</d:ComputerId>
-        <d:Name m:null="true" />
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(13)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Computer" href="Computer(13)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ComputerDetail" type="application/atom+xml;type=entry" title="ComputerDetail" href="Computer(13)/ComputerDetail" />
-    <title />
-    <updated>2014-05-08T10:00:26Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.GetComputer" title="GetComputer" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(13)/GetComputer" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ComputerId m:type="Edm.Int32">13</d:ComputerId>
-        <d:Name>jiuxqefpxesahtftfnopfapumzdkkhy</d:Name>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(14)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Computer" href="Computer(14)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ComputerDetail" type="application/atom+xml;type=entry" title="ComputerDetail" href="Computer(14)/ComputerDetail" />
-    <title />
-    <updated>2014-05-08T10:00:26Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.GetComputer" title="GetComputer" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(14)/GetComputer" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ComputerId m:type="Edm.Int32">14</d:ComputerId>
-        <d:Name>nmtpkopimarxykztifuuhhpdbouyupijekgepffouavnyvuifvqnuenbyljgyqdyxdujoxuszrzhlaffyipzylpavoioxzukryrq</d:Name>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(15)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Computer" href="Computer(15)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ComputerDetail" type="application/atom+xml;type=entry" title="ComputerDetail" href="Computer(15)/ComputerDetail" />
-    <title />
-    <updated>2014-05-08T10:00:26Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.GetComputer" title="GetComputer" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(15)/GetComputer" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ComputerId m:type="Edm.Int32">15</d:ComputerId>
-        <d:Name m:null="true" />
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(16)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Computer" href="Computer(16)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ComputerDetail" type="application/atom+xml;type=entry" title="ComputerDetail" href="Computer(16)/ComputerDetail" />
-    <title />
-    <updated>2014-05-08T10:00:26Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.GetComputer" title="GetComputer" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(16)/GetComputer" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ComputerId m:type="Edm.Int32">16</d:ComputerId>
-        <d:Name>licaeurgfuooztfzjpuoqvysuntlvkrptixoulcupvltyrdz</d:Name>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(17)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Computer" href="Computer(17)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ComputerDetail" type="application/atom+xml;type=entry" title="ComputerDetail" href="Computer(17)/ComputerDetail" />
-    <title />
-    <updated>2014-05-08T10:00:26Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.GetComputer" title="GetComputer" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(17)/GetComputer" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ComputerId m:type="Edm.Int32">17</d:ComputerId>
-        <d:Name>sssbxzussltcchxgskdezzv</d:Name>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(18)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Computer" href="Computer(18)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ComputerDetail" type="application/atom+xml;type=entry" title="ComputerDetail" href="Computer(18)/ComputerDetail" />
-    <title />
-    <updated>2014-05-08T10:00:26Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.GetComputer" title="GetComputer" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(18)/GetComputer" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ComputerId m:type="Edm.Int32">18</d:ComputerId>
-        <d:Name>チ欲せあバя珱縷匚ダバzポソぴソぜぴ亜я歹び暦ミママぞミぞひゼそぴソ畚ゾ畚ゼまボボネダぽソяミ黑あべひソそ裹aグЯククa裹ぞ九ボぞゾ九ぺチマチマ黑たゼ珱</d:Name>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(19)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Computer" href="Computer(19)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ComputerDetail" type="application/atom+xml;type=entry" title="ComputerDetail" href="Computer(19)/ComputerDetail" />
-    <title />
-    <updated>2014-05-08T10:00:26Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.GetComputer" title="GetComputer" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(19)/GetComputer" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ComputerId m:type="Edm.Int32">19</d:ComputerId>
-        <d:Name>hfbtpupssugßuxsuvhqsscssstlpoquzuhuratxpazfdmsszcssnuuvtdssbakptoknkaßss</d:Name>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(20)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Computer" href="Computer(20)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ComputerDetail" type="application/atom+xml;type=entry" title="ComputerDetail" href="Computer(20)/ComputerDetail" />
-    <title />
-    <updated>2014-05-08T10:00:26Z</updated>
-    <author>
-      <name />
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.GetComputer" title="GetComputer" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Computer(20)/GetComputer" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ComputerId m:type="Edm.Int32">20</d:ComputerId>
-        <d:Name>xifstdltzpytkiufbpzuofuxnzuyyiazceilfmkqubusfqzuyfrmddtnxjutkmuxnyljapzpodzyojnyapaphkqzcknxhq</d:Name>
-      </m:properties>
-    </content>
-  </entry>
-</feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ComputerDetail/-10/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ComputerDetail/-10/entity.full.json b/fit/src/main/resources/V30/ComputerDetail/-10/entity.full.json
deleted file mode 100644
index c8487f2..0000000
--- a/fit/src/main/resources/V30/ComputerDetail/-10/entity.full.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#ComputerDetail/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)",
-  "odata.editLink": "ComputerDetail(-10)",
-  "Computer@odata.navigationLinkUrl": "ComputerDetail(-10)/Computer",
-  "#DefaultContainer.ResetComputerDetailsSpecifications":
-          {
-            "title": "ResetComputerDetailsSpecifications",
-            "target": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)/ResetComputerDetailsSpecifications"
-          },
-  "ComputerDetailId": -10,
-  "Manufacturer": null,
-  "Model": null,
-  "Serial": null,
-  "SpecificationsBag@odata.type": "Collection(Edm.String)",
-  "SpecificationsBag":
-          [
-          ],
-  "PurchaseDate@odata.type": "Edm.DateTime",
-  "PurchaseDate": "2005-02-09T23:59:59.9999999",
-  "Dimensions": null
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ComputerDetail/-10/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ComputerDetail/-10/entity.xml b/fit/src/main/resources/V30/ComputerDetail/-10/entity.xml
deleted file mode 100644
index a55f86f..0000000
--- a/fit/src/main/resources/V30/ComputerDetail/-10/entity.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="ComputerDetail" href="ComputerDetail(-10)" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Computer" type="application/atom+xml;type=entry" title="Computer" href="ComputerDetail(-10)/Computer" />
-  <title />
-  <updated>2014-03-10T11:52:31Z</updated>
-  <author>
-    <name />
-  </author>
-  <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ResetComputerDetailsSpecifications" title="ResetComputerDetailsSpecifications" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)/ResetComputerDetailsSpecifications" />
-  <content type="application/xml">
-    <m:properties>
-      <d:ComputerDetailId m:type="Edm.Int32">-10</d:ComputerDetailId>
-      <d:Manufacturer m:null="true" />
-      <d:Model m:null="true" />
-      <d:Serial m:null="true" />
-      <d:SpecificationsBag m:type="Collection(Edm.String)" />
-      <d:PurchaseDate m:type="Edm.DateTime">2005-02-09T23:59:59.9999999</d:PurchaseDate>
-      <d:Dimensions m:null="true" />
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ComputerDetail/filter/(month(PurchaseDate) eq 12).full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ComputerDetail/filter/(month(PurchaseDate) eq 12).full.json b/fit/src/main/resources/V30/ComputerDetail/filter/(month(PurchaseDate) eq 12).full.json
deleted file mode 100644
index e6a8f19..0000000
--- a/fit/src/main/resources/V30/ComputerDetail/filter/(month(PurchaseDate) eq 12).full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#ComputerDetail","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-1)","odata.editLink":"ComputerDetail(-1)","Computer@odata.navigationLinkUrl":"ComputerDetail(-1)/Computer","#DefaultContainer.ResetComputerDetailsSpecifications":{"title":"ResetComputerDetailsSpecifications","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-1)/ResetComputerDetailsSpecifications"},"ComputerDetailId":-1,"Manufacturer":"cybsycxhjrazcaxf","Model":"mfhgyi\u00dfxesckygsslbksqvcpohjienkcfbtrssp","Serial":"\u3042\u30a1\u30df\u30be\u30c0\u305c\u88f9\u3042\u30bc\u305e\u3093\u531a\u755a\u30d0\u3092\u30df\u307c\uff66\u30bd\uff9d\u88f9\u307d\u30cf\u30be\u9ed1\u307c\u3073","SpecificationsBag@odata.type":"Collection(Edm.Stri
 ng)","SpecificationsBag":["\u30c1\u6b32\u30a1\u30df\u755a\u73f1\u30dc\u6b32\u3092\u3074\uff9d\u305f\u30a1\u9ed1\u30bf\u30a1\u305d\u30af\u307b\u30a1\u9ed1\u30bc\u755a\u30b0\u5f0c\u4e9c\u307b\u30c1\u3092\uff41\u3079\u3042\u30bf","\u30bf\u7e37\u30bd\u755a\u30dc\u305f\u3072\u66a6\u88f9\u305e\u307d\u30c1\u30b0\uff41\u3041\u30a1\u4e9c\u30c1\u30bc\u3072\uff5a\uff88\uff41\u305c\u30dc\u0451\u30bf\u30b0\uff88\u9ed1\u30d0\u30bf\u3073\u30c1\u5f0c\u307b\u9ed1\u30b0\u30de\u4e9c\u307c\u3042\u30bd\u30dd\u30be\u30dd\u3079\u30af\u755a\u755a\u3092\uff66\u30b0\u30c1\u042f\u30c1\uff5a\u30a1\u307b\u30c1\u30dc\u531a\u6b32\uff9d\u30bf\u30df\u30bc\u5f0c\u305e\u6b32\u30bc\u30bc\u755a\u30dd\u88f9\u7e37\u30be\u307c\u30d0\uff66\u6b79\u3072\u30be\u305d\u30dc\u30dd\u3072\u30dc\u30c1\u307b\u307e\u30cf\u305e\u305d\u305f\u30bd","udjcekzitroessd","shxnubznxdumkraixsjsskrspkss","vugqblidbkbfkppfbbkanvnflueqdousryyhhucoxtpbbnyeecbsauzaceu","aerlqnsczh\u00dfgivchizyapazitnsszugryqlupnu\u00dfjgxg","\u3042\u3079\u66a6\u88
 f9\uff5a\u307d\u30bf\u30be\u6b79\u044f\u3072\u30c1\u30df\u305b\u30c1\u4e9c\u3042\u30c1\u4e5d\u305e\u30df\u30dc\u0451\u30dc\u66a6\u30a1\u9ed1\u30bd\u30dd\u531a\u30dd\u3042\u30a1\u305b\u30bd\u4e9c\u305e\u307c\u30bc\u30b0\u30a1\u305f\u30dc\u4e5d\u30bc\uff88\u044f\u88f9\u6b79\u30d0\u4e9c\u4e9c\u305c\u30d0\uff41\u30bd\u3073\u3072\u305b\u30d0\u30a1\u3042\u6b79\u3042\u30a1\u305c"],"PurchaseDate@odata.type":"Edm.DateTime","PurchaseDate":"9999-12-31T23:59:59.9999999","Dimensions":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions","Width@odata.type":"Edm.Decimal","Width":"-69.6411071913679","Height@odata.type":"Edm.Decimal","Height":"1451.59900018645","Depth@odata.type":"Edm.Decimal","Depth":"-79228162514264337593543950335"}}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ComputerDetail/filter/(month(PurchaseDate) eq 12).xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ComputerDetail/filter/(month(PurchaseDate) eq 12).xml b/fit/src/main/resources/V30/ComputerDetail/filter/(month(PurchaseDate) eq 12).xml
deleted file mode 100644
index 6db99c0..0000000
--- a/fit/src/main/resources/V30/ComputerDetail/filter/(month(PurchaseDate) eq 12).xml	
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail</id>
-  <title type="text">ComputerDetail</title>
-  <updated>2014-02-13T12:09:32Z</updated>
-  <link rel="self" title="ComputerDetail" href="ComputerDetail" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-1)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="ComputerDetail" href="ComputerDetail(-1)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Computer" type="application/atom+xml;type=entry" title="Computer" href="ComputerDetail(-1)/Computer" />
-    <title />
-    <updated>2014-02-13T12:09:32Z</updated>
-    <author>
-      <name />
-      <uri>mfhgyißxesckygsslbksqvcpohjienkcfbtrssp</uri>
-      <email>cybsycxhjrazcaxf</email>
-    </author>
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ResetComputerDetailsSpecifications" title="ResetComputerDetailsSpecifications" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-1)/ResetComputerDetailsSpecifications" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ComputerDetailId m:type="Edm.Int32">-1</d:ComputerDetailId>
-        <d:Manufacturer>cybsycxhjrazcaxf</d:Manufacturer>
-        <d:Model>mfhgyißxesckygsslbksqvcpohjienkcfbtrssp</d:Model>
-        <d:Serial>あァミゾダぜ裹あゼぞん匚畚バをミぼヲソン裹ぽハゾ黑ぼび</d:Serial>
-        <d:SpecificationsBag m:type="Collection(Edm.String)">
-          <d:element>チ欲ァミ畚珱ボ欲をぴンたァ黑タァそクほァ黑ゼ畚グ弌亜ほチをaべあタ</d:element>
-          <d:element>タ縷ソ畚ボたひ暦裹ぞぽチグaぁァ亜チゼひzネaぜボёタグネ黑バタびチ弌ほ黑グマ亜ぼあソポゾポべク畚畚をヲグチЯチzァほチボ匚欲ンタミゼ弌ぞ欲ゼゼ畚ポ裹縷ゾぼバヲ歹ひゾそボポひボチほまハぞそたソ</d:element>
-          <d:element>udjcekzitroessd</d:element>
-          <d:element>shxnubznxdumkraixsjsskrspkss</d:element>
-          <d:element>vugqblidbkbfkppfbbkanvnflueqdousryyhhucoxtpbbnyeecbsauzaceu</d:element>
-          <d:element>aerlqnsczhßgivchizyapazitnsszugryqlupnußjgxg</d:element>
-          <d:element>あべ暦裹zぽタゾ歹яひチミせチ亜あチ九ぞミボёボ暦ァ黑ソポ匚ポあァせソ亜ぞぼゼグァたボ九ゼネя裹歹バ亜亜ぜバaソびひせバァあ歹あァぜ</d:element>
-        </d:SpecificationsBag>
-        <d:PurchaseDate m:type="Edm.DateTime">9999-12-31T23:59:59.9999999</d:PurchaseDate>
-        <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-          <d:Width m:type="Edm.Decimal">-69.6411071913679</d:Width>
-          <d:Height m:type="Edm.Decimal">1451.59900018645</d:Height>
-          <d:Depth m:type="Edm.Decimal">-79228162514264337593543950335</d:Depth>
-        </d:Dimensions>
-      </m:properties>
-    </content>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ComputerDetail/filter/day(PurchaseDate) eq 15.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ComputerDetail/filter/day(PurchaseDate) eq 15.full.json b/fit/src/main/resources/V30/ComputerDetail/filter/day(PurchaseDate) eq 15.full.json
deleted file mode 100644
index b991627..0000000
--- a/fit/src/main/resources/V30/ComputerDetail/filter/day(PurchaseDate) eq 15.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#ComputerDetail","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)","odata.editLink":"ComputerDetail(-10)","Computer@odata.navigationLinkUrl":"ComputerDetail(-10)/Computer","#DefaultContainer.ResetComputerDetailsSpecifications":{"title":"ResetComputerDetailsSpecifications","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)/ResetComputerDetailsSpecifications"},"ComputerDetailId":-10,"Manufacturer":"sspayuqgmkizmvtxdeuitrnqcblxoipcsshhfvibxuzssatvjjhoftpk","Model":"usfvbkyxssojjebyzgvtnzkuik\u00dfuxrmllzyglnsssluyxf\u00dfssioyroouxafzbhbsabkrsslbyhghicjaplolzqss\u00dfhhfix","Serial":null,"SpecificationsBag@odata.type":"Collection(Edm.String)","SpecificationsBag":["vorjqalydmfuazkatkiydei
 cefrjhyuaupkfgbxiaehjrqhhqv","rbsejgfgelhsdahkoqlnzvbq","ssfvnnquahsczxlu\u00dfnssrhpsszluundy\u00dfehyzjedssxom","xsqocvqrzbvzhdhtilugpvayirrnomupxinhihazfghqehqymeeaupuesseluinjgbedrarqluedjfx","eekuucympfgkucszfuggbmfglpnxnjvhkhalymhtfuggfafulkzedqlksoduqeyukzzhbbasjmee","\u30be\u3092\u4e5d\u30af\u305d"],"PurchaseDate@odata.type":"Edm.DateTime","PurchaseDate":"2020-12-15T01:33:35.8014568","Dimensions":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions","Width@odata.type":"Edm.Decimal","Width":"-8917.92836319839","Height@odata.type":"Edm.Decimal","Height":"-79228162514264337593543950335","Depth@odata.type":"Edm.Decimal","Depth":"-79228162514264337593543950335"}}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ComputerDetail/filter/day(PurchaseDate) eq 15.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ComputerDetail/filter/day(PurchaseDate) eq 15.xml b/fit/src/main/resources/V30/ComputerDetail/filter/day(PurchaseDate) eq 15.xml
deleted file mode 100644
index e27536e..0000000
--- a/fit/src/main/resources/V30/ComputerDetail/filter/day(PurchaseDate) eq 15.xml	
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail</id><title type="text">ComputerDetail</title><updated>2014-02-13T14:31:04Z</updated><link rel="self" title="ComputerDetail" href="ComputerDetail" /><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="ComputerDetail" href="ComputerDetail(-10)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/C
 omputer" type="application/atom+xml;type=entry" title="Computer" href="ComputerDetail(-10)/Computer" /><title /><updated>2014-02-13T14:31:04Z</updated><author><name /><uri>usfvbkyxssojjebyzgvtnzkuikßuxrmllzyglnsssluyxfßssioyroouxafzbhbsabkrsslbyhghicjaplolzqssßhhfix</uri><email>sspayuqgmkizmvtxdeuitrnqcblxoipcsshhfvibxuzssatvjjhoftpk</email></author><m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ResetComputerDetailsSpecifications" title="ResetComputerDetailsSpecifications" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)/ResetComputerDetailsSpecifications" /><content type="application/xml"><m:properties><d:ComputerDetailId m:type="Edm.Int32">-10</d:ComputerDetailId><d:Manufacturer>sspayuqgmkizmvtxdeuitrnqcblxoipcsshhfvibxuzssatvjjhoftpk</d:Manufacturer><d:Model>usfvbkyxssojjebyzgvtnzkuikßuxrmllzyglnsssluyxfßssioyroouxafzbhbsabkrsslbyhghicjaplolzqssßhhf
 ix</d:Model><d:Serial m:null="true" /><d:SpecificationsBag m:type="Collection(Edm.String)"><d:element>vorjqalydmfuazkatkiydeicefrjhyuaupkfgbxiaehjrqhhqv</d:element><d:element>rbsejgfgelhsdahkoqlnzvbq</d:element><d:element>ssfvnnquahsczxlußnssrhpsszluundyßehyzjedssxom</d:element><d:element>xsqocvqrzbvzhdhtilugpvayirrnomupxinhihazfghqehqymeeaupuesseluinjgbedrarqluedjfx</d:element><d:element>eekuucympfgkucszfuggbmfglpnxnjvhkhalymhtfuggfafulkzedqlksoduqeyukzzhbbasjmee</d:element><d:element>ゾを九クそ</d:element></d:SpecificationsBag><d:PurchaseDate m:type="Edm.DateTime">2020-12-15T01:33:35.8014568</d:PurchaseDate><d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions"><d:Width m:type="Edm.Decimal">-8917.92836319839</d:Width><d:Height m:type="Edm.Decimal">-79228162514264337593543950335</d:Height><d:Depth m:type="Edm.Decimal">-79228162514264337593543950335</d:Depth></d:Dimensions></m:properties></content></entry></feed>
\ No newline at end of file


[44/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ComputerDetail/filter/hour(PurchaseDate) eq 1.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ComputerDetail/filter/hour(PurchaseDate) eq 1.full.json b/fit/src/main/resources/V30/ComputerDetail/filter/hour(PurchaseDate) eq 1.full.json
deleted file mode 100644
index b991627..0000000
--- a/fit/src/main/resources/V30/ComputerDetail/filter/hour(PurchaseDate) eq 1.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#ComputerDetail","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)","odata.editLink":"ComputerDetail(-10)","Computer@odata.navigationLinkUrl":"ComputerDetail(-10)/Computer","#DefaultContainer.ResetComputerDetailsSpecifications":{"title":"ResetComputerDetailsSpecifications","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)/ResetComputerDetailsSpecifications"},"ComputerDetailId":-10,"Manufacturer":"sspayuqgmkizmvtxdeuitrnqcblxoipcsshhfvibxuzssatvjjhoftpk","Model":"usfvbkyxssojjebyzgvtnzkuik\u00dfuxrmllzyglnsssluyxf\u00dfssioyroouxafzbhbsabkrsslbyhghicjaplolzqss\u00dfhhfix","Serial":null,"SpecificationsBag@odata.type":"Collection(Edm.String)","SpecificationsBag":["vorjqalydmfuazkatkiydei
 cefrjhyuaupkfgbxiaehjrqhhqv","rbsejgfgelhsdahkoqlnzvbq","ssfvnnquahsczxlu\u00dfnssrhpsszluundy\u00dfehyzjedssxom","xsqocvqrzbvzhdhtilugpvayirrnomupxinhihazfghqehqymeeaupuesseluinjgbedrarqluedjfx","eekuucympfgkucszfuggbmfglpnxnjvhkhalymhtfuggfafulkzedqlksoduqeyukzzhbbasjmee","\u30be\u3092\u4e5d\u30af\u305d"],"PurchaseDate@odata.type":"Edm.DateTime","PurchaseDate":"2020-12-15T01:33:35.8014568","Dimensions":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions","Width@odata.type":"Edm.Decimal","Width":"-8917.92836319839","Height@odata.type":"Edm.Decimal","Height":"-79228162514264337593543950335","Depth@odata.type":"Edm.Decimal","Depth":"-79228162514264337593543950335"}}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ComputerDetail/filter/hour(PurchaseDate) eq 1.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ComputerDetail/filter/hour(PurchaseDate) eq 1.xml b/fit/src/main/resources/V30/ComputerDetail/filter/hour(PurchaseDate) eq 1.xml
deleted file mode 100644
index 62eff93..0000000
--- a/fit/src/main/resources/V30/ComputerDetail/filter/hour(PurchaseDate) eq 1.xml	
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail</id><title type="text">ComputerDetail</title><updated>2014-02-13T14:31:05Z</updated><link rel="self" title="ComputerDetail" href="ComputerDetail" /><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="ComputerDetail" href="ComputerDetail(-10)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/C
 omputer" type="application/atom+xml;type=entry" title="Computer" href="ComputerDetail(-10)/Computer" /><title /><updated>2014-02-13T14:31:05Z</updated><author><name /><uri>usfvbkyxssojjebyzgvtnzkuikßuxrmllzyglnsssluyxfßssioyroouxafzbhbsabkrsslbyhghicjaplolzqssßhhfix</uri><email>sspayuqgmkizmvtxdeuitrnqcblxoipcsshhfvibxuzssatvjjhoftpk</email></author><m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ResetComputerDetailsSpecifications" title="ResetComputerDetailsSpecifications" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)/ResetComputerDetailsSpecifications" /><content type="application/xml"><m:properties><d:ComputerDetailId m:type="Edm.Int32">-10</d:ComputerDetailId><d:Manufacturer>sspayuqgmkizmvtxdeuitrnqcblxoipcsshhfvibxuzssatvjjhoftpk</d:Manufacturer><d:Model>usfvbkyxssojjebyzgvtnzkuikßuxrmllzyglnsssluyxfßssioyroouxafzbhbsabkrsslbyhghicjaplolzqssßhhf
 ix</d:Model><d:Serial m:null="true" /><d:SpecificationsBag m:type="Collection(Edm.String)"><d:element>vorjqalydmfuazkatkiydeicefrjhyuaupkfgbxiaehjrqhhqv</d:element><d:element>rbsejgfgelhsdahkoqlnzvbq</d:element><d:element>ssfvnnquahsczxlußnssrhpsszluundyßehyzjedssxom</d:element><d:element>xsqocvqrzbvzhdhtilugpvayirrnomupxinhihazfghqehqymeeaupuesseluinjgbedrarqluedjfx</d:element><d:element>eekuucympfgkucszfuggbmfglpnxnjvhkhalymhtfuggfafulkzedqlksoduqeyukzzhbbasjmee</d:element><d:element>ゾを九クそ</d:element></d:SpecificationsBag><d:PurchaseDate m:type="Edm.DateTime">2020-12-15T01:33:35.8014568</d:PurchaseDate><d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions"><d:Width m:type="Edm.Decimal">-8917.92836319839</d:Width><d:Height m:type="Edm.Decimal">-79228162514264337593543950335</d:Height><d:Depth m:type="Edm.Decimal">-79228162514264337593543950335</d:Depth></d:Dimensions></m:properties></content></entry></feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ComputerDetail/filter/minute(PurchaseDate) eq 33.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ComputerDetail/filter/minute(PurchaseDate) eq 33.full.json b/fit/src/main/resources/V30/ComputerDetail/filter/minute(PurchaseDate) eq 33.full.json
deleted file mode 100644
index b991627..0000000
--- a/fit/src/main/resources/V30/ComputerDetail/filter/minute(PurchaseDate) eq 33.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#ComputerDetail","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)","odata.editLink":"ComputerDetail(-10)","Computer@odata.navigationLinkUrl":"ComputerDetail(-10)/Computer","#DefaultContainer.ResetComputerDetailsSpecifications":{"title":"ResetComputerDetailsSpecifications","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)/ResetComputerDetailsSpecifications"},"ComputerDetailId":-10,"Manufacturer":"sspayuqgmkizmvtxdeuitrnqcblxoipcsshhfvibxuzssatvjjhoftpk","Model":"usfvbkyxssojjebyzgvtnzkuik\u00dfuxrmllzyglnsssluyxf\u00dfssioyroouxafzbhbsabkrsslbyhghicjaplolzqss\u00dfhhfix","Serial":null,"SpecificationsBag@odata.type":"Collection(Edm.String)","SpecificationsBag":["vorjqalydmfuazkatkiydei
 cefrjhyuaupkfgbxiaehjrqhhqv","rbsejgfgelhsdahkoqlnzvbq","ssfvnnquahsczxlu\u00dfnssrhpsszluundy\u00dfehyzjedssxom","xsqocvqrzbvzhdhtilugpvayirrnomupxinhihazfghqehqymeeaupuesseluinjgbedrarqluedjfx","eekuucympfgkucszfuggbmfglpnxnjvhkhalymhtfuggfafulkzedqlksoduqeyukzzhbbasjmee","\u30be\u3092\u4e5d\u30af\u305d"],"PurchaseDate@odata.type":"Edm.DateTime","PurchaseDate":"2020-12-15T01:33:35.8014568","Dimensions":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions","Width@odata.type":"Edm.Decimal","Width":"-8917.92836319839","Height@odata.type":"Edm.Decimal","Height":"-79228162514264337593543950335","Depth@odata.type":"Edm.Decimal","Depth":"-79228162514264337593543950335"}}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ComputerDetail/filter/minute(PurchaseDate) eq 33.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ComputerDetail/filter/minute(PurchaseDate) eq 33.xml b/fit/src/main/resources/V30/ComputerDetail/filter/minute(PurchaseDate) eq 33.xml
deleted file mode 100644
index 62eff93..0000000
--- a/fit/src/main/resources/V30/ComputerDetail/filter/minute(PurchaseDate) eq 33.xml	
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail</id><title type="text">ComputerDetail</title><updated>2014-02-13T14:31:05Z</updated><link rel="self" title="ComputerDetail" href="ComputerDetail" /><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="ComputerDetail" href="ComputerDetail(-10)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/C
 omputer" type="application/atom+xml;type=entry" title="Computer" href="ComputerDetail(-10)/Computer" /><title /><updated>2014-02-13T14:31:05Z</updated><author><name /><uri>usfvbkyxssojjebyzgvtnzkuikßuxrmllzyglnsssluyxfßssioyroouxafzbhbsabkrsslbyhghicjaplolzqssßhhfix</uri><email>sspayuqgmkizmvtxdeuitrnqcblxoipcsshhfvibxuzssatvjjhoftpk</email></author><m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ResetComputerDetailsSpecifications" title="ResetComputerDetailsSpecifications" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)/ResetComputerDetailsSpecifications" /><content type="application/xml"><m:properties><d:ComputerDetailId m:type="Edm.Int32">-10</d:ComputerDetailId><d:Manufacturer>sspayuqgmkizmvtxdeuitrnqcblxoipcsshhfvibxuzssatvjjhoftpk</d:Manufacturer><d:Model>usfvbkyxssojjebyzgvtnzkuikßuxrmllzyglnsssluyxfßssioyroouxafzbhbsabkrsslbyhghicjaplolzqssßhhf
 ix</d:Model><d:Serial m:null="true" /><d:SpecificationsBag m:type="Collection(Edm.String)"><d:element>vorjqalydmfuazkatkiydeicefrjhyuaupkfgbxiaehjrqhhqv</d:element><d:element>rbsejgfgelhsdahkoqlnzvbq</d:element><d:element>ssfvnnquahsczxlußnssrhpsszluundyßehyzjedssxom</d:element><d:element>xsqocvqrzbvzhdhtilugpvayirrnomupxinhihazfghqehqymeeaupuesseluinjgbedrarqluedjfx</d:element><d:element>eekuucympfgkucszfuggbmfglpnxnjvhkhalymhtfuggfafulkzedqlksoduqeyukzzhbbasjmee</d:element><d:element>ゾを九クそ</d:element></d:SpecificationsBag><d:PurchaseDate m:type="Edm.DateTime">2020-12-15T01:33:35.8014568</d:PurchaseDate><d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions"><d:Width m:type="Edm.Decimal">-8917.92836319839</d:Width><d:Height m:type="Edm.Decimal">-79228162514264337593543950335</d:Height><d:Depth m:type="Edm.Decimal">-79228162514264337593543950335</d:Depth></d:Dimensions></m:properties></content></entry></feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ComputerDetail/filter/month(PurchaseDate) eq 12.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ComputerDetail/filter/month(PurchaseDate) eq 12.full.json b/fit/src/main/resources/V30/ComputerDetail/filter/month(PurchaseDate) eq 12.full.json
deleted file mode 100644
index 5326559..0000000
--- a/fit/src/main/resources/V30/ComputerDetail/filter/month(PurchaseDate) eq 12.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#ComputerDetail","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)","odata.editLink":"ComputerDetail(-10)","Computer@odata.navigationLinkUrl":"ComputerDetail(-10)/Computer","#DefaultContainer.ResetComputerDetailsSpecifications":{"title":"ResetComputerDetailsSpecifications","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)/ResetComputerDetailsSpecifications"},"ComputerDetailId":-10,"Manufacturer":"sspayuqgmkizmvtxdeuitrnqcblxoipcsshhfvibxuzssatvjjhoftpk","Model":"usfvbkyxssojjebyzgvtnzkuik\u00dfuxrmllzyglnsssluyxf\u00dfssioyroouxafzbhbsabkrsslbyhghicjaplolzqss\u00dfhhfix","Serial":null,"SpecificationsBag@odata.type":"Collection(Edm.String)","SpecificationsBag":["vorjqalydmfuazkatkiydei
 cefrjhyuaupkfgbxiaehjrqhhqv","rbsejgfgelhsdahkoqlnzvbq","ssfvnnquahsczxlu\u00dfnssrhpsszluundy\u00dfehyzjedssxom","xsqocvqrzbvzhdhtilugpvayirrnomupxinhihazfghqehqymeeaupuesseluinjgbedrarqluedjfx","eekuucympfgkucszfuggbmfglpnxnjvhkhalymhtfuggfafulkzedqlksoduqeyukzzhbbasjmee","\u30be\u3092\u4e5d\u30af\u305d"],"PurchaseDate@odata.type":"Edm.DateTime","PurchaseDate":"2020-12-15T01:33:35.8014568","Dimensions":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions","Width@odata.type":"Edm.Decimal","Width":"-8917.92836319839","Height@odata.type":"Edm.Decimal","Height":"-79228162514264337593543950335","Depth@odata.type":"Edm.Decimal","Depth":"-79228162514264337593543950335"}},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-1)","odata.editLink":"ComputerDetail(-1)","Computer@odata.navigationLinkUrl":"ComputerDetail(-1)/Computer","#Def
 aultContainer.ResetComputerDetailsSpecifications":{"title":"ResetComputerDetailsSpecifications","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-1)/ResetComputerDetailsSpecifications"},"ComputerDetailId":-1,"Manufacturer":"cybsycxhjrazcaxf","Model":"mfhgyi\u00dfxesckygsslbksqvcpohjienkcfbtrssp","Serial":"\u3042\u30a1\u30df\u30be\u30c0\u305c\u88f9\u3042\u30bc\u305e\u3093\u531a\u755a\u30d0\u3092\u30df\u307c\uff66\u30bd\uff9d\u88f9\u307d\u30cf\u30be\u9ed1\u307c\u3073","SpecificationsBag@odata.type":"Collection(Edm.String)","SpecificationsBag":["\u30c1\u6b32\u30a1\u30df\u755a\u73f1\u30dc\u6b32\u3092\u3074\uff9d\u305f\u30a1\u9ed1\u30bf\u30a1\u305d\u30af\u307b\u30a1\u9ed1\u30bc\u755a\u30b0\u5f0c\u4e9c\u307b\u30c1\u3092\uff41\u3079\u3042\u30bf","\u30bf\u7e37\u30bd\u755a\u30dc\u305f\u3072\u66a6\u88f9\u305e\u307d\u30c1\u30b0\uff41\u3041\u30a1\u4e9c\u30c1\u30bc\u3072\uff5a\uff88\uff41\u305c\u30dc\u0451\u30bf\u30b0\uff88\u9ed1\u30d0\u30bf\u307
 3\u30c1\u5f0c\u307b\u9ed1\u30b0\u30de\u4e9c\u307c\u3042\u30bd\u30dd\u30be\u30dd\u3079\u30af\u755a\u755a\u3092\uff66\u30b0\u30c1\u042f\u30c1\uff5a\u30a1\u307b\u30c1\u30dc\u531a\u6b32\uff9d\u30bf\u30df\u30bc\u5f0c\u305e\u6b32\u30bc\u30bc\u755a\u30dd\u88f9\u7e37\u30be\u307c\u30d0\uff66\u6b79\u3072\u30be\u305d\u30dc\u30dd\u3072\u30dc\u30c1\u307b\u307e\u30cf\u305e\u305d\u305f\u30bd","udjcekzitroessd","shxnubznxdumkraixsjsskrspkss","vugqblidbkbfkppfbbkanvnflueqdousryyhhucoxtpbbnyeecbsauzaceu","aerlqnsczh\u00dfgivchizyapazitnsszugryqlupnu\u00dfjgxg","\u3042\u3079\u66a6\u88f9\uff5a\u307d\u30bf\u30be\u6b79\u044f\u3072\u30c1\u30df\u305b\u30c1\u4e9c\u3042\u30c1\u4e5d\u305e\u30df\u30dc\u0451\u30dc\u66a6\u30a1\u9ed1\u30bd\u30dd\u531a\u30dd\u3042\u30a1\u305b\u30bd\u4e9c\u305e\u307c\u30bc\u30b0\u30a1\u305f\u30dc\u4e5d\u30bc\uff88\u044f\u88f9\u6b79\u30d0\u4e9c\u4e9c\u305c\u30d0\uff41\u30bd\u3073\u3072\u305b\u30d0\u30a1\u3042\u6b79\u3042\u30a1\u305c"],"PurchaseDate@odata.type":"Edm.DateTime","Purcha
 seDate":"9999-12-31T23:59:59.9999999","Dimensions":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions","Width@odata.type":"Edm.Decimal","Width":"-69.6411071913679","Height@odata.type":"Edm.Decimal","Height":"1451.59900018645","Depth@odata.type":"Edm.Decimal","Depth":"-79228162514264337593543950335"}}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ComputerDetail/filter/month(PurchaseDate) eq 12.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ComputerDetail/filter/month(PurchaseDate) eq 12.xml b/fit/src/main/resources/V30/ComputerDetail/filter/month(PurchaseDate) eq 12.xml
deleted file mode 100644
index fc0c2fe..0000000
--- a/fit/src/main/resources/V30/ComputerDetail/filter/month(PurchaseDate) eq 12.xml	
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail</id><title type="text">ComputerDetail</title><updated>2014-02-13T14:31:04Z</updated><link rel="self" title="ComputerDetail" href="ComputerDetail" /><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="ComputerDetail" href="ComputerDetail(-10)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/C
 omputer" type="application/atom+xml;type=entry" title="Computer" href="ComputerDetail(-10)/Computer" /><title /><updated>2014-02-13T14:31:04Z</updated><author><name /><uri>usfvbkyxssojjebyzgvtnzkuikßuxrmllzyglnsssluyxfßssioyroouxafzbhbsabkrsslbyhghicjaplolzqssßhhfix</uri><email>sspayuqgmkizmvtxdeuitrnqcblxoipcsshhfvibxuzssatvjjhoftpk</email></author><m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ResetComputerDetailsSpecifications" title="ResetComputerDetailsSpecifications" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)/ResetComputerDetailsSpecifications" /><content type="application/xml"><m:properties><d:ComputerDetailId m:type="Edm.Int32">-10</d:ComputerDetailId><d:Manufacturer>sspayuqgmkizmvtxdeuitrnqcblxoipcsshhfvibxuzssatvjjhoftpk</d:Manufacturer><d:Model>usfvbkyxssojjebyzgvtnzkuikßuxrmllzyglnsssluyxfßssioyroouxafzbhbsabkrsslbyhghicjaplolzqssßhhf
 ix</d:Model><d:Serial m:null="true" /><d:SpecificationsBag m:type="Collection(Edm.String)"><d:element>vorjqalydmfuazkatkiydeicefrjhyuaupkfgbxiaehjrqhhqv</d:element><d:element>rbsejgfgelhsdahkoqlnzvbq</d:element><d:element>ssfvnnquahsczxlußnssrhpsszluundyßehyzjedssxom</d:element><d:element>xsqocvqrzbvzhdhtilugpvayirrnomupxinhihazfghqehqymeeaupuesseluinjgbedrarqluedjfx</d:element><d:element>eekuucympfgkucszfuggbmfglpnxnjvhkhalymhtfuggfafulkzedqlksoduqeyukzzhbbasjmee</d:element><d:element>ゾを九クそ</d:element></d:SpecificationsBag><d:PurchaseDate m:type="Edm.DateTime">2020-12-15T01:33:35.8014568</d:PurchaseDate><d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions"><d:Width m:type="Edm.Decimal">-8917.92836319839</d:Width><d:Height m:type="Edm.Decimal">-79228162514264337593543950335</d:Height><d:Depth m:type="Edm.Decimal">-79228162514264337593543950335</d:Depth></d:Dimensions></m:properties></content></entry><entry><id>http://localhost:${tomcat.ser
 vlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-1)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="ComputerDetail" href="ComputerDetail(-1)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Computer" type="application/atom+xml;type=entry" title="Computer" href="ComputerDetail(-1)/Computer" /><title /><updated>2014-02-13T14:31:04Z</updated><author><name /><uri>mfhgyißxesckygsslbksqvcpohjienkcfbtrssp</uri><email>cybsycxhjrazcaxf</email></author><m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ResetComputerDetailsSpecifications" title="ResetComputerDetailsSpecifications" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-1)/ResetComputerDetailsSpecifications" /><content type="application/xml"><m:
 properties><d:ComputerDetailId m:type="Edm.Int32">-1</d:ComputerDetailId><d:Manufacturer>cybsycxhjrazcaxf</d:Manufacturer><d:Model>mfhgyißxesckygsslbksqvcpohjienkcfbtrssp</d:Model><d:Serial>あァミゾダぜ裹あゼぞん匚畚バをミぼヲソン裹ぽハゾ黑ぼび</d:Serial><d:SpecificationsBag m:type="Collection(Edm.String)"><d:element>チ欲ァミ畚珱ボ欲をぴンたァ黑タァそクほァ黑ゼ畚グ弌亜ほチをaべあタ</d:element><d:element>タ縷ソ畚ボたひ暦裹ぞぽチグaぁァ亜チゼひzネaぜボёタグネ黑バタびチ弌ほ黑グマ亜ぼあソポゾポべク畚畚をヲグチЯチzァほチボ匚欲ンタミゼ弌ぞ欲ゼゼ畚ポ裹縷ゾぼバヲ歹ひゾそボポひボチほまハぞそたソ</d:element><d:element>udjcekzitroessd</d:element><d:element>shxnubznxdumkraixsjsskrspkss</d:element><d:element>vugqblidbkbfkppfbbkanvnflueqdousryyhhucoxtpbbnyeecbsauzaceu</d:element><d:element>aerlqnsczhßgivchizyapazitnsszugryqlupnußjgxg</
 d:element><d:element>あべ暦裹zぽタゾ歹яひチミせチ亜あチ九ぞミボёボ暦ァ黑ソポ匚ポあァせソ亜ぞぼゼグァたボ九ゼネя裹歹バ亜亜ぜバaソびひせバァあ歹あァぜ</d:element></d:SpecificationsBag><d:PurchaseDate m:type="Edm.DateTime">9999-12-31T23:59:59.9999999</d:PurchaseDate><d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions"><d:Width m:type="Edm.Decimal">-69.6411071913679</d:Width><d:Height m:type="Edm.Decimal">1451.59900018645</d:Height><d:Depth m:type="Edm.Decimal">-79228162514264337593543950335</d:Depth></d:Dimensions></m:properties></content></entry></feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ComputerDetail/filter/second(PurchaseDate) eq 35.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ComputerDetail/filter/second(PurchaseDate) eq 35.full.json b/fit/src/main/resources/V30/ComputerDetail/filter/second(PurchaseDate) eq 35.full.json
deleted file mode 100644
index b991627..0000000
--- a/fit/src/main/resources/V30/ComputerDetail/filter/second(PurchaseDate) eq 35.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#ComputerDetail","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)","odata.editLink":"ComputerDetail(-10)","Computer@odata.navigationLinkUrl":"ComputerDetail(-10)/Computer","#DefaultContainer.ResetComputerDetailsSpecifications":{"title":"ResetComputerDetailsSpecifications","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)/ResetComputerDetailsSpecifications"},"ComputerDetailId":-10,"Manufacturer":"sspayuqgmkizmvtxdeuitrnqcblxoipcsshhfvibxuzssatvjjhoftpk","Model":"usfvbkyxssojjebyzgvtnzkuik\u00dfuxrmllzyglnsssluyxf\u00dfssioyroouxafzbhbsabkrsslbyhghicjaplolzqss\u00dfhhfix","Serial":null,"SpecificationsBag@odata.type":"Collection(Edm.String)","SpecificationsBag":["vorjqalydmfuazkatkiydei
 cefrjhyuaupkfgbxiaehjrqhhqv","rbsejgfgelhsdahkoqlnzvbq","ssfvnnquahsczxlu\u00dfnssrhpsszluundy\u00dfehyzjedssxom","xsqocvqrzbvzhdhtilugpvayirrnomupxinhihazfghqehqymeeaupuesseluinjgbedrarqluedjfx","eekuucympfgkucszfuggbmfglpnxnjvhkhalymhtfuggfafulkzedqlksoduqeyukzzhbbasjmee","\u30be\u3092\u4e5d\u30af\u305d"],"PurchaseDate@odata.type":"Edm.DateTime","PurchaseDate":"2020-12-15T01:33:35.8014568","Dimensions":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions","Width@odata.type":"Edm.Decimal","Width":"-8917.92836319839","Height@odata.type":"Edm.Decimal","Height":"-79228162514264337593543950335","Depth@odata.type":"Edm.Decimal","Depth":"-79228162514264337593543950335"}}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ComputerDetail/filter/second(PurchaseDate) eq 35.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ComputerDetail/filter/second(PurchaseDate) eq 35.xml b/fit/src/main/resources/V30/ComputerDetail/filter/second(PurchaseDate) eq 35.xml
deleted file mode 100644
index 62eff93..0000000
--- a/fit/src/main/resources/V30/ComputerDetail/filter/second(PurchaseDate) eq 35.xml	
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail</id><title type="text">ComputerDetail</title><updated>2014-02-13T14:31:05Z</updated><link rel="self" title="ComputerDetail" href="ComputerDetail" /><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="ComputerDetail" href="ComputerDetail(-10)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/C
 omputer" type="application/atom+xml;type=entry" title="Computer" href="ComputerDetail(-10)/Computer" /><title /><updated>2014-02-13T14:31:05Z</updated><author><name /><uri>usfvbkyxssojjebyzgvtnzkuikßuxrmllzyglnsssluyxfßssioyroouxafzbhbsabkrsslbyhghicjaplolzqssßhhfix</uri><email>sspayuqgmkizmvtxdeuitrnqcblxoipcsshhfvibxuzssatvjjhoftpk</email></author><m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ResetComputerDetailsSpecifications" title="ResetComputerDetailsSpecifications" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)/ResetComputerDetailsSpecifications" /><content type="application/xml"><m:properties><d:ComputerDetailId m:type="Edm.Int32">-10</d:ComputerDetailId><d:Manufacturer>sspayuqgmkizmvtxdeuitrnqcblxoipcsshhfvibxuzssatvjjhoftpk</d:Manufacturer><d:Model>usfvbkyxssojjebyzgvtnzkuikßuxrmllzyglnsssluyxfßssioyroouxafzbhbsabkrsslbyhghicjaplolzqssßhhf
 ix</d:Model><d:Serial m:null="true" /><d:SpecificationsBag m:type="Collection(Edm.String)"><d:element>vorjqalydmfuazkatkiydeicefrjhyuaupkfgbxiaehjrqhhqv</d:element><d:element>rbsejgfgelhsdahkoqlnzvbq</d:element><d:element>ssfvnnquahsczxlußnssrhpsszluundyßehyzjedssxom</d:element><d:element>xsqocvqrzbvzhdhtilugpvayirrnomupxinhihazfghqehqymeeaupuesseluinjgbedrarqluedjfx</d:element><d:element>eekuucympfgkucszfuggbmfglpnxnjvhkhalymhtfuggfafulkzedqlksoduqeyukzzhbbasjmee</d:element><d:element>ゾを九クそ</d:element></d:SpecificationsBag><d:PurchaseDate m:type="Edm.DateTime">2020-12-15T01:33:35.8014568</d:PurchaseDate><d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions"><d:Width m:type="Edm.Decimal">-8917.92836319839</d:Width><d:Height m:type="Edm.Decimal">-79228162514264337593543950335</d:Height><d:Depth m:type="Edm.Decimal">-79228162514264337593543950335</d:Depth></d:Dimensions></m:properties></content></entry></feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ComputerDetail/filter/year(PurchaseDate) eq 2020.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ComputerDetail/filter/year(PurchaseDate) eq 2020.full.json b/fit/src/main/resources/V30/ComputerDetail/filter/year(PurchaseDate) eq 2020.full.json
deleted file mode 100644
index b991627..0000000
--- a/fit/src/main/resources/V30/ComputerDetail/filter/year(PurchaseDate) eq 2020.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#ComputerDetail","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)","odata.editLink":"ComputerDetail(-10)","Computer@odata.navigationLinkUrl":"ComputerDetail(-10)/Computer","#DefaultContainer.ResetComputerDetailsSpecifications":{"title":"ResetComputerDetailsSpecifications","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)/ResetComputerDetailsSpecifications"},"ComputerDetailId":-10,"Manufacturer":"sspayuqgmkizmvtxdeuitrnqcblxoipcsshhfvibxuzssatvjjhoftpk","Model":"usfvbkyxssojjebyzgvtnzkuik\u00dfuxrmllzyglnsssluyxf\u00dfssioyroouxafzbhbsabkrsslbyhghicjaplolzqss\u00dfhhfix","Serial":null,"SpecificationsBag@odata.type":"Collection(Edm.String)","SpecificationsBag":["vorjqalydmfuazkatkiydei
 cefrjhyuaupkfgbxiaehjrqhhqv","rbsejgfgelhsdahkoqlnzvbq","ssfvnnquahsczxlu\u00dfnssrhpsszluundy\u00dfehyzjedssxom","xsqocvqrzbvzhdhtilugpvayirrnomupxinhihazfghqehqymeeaupuesseluinjgbedrarqluedjfx","eekuucympfgkucszfuggbmfglpnxnjvhkhalymhtfuggfafulkzedqlksoduqeyukzzhbbasjmee","\u30be\u3092\u4e5d\u30af\u305d"],"PurchaseDate@odata.type":"Edm.DateTime","PurchaseDate":"2020-12-15T01:33:35.8014568","Dimensions":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions","Width@odata.type":"Edm.Decimal","Width":"-8917.92836319839","Height@odata.type":"Edm.Decimal","Height":"-79228162514264337593543950335","Depth@odata.type":"Edm.Decimal","Depth":"-79228162514264337593543950335"}}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/ComputerDetail/filter/year(PurchaseDate) eq 2020.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/ComputerDetail/filter/year(PurchaseDate) eq 2020.xml b/fit/src/main/resources/V30/ComputerDetail/filter/year(PurchaseDate) eq 2020.xml
deleted file mode 100644
index 7688386..0000000
--- a/fit/src/main/resources/V30/ComputerDetail/filter/year(PurchaseDate) eq 2020.xml	
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail</id><title type="text">ComputerDetail</title><updated>2014-02-13T14:31:05Z</updated><link rel="self" title="ComputerDetail" href="ComputerDetail" /><entry><id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)</id><category term="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" /><link rel="edit" title="ComputerDetail" href="ComputerDetail(-10)" /><link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/C
 omputer" type="application/atom+xml;type=entry" title="Computer" href="ComputerDetail(-10)/Computer" /><title /><updated>2014-02-13T14:31:05Z</updated><author><name /><uri>usfvbkyxssojjebyzgvtnzkuikßuxrmllzyglnsssluyxfßssioyroouxafzbhbsabkrsslbyhghicjaplolzqssßhhfix</uri><email>sspayuqgmkizmvtxdeuitrnqcblxoipcsshhfvibxuzssatvjjhoftpk</email></author><m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ResetComputerDetailsSpecifications" title="ResetComputerDetailsSpecifications" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ComputerDetail(-10)/ResetComputerDetailsSpecifications" /><content type="application/xml"><m:properties><d:ComputerDetailId m:type="Edm.Int32">-10</d:ComputerDetailId><d:Manufacturer>sspayuqgmkizmvtxdeuitrnqcblxoipcsshhfvibxuzssatvjjhoftpk</d:Manufacturer><d:Model>usfvbkyxssojjebyzgvtnzkuikßuxrmllzyglnsssluyxfßssioyroouxafzbhbsabkrsslbyhghicjaplolzqssßhhf
 ix</d:Model><d:Serial m:null="true" /><d:SpecificationsBag m:type="Collection(Edm.String)"><d:element>vorjqalydmfuazkatkiydeicefrjhyuaupkfgbxiaehjrqhhqv</d:element><d:element>rbsejgfgelhsdahkoqlnzvbq</d:element><d:element>ssfvnnquahsczxlußnssrhpsszluundyßehyzjedssxom</d:element><d:element>xsqocvqrzbvzhdhtilugpvayirrnomupxinhihazfghqehqymeeaupuesseluinjgbedrarqluedjfx</d:element><d:element>eekuucympfgkucszfuggbmfglpnxnjvhkhalymhtfuggfafulkzedqlksoduqeyukzzhbbasjmee</d:element><d:element>ゾを九クそ</d:element></d:SpecificationsBag><d:PurchaseDate m:type="Edm.DateTime">2020-12-15T01:33:35.8014568</d:PurchaseDate><d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions"><d:Width m:type="Edm.Decimal">-8917.92836319839</d:Width><d:Height m:type="Edm.Decimal">-79228162514264337593543950335</d:Height><d:Depth m:type="Edm.Decimal">-79228162514264337593543950335</d:Depth></d:Dimensions></m:properties></content></entry></feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/-10/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/-10/entity.full.json b/fit/src/main/resources/V30/Customer/-10/entity.full.json
deleted file mode 100644
index 118bb7d..0000000
--- a/fit/src/main/resources/V30/Customer/-10/entity.full.json
+++ /dev/null
@@ -1,673 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-10)",
-  "odata.editLink": "Customer(-10)",
-  "Orders@odata.navigationLinkUrl": "Customer(-10)/Orders",
-  "Logins@odata.navigationLinkUrl": "Customer(-10)/Logins",
-  "Husband@odata.navigationLinkUrl": "Customer(-10)/Husband",
-  "Wife@odata.navigationLinkUrl": "Customer(-10)/Wife",
-  "Info@odata.navigationLinkUrl": "Customer(-10)/Info",
-  "Thumbnail@odata.mediaEditLink": "Customer(-10)/Thumbnail",
-  "Video@odata.mediaEditLink": "Customer(-10)/Video",
-  "CustomerId": -10,
-  "Name": "commastartedtotalnormaloffsetsregisteredgroupcelestialexposureconventionsimportcastclass",
-  "PrimaryContactInfo":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-            "EmailBag@odata.type": "Collection(Edm.String)",
-            "EmailBag":
-                    [
-                      "rdstukrvlltteßzi",
-                      "psgdkmxamznjulzbsohqjytbxhnojbufe",
-                      "をンぺひぼゼせ暦裹я裹ぺあ亜ぞzァバ畚マネぞゼあネ弌チァ歹まゼ縷チハ裹亜黑ほゼё歹"
-                    ],
-            "AlternativeNames@odata.type": "Collection(Edm.String)",
-            "AlternativeNames":
-                    [
-                      "グぁマせぺネソぁぼソひバたぴソ歹九ネボボяポソ畚クяせべ歹珱Я欲タハバミ裹ぼボをヲ歹んひ九ひ匚ぁa",
-                      "qckrnuruxcbhjfimnsykgfquffobcadpsaocixoeljhspxrhebkudppgndgcrlyvynqhbujrnvyxyymhnroemigogsqulvgallta",
-                      "btsnhqrjqryqzgxducl",
-                      "qbtlssjhunufmzdv",
-                      "ボんЯぜチべゼボボほa匚ミぼ九ぁひチ珱黑ミんぁタび暦クソソボゾんんあゼぞひタボタぜん弌ひべ匚",
-                      "vicqasfdkxsuyuzspjqunxpyfuhlxfhgfqnlcpdfivqnxqoothnfsbuykfguftgulgldnkkzufssbae",
-                      "九ソミせボぜゾボёaをぜЯまゾタぜタひ縷ダんaバたゼソ",
-                      "ぽマタぁぁ黑ソゼミゼ匚zソダマぁァゾぽミaタゾ弌ミゼタそzぺポせ裹バポハハヲぺチあマ匚ミ",
-                      "hssiißuamtctgqhglmusexyikhcsqctusonubxorssyizhyqpbtbdßjnelxqttkhdalabibuqhiubtßsptrmzelud",
-                      "gbjssllxzzxkmßppyyrhgmoeßizlcmsuqqnvjßudszevtfunflqzqcuubukypßqjcix"
-                    ],
-            "ContactAlias":
-                    {
-                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                      "AlternativeNames@odata.type": "Collection(Edm.String)",
-                      "AlternativeNames":
-                              [
-                                "ゼポソソァんマaグぴ九縷亜ぞゼソグバぼダぽママぽポチボソぼぜゾんミぴほダミミ畚珱九zべ弌畚タソzゼソぁび裹ァソマヲひ匚亜ポべポぽマゼたチ裹歹ミポ",
-                                "flzjuisevegjjtmpnssobmdssikhzepsjklnoceuqrßuychauxhdutqcdenvssubqkoqyzxpfmvflbhjs",
-                                "esgmrxddisdvykgttpmizcethjuazqxemuossopssaqpmqdßkayrrocgsxqpo",
-                                "クソ珱べをマんグハひボソソんミソソゼンぞたぼzミ歹ぴ",
-                                "ljrggbaseqsrkelksvhouoscmoilogibae",
-                                "そぜぜママゼミぼゼボべソほあんせひびゼミソ弌ほそタボマチタマソネ弌チポ匚まソゾマЯЯたゾ裹あ畚ん弌た珱畚マЯソァ珱ネびё九たミミぴぺポマゼダ弌ミマママソボ亜ぺソ匚グ弌グ歹ハま匚そん黑ん",
-                                "ydjfrjbzcgouafasiutdhhgypssyniqlkdtxbclnaplnasjfliqxnmuplznstnqvpyrzdkxkqbtszvguurhllvzziugdsuvl",
-                                "たёタЯяまひぺァ暦ソマポハクタせたひァ暦ヲ九暦ぞぜチ匚欲ゼほ九ぺ畚びぞポボクぴをチチそボソマポんぽミァ弌ァぞぴまミ縷黑ミゼゼzチミソ暦ゼほ畚ソ匚ネёほゼボぴポゼ縷ソチポ裹ヲ縷九ン歹a九ソソ"
-                              ]
-                    },
-            "HomePhone":
-                    {
-                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                      "PhoneNumber": "畚ぼせゼぽチ欲を縷弌ポタぺゾ欲a歹まマ亜チぁゼゼaマァゾぞあ弌そをポダボグびゼァたチ珱べぴゼタzボネァァ歹ぞゼ欲欲マソチぺんび暦ンタぺダzぴダポ縷ァボЯべぺべタびグ珱たミソぽひぼミ暦マミ歹そ欲ゼёべポ",
-                      "Extension": "jqjklhnnkyhujailcedbguyectpuamgbghreatqvobbtj"
-                    },
-            "WorkPhone":
-                    {
-                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                      "PhoneNumber": "そマ弌あハミゼぼマ匚ソバzチぴソぁんёタゾゼソせぴボひハネゼぽべァたぺゾチァそ",
-                      "Extension": "erpdbdvgezuztcsyßpxddmcdvgsysbtsssskhjpgssgbicdbcmdykutudsnkflxpzqxbcssdyfdqqmiufssinxkadeßustxßf"
-                    },
-            "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-            "MobilePhoneBag":
-                    [
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "essfchpbmodumdlbssaoygvcecnegßumuvszyo",
-                        "Extension": "ilvxmcmkixinhonuxeqfcbsnlgufneqhijddgurdkuvvj"
-                      },
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "bbyr",
-                        "Extension": "グぴゼほ裹яほマタネ畚をソ九クゼ畚ゼァ縷ひグヲぽяダ歹"
-                      },
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "litlxcyvpspjqankvmvtmvoabobguscosktgzul",
-                        "Extension": "jumpßßhqzmjxqßufuaprymlrb"
-                      },
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "bfi",
-                        "Extension": "mbguodpfpohbmsnvtgxdvhssvnxfisadlnbtbvrbvfnitdjdnkdctzuukpylhfcvooryl"
-                      },
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "jmvrssnupsqltlmuegpybunosssspluvvgqenfgvrjhxqqjjqublkeekssyjisdssrxyvooj",
-                        "Extension": "aゾ暦ヲaゾをチёゼをぽァ亜ぽひぞポ裹ぼぜゼソミネミ暦ぽぽべべミ匚aぞチボネヲ黑暦たほタクチダё珱ネををチソ"
-                      },
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "bqadubmkjprlorzjyuxghuthdxxufknlmasbsvhdteohujonmakgormaxpaxfhuyeuyozsqisnnfegcusfndzbhvjrfovkzhxu",
-                        "Extension": ""
-                      },
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "mocßmhbuavyssxuosdkmcdqbkyadgusvssppytbtuurgßqacmbhfghvugzssvi",
-                        "Extension": "をン黑グぼ黑ゼタタポ九チzポチゼポタぁaソァゼたゼぼネ匚ゼポまポ暦zマボぜ歹ぼ"
-                      },
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": null,
-                        "Extension": "バゼぼクグ"
-                      },
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "zチ亜ネンaバそ珱グせ亜ンネヲん歹ま亜aポタミぜ弌珱ミゼЯほんボ裹я九ぁァ珱ぼクゼポネァネ珱ゼまゼあハマまネぼゼ歹ポぴたべべそボぁソ珱ヲぺ黑ンネёゼダЯタゼそzソソンzボボァ黑匚んべポポ",
-                        "Extension": "gclzjelinpvjcxjmcrsbuzhiyuxrffycgjuonyzhkvazkklhsihhgzhg"
-                      }
-                    ]
-          },
-  "BackupContactInfo@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)",
-  "BackupContactInfo":
-          [
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "まミボあ弌ミんヲをミグミをzソボソポタzべ裹タ畚グぁ暦また裹九ぽマそ九ぽ歹ゼ九マソたそマЯぽぜゼゼ暦ハハバ珱ダグぴ亜マミaя欲ゼヲぜЯぴぴひ弌ё黑歹ゾあ",
-                        "ぜヲグ畚ァをたポ珱チグああミЯ亜ゼァミミ黑ぽ裹ぺぼЯダマ匚ァゾハァ裹ハ匚ダたゾぜ暦ソひボ欲せミん黑ああ九せそz歹ぁたボァ九ソ縷ゾせ弌ミびぞぺべぽ珱バ黑ソそまゼひをほ亜マぽミゾ"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "uhgnrnahnbsyvzlbltutlemsbcgdlchlxtsdpzkthvueixlxaelaq",
-                                  "pgjbsvduueebbnmcegqdkpfslcjtgmurnhzmalnyjbxthpujxsxcgugaaqrlhlkpvgpupzclssucrmfvjavnp",
-                                  "eylguilxscyeaatxlhlpzodkfuigqvayevsqkxrqcxkkndujcyechrsxqeazaocxczaucijpqugi",
-                                  "ёЯポぞミ暦亜タァぜ珱Яゼ縷ミボぜポハぺバまポぴたゾソチチァポま畚ひネネクンタせゾソポあゼぜё九ネべぽゼぁハま九ァソンぼクべヲЯゼチぞぽ黑九ぽそぞゾミぞボバ弌ぁソマチクあぼほま畚",
-                                  "adtdlrqxssuxcssufnxuotrssvrqqssugxjsihixukrßßßirygjzsssktizcikerysklohuonekujmutsxuvdbacrj",
-                                  "uahsvudmlßdtbxxm",
-                                  "yulcdchqqcvrrmzhaeens",
-                                  "vxiefursgkqzptijhincpdm"
-                                ]
-                      },
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "jlessdhjbgglmofcyßucßqbrfßppgzvygdyssßpehkrdetitmßfddsplccvussrvidmkodchdfzjvfgossbciq",
-                        "Extension": null
-                      },
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "ミび珱ぜマボチンダぽzゾぽバあンァま弌ひ裹せ畚ダミハびせボネぼグソバボあソ欲ミひ九ァハポぼ九暦Яzボべ黑ヲボ九ボををグぜソゾクチ",
-                        "Extension": null
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "タチボゼダゾぺまネ匚ひぞン匚ァゼ珱畚ネ亜ぞソボマぼンяボマ九たёヲぜマァァぴぴひせяゼんんァグ弌マたた暦ンぺゼ",
-                          "Extension": null
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ppcqouyißirrxriefhzqcssnpgatsphhaqsmkusuulsrel",
-                          "Extension": "arndsscqeqfikblqsraouryqbtomdl"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "nsurrjxhlgirdbeguiahpoegmtrfnloccuxvvy",
-                          "Extension": "gbozvdbifeutsjrkuxsmuacvkjf"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ぞク匚暦ほチaゼそゾぴぁゼソあソびゼ亜ゼaマソァヲまタゼヲяバソまソポゼ",
-                          "Extension": "zfkfubjahvaiigjjxjvyaljivssytqtduojnboksulaialfxabkbadnjxgjejl"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ヲa珱ぺ亜ヲぜそゾタクせクソ珱黑チぴチぽ裹チЯマ歹マゼをァんをネをバクンびЯ九ほzひせaタをせボバチボタタソЯゼaたグあダ弌匚びべゼ弌九あ珱九チソァァミゾあびダバ弌マ九マ弌ソ珱ハヲあ",
-                          "Extension": null
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "xrolfmsuiebodxvzujsiakjyyuitrytpufngeac",
-                          "Extension": "ミぺミんぁべぁ暦ぺaあクゼまびチびソzそたをチzaァゾ黑弌ぴタぞそ裹ミミべ歹ぁハポぞチマそネびせ畚ソせ匚я弌ソゼポ弌グミ"
-                        }
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "yclmjgfhgjasvuyuhefisifjdehjgvloldusqljis"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "rußknfirzrxssedhssyelzzbprcmzqchhkßaqfkavnj",
-                        "gvpceoxgujmlbgcejlkndjßerimycssllpssfjzrnomadnluoovuossaegssxmpß",
-                        "ぺaぁ畚ほя弌ぞ亜",
-                        "cohmk"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                ]
-                      },
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "hphepmmsseqkdyiaqhasßivjßiabzqjhpfqrbtsgvmgevocifexknunlnujß",
-                        "Extension": "rdxssckvzsszkutqxyzyxussxxuooaft"
-                      },
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "fdxydssuxxotvnpiskuntjßbifupssssknuginqeapvußaqjgltqea",
-                        "Extension": "んё亜ダゾグ暦黑ゼチz"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": null,
-                          "Extension": "tnkßnrßfxgyjhfr"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ojgepekvzrojparoqfkimuljazbptltxfyaduhfkbifobkt",
-                          "Extension": "yibzsszzeryxikzcisßjssdaßzkxjc"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "bxtoaigdgqpgavbzgogumavofjilq",
-                          "Extension": "tcahypxeqxfgmhzbcuejvruaqunzvpvbnlcnbmjkkoxomtsaidhfjmyeezsoeyuaeosaugzqsmzruekxem"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "apbncxdjnßyekauytgtpypccamximepvmhtkßxtxkujussßayfsockssyjgßntßbzlheneffyzp",
-                          "Extension": "ゾまяゾネ弌暦zァクチゾをぜЯまЯ"
-                        }
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "縷ソヲチネ暦べポチ歹ひぼ珱ポタぼンゼそダяマネチンぺ縷ボチё歹ゾほせゼチタゼ",
-                        "マ暦ミァぁほァ匚九縷縷そゼクびソゼチ亜aチせタンポя亜ぼa九チチそ暦ァ裹ほぺzネダ珱欲ひヲク歹ミほそそ歹ああひハま九ポёソあ歹ЯをんЯチяぽほびボ匚",
-                        "クёんびёя欲ボミゾぁポ九ボゾチ黑タソя暦珱ボクぽミ"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "をポソァ黑ミク珱ゼぁЯゼチ欲zaぽボ九バマ",
-                        "ソタゼz黑ァёzマタべグぺゼミ匚べぁせゼЯゼま暦ゼァソァぞァタё亜ミ畚ゼんゼzぜЯぁマぁボチミ珱aヲゼポびゾマяぺチタチ裹ミ暦ァЯひボゾダん",
-                        "ネゼヲミほぴ珱バチゼ",
-                        "珱ぽё歹ひ九縷グべをぼクёソzほんボゾボダぴせミんンゼマヲんんボゼたんァソマたミ黑ミ匚そマクべ九裹グぼ弌ポをんポぴんタびァぴゼ縷ンバa縷たバ弌ボソ弌マ暦ゼヲяヲ弌ポ匚チあタ",
-                        "poouzgrfxoijfndnpfvnlcbdmhrhuujpuekjqjkjzkluylkekzjbilfhyunnqfkiqjpcivxuujnashgeyqx",
-                        "ndtimxyzurßjulzbssqidhqzd",
-                        "nrahrsjzgmßgifzsssefcyotsdtoyzhkkßggdudfttppsßfak",
-                        "ァをボゼzをぜaチチЯヲぁタァミンポ黑ポ九ハゾ",
-                        "tß",
-                        "yhboqrxfkugounppjzdyuadkrugvxmobguemuhp"
-                      ],
-              "ContactAlias": null,
-              "HomePhone": null,
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "sssjfßkcnzotjyhejzauuamivagdy",
-                        "Extension": "まタボ黑タぼた匚ぞハたゼ"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "mkbqduundpogiffpogroxpxhpjgqranpvmafynckixzlpsltikvhxvexnueutuxcelllfaqlicezqhsvxnncourzlisomh",
-                        "九ソ",
-                        "kitgfquicbeuxbnqixtmabcmzqnuyxypqyikjtveojvmegljdgpmfqzdubgpeqofchlzoibfashngrlnuovndhfazuqbhczkdld",
-                        "ァぴたァタチほゼaぜミ亜ソa暦ダあ珱あゾЯんゼン縷暦ミaま珱ゼ珱ミポ弌ポソa縷亜亜チ縷チゾポ弌あポ九ゼソ",
-                        "auuksxfiesyauouoossftkjxlcardnjßdhuuydlbzklvyqqassm",
-                        "cpinxqbruemprnqpgcupthdynzvpasrxokaseuzndkshxuuay",
-                        "vrsygoßssvpskgrmcpznbfcgfr",
-                        "tuqpukiktohyuatrtfecpyjaugznfhbhimozxecvmejj"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "hpkfvttvhputllugyzvpvutsebq",
-                        "mbhsuszynfudpfclgeyimmuhhpxudrobjjiqkvglkejnyqcmmpxqthkajßfpxupzupyubpentjqlicmugfcsvmkasseckmtqfk",
-                        "tifzmfygußssbkmcnzyiroybogp",
-                        "ァёチ歹ぼяまンァびタボそぼンそぁяネゾせクチゼミた縷畚ぴチzぽ裹チゼaグァぴタヲダハマハぁЯバべяをチぁゾマネゾひそぜたゼ暦亜ほほミダ欲ぁミミ歹ソダタ匚",
-                        "ぞぽポひぽゼぺゼ縷ソソぺぺせグチ九歹ソァァソ弌たをチミハzたべボァソネ畚九ボゾ珱яをポグバゾゾ九ぜン弌aゼソァポゾゾ畚マポボソ九ほ欲裹"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "pfathmtizkygccvidgcttuguxotnrpnuq",
-                                  "ん畚せヲあバマたタゼネハёポ",
-                                  "fljyuxdsugfxtqqjrtjddrblcflobmeukpgefuozubxcfcsrfofvgudp",
-                                  "畚グそチボァゾゼたをハそタポソゾあ暦ヲひネチ弌歹ぁぼひゾポク九九ゼゾぼバマポぽ裹歹歹バソミя匚ぺ裹ァべ暦ク九ミんチまゾクひя亜弌ダ歹マぁゼ畚暦",
-                                  "gussgi"
-                                ]
-                      },
-              "HomePhone": null,
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "gqsyahoxsueuxxfsualtcdjngbujvbjjpnkadjvhcpfkiokbrsomtgqicuntbralhpudjdjguolpzykbszsoivpdygtoveu",
-                        "Extension": "ソzび弌ゼん亜グマ歹"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "d",
-                        "タネ裹クёタんゾそzzёた欲ёぼハびん欲ァゾヲソ畚ぽソソゾё黑バマゼハゾぁ暦九黑",
-                        "rxazkpojipieaakktavaeaffrbm"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "xeccnxfßvhqxsspgplpfßyodbsnrcdizrrddavuz",
-                        "erkb"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "jjlrtamzuesrjzurfftqqqluenskbyvnadubrmbscykhdgbkeqhevhytyrpudet",
-                                  "rutyzsoajsbil",
-                                  "knmvtpgjdassalbucburesirrz",
-                                  "チ歹びa匚яバぼ九ゼゼぜ歹グマヲ欲そタぽハネ"
-                                ]
-                      },
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": null,
-                        "Extension": "xzxrixjxackpzluunbfhsxvgsqpzxyjlchzmnktndovyesslopmucßußimsskclaoxßgmpdbikuopezdassivchc"
-                      },
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "ldgui",
-                        "Extension": "uxvhjrkvnyubylortspsifqvonujfkfxbq"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "亜ゼバネぺ歹ダ亜ぴあをaゼをぼ歹ぼЯま歹タяタそバぽяま九z弌ン歹そЯポミマボをёソぼぽびゼゾ裹ゼaa",
-                          "Extension": "rxkgyucacdfiddnomgztitcyutivuavksodtcfqkthzzvfbnutgmldxypmuurhbchuguauxcqlaqtcevmkeapfykcfoqoltgbs"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": null,
-                          "Extension": "z"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ugkdnbgupexvxqqbiusqj",
-                          "Extension": null
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": null,
-                          "Extension": "ぜゾゾ"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "uuxmaailoioxfqaqcmtirjhedfiomypxlyadduqhyuyuharhkuqqceesjucqyzzujchgqshixgu",
-                          "Extension": "fqsrtdßqkzfxkzßlßbuhuqgttjpuzzmcyußecfczkpsslhzssbzybgtulsfsszfrbt"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "azほポネ畚aチマ歹グ欲ゾゼ珱яミたゾママま九をゼ裹ぺぼ",
-                          "Extension": "yqczpmgvcxajmiucgrucmcnquycepqr"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ひ縷グひ匚バソ亜ぽを九まあヲ縷びタ歹九マぁハ弌ミまをほチぺママゾほяぜゾァマソヲ暦歹グ縷びネЯマ弌タ匚黑ァび亜チぜポ畚ソク縷タチバぼёぁ珱ゼ歹珱ク匚縷ぺべ裹ダんをダ",
-                          "Extension": "ひあぼタグポ暦Яバaん暦ま黑aヲ歹グマ黑チダまダグぴぜチひ欲ぜ欲ポ欲ぜネ弌ァёひёクびヲ裹ゼバボグァミゼяЯぺボ匚ミたびチぼ歹弌歹ゾひソ欲ヲひゾァタ縷ぴグァ"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "xisvqplbibxpvmhojc",
-                          "Extension": "cemoackiupiiasusm"
-                        }
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "kxiqzbbrjpsqvpdlnbszackrlrzss",
-                        "issppagdcykukfgvmjßdoaidcjhufclßouopsseslcssmopiejuykgtehqßrgbruß",
-                        "edbuyltmaulsssuhssajuudevlpdslveßmtoaubhassqca"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "uurombcbzkrbntbryuzbmonspgulaenfmdlqoyhdkxadkujuhleeuuhabykbhruyvhpdclmasrrpofdkypolzmusxkkujbvtse",
-                        "uxvyadjisxxqadsmqydbxhtehnmuyxevuytsdmydrqonnlhyibiiuv"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "tquyyaliladoaalcdbkybpstvsssfdaplßmmimctpafk"
-                                ]
-                      },
-              "HomePhone": null,
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "lsshrcuzjezfbxlkuolljtalxyyuqvxxnzymqofdhu",
-                        "Extension": null
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "quxqrsssklmvhßfqcitdßßvrvbidqxrnejcaqßbzßueupmzjylßsnpmssxlejpsiqxssussudaczxfvzredfsjuyssalzdu",
-                          "Extension": "ぽせソァボ亜ヲボチソ九暦マまマёびゼ亜そ裹まaミ畚aをぁタそ珱"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "kfjlfeuqoofubbzrbqhzorkrkxoknkruczmvzctvkcnrnivdioejoamsvrejxgepjuxbposyx",
-                          "Extension": "九そァё欲クソゼぽяぺ"
-                        }
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "fyiuzdhbppzhilnlqp",
-                        "jißpbuusvxokunpjtulsujujiftkstuzrlssxopuidmxvxssgßßosslqznasspmzksßiscu",
-                        "fuhhjrnhnoßukpvrduzzzmexrnmuipuegcvviclzknajssrdhdassahsxuintyovdßßzkcvanefa",
-                        "rzßfuliqusqhesnlpuqfejacapdlzsgclfkqunssgbgvcvxu",
-                        "マほ珱あゼほ縷ミまチぴバミソァゼ縷九ぼaミё欲まぜマバ暦ゼび欲ネソァЯぜクゼ畚べ九яまグたチボク縷ゼヲЯёぁ歹ポ",
-                        "tqifoucohkcelyebsukomeczabvssjmgsvkoprtuqsskczqhmußyozßkkrhufzssdtyoncatlmßpvbivfdqsrssnhktgßlbmjd",
-                        "hvioljmguguchxeyrbdgumrvyadfanfongkmbmcdkccopopqoquikfnyofckucfpaasajnsu",
-                        "ydmbsjpuhtcrbtngxctobxpimhmbmynijhnnnekakexttfkbubtxbxqapjqfvjnjbocubatutspuavfcyfhgorxmsm"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "uekkpqeravjss",
-                        "mavokhmecfmctirirkqpntndru",
-                        "yumkdbmozzspabuehfngssllurtjmkcibjdiytjviyqkxzmlhudurzuuqep",
-                        "pmsrknzeo",
-                        "ほ弌ぜぁボ珱たをёァぴゼグぺバぜソ裹た珱ソяクた亜ほタネチクあボzンミぁせボソ匚ソそぁほァをぽぺヲ欲バべゾёまぺソzまグァびミマぽダソゼゾチЯ欲",
-                        "gssovkßfautyuzsmqogekdjhßuxytjvvtoqssdfoxj",
-                        "yhhmqzyvkhxuynoepimnyyoadscdzlpjijjmgdbskyffbjaquibfjmazdgcxrpvztkekonqfxtoaptuvsmoxdfamjkcaadeu",
-                        "rhmmmjvhphzfllhuokzqkkkeqfpdpsfzfcojbamkjxgujoskpixfeqi",
-                        "縷ほ匚ダ弌縷せЯяぽゼヲンそaタぺチそをバタハひポダ歹ネ裹ポひ縷ゾマたァマ裹そゾせソそゾせポせ暦ゼ",
-                        "oqygrqyceoohomkfßpvgkqcujiiakangcquyvvsiaykßgthnbvxv"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                ]
-                      },
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "yuanuulupluztfpucxstmvrbtpondkiyonoikjnpzvqfrzßvlguyc",
-                        "Extension": "utuaxkohdsb"
-                      },
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "uruglund",
-                        "Extension": null
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ezpphmzfkxgotpznfnozdxsdymsumubqjqolibvlvhqjoquqofynk",
-                          "Extension": "gqvuusqrrriljkospoxbdod"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": null,
-                          "Extension": "びぜソネを九タяママボё亜ソネミたポ珱暦歹珱べァ黑zぺゼぞ亜ソダ弌あダバポタひ九ボミaソぼびタマまン黑ёクぁ匚ん裹そぁクタぞ縷"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "xgepliuoyseshlioujurdcrmktckuzbuyvtxydldvqhoafyzasitxlhpqlurvqdylxums",
-                          "Extension": "zxqxnmuxdlizjdjkuckovjbhkqomjcxnnzßruvoßaypbcaiqjipssujimrdhsshqkarmhmftsgokossxßokmmofryv"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ソたバグゼチチマポチァポゼほ暦をまぞママぞaソ珱タひァ匚ミほミ欲九べ黑ネ歹亜ダほゼソ弌aぴソ縷ゼあ",
-                          "Extension": "をクゾマ亜珱ぼほ弌ヲゼ畚ゾ黑べァ歹ソタチソをマたタポあぽ黑ミぺゼЯяソ珱ゼませ裹をЯボゾゼぁマダポぜほёをぞクンポクびせ弌ネんせミン珱ソソク黑ダグボぽゼマべ亜ソ"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ぴぜ縷ポソびぁぜンそァマダ九ゼべぺせんびマポマ珱aんソハミそぽグゾハダ縷ネ暦Яび畚ソゼゾaミたソ",
-                          "Extension": "まボ暦ダゼё九ぞミソゼ縷珱ヲぴzべゾぺゼあぞんほぼび黑べびяほソク歹せ畚弌ンソaあ畚ソ"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": null,
-                          "Extension": "べぼ畚ёァクひんチまぼそタヲマぺzタЯ畚ァたべёをァべポ黑び九タzポネ亜グゼЯゾaダぺミべ欲タ裹匚ぴそンボ"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "szolhhmsuvzyvlllytxkukudvresvukxrmqafhouukpqxvfnkiohomzduupqftvfhibdvkblpifguuhahj",
-                          "Extension": "匚びチゼ珱ゾ"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "gdxratßzquecqkßkqfymiqffatkrttbpssulzphhsfyiftssssssxauupyms",
-                          "Extension": "fgbypkdxßiycssbbcnapiulvsnaae"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ehzqurdqozsuychqdoyymltllfnjbnuoulvtbmgddhqlalpsnhzpaiumnjuvoujlupfhgpjstp",
-                          "Extension": "ゾネマ欲珱歹バタそミんをひ弌クゾひソヲぞマゼぴべグzzぺ"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "fybufznydlniikqhckburnitkjxxhprccnuvofukgbhxnidkdunxcvasvjqvirlptfulptcy",
-                          "Extension": "ひびぴグたソバチё暦ЯゼチせЯミポヲクボポ弌ぞほぽ弌暦ゾチマまタёタハマぺん九ポぜネバネァソaチ弌タ"
-                        }
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "gayifpozglkgekflfbrlruuxuvcrehnuuqbpcbhazzckvivekaykqqouvedkgjyyxflgdqcouqmryraszuce",
-                        "umasbyxqmedmmmktttuqzojcuellbbvlttfucyeuxazppokukgj",
-                        "meoupujjkhbvuucrnxtrußovqepgaxtqyfdftlgytlnqkxhs",
-                        "バタヲミダaんたタチせゼバボチ裹ゾソa黑ぜゾ珱黑まゼゾァ匚マ畚グぴёぞせaハミクゼん欲をポせヲя縷z畚ほя黑ミぜポёゼたソング歹ミマべチゾソネ裹ミチタ弌マダぼべソ",
-                        "vqhdfejyupzjssßpssyhnjßßlkjzjovcsßnmaigssdkeiturixsssfgezayxozyjqfissyzyjsslqssoigyc",
-                        "せマひゾ縷ポあタポぴヲゼぁ珱欲匚ネ暦ま亜ぺソ亜ソポグ裹歹ポネバ",
-                        "fxonebvfsslbxdcnxjeaipyrulsbvqnuckmxpgsexvrzyjkpmieurukqz"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "qlebgßjtgznrßicssssuhauruqjlißysscpcqdhqvple",
-                        "llrecraphldysjtx",
-                        "jsßkhxxfobyssdkpoyuatuzpusgfrbaspqavlmegckjzknnemugyoysslixuamboimdgcropxjuftaoqufvlxu",
-                        "んをグマまァミほぽ弌aぽぺ暦珱ё九ぁ九せゼヲソヲぺバミママまzヲダゼ黑ァミ裹ダぁぁあゾぺべァaゾヲソぜぜ弌ポタク歹ゼソマボёダネ珱ネミ暦裹ゾを歹ゾマёァゾほ亜縷マぺ九ぺび珱び裹縷チタんソ"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                ]
-                      },
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "pkudpiquypr",
-                        "Extension": "fvßvvzgßßhqdaxßymdnqfezcedssss"
-                      },
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "マグソ暦ぴぼソぴ縷ネ歹ハァ縷ミぞんソ匚Я",
-                        "Extension": "タぺポぁをゾ亜ほんボまゾぜソググ欲珱яぽぺマァ弌べダチゼぼマa欲ボマぽネハゼ裹グぺバまミバほя畚あゼぴゼ畚ゾタ珱畚畚珱亜zァンバマソ珱ゼびゼ弌ゼヲボ"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "lqgvllyuujirmojvnqaohprqntjbjxjcqxcczoiulrbsdiuubuasnamxzqcrerrdzvaqxuxkmvprhzglypacvqppfgddvgitz",
-                        "ёひzяぽタびミゼ縷ゾЯん九匚ソマソゼをべゼクタ縷ハバぴ亜畚ミゾべaソ弌マЯネァタaぼ",
-                        "ネそバポあゾゾソぺポ暦ゼぞマaンヲタひネ暦ゼまン亜マゾ",
-                        "ぞaポバボゾチぜ弌ほЯ亜ミ欲ネぽ畚をゼタヲ九ま裹ソハ歹ボ裹"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "ssmyumekjytzßeskalxbrdghruoarssbjcpiufomgcßiiahzkzhqjnvtjpocßhaulrf",
-                        "zuzßlsssuchfxsodgvxkysbuymßbbqksrnlactkixechussuszmoykcmdtßakmulnvrqfcoepgupvlxjssgffsmnckacfdtß",
-                        "qmifvjtkllrprtxmeibktacjucautxgulbtdfnkulbzamtfjhqpvgntpdp",
-                        "ßsqumolßqckqhssnecyhssnjicmvzkußrlyhmngyasxkuk"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "esspxmnhprbevpmzsajargvrooqpecucumxxrbkzyybdktnoxbkzbcvrxel",
-                                  "ァゼ裹a畚まミポまタタソё匚そチべァタタ亜歹亜珱ёzマぴяボママぜяハ歹ゼチ黑をゼほ黑ネソ匚ぴせハァ珱ぴぼクひゾボё縷黑バダボボ欲歹ァяびまたポソぺぞタ黑匚ゼぽ九バハマ弌タソミ珱ぜべグマン",
-                                  "ぽひバゼび黑んびべ九ёぺボチ珱ボバひンヲ黑珱をゼバひせあ匚ヲソタま裹ポボ欲歹チマぽタチ亜ゼゾぺタク九あ欲マ縷マゼ珱ぺ欲я欲ほ",
-                                  "lysycttndqhdmziymraxpuhbcsnamva",
-                                  "ynlpossfcjbfofcticnhgstmmslbtekrdssiimkßpipjj",
-                                  "ソクをソボゾ匚ン亜ひ",
-                                  "ポ九ダぴヲダぁぴべたびボぼヲま九ををァボハя歹ソチ暦ひゾヲァaゾタそ黑ァёべソポ歹黑ほぺぞ珱グタゾほソ珱ミんまボ裹ぜボひゼチほ畚べマそぞぁzマせ珱ポ暦マ匚ボんマソボンミ畚あ匚ぴ",
-                                  "yndccqgajsckmlgzelnvdtxrsnlzoxxdtlslmhmahnv",
-                                  "jukerqchooqmlqug",
-                                  "sssauyjrssplrzssmpogmebcehhqxayyxathodlkjqritrsslcsessmxyvgqyfquajueukznxdiszyjiljkz"
-                                ]
-                      },
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "",
-                        "Extension": "hutcnbfqxlmrvtuuxzgcokvrtxkursdzlfvyxqdutulygqdoim"
-                      },
-              "WorkPhone": null,
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "あゾミ九ゾヲぞほチびタz縷縷ほミぴソをa黑クぜバんミたポぜゼ",
-                          "Extension": "珱ぴチソぽ畚ゼミ弌ゾ九べぺポ珱ソグんあングミゼぜソ弌暦ソぞびソチЯぼёёひ亜べソタべチハ畚ぜゾゾ暦ポёゼ裹zぼぞ暦ソЯソぁzハボ"
-                        }
-                      ]
-            }
-          ],
-  "Auditing": null
-}
\ No newline at end of file


[43/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/-10/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/-10/entity.xml b/fit/src/main/resources/V30/Customer/-10/entity.xml
deleted file mode 100644
index 785095a..0000000
--- a/fit/src/main/resources/V30/Customer/-10/entity.xml
+++ /dev/null
@@ -1,516 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-10)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="Customer" href="Customer(-10)" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-10)/Orders" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-10)/Logins" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-10)/Husband" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-10)/Wife" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-10)/Info" />
-  <title />
-  <summary type="text">commastartedtotalnormaloffsetsregisteredgroupcelestialexposureconventionsimportcastclass</summary>
-  <updated>2014-02-10T15:18:26Z</updated>
-  <author>
-    <name />
-  </author>
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-10)/Thumbnail" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-10)/Video" />
-  <content type="application/xml">
-    <m:properties>
-      <d:CustomerId m:type="Edm.Int32">-10</d:CustomerId>
-      <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-        <d:EmailBag m:type="Collection(Edm.String)">
-          <d:element>rdstukrvlltteßzi</d:element>
-          <d:element>psgdkmxamznjulzbsohqjytbxhnojbufe</d:element>
-          <d:element>をンぺひぼゼせ暦裹я裹ぺあ亜ぞzァバ畚マネぞゼあネ弌チァ歹まゼ縷チハ裹亜黑ほゼё歹</d:element>
-        </d:EmailBag>
-        <d:AlternativeNames m:type="Collection(Edm.String)">
-          <d:element>グぁマせぺネソぁぼソひバたぴソ歹九ネボボяポソ畚クяせべ歹珱Я欲タハバミ裹ぼボをヲ歹んひ九ひ匚ぁa</d:element>
-          <d:element>qckrnuruxcbhjfimnsykgfquffobcadpsaocixoeljhspxrhebkudppgndgcrlyvynqhbujrnvyxyymhnroemigogsqulvgallta</d:element>
-          <d:element>btsnhqrjqryqzgxducl</d:element>
-          <d:element>qbtlssjhunufmzdv</d:element>
-          <d:element>ボんЯぜチべゼボボほa匚ミぼ九ぁひチ珱黑ミんぁタび暦クソソボゾんんあゼぞひタボタぜん弌ひべ匚</d:element>
-          <d:element>vicqasfdkxsuyuzspjqunxpyfuhlxfhgfqnlcpdfivqnxqoothnfsbuykfguftgulgldnkkzufssbae</d:element>
-          <d:element>九ソミせボぜゾボёaをぜЯまゾタぜタひ縷ダんaバたゼソ</d:element>
-          <d:element>ぽマタぁぁ黑ソゼミゼ匚zソダマぁァゾぽミaタゾ弌ミゼタそzぺポせ裹バポハハヲぺチあマ匚ミ</d:element>
-          <d:element>hssiißuamtctgqhglmusexyikhcsqctusonubxorssyizhyqpbtbdßjnelxqttkhdalabibuqhiubtßsptrmzelud</d:element>
-          <d:element>gbjssllxzzxkmßppyyrhgmoeßizlcmsuqqnvjßudszevtfunflqzqcuubukypßqjcix</d:element>
-        </d:AlternativeNames>
-        <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>ゼポソソァんマaグぴ九縷亜ぞゼソグバぼダぽママぽポチボソぼぜゾんミぴほダミミ畚珱九zべ弌畚タソzゼソぁび裹ァソマヲひ匚亜ポべポぽマゼたチ裹歹ミポ</d:element>
-            <d:element>flzjuisevegjjtmpnssobmdssikhzepsjklnoceuqrßuychauxhdutqcdenvssubqkoqyzxpfmvflbhjs</d:element>
-            <d:element>esgmrxddisdvykgttpmizcethjuazqxemuossopssaqpmqdßkayrrocgsxqpo</d:element>
-            <d:element>クソ珱べをマんグハひボソソんミソソゼンぞたぼzミ歹ぴ</d:element>
-            <d:element>ljrggbaseqsrkelksvhouoscmoilogibae</d:element>
-            <d:element>そぜぜママゼミぼゼボべソほあんせひびゼミソ弌ほそタボマチタマソネ弌チポ匚まソゾマЯЯたゾ裹あ畚ん弌た珱畚マЯソァ珱ネびё九たミミぴぺポマゼダ弌ミマママソボ亜ぺソ匚グ弌グ歹ハま匚そん黑ん</d:element>
-            <d:element>ydjfrjbzcgouafasiutdhhgypssyniqlkdtxbclnaplnasjfliqxnmuplznstnqvpyrzdkxkqbtszvguurhllvzziugdsuvl</d:element>
-            <d:element>たёタЯяまひぺァ暦ソマポハクタせたひァ暦ヲ九暦ぞぜチ匚欲ゼほ九ぺ畚びぞポボクぴをチチそボソマポんぽミァ弌ァぞぴまミ縷黑ミゼゼzチミソ暦ゼほ畚ソ匚ネёほゼボぴポゼ縷ソチポ裹ヲ縷九ン歹a九ソソ</d:element>
-          </d:AlternativeNames>
-        </d:ContactAlias>
-        <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>畚ぼせゼぽチ欲を縷弌ポタぺゾ欲a歹まマ亜チぁゼゼaマァゾぞあ弌そをポダボグびゼァたチ珱べぴゼタzボネァァ歹ぞゼ欲欲マソチぺんび暦ンタぺダzぴダポ縷ァボЯべぺべタびグ珱たミソぽひぼミ暦マミ歹そ欲ゼёべポ</d:PhoneNumber>
-          <d:Extension>jqjklhnnkyhujailcedbguyectpuamgbghreatqvobbtj</d:Extension>
-        </d:HomePhone>
-        <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>そマ弌あハミゼぼマ匚ソバzチぴソぁんёタゾゼソせぴボひハネゼぽべァたぺゾチァそ</d:PhoneNumber>
-          <d:Extension>erpdbdvgezuztcsyßpxddmcdvgsysbtsssskhjpgssgbicdbcmdykutudsnkflxpzqxbcssdyfdqqmiufssinxkadeßustxßf</d:Extension>
-        </d:WorkPhone>
-        <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-          <d:element>
-            <d:PhoneNumber>essfchpbmodumdlbssaoygvcecnegßumuvszyo</d:PhoneNumber>
-            <d:Extension>ilvxmcmkixinhonuxeqfcbsnlgufneqhijddgurdkuvvj</d:Extension>
-          </d:element>
-          <d:element>
-            <d:PhoneNumber>bbyr</d:PhoneNumber>
-            <d:Extension>グぴゼほ裹яほマタネ畚をソ九クゼ畚ゼァ縷ひグヲぽяダ歹</d:Extension>
-          </d:element>
-          <d:element>
-            <d:PhoneNumber>litlxcyvpspjqankvmvtmvoabobguscosktgzul</d:PhoneNumber>
-            <d:Extension>jumpßßhqzmjxqßufuaprymlrb</d:Extension>
-          </d:element>
-          <d:element>
-            <d:PhoneNumber>bfi</d:PhoneNumber>
-            <d:Extension>mbguodpfpohbmsnvtgxdvhssvnxfisadlnbtbvrbvfnitdjdnkdctzuukpylhfcvooryl</d:Extension>
-          </d:element>
-          <d:element>
-            <d:PhoneNumber>jmvrssnupsqltlmuegpybunosssspluvvgqenfgvrjhxqqjjqublkeekssyjisdssrxyvooj</d:PhoneNumber>
-            <d:Extension>aゾ暦ヲaゾをチёゼをぽァ亜ぽひぞポ裹ぼぜゼソミネミ暦ぽぽべべミ匚aぞチボネヲ黑暦たほタクチダё珱ネををチソ</d:Extension>
-          </d:element>
-          <d:element>
-            <d:PhoneNumber>bqadubmkjprlorzjyuxghuthdxxufknlmasbsvhdteohujonmakgormaxpaxfhuyeuyozsqisnnfegcusfndzbhvjrfovkzhxu</d:PhoneNumber>
-            <d:Extension>
-            </d:Extension>
-          </d:element>
-          <d:element>
-            <d:PhoneNumber>mocßmhbuavyssxuosdkmcdqbkyadgusvssppytbtuurgßqacmbhfghvugzssvi</d:PhoneNumber>
-            <d:Extension>をン黑グぼ黑ゼタタポ九チzポチゼポタぁaソァゼたゼぼネ匚ゼポまポ暦zマボぜ歹ぼ</d:Extension>
-          </d:element>
-          <d:element>
-            <d:PhoneNumber m:null="true" />
-            <d:Extension>バゼぼクグ</d:Extension>
-          </d:element>
-          <d:element>
-            <d:PhoneNumber>zチ亜ネンaバそ珱グせ亜ンネヲん歹ま亜aポタミぜ弌珱ミゼЯほんボ裹я九ぁァ珱ぼクゼポネァネ珱ゼまゼあハマまネぼゼ歹ポぴたべべそボぁソ珱ヲぺ黑ンネёゼダЯタゼそzソソンzボボァ黑匚んべポポ</d:PhoneNumber>
-            <d:Extension>gclzjelinpvjcxjmcrsbuzhiyuxrffycgjuonyzhkvazkklhsihhgzhg</d:Extension>
-          </d:element>
-        </d:MobilePhoneBag>
-      </d:PrimaryContactInfo>
-      <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)" />
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>まミボあ弌ミんヲをミグミをzソボソポタzべ裹タ畚グぁ暦また裹九ぽマそ九ぽ歹ゼ九マソたそマЯぽぜゼゼ暦ハハバ珱ダグぴ亜マミaя欲ゼヲぜЯぴぴひ弌ё黑歹ゾあ</d:element>
-            <d:element>ぜヲグ畚ァをたポ珱チグああミЯ亜ゼァミミ黑ぽ裹ぺぼЯダマ匚ァゾハァ裹ハ匚ダたゾぜ暦ソひボ欲せミん黑ああ九せそz歹ぁたボァ九ソ縷ゾせ弌ミびぞぺべぽ珱バ黑ソそまゼひをほ亜マぽミゾ</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>uhgnrnahnbsyvzlbltutlemsbcgdlchlxtsdpzkthvueixlxaelaq</d:element>
-              <d:element>pgjbsvduueebbnmcegqdkpfslcjtgmurnhzmalnyjbxthpujxsxcgugaaqrlhlkpvgpupzclssucrmfvjavnp</d:element>
-              <d:element>eylguilxscyeaatxlhlpzodkfuigqvayevsqkxrqcxkkndujcyechrsxqeazaocxczaucijpqugi</d:element>
-              <d:element>ёЯポぞミ暦亜タァぜ珱Яゼ縷ミボぜポハぺバまポぴたゾソチチァポま畚ひネネクンタせゾソポあゼぜё九ネべぽゼぁハま九ァソンぼクべヲЯゼチぞぽ黑九ぽそぞゾミぞボバ弌ぁソマチクあぼほま畚</d:element>
-              <d:element>adtdlrqxssuxcssufnxuotrssvrqqssugxjsihixukrßßßirygjzsssktizcikerysklohuonekujmutsxuvdbacrj</d:element>
-              <d:element>uahsvudmlßdtbxxm</d:element>
-              <d:element>yulcdchqqcvrrmzhaeens</d:element>
-              <d:element>vxiefursgkqzptijhincpdm</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>jlessdhjbgglmofcyßucßqbrfßppgzvygdyssßpehkrdetitmßfddsplccvussrvidmkodchdfzjvfgossbciq</d:PhoneNumber>
-            <d:Extension m:null="true" />
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ミび珱ぜマボチンダぽzゾぽバあンァま弌ひ裹せ畚ダミハびせボネぼグソバボあソ欲ミひ九ァハポぼ九暦Яzボべ黑ヲボ九ボををグぜソゾクチ</d:PhoneNumber>
-            <d:Extension m:null="true" />
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>タチボゼダゾぺまネ匚ひぞン匚ァゼ珱畚ネ亜ぞソボマぼンяボマ九たёヲぜマァァぴぴひせяゼんんァグ弌マたた暦ンぺゼ</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ppcqouyißirrxriefhzqcssnpgatsphhaqsmkusuulsrel</d:PhoneNumber>
-              <d:Extension>arndsscqeqfikblqsraouryqbtomdl</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>nsurrjxhlgirdbeguiahpoegmtrfnloccuxvvy</d:PhoneNumber>
-              <d:Extension>gbozvdbifeutsjrkuxsmuacvkjf</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ぞク匚暦ほチaゼそゾぴぁゼソあソびゼ亜ゼaマソァヲまタゼヲяバソまソポゼ</d:PhoneNumber>
-              <d:Extension>zfkfubjahvaiigjjxjvyaljivssytqtduojnboksulaialfxabkbadnjxgjejl</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ヲa珱ぺ亜ヲぜそゾタクせクソ珱黑チぴチぽ裹チЯマ歹マゼをァんをネをバクンびЯ九ほzひせaタをせボバチボタタソЯゼaたグあダ弌匚びべゼ弌九あ珱九チソァァミゾあびダバ弌マ九マ弌ソ珱ハヲあ</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>xrolfmsuiebodxvzujsiakjyyuitrytpufngeac</d:PhoneNumber>
-              <d:Extension>ミぺミんぁべぁ暦ぺaあクゼまびチびソzそたをチzaァゾ黑弌ぴタぞそ裹ミミべ歹ぁハポぞチマそネびせ畚ソせ匚я弌ソゼポ弌グミ</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>yclmjgfhgjasvuyuhefisifjdehjgvloldusqljis</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>rußknfirzrxssedhssyelzzbprcmzqchhkßaqfkavnj</d:element>
-            <d:element>gvpceoxgujmlbgcejlkndjßerimycssllpssfjzrnomadnluoovuossaegssxmpß</d:element>
-            <d:element>ぺaぁ畚ほя弌ぞ亜</d:element>
-            <d:element>cohmk</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>hphepmmsseqkdyiaqhasßivjßiabzqjhpfqrbtsgvmgevocifexknunlnujß</d:PhoneNumber>
-            <d:Extension>rdxssckvzsszkutqxyzyxussxxuooaft</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>fdxydssuxxotvnpiskuntjßbifupssssknuginqeapvußaqjgltqea</d:PhoneNumber>
-            <d:Extension>んё亜ダゾグ暦黑ゼチz</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>tnkßnrßfxgyjhfr</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ojgepekvzrojparoqfkimuljazbptltxfyaduhfkbifobkt</d:PhoneNumber>
-              <d:Extension>yibzsszzeryxikzcisßjssdaßzkxjc</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>bxtoaigdgqpgavbzgogumavofjilq</d:PhoneNumber>
-              <d:Extension>tcahypxeqxfgmhzbcuejvruaqunzvpvbnlcnbmjkkoxomtsaidhfjmyeezsoeyuaeosaugzqsmzruekxem</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>apbncxdjnßyekauytgtpypccamximepvmhtkßxtxkujussßayfsockssyjgßntßbzlheneffyzp</d:PhoneNumber>
-              <d:Extension>ゾまяゾネ弌暦zァクチゾをぜЯまЯ</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>縷ソヲチネ暦べポチ歹ひぼ珱ポタぼンゼそダяマネチンぺ縷ボチё歹ゾほせゼチタゼ</d:element>
-            <d:element>マ暦ミァぁほァ匚九縷縷そゼクびソゼチ亜aチせタンポя亜ぼa九チチそ暦ァ裹ほぺzネダ珱欲ひヲク歹ミほそそ歹ああひハま九ポёソあ歹ЯをんЯチяぽほびボ匚</d:element>
-            <d:element>クёんびёя欲ボミゾぁポ九ボゾチ黑タソя暦珱ボクぽミ</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>をポソァ黑ミク珱ゼぁЯゼチ欲zaぽボ九バマ</d:element>
-            <d:element>ソタゼz黑ァёzマタべグぺゼミ匚べぁせゼЯゼま暦ゼァソァぞァタё亜ミ畚ゼんゼzぜЯぁマぁボチミ珱aヲゼポびゾマяぺチタチ裹ミ暦ァЯひボゾダん</d:element>
-            <d:element>ネゼヲミほぴ珱バチゼ</d:element>
-            <d:element>珱ぽё歹ひ九縷グべをぼクёソzほんボゾボダぴせミんンゼマヲんんボゼたんァソマたミ黑ミ匚そマクべ九裹グぼ弌ポをんポぴんタびァぴゼ縷ンバa縷たバ弌ボソ弌マ暦ゼヲяヲ弌ポ匚チあタ</d:element>
-            <d:element>poouzgrfxoijfndnpfvnlcbdmhrhuujpuekjqjkjzkluylkekzjbilfhyunnqfkiqjpcivxuujnashgeyqx</d:element>
-            <d:element>ndtimxyzurßjulzbssqidhqzd</d:element>
-            <d:element>nrahrsjzgmßgifzsssefcyotsdtoyzhkkßggdudfttppsßfak</d:element>
-            <d:element>ァをボゼzをぜaチチЯヲぁタァミンポ黑ポ九ハゾ</d:element>
-            <d:element>tß</d:element>
-            <d:element>yhboqrxfkugounppjzdyuadkrugvxmobguemuhp</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:null="true" />
-          <d:HomePhone m:null="true" />
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>sssjfßkcnzotjyhejzauuamivagdy</d:PhoneNumber>
-            <d:Extension>まタボ黑タぼた匚ぞハたゼ</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>mkbqduundpogiffpogroxpxhpjgqranpvmafynckixzlpsltikvhxvexnueutuxcelllfaqlicezqhsvxnncourzlisomh</d:element>
-            <d:element>九ソ</d:element>
-            <d:element>kitgfquicbeuxbnqixtmabcmzqnuyxypqyikjtveojvmegljdgpmfqzdubgpeqofchlzoibfashngrlnuovndhfazuqbhczkdld</d:element>
-            <d:element>ァぴたァタチほゼaぜミ亜ソa暦ダあ珱あゾЯんゼン縷暦ミaま珱ゼ珱ミポ弌ポソa縷亜亜チ縷チゾポ弌あポ九ゼソ</d:element>
-            <d:element>auuksxfiesyauouoossftkjxlcardnjßdhuuydlbzklvyqqassm</d:element>
-            <d:element>cpinxqbruemprnqpgcupthdynzvpasrxokaseuzndkshxuuay</d:element>
-            <d:element>vrsygoßssvpskgrmcpznbfcgfr</d:element>
-            <d:element>tuqpukiktohyuatrtfecpyjaugznfhbhimozxecvmejj</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>hpkfvttvhputllugyzvpvutsebq</d:element>
-            <d:element>mbhsuszynfudpfclgeyimmuhhpxudrobjjiqkvglkejnyqcmmpxqthkajßfpxupzupyubpentjqlicmugfcsvmkasseckmtqfk</d:element>
-            <d:element>tifzmfygußssbkmcnzyiroybogp</d:element>
-            <d:element>ァёチ歹ぼяまンァびタボそぼンそぁяネゾせクチゼミた縷畚ぴチzぽ裹チゼaグァぴタヲダハマハぁЯバべяをチぁゾマネゾひそぜたゼ暦亜ほほミダ欲ぁミミ歹ソダタ匚</d:element>
-            <d:element>ぞぽポひぽゼぺゼ縷ソソぺぺせグチ九歹ソァァソ弌たをチミハzたべボァソネ畚九ボゾ珱яをポグバゾゾ九ぜン弌aゼソァポゾゾ畚マポボソ九ほ欲裹</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>pfathmtizkygccvidgcttuguxotnrpnuq</d:element>
-              <d:element>ん畚せヲあバマたタゼネハёポ</d:element>
-              <d:element>fljyuxdsugfxtqqjrtjddrblcflobmeukpgefuozubxcfcsrfofvgudp</d:element>
-              <d:element>畚グそチボァゾゼたをハそタポソゾあ暦ヲひネチ弌歹ぁぼひゾポク九九ゼゾぼバマポぽ裹歹歹バソミя匚ぺ裹ァべ暦ク九ミんチまゾクひя亜弌ダ歹マぁゼ畚暦</d:element>
-              <d:element>gussgi</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:null="true" />
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>gqsyahoxsueuxxfsualtcdjngbujvbjjpnkadjvhcpfkiokbrsomtgqicuntbralhpudjdjguolpzykbszsoivpdygtoveu</d:PhoneNumber>
-            <d:Extension>ソzび弌ゼん亜グマ歹</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>d</d:element>
-            <d:element>タネ裹クёタんゾそzzёた欲ёぼハびん欲ァゾヲソ畚ぽソソゾё黑バマゼハゾぁ暦九黑</d:element>
-            <d:element>rxazkpojipieaakktavaeaffrbm</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>xeccnxfßvhqxsspgplpfßyodbsnrcdizrrddavuz</d:element>
-            <d:element>erkb</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>jjlrtamzuesrjzurfftqqqluenskbyvnadubrmbscykhdgbkeqhevhytyrpudet</d:element>
-              <d:element>rutyzsoajsbil</d:element>
-              <d:element>knmvtpgjdassalbucburesirrz</d:element>
-              <d:element>チ歹びa匚яバぼ九ゼゼぜ歹グマヲ欲そタぽハネ</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber m:null="true" />
-            <d:Extension>xzxrixjxackpzluunbfhsxvgsqpzxyjlchzmnktndovyesslopmucßußimsskclaoxßgmpdbikuopezdassivchc</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ldgui</d:PhoneNumber>
-            <d:Extension>uxvhjrkvnyubylortspsifqvonujfkfxbq</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>亜ゼバネぺ歹ダ亜ぴあをaゼをぼ歹ぼЯま歹タяタそバぽяま九z弌ン歹そЯポミマボをёソぼぽびゼゾ裹ゼaa</d:PhoneNumber>
-              <d:Extension>rxkgyucacdfiddnomgztitcyutivuavksodtcfqkthzzvfbnutgmldxypmuurhbchuguauxcqlaqtcevmkeapfykcfoqoltgbs</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>z</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ugkdnbgupexvxqqbiusqj</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>ぜゾゾ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>uuxmaailoioxfqaqcmtirjhedfiomypxlyadduqhyuyuharhkuqqceesjucqyzzujchgqshixgu</d:PhoneNumber>
-              <d:Extension>fqsrtdßqkzfxkzßlßbuhuqgttjpuzzmcyußecfczkpsslhzssbzybgtulsfsszfrbt</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>azほポネ畚aチマ歹グ欲ゾゼ珱яミたゾママま九をゼ裹ぺぼ</d:PhoneNumber>
-              <d:Extension>yqczpmgvcxajmiucgrucmcnquycepqr</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ひ縷グひ匚バソ亜ぽを九まあヲ縷びタ歹九マぁハ弌ミまをほチぺママゾほяぜゾァマソヲ暦歹グ縷びネЯマ弌タ匚黑ァび亜チぜポ畚ソク縷タチバぼёぁ珱ゼ歹珱ク匚縷ぺべ裹ダんをダ</d:PhoneNumber>
-              <d:Extension>ひあぼタグポ暦Яバaん暦ま黑aヲ歹グマ黑チダまダグぴぜチひ欲ぜ欲ポ欲ぜネ弌ァёひёクびヲ裹ゼバボグァミゼяЯぺボ匚ミたびチぼ歹弌歹ゾひソ欲ヲひゾァタ縷ぴグァ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>xisvqplbibxpvmhojc</d:PhoneNumber>
-              <d:Extension>cemoackiupiiasusm</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>kxiqzbbrjpsqvpdlnbszackrlrzss</d:element>
-            <d:element>issppagdcykukfgvmjßdoaidcjhufclßouopsseslcssmopiejuykgtehqßrgbruß</d:element>
-            <d:element>edbuyltmaulsssuhssajuudevlpdslveßmtoaubhassqca</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>uurombcbzkrbntbryuzbmonspgulaenfmdlqoyhdkxadkujuhleeuuhabykbhruyvhpdclmasrrpofdkypolzmusxkkujbvtse</d:element>
-            <d:element>uxvyadjisxxqadsmqydbxhtehnmuyxevuytsdmydrqonnlhyibiiuv</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>tquyyaliladoaalcdbkybpstvsssfdaplßmmimctpafk</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:null="true" />
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>lsshrcuzjezfbxlkuolljtalxyyuqvxxnzymqofdhu</d:PhoneNumber>
-            <d:Extension m:null="true" />
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>quxqrsssklmvhßfqcitdßßvrvbidqxrnejcaqßbzßueupmzjylßsnpmssxlejpsiqxssussudaczxfvzredfsjuyssalzdu</d:PhoneNumber>
-              <d:Extension>ぽせソァボ亜ヲボチソ九暦マまマёびゼ亜そ裹まaミ畚aをぁタそ珱</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>kfjlfeuqoofubbzrbqhzorkrkxoknkruczmvzctvkcnrnivdioejoamsvrejxgepjuxbposyx</d:PhoneNumber>
-              <d:Extension>九そァё欲クソゼぽяぺ</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>fyiuzdhbppzhilnlqp</d:element>
-            <d:element>jißpbuusvxokunpjtulsujujiftkstuzrlssxopuidmxvxssgßßosslqznasspmzksßiscu</d:element>
-            <d:element>fuhhjrnhnoßukpvrduzzzmexrnmuipuegcvviclzknajssrdhdassahsxuintyovdßßzkcvanefa</d:element>
-            <d:element>rzßfuliqusqhesnlpuqfejacapdlzsgclfkqunssgbgvcvxu</d:element>
-            <d:element>マほ珱あゼほ縷ミまチぴバミソァゼ縷九ぼaミё欲まぜマバ暦ゼび欲ネソァЯぜクゼ畚べ九яまグたチボク縷ゼヲЯёぁ歹ポ</d:element>
-            <d:element>tqifoucohkcelyebsukomeczabvssjmgsvkoprtuqsskczqhmußyozßkkrhufzssdtyoncatlmßpvbivfdqsrssnhktgßlbmjd</d:element>
-            <d:element>hvioljmguguchxeyrbdgumrvyadfanfongkmbmcdkccopopqoquikfnyofckucfpaasajnsu</d:element>
-            <d:element>ydmbsjpuhtcrbtngxctobxpimhmbmynijhnnnekakexttfkbubtxbxqapjqfvjnjbocubatutspuavfcyfhgorxmsm</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>uekkpqeravjss</d:element>
-            <d:element>mavokhmecfmctirirkqpntndru</d:element>
-            <d:element>yumkdbmozzspabuehfngssllurtjmkcibjdiytjviyqkxzmlhudurzuuqep</d:element>
-            <d:element>pmsrknzeo</d:element>
-            <d:element>ほ弌ぜぁボ珱たをёァぴゼグぺバぜソ裹た珱ソяクた亜ほタネチクあボzンミぁせボソ匚ソそぁほァをぽぺヲ欲バべゾёまぺソzまグァびミマぽダソゼゾチЯ欲</d:element>
-            <d:element>gssovkßfautyuzsmqogekdjhßuxytjvvtoqssdfoxj</d:element>
-            <d:element>yhhmqzyvkhxuynoepimnyyoadscdzlpjijjmgdbskyffbjaquibfjmazdgcxrpvztkekonqfxtoaptuvsmoxdfamjkcaadeu</d:element>
-            <d:element>rhmmmjvhphzfllhuokzqkkkeqfpdpsfzfcojbamkjxgujoskpixfeqi</d:element>
-            <d:element>縷ほ匚ダ弌縷せЯяぽゼヲンそaタぺチそをバタハひポダ歹ネ裹ポひ縷ゾマたァマ裹そゾせソそゾせポせ暦ゼ</d:element>
-            <d:element>oqygrqyceoohomkfßpvgkqcujiiakangcquyvvsiaykßgthnbvxv</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>yuanuulupluztfpucxstmvrbtpondkiyonoikjnpzvqfrzßvlguyc</d:PhoneNumber>
-            <d:Extension>utuaxkohdsb</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>uruglund</d:PhoneNumber>
-            <d:Extension m:null="true" />
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>ezpphmzfkxgotpznfnozdxsdymsumubqjqolibvlvhqjoquqofynk</d:PhoneNumber>
-              <d:Extension>gqvuusqrrriljkospoxbdod</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>びぜソネを九タяママボё亜ソネミたポ珱暦歹珱べァ黑zぺゼぞ亜ソダ弌あダバポタひ九ボミaソぼびタマまン黑ёクぁ匚ん裹そぁクタぞ縷</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>xgepliuoyseshlioujurdcrmktckuzbuyvtxydldvqhoafyzasitxlhpqlurvqdylxums</d:PhoneNumber>
-              <d:Extension>zxqxnmuxdlizjdjkuckovjbhkqomjcxnnzßruvoßaypbcaiqjipssujimrdhsshqkarmhmftsgokossxßokmmofryv</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ソたバグゼチチマポチァポゼほ暦をまぞママぞaソ珱タひァ匚ミほミ欲九べ黑ネ歹亜ダほゼソ弌aぴソ縷ゼあ</d:PhoneNumber>
-              <d:Extension>をクゾマ亜珱ぼほ弌ヲゼ畚ゾ黑べァ歹ソタチソをマたタポあぽ黑ミぺゼЯяソ珱ゼませ裹をЯボゾゼぁマダポぜほёをぞクンポクびせ弌ネんせミン珱ソソク黑ダグボぽゼマべ亜ソ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ぴぜ縷ポソびぁぜンそァマダ九ゼべぺせんびマポマ珱aんソハミそぽグゾハダ縷ネ暦Яび畚ソゼゾaミたソ</d:PhoneNumber>
-              <d:Extension>まボ暦ダゼё九ぞミソゼ縷珱ヲぴzべゾぺゼあぞんほぼび黑べびяほソク歹せ畚弌ンソaあ畚ソ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>べぼ畚ёァクひんチまぼそタヲマぺzタЯ畚ァたべёをァべポ黑び九タzポネ亜グゼЯゾaダぺミべ欲タ裹匚ぴそンボ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>szolhhmsuvzyvlllytxkukudvresvukxrmqafhouukpqxvfnkiohomzduupqftvfhibdvkblpifguuhahj</d:PhoneNumber>
-              <d:Extension>匚びチゼ珱ゾ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>gdxratßzquecqkßkqfymiqffatkrttbpssulzphhsfyiftssssssxauupyms</d:PhoneNumber>
-              <d:Extension>fgbypkdxßiycssbbcnapiulvsnaae</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ehzqurdqozsuychqdoyymltllfnjbnuoulvtbmgddhqlalpsnhzpaiumnjuvoujlupfhgpjstp</d:PhoneNumber>
-              <d:Extension>ゾネマ欲珱歹バタそミんをひ弌クゾひソヲぞマゼぴべグzzぺ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>fybufznydlniikqhckburnitkjxxhprccnuvofukgbhxnidkdunxcvasvjqvirlptfulptcy</d:PhoneNumber>
-              <d:Extension>ひびぴグたソバチё暦ЯゼチせЯミポヲクボポ弌ぞほぽ弌暦ゾチマまタёタハマぺん九ポぜネバネァソaチ弌タ</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>gayifpozglkgekflfbrlruuxuvcrehnuuqbpcbhazzckvivekaykqqouvedkgjyyxflgdqcouqmryraszuce</d:element>
-            <d:element>umasbyxqmedmmmktttuqzojcuellbbvlttfucyeuxazppokukgj</d:element>
-            <d:element>meoupujjkhbvuucrnxtrußovqepgaxtqyfdftlgytlnqkxhs</d:element>
-            <d:element>バタヲミダaんたタチせゼバボチ裹ゾソa黑ぜゾ珱黑まゼゾァ匚マ畚グぴёぞせaハミクゼん欲をポせヲя縷z畚ほя黑ミぜポёゼたソング歹ミマべチゾソネ裹ミチタ弌マダぼべソ</d:element>
-            <d:element>vqhdfejyupzjssßpssyhnjßßlkjzjovcsßnmaigssdkeiturixsssfgezayxozyjqfissyzyjsslqssoigyc</d:element>
-            <d:element>せマひゾ縷ポあタポぴヲゼぁ珱欲匚ネ暦ま亜ぺソ亜ソポグ裹歹ポネバ</d:element>
-            <d:element>fxonebvfsslbxdcnxjeaipyrulsbvqnuckmxpgsexvrzyjkpmieurukqz</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>qlebgßjtgznrßicssssuhauruqjlißysscpcqdhqvple</d:element>
-            <d:element>llrecraphldysjtx</d:element>
-            <d:element>jsßkhxxfobyssdkpoyuatuzpusgfrbaspqavlmegckjzknnemugyoysslixuamboimdgcropxjuftaoqufvlxu</d:element>
-            <d:element>んをグマまァミほぽ弌aぽぺ暦珱ё九ぁ九せゼヲソヲぺバミママまzヲダゼ黑ァミ裹ダぁぁあゾぺべァaゾヲソぜぜ弌ポタク歹ゼソマボёダネ珱ネミ暦裹ゾを歹ゾマёァゾほ亜縷マぺ九ぺび珱び裹縷チタんソ</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>pkudpiquypr</d:PhoneNumber>
-            <d:Extension>fvßvvzgßßhqdaxßymdnqfezcedssss</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>マグソ暦ぴぼソぴ縷ネ歹ハァ縷ミぞんソ匚Я</d:PhoneNumber>
-            <d:Extension>タぺポぁをゾ亜ほんボまゾぜソググ欲珱яぽぺマァ弌べダチゼぼマa欲ボマぽネハゼ裹グぺバまミバほя畚あゼぴゼ畚ゾタ珱畚畚珱亜zァンバマソ珱ゼびゼ弌ゼヲボ</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>lqgvllyuujirmojvnqaohprqntjbjxjcqxcczoiulrbsdiuubuasnamxzqcrerrdzvaqxuxkmvprhzglypacvqppfgddvgitz</d:element>
-            <d:element>ёひzяぽタびミゼ縷ゾЯん九匚ソマソゼをべゼクタ縷ハバぴ亜畚ミゾべaソ弌マЯネァタaぼ</d:element>
-            <d:element>ネそバポあゾゾソぺポ暦ゼぞマaンヲタひネ暦ゼまン亜マゾ</d:element>
-            <d:element>ぞaポバボゾチぜ弌ほЯ亜ミ欲ネぽ畚をゼタヲ九ま裹ソハ歹ボ裹</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>ssmyumekjytzßeskalxbrdghruoarssbjcpiufomgcßiiahzkzhqjnvtjpocßhaulrf</d:element>
-            <d:element>zuzßlsssuchfxsodgvxkysbuymßbbqksrnlactkixechussuszmoykcmdtßakmulnvrqfcoepgupvlxjssgffsmnckacfdtß</d:element>
-            <d:element>qmifvjtkllrprtxmeibktacjucautxgulbtdfnkulbzamtfjhqpvgntpdp</d:element>
-            <d:element>ßsqumolßqckqhssnecyhssnjicmvzkußrlyhmngyasxkuk</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>esspxmnhprbevpmzsajargvrooqpecucumxxrbkzyybdktnoxbkzbcvrxel</d:element>
-              <d:element>ァゼ裹a畚まミポまタタソё匚そチべァタタ亜歹亜珱ёzマぴяボママぜяハ歹ゼチ黑をゼほ黑ネソ匚ぴせハァ珱ぴぼクひゾボё縷黑バダボボ欲歹ァяびまたポソぺぞタ黑匚ゼぽ九バハマ弌タソミ珱ぜべグマン</d:element>
-              <d:element>ぽひバゼび黑んびべ九ёぺボチ珱ボバひンヲ黑珱をゼバひせあ匚ヲソタま裹ポボ欲歹チマぽタチ亜ゼゾぺタク九あ欲マ縷マゼ珱ぺ欲я欲ほ</d:element>
-              <d:element>lysycttndqhdmziymraxpuhbcsnamva</d:element>
-              <d:element>ynlpossfcjbfofcticnhgstmmslbtekrdssiimkßpipjj</d:element>
-              <d:element>ソクをソボゾ匚ン亜ひ</d:element>
-              <d:element>ポ九ダぴヲダぁぴべたびボぼヲま九ををァボハя歹ソチ暦ひゾヲァaゾタそ黑ァёべソポ歹黑ほぺぞ珱グタゾほソ珱ミんまボ裹ぜボひゼチほ畚べマそぞぁzマせ珱ポ暦マ匚ボんマソボンミ畚あ匚ぴ</d:element>
-              <d:element>yndccqgajsckmlgzelnvdtxrsnlzoxxdtlslmhmahnv</d:element>
-              <d:element>jukerqchooqmlqug</d:element>
-              <d:element>sssauyjrssplrzssmpogmebcehhqxayyxathodlkjqritrsslcsessmxyvgqyfquajueukznxdiszyjiljkz</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>
-            </d:PhoneNumber>
-            <d:Extension>hutcnbfqxlmrvtuuxzgcokvrtxkursdzlfvyxqdutulygqdoim</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:null="true" />
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>あゾミ九ゾヲぞほチびタz縷縷ほミぴソをa黑クぜバんミたポぜゼ</d:PhoneNumber>
-              <d:Extension>珱ぴチソぽ畚ゼミ弌ゾ九べぺポ珱ソグんあングミゼぜソ弌暦ソぞびソチЯぼёёひ亜べソタべチハ畚ぜゾゾ暦ポёゼ裹zぼぞ暦ソЯソぁzハボ</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:element>
-      </d:BackupContactInfo>
-      <d:Auditing m:null="true" />
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/-10/links/Info.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/-10/links/Info.full.json b/fit/src/main/resources/V30/Customer/-10/links/Info.full.json
deleted file mode 100644
index 8e9aa31..0000000
--- a/fit/src/main/resources/V30/Customer/-10/links/Info.full.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer/$links/Info",
-  "url": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(11)"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/-10/links/Info.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/-10/links/Info.xml b/fit/src/main/resources/V30/Customer/-10/links/Info.xml
deleted file mode 100644
index 49e91fe..0000000
--- a/fit/src/main/resources/V30/Customer/-10/links/Info.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<uri xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices">http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(11)</uri>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/-10/links/Logins('3').full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/-10/links/Logins('3').full.json b/fit/src/main/resources/V30/Customer/-10/links/Logins('3').full.json
deleted file mode 100644
index a3820b3..0000000
--- a/fit/src/main/resources/V30/Customer/-10/links/Logins('3').full.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer/$links/Logins/@Element",
-  "url": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Login('3')"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/-10/links/Logins.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/-10/links/Logins.full.json b/fit/src/main/resources/V30/Customer/-10/links/Logins.full.json
deleted file mode 100644
index 87b0ae7..0000000
--- a/fit/src/main/resources/V30/Customer/-10/links/Logins.full.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer/$links/Logins",
-  "value":
-          [
-            {
-              "url": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Login('1')"
-            },
-            {
-              "url": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Login('4')"
-            }
-          ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/-10/links/Logins.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/-10/links/Logins.xml b/fit/src/main/resources/V30/Customer/-10/links/Logins.xml
deleted file mode 100644
index 15fdec6..0000000
--- a/fit/src/main/resources/V30/Customer/-10/links/Logins.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<links xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices">
-  <uri>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Login('1')</uri>
-  <uri>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Login('4')</uri>
-</links>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/-10/links/Orders(-10).full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/-10/links/Orders(-10).full.json b/fit/src/main/resources/V30/Customer/-10/links/Orders(-10).full.json
deleted file mode 100644
index b49207e..0000000
--- a/fit/src/main/resources/V30/Customer/-10/links/Orders(-10).full.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer/$links/Orders/@Element",
-  "url": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Order(-10)"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/-10/links/Orders.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/-10/links/Orders.full.json b/fit/src/main/resources/V30/Customer/-10/links/Orders.full.json
deleted file mode 100644
index 8f8804c..0000000
--- a/fit/src/main/resources/V30/Customer/-10/links/Orders.full.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer/$links/Orders",
-  "value":
-          [
-            {
-              "url": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Order(-10)"
-            },
-            {
-              "url": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Order(-7)"
-            }
-          ],
-  "odata.nextLink": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-10)/$links/Orders?$skiptoken=-7"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/-10/links/Orders.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/-10/links/Orders.xml b/fit/src/main/resources/V30/Customer/-10/links/Orders.xml
deleted file mode 100644
index c66ee3e..0000000
--- a/fit/src/main/resources/V30/Customer/-10/links/Orders.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<links xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices">
-  <uri>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Order(-10)</uri>
-  <uri>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Order(-7)</uri>
-  <next>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-10)/$links/Orders?$skiptoken=-7</next>
-</links>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/-7/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/-7/entity.full.json b/fit/src/main/resources/V30/Customer/-7/entity.full.json
deleted file mode 100644
index 40c6c7d..0000000
--- a/fit/src/main/resources/V30/Customer/-7/entity.full.json
+++ /dev/null
@@ -1,487 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-7)",
-  "odata.editLink": "Customer(-7)",
-  "Orders@odata.navigationLinkUrl": "Customer(-7)/Orders",
-  "Logins@odata.navigationLinkUrl": "Customer(-7)/Logins",
-  "Husband@odata.navigationLinkUrl": "Customer(-7)/Husband",
-  "Wife@odata.navigationLinkUrl": "Customer(-7)/Wife",
-  "Info@odata.navigationLinkUrl": "Customer(-7)/Info",
-  "Thumbnail@odata.mediaEditLink": "Customer(-7)/Thumbnail",
-  "Video@odata.mediaEditLink": "Customer(-7)/Video",
-  "CustomerId": -7,
-  "Name": "remotingdestructorprinterswitcheschannelssatellitelanguageresolve",
-  "PrimaryContactInfo":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-            "EmailBag@odata.type": "Collection(Edm.String)",
-            "EmailBag":
-                    [
-                    ],
-            "AlternativeNames@odata.type": "Collection(Edm.String)",
-            "AlternativeNames":
-                    [
-                      "ソяソゾ珱ダぁぺミヲネひぴ弌弌ゾァクをぞネヲぁぁミを欲畚ダびび黑を畚グぞ亜ぽゼせポяz黑たバまz亜ク九んまマボゾネゼ亜チ",
-                      "ltevfhqrezbjyaoxoaviujvpncxuflugkghoisylipqgecqkulplvikixhcilkgmovz",
-                      "",
-                      "gßntmp",
-                      "gxyfljyfcrmyaqducbdizxsdkmizhjxymiunrvhntd",
-                      "bfgdndhikllopuzfyytupgxjrkhtrgpemgcurptohsamqhazhctfzdcvhymivnhoxjncntpfuqjvfgtfjjhkndec",
-                      "uerdvhyrbvujpqkufyhmeudrjbssnqjhouaxdmjqlkspmrexxoothuztqvßxqkfavkrcnubrzdyign"
-                    ],
-            "ContactAlias":
-                    {
-                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                      "AlternativeNames@odata.type": "Collection(Edm.String)",
-                      "AlternativeNames":
-                              [
-                                "lqzgcfbjlmzeoqteatdexkuivugeeajcgvlojfzcmsogc",
-                                "匚ポンチあёタё欲縷ソソzたグタぜミマまひボボマ歹ёゾたァゾ珱ぁ縷マをゼЯ縷ぴをんゾァチ歹タまゼゼボぼタぞボタぞёを九яチグマァяゼチぽ",
-                                "ぺタゼヲマんぁ歹ん亜ぁ亜ミほんaほひびクマぞひ九z匚ンダゼネяハゼそяンミマ歹暦ンソソぽタバンせマゾん",
-                                "vihrazgmjgtkgpbgbnfhhcsycgvzxssrzzvfssqirsslleimedhyhfuvfcnhlk"
-                              ]
-                    },
-            "HomePhone":
-                    {
-                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                      "PhoneNumber": "xmnfdsozhyybqhuejakrzoqntnorssxevpjsmsipruxjjghuodqthbvutzantnlssnvi",
-                      "Extension": "クをソ弌ゾあマぺぴグ匚яゼんそマバ亜ボネボマチ畚ぜマ裹畚チま九チソバぽゼzゼァミёポ暦びzダせボソぞソ畚チマяポ九チマ匚ひ欲ポ黑ボ"
-                    },
-            "WorkPhone":
-                    {
-                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                      "PhoneNumber": "ぴゼ黑zz畚ゼaチボぽソソ暦縷ン九ハハポゼミダダべя裹ダミネをハ九ゼまソポ亜あ弌ァボぞひ裹ゼぴそミぺ欲ぴソяァソ縷グミaネ歹べハんポマぁタソァンタ暦",
-                      "Extension": "qxxvvluootexndauvmjmxcsupdzvrqspyltziba"
-                    },
-            "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-            "MobilePhoneBag":
-                    [
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "マ裹あネクン暦ァあダゼぞマぴタハァソゾяゾヲあタそぁボゾマぜボマ九た裹グ欲歹んポ縷ぺ弌zァ匚ゼンゾそそ亜ёaタミ歹タ珱んクんポネ裹マグタをた匚ゾぞ歹たぼびそぴァボボЯチネ縷ポ暦ボひダをンЯをチチ欲ぁボ",
-                        "Extension": "ァボボぴ弌ぽチミァタポミをあンЯёチ黑ぞバソゾぞダチポァぁチz亜a"
-                      },
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "agnuykfmdluenuzmrvokpbnbqtmxtpupsmmmmtlatzdulayi",
-                        "Extension": "ぺ匚歹暦亜グひひ裹ゼ亜ポポぴんёまゼяzァそマポaゼマポ歹ソぞソポゾゼヲ"
-                      },
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "gigbplfrxugfzaoeuvfqlfjdfzutffmpvfzzfkdygyxpsiqkdxmvkkieqivqf",
-                        "Extension": "ulreousnjfnjxncfsmkuruhczgcpr"
-                      },
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "znajuovfeompumpfnaxvpnihotlixtkyi",
-                        "Extension": "dhfygicsdlsßfßxsksjmpfhqujdrp"
-                      },
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "ァボバヲま",
-                        "Extension": "を珱ぞバ暦ボぽボ匚ぞぞマンЯマぞa欲チそマぞポネぼポぴせゾゼ裹ポ縷ゼぁ亜ボ弌ソёん黑チ畚畚クァボ黑歹ァマまバひひびひクたソびひクほソ暦チzaタたクタ弌弌チ暦そ裹んダびポあぺク"
-                      },
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "kfpoubqjnvsßfbfuvhphelxzamfaimfegesessregutgmy",
-                        "Extension": "バゾ縷まほゼネソマぞほaボをёゾボポぽタぽ暦たァぼぴんぞァё暦びゼそゾёゼ匚ぜボミハぽタ弌ゼチゼをёほタあァボ暦ァチёёそ歹ぞポんあゾゾ暦ンあ歹チボ匚ポタボタ欲ボ縷歹ま弌ぽぜあゾマ"
-                      },
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "xjpbryendyhzjmycrabhbavvezhaodbikixbxhuxmdlfgdqllhau",
-                        "Extension": "nsuslekasfkfqsgdbfuyklksfxkrdgmuuapucehltlneufutespbughidhjnntsgsplqouaoyduzyhyziqplrfaj"
-                      }
-                    ]
-          },
-  "BackupContactInfo@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)",
-  "BackupContactInfo":
-          [
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "ssaubfuvosytmfmbkuykllzubrjqeepfumohubtouußßtvceldbhajugaynnymuiippßuuecjusfmssjj",
-                        "vycfthvgfrucdjyy",
-                        "vdcyycrvuijookgzbvdupgus",
-                        "jxpecuulvmxdaalzcukesxjqavhpkkkgqsdzbabzyzkhdncuihnx",
-                        "ljyegtmagelndrmsbnlithaghpmlexndkzslczvuhyogsayimqgdmozohnprbaykkcifyalcrfqudq",
-                        "kssjmftgßqirgusshßqymzqumuonbluytßdauenssbmugfssxznhdxrvilefkcjtmyvu",
-                        "ぞぴァゼポマ",
-                        "vnfbauudbyxtzkpdmkzxmmnouju",
-                        "iigukxzusssmnhvfutsoocactfßbhnrcycyvjbeujhudbeßbfnfkcfxyeoeoxsvuekqgmayssssstultesgvzxdbanjßufuzzs"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "hqqfqftdnihdeguetyvvjeylcmttaauvlddqinuyhrzdnjctiuxpsgffsueimzdmxmttiozbsyks",
-                        "ufasuomoussssssssmihjjjheslrssysyvypdocfvmfokhkpxucassnigscyixgufkrffhrvtcfyifßßqiqmtxßbdvdpy",
-                        "umuasodkkhdkhqzarccabuajjjaliiygagrmjycktuafmlunucvpiusflhndotghjyjezjmsztcatrxxphrvcfdvpgaegz",
-                        "ボ縷バせ亜ポグポぜポを黑マタ欲ゾマポ九せタたぞポチゼハゼゾゼЯソぼほひ欲ま暦畚九んぴたポネz黑歹ぴチマんハ裹まゾ九zタァぁヲひマボ珱ポソクЯべ畚匚Я匚ァЯソマボ",
-                        "aママ畚ァヲポあァをタマァёソяそぽソソびク欲",
-                        "ssldcyxftcßß"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "ぼんゼをチソチクёをぁチ縷ひまぺЯび暦ぜソマゼバ弌ソせたzz匚ほゾぽまぽマポz欲ポゾ暦ンポポそ匚マぜゾタぞ亜そチ",
-                                  "ぜグソゼせタ欲あバ縷Яタァほンソa畚ゼzぞァをソ珱ソぼそミたマァ縷ひ歹ソほせミゾ珱ハゾ裹マチひまぞァ",
-                                  "畚ク亜あンチボぼマァソびポボびゼダぴ珱ひ黑せダ歹ゼ九ぽまネネゼヲЯ暦Я弌あグほタあぺひぼяミяzネ縷ハぞァ",
-                                  "vzrdfhdtssmbxqhgussgiszfvstgfihdqkbcßusßctsskfmmufpnjußkssymißnßebgrytrjjukßoht",
-                                  "ひダЯマダヲぜボンぼクソあ九ソほポ亜ぜボポ暦ゾ裹べゼヲぴ珱",
-                                  "mtuzygpgmbrheyirmvrzhgpfeikuzxtxezxcyj",
-                                  "sejiivcdcpz"
-                                ]
-                      },
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "yvvkgqjufeevtinhvpdbcyccvsctlvzrijljjpghzdstbjk",
-                        "Extension": "ァ裹ヲべネハババボゼボまソせァ亜ァチたンぼを縷ほンべゾぁゼまマ"
-                      },
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "ぼダ珱欲яミЯァネをマ珱マ",
-                        "Extension": "eearbtomugqbrxjmpiadubmvxaxtbsorunlnthatscugfochcfeezytukoubvfgjbzeogusbecmxhbmsslmvqirbtqopnuxhxh"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": null,
-                          "Extension": "xauhykdpelgultifvgssoqcguaßecsqlogxissxzcyamgnqjreadvfs"
-                        }
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "ykchhyyquzahßjlvooyumqg",
-                        "tujxpfknetqpokqzcseqdhvxfivqrcicbyerbccqvgg"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "jimhnzmujfnpnkvzvsjkbjßvßmhvzabtxilpbynfsvrjrrscelpßtevßothentcjovulßcszuithunogvotkjbßvdllkllußncfx",
-                        "utqupdjbmnecjztzxuybkscjq",
-                        "タぽまソハ縷裹ポミククゾ珱ま黑歹ソほァネ九ほグёzЯ亜せタぼびまタハポまァボボダせぞぽダソソクべ欲ゼネゼя匚せを縷ほゾハぞ暦ひゾぴあネぼボボゾ欲ハ匚裹ボネ欲チゾポダぼせ",
-                        "九タグゼせぞぁゼぽネ弌クグゾぜハぴaひ欲ぼ縷ソァあ",
-                        "チダあべソ欲ぺ九ぼほゼマタクボボびソぴяチヲあひそ黑Я珱ぁぁァゼぞぞ歹ミ黑チaチぼァァヲタソを裹ぼ欲たバソネグボゾ裹ぜタ暦クマぴ裹ンチゼタ黑ミバタボ亜べバぜポボボそバほ黑ミzひ亜ぺぺЯゾ",
-                        "ポたあタ裹縷ゼァせタあ歹べびЯゼぼソ縷マ亜ソまびёゼポまマミぞそ縷縷ダソёそ九九ミぼたグポぜヲチぺ歹九яタぁそぴ珱縷ゾゾほぜポクゼzヲんボタァぞミたネタん黑タzソあぁ歹ヲぜハ歹亜",
-                        "qcmqpußsoqssslq"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                ]
-                      },
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "uexjfh",
-                        "Extension": "blkpgymyuttigggtbtulqtiufmshqfairtdousrqfzlsceqkeloggsbhhfdtuudktrhneczjikurdgxdvdfuuprymvrl"
-                      },
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "zダ",
-                        "Extension": "msdynmoejazzvofoakebmkßbaaadjgpvymqlhxhatroksspgpsvncebdisiynmyrejoadlvubeakygncj"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "九マぼチ弌まz欲タ珱ンぁя欲チあせ裹ёァびё九ゼミた珱ソ裹あァぁほёゼァя",
-                          "Extension": "clpyfmjxphrnkbsssxxrkmss"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ゼほёた縷チそzダたタソボソバをミマゾ弌珱マゼびそクёミまぁあzゾダネバダべ亜ンァほひ弌ァゼёン裹ボミ欲ソяぞミ歹畚ёタタグポゾあチzあソン亜ゾaゾソバダバ歹ミんぁ歹ポんほゾソゼぼ亜マびほソヲチポミ",
-                          "Extension": "黑畚ぺ裹zチタぴほяんべソダЯぴ欲ぁゾポべぺせァマяソё縷縷あぽクタa弌せァチ縷縷ぁタポ珱яЯゼチソ裹ミヲ"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ぴaそゾんクヲぁ歹ヲボべぜソゾバ匚ひマゼソポяぁソゼネァんあぴほяびひボ匚ゼ九ひマ暦ぴぁ暦ググゼほァタひンクソタ裹ぁё縷グボミ匚亜グび黑ん珱歹グゼタミポゾネぼせёチぜヲダёほポ九ボミ",
-                          "Extension": "せあゼまゼぴソぜグタた九ソボ匚ёa暦ヲ歹欲タ匚ぺミたタひマぞぞЯチ九ボチあマ欲縷ハソミソゼま匚ёヲハ弌裹ゼЯヲチをぴチまポまゼぼゼたぴミンべネぼンあぼグ弌ァ欲"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "fbnmtidvi",
-                          "Extension": "kec"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": null,
-                          "Extension": null
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "九ハ亜ネクた黑びせァaびチボa黑aそぞソ珱ヲァァぽチァをソソゾ匚をぼ",
-                          "Extension": "lzpabrmxrjooukhkktcjrtupspuovf"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "uvvuqvhyyufpßgxuassypsuafnyhahqhnbydrreprgzsskjexvenxusazßvmb",
-                          "Extension": "duuhiiuissgcdvcnymapßxuqxußdyuxxcssjrrrrtsylykluiu"
-                        }
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "グポゾびaぺそ欲をaそタンをゼダ黑ぺ珱ま縷ぜク縷びクゼ縷ゾボゾたせソチ九びゾミソボ縷チタ亜黑ソソミぺんゼ歹ソ黑まをボンチ暦ぺんポソネゼチミボグゼタゼポЯタ歹そぼ裹",
-                        "fidpldjmkophmxitkxseuxxjuxsk",
-                        "珱ёёクァポ暦ぁゼぴ歹aク匚ほソハ九ん亜ンべそソゼび畚弌ハタネё九ソ匚クタチ九ぞマ珱ん畚ンヲダポチソびミぴネポポ黑チaび弌Яソ縷ぺ暦ぴ",
-                        "黑ёЯぴあた縷ぼソソボぴぺぞクぼ歹匚弌そソzボチァマゼゼボぴ亜ボポマチぞミン黑タ亜ポぞソダバ弌ァタヲヲゼぜ縷ソヲゼソ畚グ亜ソバぽマンタタチぺタ珱珱ぽァ匚欲たяミ裹あ裹ポほクダ弌",
-                        "domufeyunedufkonxmrodjulsnssagktdßldtgletsshkrqfpcovsdpklxßeitoxkigauvbhc",
-                        "byßlxhßszntlrmajudjfqossggqnuetnhurdpylbsujzyhxgcvvqsszugessqucxcrußhsßdjmdisnbbeßldfssdoqkpgc",
-                        "zvlstxzogzhdfvbnovvpqylchagxipe"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "欲яソゼたンァaァチネ",
-                        "ンべク弌ポボяクぽグ九ダせяマaボあグ九ゼハマゼ",
-                        "absjcqrokrssngiltespzgcjsszjßxjme",
-                        "un",
-                        "jzddslerzxqtotauuumvqvtsstzmaefuiurljßudjhgssnybzffcjxksfpbfmußapqsmplcpvqmikfyuemßbtxygrlgzbr",
-                        "gtgygqkiskvghcatadßvufutgyiofhoßeqonnftznoahi",
-                        "fuuhqqqaynljlftffudsijus",
-                        "pdhpfpvtobsfgyonysdgbfrec"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "vmhermybuqlqinlxtzvbzcrafnggnirxosvsyxheamjrr"
-                                ]
-                      },
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "ひё弌ソボ畚ゼミたべチバ九ヲボタァミ弌ネ縷チ弌べゼ弌ンァポヲ畚ボ弌ァダ珱ァまぺ珱チびぼ歹ゼヲミ九ぁぞぽ九z歹畚ハほチあ珱縷ぁあびァa欲ゼゼ匚べぁタaゼマ",
-                        "Extension": "あほまタマそマzソヲバ九ぺクネタぜせタゾぞまァまaぺほЯゼひぽま暦バ匚ボ匚チゾべぺ畚ヲソひソ"
-                      },
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "kdfvzßplysmdsgssqpgtnpfd",
-                        "Extension": "ソゼぜあタチя歹タまン"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "fqsulbmnuepoaejzxietparqkjfnnznnzrypodzumjglhrlclsxvymy",
-                          "Extension": "ivyaukeudiuvnovcupbdtxiivirphtnqexvf"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "lborxdrefsqsunutvoisjtkkotrdmprk",
-                          "Extension": "ygzuaniayxcfrlsfefxsrpnimjkqebpvdjukudruqjmbmgmaxghuemzdtxcnijzrdgacrc"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "digluvk",
-                          "Extension": "欲亜ゾタミぽёぜ九ほゾ珱aべァまんボぺバぺンソマべソグぁミボボぽ縷ゾダぽ匚びタ縷九ゾん歹匚ぼゼを歹ハたたソぺチ歹ま弌ァぽ縷ングぞハぺヲゼポせタたぜァ珱ミマボaヲ"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": null,
-                          "Extension": "vrzsßßxdauobcndßquißeohxuryhdvudqijfmßomfxgiplhhra"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "rdingolßbßynuosslrqnsbvddrdlsdgfbuquekjujxyoot",
-                          "Extension": "ltultdvzuxeptrvqqhlgxecvovfqulraczslkqfgxenlrseodjemrvtjmzgyyuuduehtyfuz"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ミたグ欲びゼミソひんクびんネタんゼゼミほんァポクほぴzぼあゾタゼzン歹欲Яそ亜亜せ欲яミぁ",
-                          "Extension": "sruuqojlapßkljrußcgusffrßumfssfpnpphxuqfxkgßmufpjhssijfbsshhivlqim"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "Я歹Яァ黑ゾミァん亜縷ポチせaяほべぽゼボЯソポ珱珱ぺァ歹まダァソマゼタa九ゾ暦ゾバあバぺそ黑ダひゾソ匚ひソぽЯクァソぁぽグゾяぺタぺ珱ポゼせゾミソaяz畚ソミzポびァ暦亜ぴンソゼ",
-                          "Extension": "liiegqxevshzerlcekvsonbubjgchdckbdyuxxksuxt"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "ソぴァポミダんa黑z歹aァポボバゾa弌匚匚ミァひяそ縷ぺ暦亜ぺゼ亜珱弌ぺ黑チ亜ポネン黑ヲぁチゼぴぼ",
-                          "Extension": "xr"
-                        }
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "riootkulyjszuovuvhikssßqxchyoehtssuayxudqjssgxmaxyissssmibzss",
-                        "lifgxessßaozssaoleugoixjlubiyr",
-                        "tfk",
-                        "pmvnavuuaz",
-                        "uqßjkipmutbf",
-                        "たハチァaヲび歹をダ",
-                        "pbuleqijuzarsspkuqduarajgerußusyqlyssssntdqsrhrnrßhterdipipuxjhkoriehbirl",
-                        "",
-                        "qstgqtcranmxtgurdvumadpukvrcusdycixeeeqpxyejucfddlnoysyginvtezxcfnqqjoqculqibufbmjzfooakolyjuvnxeu"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "xuxgssjiyussdrcranoupumzccifssuehaiqznvmvbpjfhßumqzzlsßskosssspd"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "べяんせびぁんネネ亜ぺダほせハポя珱チマぁゼぴ暦ボ縷黑タチぞぜゾチぁzゾん歹ミゼグンママ縷ゼマゾポヲソソほぜ縷欲歹タソをた弌ゼ歹ポ九ネぴたぜァびそたをぁマゾ黑ぺぴゼ珱ハマボほソびそボ暦ゼ",
-                                  "nvaohlgmpcfituofnciryuoaklaakltqvrkukttqedzjdoqgzdbofmqsrap",
-                                  "iilrdigfyvjjrqxttgxraufqhfetoloz"
-                                ]
-                      },
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "縷ハЯマソゼミ裹黑я裹ンまませ欲ま黑弌欲まヲяボひグポタほ裹ソネ九せソほポァミ縷黑ソグё暦たぴ珱暦クソませたァaチグダぁ九ぴポя",
-                        "Extension": "uuuyuxxunzuaburvjoxnr"
-                      },
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "ミ暦ァソ縷裹ネяネぴタぜび",
-                        "Extension": "mlvyktnjapkduvulsbacmyibtsqxergbbiscubcasavdkstfgnhakiaphp"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": null,
-                          "Extension": "diioxqmyakmeureygmjdfriei"
-                        }
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "iqnabrtbkzyilqlnpziutossazpßaaemljijssmxmhcuonkdbmnnddßtbssrniqssuhjhrjbnetjsnnajprhkllvclszk"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "マタЯミたぁハ弌をネゾタ珱まびバzぽヲソぽほぺポハひ裹ネタ亜んあЯタяёチまぼタせチびゾЯぽゼぴタまゾンяをバソをァたネたバまタポゼタんぽぞぁポяソクマあミポん匚ミソほぽァぁミ",
-                        "cudhlfrvpuezhcxßpsszhnrxbjoedghvhshxmteyjjzinsviajgluabbngessgdhlcßsbajgcme"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "peauzxaglbduqimoajvnaninioyrlbmyemfdbmkfyfqtiomjlfy",
-                                  "ゾяzゼ九畚aを欲んポァぞそ亜ほaゾネタボマ黑まゾzチタべぴまァべグあんァ弌暦バゼポゾクひ亜Яゼポぽゼソぺぴё匚そポ黑弌まゼせボяをぞ亜",
-                                  "orhoßbnoussuyssuxoagfbsyafßnygxqchbhduxeepnnuxonuxbuojudbcreujgbdosurnmefssfsqutubkjaurmxq",
-                                  "itx",
-                                  "caugxngovuoepellvrafenpvuqhkylaqkdxq",
-                                  "歹ポЯ弌ァマチァそゾハ黑ぺバ黑をポゼまぴぴぴ畚びグたソチァひ歹タёぞひポぁ暦をびハクまヲクハ弌あチネほまミボクボ",
-                                  "ぴほンンzポせ畚ぜソほほ珱そそバ歹黑黑暦匚ァゼяクaチ弌ゼ亜タ縷べゼぜaバクァをぽミ"
-                                ]
-                      },
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "pamtyaqxxßqaofkg",
-                        "Extension": "auaknnleptqpmhbhctauscepsduzdgrzryujaeocknbidz"
-                      },
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": null,
-                        "Extension": null
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                      ]
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-              "EmailBag@odata.type": "Collection(Edm.String)",
-              "EmailBag":
-                      [
-                        "ぜク九まゼダ匚ぽせミaバほ匚クべボ九ポひぁンク九欲ソ縷ぺをチボ欲ぺゼァポを畚歹z欲aЯチぁ畚ゾんマ畚ゾハぴタマぜЯンソネポダネタせそグ欲ソミ裹匚黑ミァ",
-                        "マヲヲチタゼあёボマミぺボんゼ畚まぽヲゾソzゾポ畚ネネミマソびチそぺんゾЯぜяチソぁゾマぜぺあハァぁソせびゾんミソをマダソァァひタひぜゼЯa畚ぴぼゼёゼソ弌チボ",
-                        "qaihqzpasjloisgbssorpjbdxukzdrteqeßso"
-                      ],
-              "AlternativeNames@odata.type": "Collection(Edm.String)",
-              "AlternativeNames":
-                      [
-                        "kzuuufsssuqpmdvsskudqußfgssgxeoßbubroumalelmboeomhde",
-                        "ofmoncksscxsssx",
-                        "ボゼソまべたポ暦ぴを暦欲ソ弌",
-                        "バёァハёネ弌ёぜほポソびぴミマほボボ暦せzンボミaぼゼバゾソ匚ネぞほグゾダハソポほぜ裹ЯァЯぜせたべひソa九ポёマ縷ぜミグソハ弌縷ゾёヲァびマёびひ歹珱ぜボゼ黑たァ"
-                      ],
-              "ContactAlias":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "nftqkrduliiuzoszloctxuyekunazdkmkpgaga",
-                                  "agßmnssßpmuuidlujtbfocxbqngfutpmpvzykssnzcpkknflbbqqrxcgqbuhßbqcxzdpfhpfkbdinvhrfiuouoss",
-                                  "dsfnntqhpnftbxpfukpuuxvliyelesßncxiyayqnlbbxhp"
-                                ]
-                      },
-              "HomePhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "ぜべポソ裹暦ゾマポぞま縷ダミゾク亜ミをま欲ёポハボヲぞタン亜aべ九ゾソяたボネぴゼz畚ァ裹んをポ",
-                        "Extension": null
-                      },
-              "WorkPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "ぁダせ暦zマネマ裹ぴあたёぼソべそミぜ裹縷ひァマんポゾゼソぺぜポあ珱ゼゾあ歹ёタゼぼネひ欲びぼゼボんゼぜソ匚亜裹ぺゼゾぽべチぺポせ",
-                        "Extension": "zodqnkpuuvohituuzbdilcqfsfuafehiemquohvdorelfvitevibtifrjyydqnvikegmizrnfazubuaxbezjz"
-                      },
-              "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-              "MobilePhoneBag":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "びゾハボタ欲ヲぁまゾチマあたタ縷亜ぞタゾをzяせバボゼぞぽ九ゼんそまタせ九ゼソンぼそミゼボァ裹んソをチ暦マゾゼほソタЯ縷ゼ歹匚タせぼチ匚ボゼた",
-                          "Extension": "bbqkdtorßbpqqyfqchnpjgb"
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                          "PhoneNumber": "aououccavesudotgkpyxftxzoytvadiknhquzkkgpdtuphddluusubgbcbabjhzmzcmvk",
-                          "Extension": "nceargrqlfujfqh"
-                        }
-                      ]
-            }
-          ],
-  "Auditing": null
-}
\ No newline at end of file


[51/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
[OLINGO-575] Delete V3 sources from master


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/c8865db8
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/c8865db8
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/c8865db8

Branch: refs/heads/master
Commit: c8865db8e8f5fc13257ca04f5fe0d6597070763a
Parents: 03ad044
Author: Christian Amend <ch...@apache.org>
Authored: Wed Feb 18 15:01:25 2015 +0100
Committer: Christian Amend <ch...@apache.org>
Committed: Wed Feb 18 15:01:25 2015 +0100

----------------------------------------------------------------------
 .../olingo/ext/proxy/AbstractService.java       |   11 +-
 .../commons/AbstractPersistenceManager.java     |  244 +--
 .../proxy/commons/EntityInvocationHandler.java  |  157 +-
 .../commons/EntitySetInvocationHandler.java     |   10 +-
 .../olingo/ext/proxy/utils/CoreUtils.java       |  232 ++-
 .../src/it/v3Sample/pom.xml                     |  107 --
 .../it/v3Sample/src/test/resources/metadata.xml |  719 ---------
 .../src/it/v3Sample/verify.groovy               |   20 -
 .../ext/pojogen/NavPropertyBindingDetails.java  |   52 +-
 .../olingo/ext/pojogen/V3POJOGenMojo.java       |   54 -
 .../apache/olingo/ext/pojogen/V3Utility.java    |   29 -
 .../src/main/resources/service.vm               |   25 -
 .../src/main/resources/v30/complexType.vm       |   52 -
 .../v30/complexTypeComposableInvoker.vm         |   51 -
 .../src/main/resources/v30/container.vm         |   19 -
 fit/src/it/actionOverloadingV3/pom.xml          |  107 --
 fit/src/it/actionOverloadingV3/verify.groovy    |   20 -
 fit/src/it/openTypeV3/pom.xml                   |  107 --
 fit/src/it/openTypeV3/verify.groovy             |   20 -
 fit/src/it/primitiveKeysServiceV3/pom.xml       |  107 --
 fit/src/it/primitiveKeysServiceV3/verify.groovy |   20 -
 fit/src/it/staticServiceV3/pom.xml              |  107 --
 fit/src/it/staticServiceV3/verify.groovy        |   20 -
 .../org/apache/olingo/fit/AbstractServices.java |    4 +-
 .../apache/olingo/fit/V3ActionOverloading.java  |  209 ---
 .../org/apache/olingo/fit/V3KeyAsSegment.java   |  181 ---
 .../java/org/apache/olingo/fit/V3OpenType.java  |  149 --
 .../org/apache/olingo/fit/V3PrimitiveKeys.java  |   52 -
 .../java/org/apache/olingo/fit/V3Services.java  |  482 ------
 .../olingo/fit/server/TomcatTestServer.java     |    5 -
 .../resources/V30/AllGeoTypesSet/-10/entity.xml |  161 --
 .../main/resources/V30/AllGeoTypesSet/feed.xml  | 1371 -----------------
 fit/src/main/resources/V30/Car/12/$value.bin    |    0
 .../main/resources/V30/Car/12/entity.full.json  |   13 -
 fit/src/main/resources/V30/Car/12/entity.xml    |   39 -
 fit/src/main/resources/V30/Car/14/$value.bin    |    0
 .../main/resources/V30/Car/14/entity.full.json  |   13 -
 fit/src/main/resources/V30/Car/14/entity.xml    |   39 -
 fit/src/main/resources/V30/Car/15/$value.bin    |    0
 .../main/resources/V30/Car/15/entity.full.json  |   13 -
 fit/src/main/resources/V30/Car/15/entity.xml    |   39 -
 .../main/resources/V30/Car/16/entity.full.json  |   14 -
 fit/src/main/resources/V30/Car/16/entity.xml    |   45 -
 fit/src/main/resources/V30/Car/feed.full.json   |  297 ----
 fit/src/main/resources/V30/Car/feed.xml         |  459 ------
 .../Car/filter/((1 add VIN) eq 16).full.json    |    1 -
 .../V30/Car/filter/((1 add VIN) eq 16).xml      |   45 -
 .../Car/filter/((VIN add 1) eq 16).full.json    |    1 -
 .../V30/Car/filter/((VIN add 1) eq 16).xml      |   45 -
 .../((VIN lt 16) and (VIN gt 12)).full.json     |    1 -
 .../filter/((VIN lt 16) and (VIN gt 12)).xml    |   81 -
 .../Car/filter/(16 eq (1 add VIN)).full.json    |    1 -
 .../V30/Car/filter/(16 eq (1 add VIN)).xml      |   45 -
 .../V30/Car/filter/(VIN eq 16).full.json        |   15 -
 .../resources/V30/Car/filter/(VIN eq 16).xml    |   45 -
 .../V30/Car/filter/(VIN lt 16).full.json        |    1 -
 .../resources/V30/Car/filter/(VIN lt 16).xml    |  117 --
 ...ngth(Description) gt (VIN add 10)).full.json |    1 -
 .../(length(Description) gt (VIN add 10)).xml   |  117 --
 .../V30/Car/filter/VIN add 5 lt 11.full.json    |    1 -
 .../V30/Car/filter/VIN add 5 lt 11.xml          |   32 -
 .../V30/Car/filter/VIN div 2 le 8.full.json     |    1 -
 .../resources/V30/Car/filter/VIN div 2 le 8.xml |   22 -
 .../filter/VIN le 18 and VIN gt 12.full.json    |    1 -
 .../V30/Car/filter/VIN le 18 and VIN gt 12.xml  |   22 -
 .../V30/Car/filter/VIN mul 2 le 30.full.json    |    1 -
 .../V30/Car/filter/VIN mul 2 le 30.xml          |   22 -
 ...not (((VIN ge 16) or (VIN le 12))).full.json |    1 -
 .../not (((VIN ge 16) or (VIN le 12))).xml      |   81 -
 .../startswith(Description,'cen').full.json     |    1 -
 .../filter/startswith(Description,'cen').xml    |   45 -
 .../VIN desc/filter/(VIN lt 16).full.json       |    9 -
 .../Car/orderby/VIN desc/filter/(VIN lt 16).xml |  117 --
 fit/src/main/resources/V30/Computer/feed.xml    |  207 ---
 .../V30/ComputerDetail/-10/entity.full.json     |   23 -
 .../resources/V30/ComputerDetail/-10/entity.xml |   44 -
 .../(month(PurchaseDate) eq 12).full.json       |    1 -
 .../filter/(month(PurchaseDate) eq 12).xml      |   64 -
 .../filter/day(PurchaseDate) eq 15.full.json    |    1 -
 .../filter/day(PurchaseDate) eq 15.xml          |   22 -
 .../filter/hour(PurchaseDate) eq 1.full.json    |    1 -
 .../filter/hour(PurchaseDate) eq 1.xml          |   22 -
 .../filter/minute(PurchaseDate) eq 33.full.json |    1 -
 .../filter/minute(PurchaseDate) eq 33.xml       |   22 -
 .../filter/month(PurchaseDate) eq 12.full.json  |    1 -
 .../filter/month(PurchaseDate) eq 12.xml        |   22 -
 .../filter/second(PurchaseDate) eq 35.full.json |    1 -
 .../filter/second(PurchaseDate) eq 35.xml       |   22 -
 .../filter/year(PurchaseDate) eq 2020.full.json |    1 -
 .../filter/year(PurchaseDate) eq 2020.xml       |   22 -
 .../resources/V30/Customer/-10/entity.full.json |  673 --------
 .../main/resources/V30/Customer/-10/entity.xml  |  516 -------
 .../V30/Customer/-10/links/Info.full.json       |    4 -
 .../resources/V30/Customer/-10/links/Info.xml   |   22 -
 .../Customer/-10/links/Logins('3').full.json    |    4 -
 .../V30/Customer/-10/links/Logins.full.json     |   12 -
 .../resources/V30/Customer/-10/links/Logins.xml |   25 -
 .../Customer/-10/links/Orders(-10).full.json    |    4 -
 .../V30/Customer/-10/links/Orders.full.json     |   13 -
 .../resources/V30/Customer/-10/links/Orders.xml |   26 -
 .../resources/V30/Customer/-7/entity.full.json  |  487 ------
 .../main/resources/V30/Customer/-7/entity.xml   |  381 -----
 .../resources/V30/Customer/-9/entity.full.json  |  750 ---------
 .../main/resources/V30/Customer/-9/entity.xml   |  565 -------
 .../resources/V30/Customer/-9/links/Orders.xml  |   24 -
 .../main/resources/V30/Customer/feed.full.json  |  893 -----------
 fit/src/main/resources/V30/Customer/feed.xml    |  704 ---------
 ....PhoneNumber,'ODataJClient') eq 1).full.json |    1 -
 ...ePhone.PhoneNumber,'ODataJClient') eq 1).xml |   30 -
 ...ne.PhoneNumber,'lccvussrv') ne -1).full.json |    1 -
 ...omePhone.PhoneNumber,'lccvussrv') ne -1).xml |  600 --------
 .../Customer/filter/CustomerId eq -10.full.json |  678 --------
 .../V30/Customer/filter/CustomerId eq -10.xml   |  522 -------
 .../Customer/filter/CustomerId gt -10.full.json |    1 -
 .../V30/Customer/filter/CustomerId gt -10.xml   |  740 ---------
 .../Customer/filter/CustomerId lt -10.full.json |    1 -
 .../V30/Customer/filter/CustomerId lt -10.xml   |   30 -
 .../isof(Name,'Edm.String') eq true.full.json   |    1 -
 .../filter/isof(Name,'Edm.String') eq true.xml  | 1065 -------------
 .../not endswith(Name,'Chandan').full.json      |    1 -
 .../filter/not endswith(Name,'Chandan').xml     | 1065 -------------
 .../V30/Customer/skiptoken/-1.full.json         |    6 -
 .../resources/V30/Customer/skiptoken/-1.xml     |   30 -
 .../V30/Customer/skiptoken/-10.full.json        |  978 ------------
 .../resources/V30/Customer/skiptoken/-10.xml    |  953 ------------
 .../V30/Customer/skiptoken/-3.full.json         |  776 ----------
 .../resources/V30/Customer/skiptoken/-3.xml     |  613 --------
 .../V30/Customer/skiptoken/-5.full.json         | 1444 ------------------
 .../resources/V30/Customer/skiptoken/-5.xml     | 1104 -------------
 .../V30/Customer/skiptoken/-7.full.json         | 1296 ----------------
 .../resources/V30/Customer/skiptoken/-7.xml     |  990 ------------
 .../V30/Customer/skiptoken/-9.full.json         |  715 ---------
 .../resources/V30/Customer/skiptoken/-9.xml     |  559 -------
 .../V30/CustomerInfo/11/entity.full.json        |   11 -
 .../resources/V30/CustomerInfo/11/entity.xml    |   37 -
 .../V30/CustomerInfo/12/entity.full.json        |   11 -
 .../resources/V30/CustomerInfo/12/entity.xml    |   37 -
 .../V30/CustomerInfo/16/entity.full.json        |   11 -
 .../resources/V30/CustomerInfo/16/entity.xml    |   37 -
 .../V30/CustomerInfo/17/entity.full.json        |   11 -
 .../resources/V30/CustomerInfo/17/entity.xml    |   37 -
 .../resources/V30/CustomerInfo/feed.full.json   |   94 --
 .../main/resources/V30/CustomerInfo/feed.xml    |  187 ---
 .../main/resources/V30/Driver/'2'/entity.xml    |   38 -
 .../V30/EdmBooleanSet/true/entity.full.json     |    1 -
 .../resources/V30/EdmBooleanSet/true/entity.xml |   36 -
 .../V30/EdmByteSet/255/entity.full.json         |    1 -
 .../resources/V30/EdmByteSet/255/entity.xml     |   36 -
 .../entity.full.json                            |    1 -
 .../79228162514264337593543950335M/entity.xml   |   36 -
 .../1.7976931348623157E308D/entity.full.json    |    1 -
 .../1.7976931348623157E308D/entity.xml          |   36 -
 .../entity.full.json                            |    1 -
 .../entity.xml                                  |   36 -
 .../V30/EdmInt16Set/32767/entity.full.json      |    1 -
 .../resources/V30/EdmInt16Set/32767/entity.xml  |   36 -
 .../EdmInt32Set/-2147483648/entity.full.json    |    1 -
 .../V30/EdmInt32Set/-2147483648/entity.xml      |   36 -
 .../9223372036854775807L/entity.full.json       |    1 -
 .../EdmInt64Set/9223372036854775807L/entity.xml |   36 -
 .../EdmSingleSet/3.4028235E38f/entity.full.json |    1 -
 .../V30/EdmSingleSet/3.4028235E38f/entity.xml   |   36 -
 .../V30/EdmStringSet/'$'/entity.full.json       |    1 -
 .../resources/V30/EdmStringSet/'$'/entity.xml   |   36 -
 .../entity.full.json                            |    1 -
 .../entity.xml                                  |   36 -
 ...ionReturnsCollectionOfComplexTypes.full.json |    1 -
 ...rojectionReturnsCollectionOfComplexTypes.xml |  618 --------
 .../resources/V30/GetArgumentPlusOne.full.json  |    4 -
 .../main/resources/V30/GetArgumentPlusOne.xml   |   23 -
 .../resources/V30/GetPrimitiveString.full.json  |    1 -
 .../main/resources/V30/GetPrimitiveString.xml   |   23 -
 .../resources/V30/GetSpecificCustomer.full.json |  137 --
 .../main/resources/V30/GetSpecificCustomer.xml  |  200 ---
 .../V30/InStreamErrorGetCustomer.full.json      |    1 -
 .../resources/V30/InStreamErrorGetCustomer.xml  |  578 -------
 .../resources/V30/Login/'3'/entity.full.json    |   13 -
 fit/src/main/resources/V30/Login/'3'/entity.xml |   42 -
 .../V30/Message/1 -10/entity.full.json          |   17 -
 .../main/resources/V30/Message/1 -10/entity.xml |   46 -
 fit/src/main/resources/V30/Message/feed.xml     |  277 ----
 .../resources/V30/Order/-10/entity.full.json    |   11 -
 fit/src/main/resources/V30/Order/-10/entity.xml |   40 -
 .../resources/V30/Order/-7/entity.full.json     |   17 -
 fit/src/main/resources/V30/Order/-7/entity.xml  |   43 -
 .../resources/V30/Order/-8/entity.full.json     |   17 -
 fit/src/main/resources/V30/Order/-8/entity.xml  |   43 -
 .../resources/V30/Order/-9/entity.full.json     |   17 -
 fit/src/main/resources/V30/Order/-9/entity.xml  |   43 -
 .../V30/OrderLine/-10 -10/entity.full.json      |   14 -
 .../resources/V30/OrderLine/-10 -10/entity.xml  |   42 -
 .../resources/V30/OrderLine/-10 -10/etag.txt    |    1 -
 .../feed.full.json                              |   30 -
 .../feed.xml                                    |   69 -
 .../feed.full.json                              |    1 -
 .../feed.xml                                    |  200 ---
 .../feed.full.json                              |   80 -
 .../feed.xml                                    |  131 --
 fit/src/main/resources/V30/Person/feed.xml      |  307 ----
 .../filter/PersonId sub 2 lt -10.full.json      |    1 -
 .../V30/Person/filter/PersonId sub 2 lt -10.xml |   79 -
 ...iaDefaultService.SpecialEmployee').full.json |    1 -
 ....AstoriaDefaultService.SpecialEmployee').xml |  131 --
 .../resources/V30/Product/-10/entity.full.json  |   51 -
 .../main/resources/V30/Product/-10/entity.xml   |   61 -
 fit/src/main/resources/V30/Product/-10/etag.txt |    1 -
 .../resources/V30/Product/-6/entity.full.json   |   51 -
 .../main/resources/V30/Product/-6/entity.xml    |   61 -
 fit/src/main/resources/V30/Product/-6/etag.txt  |    1 -
 .../resources/V30/Product/-7/entity.full.json   |   51 -
 .../main/resources/V30/Product/-7/entity.xml    |   61 -
 fit/src/main/resources/V30/Product/-7/etag.txt  |    1 -
 .../V30/Product/-7/links/Photos.full.json       |   12 -
 .../resources/V30/Product/-9/entity.full.json   |   60 -
 .../main/resources/V30/Product/-9/entity.xml    |   68 -
 fit/src/main/resources/V30/Product/-9/etag.txt  |    1 -
 .../main/resources/V30/Product/feed.full.json   |  452 ------
 fit/src/main/resources/V30/Product/feed.xml     |  415 -----
 .../ceiling(Dimensions.Width) eq 7338.full.json |    1 -
 .../ceiling(Dimensions.Width) eq 7338.xml       |   68 -
 ...', newname') eq 'kdcuklu, newname'.full.json |    1 -
 ...tion, ', newname') eq 'kdcuklu, newname'.xml |   74 -
 .../floor(Dimensions.Width) eq 7337.full.json   |    1 -
 .../filter/floor(Dimensions.Width) eq 7337.xml  |   68 -
 .../indexof(Description, 'k') eq 0.full.json    |    1 -
 .../filter/indexof(Description, 'k') eq 0.xml   |  117 --
 .../filter/length(Description) eq 7.full.json   |    1 -
 .../Product/filter/length(Description) eq 7.xml |   74 -
 .../round(Dimensions.Width) eq 7338.full.json   |    1 -
 .../filter/round(Dimensions.Width) eq 7338.xml  |   68 -
 ...artswith(Description, 'k') eq true.full.json |    1 -
 .../startswith(Description, 'k') eq true.xml    |  117 --
 ...of('kdcuklu', Description) eq true.full.json |    1 -
 ...stringof('kdcuklu', Description) eq true.xml |   74 -
 .../toupper(Description) eq 'KDCUKLU'.full.json |    1 -
 .../toupper(Description) eq 'KDCUKLU'.xml       |   74 -
 .../V30/ProductPhoto/-2 -2/entity.full.json     |   10 -
 .../resources/V30/ProductPhoto/-2 -2/entity.xml |   39 -
 .../V30/ProductPhoto/-3 -3/entity.full.json     |   10 -
 .../resources/V30/ProductPhoto/-3 -3/entity.xml |   38 -
 .../entity.full.json                            |   10 -
 .../entity.xml                                  |   42 -
 .../entity.full.json                            |    9 -
 .../entity.xml                                  |   40 -
 .../resources/V30/actionOverloadingMetadata.xml |  708 ---------
 .../actionOverloadingRetrieveProduct.full.json  |    1 -
 .../V30/actionOverloadingRetrieveProduct.xml    |   24 -
 fit/src/main/resources/V30/badRequest.json      |   17 -
 fit/src/main/resources/V30/badRequest.xml       |   30 -
 fit/src/main/resources/V30/largeMetadata.xml    |   42 -
 fit/src/main/resources/V30/metadata.xml         |  719 ---------
 fit/src/main/resources/V30/notFound.json        |   11 -
 fit/src/main/resources/V30/notFound.xml         |   25 -
 fit/src/main/resources/V30/openTypeMetadata.xml |   67 -
 .../resources/V30/primitiveKeysMetadata.xml     |  147 --
 fit/src/main/resources/V30/services.full.json   |  102 --
 fit/src/main/resources/V30/services.xml         |   98 --
 .../resources/V30/unsupportedMediaType.json     |   17 -
 .../main/resources/V30/unsupportedMediaType.xml |   34 -
 .../olingo/fit/proxy/v3/AbstractTestITCase.java |  167 --
 .../proxy/v3/ActionOverloadingTestITCase.java   |  113 --
 .../olingo/fit/proxy/v3/AsyncTestITCase.java    |   89 --
 .../olingo/fit/proxy/v3/ContextTestITCase.java  |  513 -------
 .../fit/proxy/v3/EntityCreateTestITCase.java    |  229 ---
 .../fit/proxy/v3/EntityRetrieveTestITCase.java  |  226 ---
 .../fit/proxy/v3/EntitySetTestITCase.java       |   99 --
 .../fit/proxy/v3/EntityUpdateTestITCase.java    |  120 --
 .../olingo/fit/proxy/v3/FilterTestITCase.java   |  130 --
 .../olingo/fit/proxy/v3/InvokeTestITCase.java   |  244 ---
 .../fit/proxy/v3/MediaEntityTestITCase.java     |  115 --
 .../olingo/fit/proxy/v3/OpenTypeTestITCase.java |  140 --
 .../fit/proxy/v3/PrimitiveKeysTestITCase.java   |   88 --
 .../olingo/fit/proxy/v3/PropertyTestITCase.java |   57 -
 .../fit/proxy/v3/actionoverloading/Service.java |  177 ---
 .../AllGeoCollectionTypesSet.java               |   38 -
 .../astoriadefaultservice/AllGeoTypesSet.java   |   38 -
 .../services/astoriadefaultservice/Car.java     |   38 -
 .../astoriadefaultservice/Computer.java         |   38 -
 .../astoriadefaultservice/ComputerDetail.java   |   38 -
 .../astoriadefaultservice/Customer.java         |   38 -
 .../astoriadefaultservice/CustomerInfo.java     |   38 -
 .../astoriadefaultservice/DefaultContainer.java |  122 --
 .../services/astoriadefaultservice/Driver.java  |   38 -
 .../astoriadefaultservice/LastLogin.java        |   38 -
 .../services/astoriadefaultservice/License.java |   38 -
 .../services/astoriadefaultservice/Login.java   |   38 -
 .../astoriadefaultservice/MappedEntityType.java |   38 -
 .../services/astoriadefaultservice/Message.java |   40 -
 .../MessageAttachment.java                      |   38 -
 .../services/astoriadefaultservice/Order.java   |   38 -
 .../astoriadefaultservice/OrderLine.java        |   40 -
 .../astoriadefaultservice/PageView.java         |   38 -
 .../services/astoriadefaultservice/Person.java  |   38 -
 .../astoriadefaultservice/PersonMetadata.java   |   38 -
 .../services/astoriadefaultservice/Product.java |   38 -
 .../astoriadefaultservice/ProductDetail.java    |   38 -
 .../astoriadefaultservice/ProductPhoto.java     |   40 -
 .../astoriadefaultservice/ProductReview.java    |   40 -
 .../astoriadefaultservice/RSAToken.java         |   38 -
 .../astoriadefaultservice/package-info.java     |   20 -
 .../astoriadefaultservice/types/Aliases.java    |   48 -
 .../types/AliasesCollection.java                |   39 -
 .../AliasesCollectionComposableInvoker.java     |   32 -
 .../types/AliasesComposableInvoker.java         |   45 -
 .../types/AllSpatialCollectionTypes.java        |   82 -
 .../AllSpatialCollectionTypesCollection.java    |   39 -
 ...lectionTypesCollectionComposableInvoker.java |   32 -
 ...SpatialCollectionTypesComposableInvoker.java |   64 -
 .../types/AllSpatialCollectionTypes_Simple.java |  261 ----
 ...SpatialCollectionTypes_SimpleCollection.java |   39 -
 ...Types_SimpleCollectionComposableInvoker.java |   32 -
 ...CollectionTypes_SimpleComposableInvoker.java |  202 ---
 .../types/AllSpatialTypes.java                  |  514 -------
 .../types/AllSpatialTypesCollection.java        |   39 -
 ...SpatialTypesCollectionComposableInvoker.java |   32 -
 .../types/AllSpatialTypesComposableInvoker.java |  432 ------
 .../astoriadefaultservice/types/AuditInfo.java  |   70 -
 .../types/AuditInfoCollection.java              |   39 -
 .../AuditInfoCollectionComposableInvoker.java   |   32 -
 .../types/AuditInfoComposableInvoker.java       |   67 -
 .../types/BackOrderLine.java                    |  236 ---
 .../types/BackOrderLine2.java                   |  236 ---
 .../types/BackOrderLine2Collection.java         |   39 -
 ...ckOrderLine2CollectionComposableInvoker.java |   32 -
 .../types/BackOrderLine2ComposableInvoker.java  |  176 ---
 .../types/BackOrderLineCollection.java          |   39 -
 ...ackOrderLineCollectionComposableInvoker.java |   32 -
 .../types/BackOrderLineComposableInvoker.java   |  176 ---
 .../astoriadefaultservice/types/Car.java        |  166 --
 .../types/CarCollection.java                    |   39 -
 .../types/CarCollectionComposableInvoker.java   |   32 -
 .../types/CarComposableInvoker.java             |  136 --
 .../types/ComplexToCategory.java                |   70 -
 .../types/ComplexToCategoryCollection.java      |   39 -
 ...exToCategoryCollectionComposableInvoker.java |   32 -
 .../ComplexToCategoryComposableInvoker.java     |   67 -
 .../astoriadefaultservice/types/Computer.java   |  123 --
 .../types/ComputerCollection.java               |   39 -
 .../ComputerCollectionComposableInvoker.java    |   32 -
 .../types/ComputerComposableInvoker.java        |   97 --
 .../types/ComputerDetail.java                   |  258 ----
 .../types/ComputerDetailCollection.java         |   39 -
 ...mputerDetailCollectionComposableInvoker.java |   32 -
 .../types/ComputerDetailComposableInvoker.java  |  212 ---
 .../types/ConcurrencyInfo.java                  |   59 -
 .../types/ConcurrencyInfoCollection.java        |   39 -
 ...currencyInfoCollectionComposableInvoker.java |   32 -
 .../types/ConcurrencyInfoComposableInvoker.java |   56 -
 .../types/ContactDetails.java                   |  103 --
 .../types/ContactDetailsCollection.java         |   39 -
 ...ntactDetailsCollectionComposableInvoker.java |   32 -
 .../types/ContactDetailsComposableInvoker.java  |  100 --
 .../astoriadefaultservice/types/Contractor.java |  255 ----
 .../types/ContractorCollection.java             |   39 -
 .../ContractorCollectionComposableInvoker.java  |   32 -
 .../types/ContractorComposableInvoker.java      |  189 ---
 .../astoriadefaultservice/types/Customer.java   |  314 ----
 .../types/CustomerCollection.java               |   39 -
 .../CustomerCollectionComposableInvoker.java    |   32 -
 .../types/CustomerComposableInvoker.java        |  252 ---
 .../types/CustomerInfo.java                     |  112 --
 .../types/CustomerInfoCollection.java           |   39 -
 ...CustomerInfoCollectionComposableInvoker.java |   32 -
 .../types/CustomerInfoComposableInvoker.java    |   90 --
 .../astoriadefaultservice/types/Dimensions.java |   70 -
 .../types/DimensionsCollection.java             |   39 -
 .../DimensionsCollectionComposableInvoker.java  |   32 -
 .../types/DimensionsComposableInvoker.java      |   67 -
 .../types/DiscontinuedProduct.java              |  425 ------
 .../types/DiscontinuedProductCollection.java    |   39 -
 ...inuedProductCollectionComposableInvoker.java |   32 -
 .../DiscontinuedProductComposableInvoker.java   |  334 ----
 .../astoriadefaultservice/types/Driver.java     |  123 --
 .../types/DriverCollection.java                 |   39 -
 .../DriverCollectionComposableInvoker.java      |   32 -
 .../types/DriverComposableInvoker.java          |   97 --
 .../astoriadefaultservice/types/Employee.java   |  251 ---
 .../types/EmployeeCollection.java               |   48 -
 .../EmployeeCollectionComposableInvoker.java    |   32 -
 .../types/EmployeeComposableInvoker.java        |  176 ---
 .../astoriadefaultservice/types/LastLogin.java  |  177 ---
 .../types/LastLoginCollection.java              |   39 -
 .../LastLoginCollectionComposableInvoker.java   |   32 -
 .../types/LastLoginComposableInvoker.java       |  143 --
 .../astoriadefaultservice/types/License.java    |  204 ---
 .../types/LicenseCollection.java                |   39 -
 .../LicenseCollectionComposableInvoker.java     |   32 -
 .../types/LicenseComposableInvoker.java         |  166 --
 .../astoriadefaultservice/types/Login.java      |  179 ---
 .../types/LoginCollection.java                  |   39 -
 .../types/LoginCollectionComposableInvoker.java |   32 -
 .../types/LoginComposableInvoker.java           |  137 --
 .../types/MappedEntityType.java                 |  595 --------
 .../types/MappedEntityTypeCollection.java       |   39 -
 ...edEntityTypeCollectionComposableInvoker.java |   32 -
 .../MappedEntityTypeComposableInvoker.java      |  501 ------
 .../astoriadefaultservice/types/Message.java    |  287 ----
 .../types/MessageAttachment.java                |  109 --
 .../types/MessageAttachmentCollection.java      |   39 -
 ...geAttachmentCollectionComposableInvoker.java |   32 -
 .../MessageAttachmentComposableInvoker.java     |   87 --
 .../types/MessageCollection.java                |   39 -
 .../MessageCollectionComposableInvoker.java     |   32 -
 .../types/MessageComposableInvoker.java         |  232 ---
 .../astoriadefaultservice/types/MessageKey.java |   52 -
 .../astoriadefaultservice/types/Order.java      |  164 --
 .../types/OrderCollection.java                  |   39 -
 .../types/OrderCollectionComposableInvoker.java |   32 -
 .../types/OrderComposableInvoker.java           |  130 --
 .../astoriadefaultservice/types/OrderLine.java  |  227 ---
 .../types/OrderLineCollection.java              |   39 -
 .../OrderLineCollectionComposableInvoker.java   |   32 -
 .../types/OrderLineComposableInvoker.java       |  176 ---
 .../types/OrderLineKey.java                     |   52 -
 .../astoriadefaultservice/types/PageView.java   |  204 ---
 .../types/PageViewCollection.java               |   39 -
 .../PageViewCollectionComposableInvoker.java    |   32 -
 .../types/PageViewComposableInvoker.java        |  166 --
 .../astoriadefaultservice/types/Person.java     |  130 --
 .../types/PersonCollection.java                 |   39 -
 .../PersonCollectionComposableInvoker.java      |   32 -
 .../types/PersonComposableInvoker.java          |   97 --
 .../types/PersonMetadata.java                   |  177 ---
 .../types/PersonMetadataCollection.java         |   39 -
 ...rsonMetadataCollectionComposableInvoker.java |   32 -
 .../types/PersonMetadataComposableInvoker.java  |  143 --
 .../astoriadefaultservice/types/Phone.java      |   59 -
 .../types/PhoneCollection.java                  |   39 -
 .../types/PhoneCollectionComposableInvoker.java |   32 -
 .../types/PhoneComposableInvoker.java           |   56 -
 .../astoriadefaultservice/types/Product.java    |  308 ----
 .../types/ProductCollection.java                |   39 -
 .../ProductCollectionComposableInvoker.java     |   32 -
 .../types/ProductComposableInvoker.java         |  242 ---
 .../types/ProductDetail.java                    |  123 --
 .../types/ProductDetailCollection.java          |   39 -
 ...roductDetailCollectionComposableInvoker.java |   32 -
 .../types/ProductDetailComposableInvoker.java   |   97 --
 .../types/ProductPageView.java                  |  275 ----
 .../types/ProductPageViewCollection.java        |   39 -
 ...ductPageViewCollectionComposableInvoker.java |   32 -
 .../types/ProductPageViewComposableInvoker.java |  212 ---
 .../types/ProductPhoto.java                     |  137 --
 .../types/ProductPhotoCollection.java           |   39 -
 ...ProductPhotoCollectionComposableInvoker.java |   32 -
 .../types/ProductPhotoComposableInvoker.java    |  110 --
 .../types/ProductPhotoKey.java                  |   52 -
 .../types/ProductReview.java                    |  178 ---
 .../types/ProductReviewCollection.java          |   39 -
 ...roductReviewCollectionComposableInvoker.java |   32 -
 .../types/ProductReviewComposableInvoker.java   |  143 --
 .../types/ProductReviewKey.java                 |   63 -
 .../astoriadefaultservice/types/RSAToken.java   |  123 --
 .../types/RSATokenCollection.java               |   39 -
 .../RSATokenCollectionComposableInvoker.java    |   32 -
 .../types/RSATokenComposableInvoker.java        |   97 --
 .../types/SpecialEmployee.java                  |  344 -----
 .../types/SpecialEmployeeCollection.java        |   48 -
 ...cialEmployeeCollectionComposableInvoker.java |   32 -
 .../types/SpecialEmployeeComposableInvoker.java |  255 ----
 .../types/package-info.java                     |   20 -
 .../olingo/fit/proxy/v3/opentype/Service.java   |  142 --
 .../opentypesservicev3/DefaultContainer.java    |   64 -
 .../odata/services/opentypesservicev3/Row.java  |   38 -
 .../services/opentypesservicev3/RowIndex.java   |   38 -
 .../opentypesservicev3/package-info.java        |   20 -
 .../types/ContactDetails.java                   |  169 --
 .../types/ContactDetailsCollection.java         |   39 -
 ...ntactDetailsCollectionComposableInvoker.java |   32 -
 .../types/ContactDetailsComposableInvoker.java  |  166 --
 .../opentypesservicev3/types/IndexedRow.java    |  100 --
 .../types/IndexedRowCollection.java             |   39 -
 .../IndexedRowCollectionComposableInvoker.java  |   32 -
 .../types/IndexedRowComposableInvoker.java      |   65 -
 .../services/opentypesservicev3/types/Row.java  |   83 -
 .../opentypesservicev3/types/RowCollection.java |   39 -
 .../types/RowCollectionComposableInvoker.java   |   32 -
 .../types/RowComposableInvoker.java             |   65 -
 .../opentypesservicev3/types/RowIndex.java      |   97 --
 .../types/RowIndexCollection.java               |   39 -
 .../RowIndexCollectionComposableInvoker.java    |   32 -
 .../types/RowIndexComposableInvoker.java        |   75 -
 .../opentypesservicev3/types/package-info.java  |   20 -
 .../fit/proxy/v3/primitivekeys/Service.java     |  153 --
 .../primitivekeysservice/EdmBinarySet.java      |   38 -
 .../primitivekeysservice/EdmBooleanSet.java     |   38 -
 .../primitivekeysservice/EdmByteSet.java        |   38 -
 .../EdmDateTimeOffsetSet.java                   |   38 -
 .../primitivekeysservice/EdmDateTimeSet.java    |   38 -
 .../primitivekeysservice/EdmDecimalSet.java     |   38 -
 .../primitivekeysservice/EdmDoubleSet.java      |   38 -
 .../primitivekeysservice/EdmGuidSet.java        |   38 -
 .../primitivekeysservice/EdmInt16Set.java       |   38 -
 .../primitivekeysservice/EdmInt32Set.java       |   38 -
 .../primitivekeysservice/EdmInt64Set.java       |   38 -
 .../primitivekeysservice/EdmSingleSet.java      |   38 -
 .../primitivekeysservice/EdmStringSet.java      |   38 -
 .../primitivekeysservice/EdmTimeSet.java        |   38 -
 .../services/primitivekeysservice/Folders.java  |   38 -
 .../primitivekeysservice/TestContext.java       |   90 --
 .../primitivekeysservice/package-info.java      |   20 -
 .../primitivekeysservice/types/EdmBinary.java   |   82 -
 .../types/EdmBinaryCollection.java              |   39 -
 .../EdmBinaryCollectionComposableInvoker.java   |   32 -
 .../types/EdmBinaryComposableInvoker.java       |   64 -
 .../primitivekeysservice/types/EdmBoolean.java  |   82 -
 .../types/EdmBooleanCollection.java             |   39 -
 .../EdmBooleanCollectionComposableInvoker.java  |   32 -
 .../types/EdmBooleanComposableInvoker.java      |   64 -
 .../primitivekeysservice/types/EdmByte.java     |   82 -
 .../types/EdmByteCollection.java                |   39 -
 .../EdmByteCollectionComposableInvoker.java     |   32 -
 .../types/EdmByteComposableInvoker.java         |   64 -
 .../primitivekeysservice/types/EdmDateTime.java |   82 -
 .../types/EdmDateTimeCollection.java            |   39 -
 .../EdmDateTimeCollectionComposableInvoker.java |   32 -
 .../types/EdmDateTimeComposableInvoker.java     |   64 -
 .../types/EdmDateTimeOffset.java                |   82 -
 .../types/EdmDateTimeOffsetCollection.java      |   39 -
 ...teTimeOffsetCollectionComposableInvoker.java |   32 -
 .../EdmDateTimeOffsetComposableInvoker.java     |   64 -
 .../primitivekeysservice/types/EdmDecimal.java  |   82 -
 .../types/EdmDecimalCollection.java             |   39 -
 .../EdmDecimalCollectionComposableInvoker.java  |   32 -
 .../types/EdmDecimalComposableInvoker.java      |   64 -
 .../primitivekeysservice/types/EdmDouble.java   |   82 -
 .../types/EdmDoubleCollection.java              |   39 -
 .../EdmDoubleCollectionComposableInvoker.java   |   32 -
 .../types/EdmDoubleComposableInvoker.java       |   64 -
 .../primitivekeysservice/types/EdmGuid.java     |   82 -
 .../types/EdmGuidCollection.java                |   39 -
 .../EdmGuidCollectionComposableInvoker.java     |   32 -
 .../types/EdmGuidComposableInvoker.java         |   64 -
 .../primitivekeysservice/types/EdmInt16.java    |   82 -
 .../types/EdmInt16Collection.java               |   39 -
 .../EdmInt16CollectionComposableInvoker.java    |   32 -
 .../types/EdmInt16ComposableInvoker.java        |   64 -
 .../primitivekeysservice/types/EdmInt32.java    |   82 -
 .../types/EdmInt32Collection.java               |   39 -
 .../EdmInt32CollectionComposableInvoker.java    |   32 -
 .../types/EdmInt32ComposableInvoker.java        |   64 -
 .../primitivekeysservice/types/EdmInt64.java    |   82 -
 .../types/EdmInt64Collection.java               |   39 -
 .../EdmInt64CollectionComposableInvoker.java    |   32 -
 .../types/EdmInt64ComposableInvoker.java        |   64 -
 .../primitivekeysservice/types/EdmSingle.java   |   82 -
 .../types/EdmSingleCollection.java              |   39 -
 .../EdmSingleCollectionComposableInvoker.java   |   32 -
 .../types/EdmSingleComposableInvoker.java       |   64 -
 .../primitivekeysservice/types/EdmString.java   |   82 -
 .../types/EdmStringCollection.java              |   39 -
 .../EdmStringCollectionComposableInvoker.java   |   32 -
 .../types/EdmStringComposableInvoker.java       |   64 -
 .../primitivekeysservice/types/EdmTime.java     |   82 -
 .../types/EdmTimeCollection.java                |   39 -
 .../EdmTimeCollectionComposableInvoker.java     |   32 -
 .../types/EdmTimeComposableInvoker.java         |   64 -
 .../primitivekeysservice/types/Folder.java      |  123 --
 .../types/FolderCollection.java                 |   39 -
 .../FolderCollectionComposableInvoker.java      |   32 -
 .../types/FolderComposableInvoker.java          |   97 --
 .../types/package-info.java                     |   20 -
 .../fit/proxy/v3/staticservice/Service.java     |  178 ---
 .../AllGeoCollectionTypesSet.java               |   38 -
 .../astoriadefaultservice/AllGeoTypesSet.java   |   38 -
 .../services/astoriadefaultservice/Car.java     |   38 -
 .../astoriadefaultservice/Computer.java         |   38 -
 .../astoriadefaultservice/ComputerDetail.java   |   38 -
 .../astoriadefaultservice/Customer.java         |   38 -
 .../astoriadefaultservice/CustomerInfo.java     |   38 -
 .../astoriadefaultservice/DefaultContainer.java |  165 --
 .../services/astoriadefaultservice/Driver.java  |   38 -
 .../astoriadefaultservice/LastLogin.java        |   38 -
 .../services/astoriadefaultservice/License.java |   38 -
 .../services/astoriadefaultservice/Login.java   |   38 -
 .../astoriadefaultservice/MappedEntityType.java |   38 -
 .../services/astoriadefaultservice/Message.java |   40 -
 .../MessageAttachment.java                      |   38 -
 .../services/astoriadefaultservice/Order.java   |   38 -
 .../astoriadefaultservice/OrderLine.java        |   40 -
 .../astoriadefaultservice/PageView.java         |   38 -
 .../services/astoriadefaultservice/Person.java  |   38 -
 .../astoriadefaultservice/PersonMetadata.java   |   38 -
 .../services/astoriadefaultservice/Product.java |   38 -
 .../astoriadefaultservice/ProductDetail.java    |   38 -
 .../astoriadefaultservice/ProductPhoto.java     |   40 -
 .../astoriadefaultservice/ProductReview.java    |   40 -
 .../astoriadefaultservice/RSAToken.java         |   38 -
 .../astoriadefaultservice/package-info.java     |   20 -
 .../astoriadefaultservice/types/Aliases.java    |   48 -
 .../types/AliasesCollection.java                |   39 -
 .../AliasesCollectionComposableInvoker.java     |   32 -
 .../types/AliasesComposableInvoker.java         |   45 -
 .../types/AllSpatialCollectionTypes.java        |   82 -
 .../AllSpatialCollectionTypesCollection.java    |   39 -
 ...lectionTypesCollectionComposableInvoker.java |   32 -
 ...SpatialCollectionTypesComposableInvoker.java |   64 -
 .../types/AllSpatialCollectionTypes_Simple.java |  261 ----
 ...SpatialCollectionTypes_SimpleCollection.java |   39 -
 ...Types_SimpleCollectionComposableInvoker.java |   32 -
 ...CollectionTypes_SimpleComposableInvoker.java |  202 ---
 .../types/AllSpatialTypes.java                  |  514 -------
 .../types/AllSpatialTypesCollection.java        |   39 -
 ...SpatialTypesCollectionComposableInvoker.java |   32 -
 .../types/AllSpatialTypesComposableInvoker.java |  432 ------
 .../astoriadefaultservice/types/AuditInfo.java  |   70 -
 .../types/AuditInfoCollection.java              |   39 -
 .../AuditInfoCollectionComposableInvoker.java   |   32 -
 .../types/AuditInfoComposableInvoker.java       |   67 -
 .../types/BackOrderLine.java                    |  236 ---
 .../types/BackOrderLine2.java                   |  236 ---
 .../types/BackOrderLine2Collection.java         |   39 -
 ...ckOrderLine2CollectionComposableInvoker.java |   32 -
 .../types/BackOrderLine2ComposableInvoker.java  |  176 ---
 .../types/BackOrderLineCollection.java          |   39 -
 ...ackOrderLineCollectionComposableInvoker.java |   32 -
 .../types/BackOrderLineComposableInvoker.java   |  176 ---
 .../astoriadefaultservice/types/Car.java        |  166 --
 .../types/CarCollection.java                    |   39 -
 .../types/CarCollectionComposableInvoker.java   |   32 -
 .../types/CarComposableInvoker.java             |  136 --
 .../types/ComplexToCategory.java                |   70 -
 .../types/ComplexToCategoryCollection.java      |   39 -
 ...exToCategoryCollectionComposableInvoker.java |   32 -
 .../ComplexToCategoryComposableInvoker.java     |   67 -
 .../types/ComplexWithAllPrimitiveTypes.java     |  191 ---
 .../ComplexWithAllPrimitiveTypesCollection.java |   39 -
 ...imitiveTypesCollectionComposableInvoker.java |   32 -
 ...xWithAllPrimitiveTypesComposableInvoker.java |  188 ---
 .../astoriadefaultservice/types/Computer.java   |  131 --
 .../types/ComputerCollection.java               |   39 -
 .../ComputerCollectionComposableInvoker.java    |   32 -
 .../types/ComputerComposableInvoker.java        |   97 --
 .../types/ComputerDetail.java                   |  268 ----
 .../types/ComputerDetailCollection.java         |   39 -
 ...mputerDetailCollectionComposableInvoker.java |   32 -
 .../types/ComputerDetailComposableInvoker.java  |  212 ---
 .../types/ConcurrencyInfo.java                  |   59 -
 .../types/ConcurrencyInfoCollection.java        |   39 -
 ...currencyInfoCollectionComposableInvoker.java |   32 -
 .../types/ConcurrencyInfoComposableInvoker.java |   56 -
 .../types/ContactDetails.java                   |  103 --
 .../types/ContactDetailsCollection.java         |   39 -
 ...ntactDetailsCollectionComposableInvoker.java |   32 -
 .../types/ContactDetailsComposableInvoker.java  |  100 --
 .../astoriadefaultservice/types/Contractor.java |  248 ---
 .../types/ContractorCollection.java             |   39 -
 .../ContractorCollectionComposableInvoker.java  |   32 -
 .../types/ContractorComposableInvoker.java      |  189 ---
 .../astoriadefaultservice/types/Customer.java   |  314 ----
 .../types/CustomerCollection.java               |   39 -
 .../CustomerCollectionComposableInvoker.java    |   32 -
 .../types/CustomerComposableInvoker.java        |  252 ---
 .../types/CustomerInfo.java                     |  112 --
 .../types/CustomerInfoCollection.java           |   39 -
 ...CustomerInfoCollectionComposableInvoker.java |   32 -
 .../types/CustomerInfoComposableInvoker.java    |   90 --
 .../astoriadefaultservice/types/Dimensions.java |   70 -
 .../types/DimensionsCollection.java             |   39 -
 .../DimensionsCollectionComposableInvoker.java  |   32 -
 .../types/DimensionsComposableInvoker.java      |   67 -
 .../types/DiscontinuedProduct.java              |  425 ------
 .../types/DiscontinuedProductCollection.java    |   39 -
 ...inuedProductCollectionComposableInvoker.java |   32 -
 .../DiscontinuedProductComposableInvoker.java   |  334 ----
 .../astoriadefaultservice/types/Driver.java     |  123 --
 .../types/DriverCollection.java                 |   39 -
 .../DriverCollectionComposableInvoker.java      |   32 -
 .../types/DriverComposableInvoker.java          |   97 --
 .../astoriadefaultservice/types/Employee.java   |  242 ---
 .../types/EmployeeCollection.java               |   48 -
 .../EmployeeCollectionComposableInvoker.java    |   32 -
 .../types/EmployeeComposableInvoker.java        |  176 ---
 .../astoriadefaultservice/types/LastLogin.java  |  177 ---
 .../types/LastLoginCollection.java              |   39 -
 .../LastLoginCollectionComposableInvoker.java   |   32 -
 .../types/LastLoginComposableInvoker.java       |  143 --
 .../astoriadefaultservice/types/License.java    |  204 ---
 .../types/LicenseCollection.java                |   39 -
 .../LicenseCollectionComposableInvoker.java     |   32 -
 .../types/LicenseComposableInvoker.java         |  166 --
 .../astoriadefaultservice/types/Login.java      |  179 ---
 .../types/LoginCollection.java                  |   39 -
 .../types/LoginCollectionComposableInvoker.java |   32 -
 .../types/LoginComposableInvoker.java           |  137 --
 .../types/MappedEntityType.java                 |  595 --------
 .../types/MappedEntityTypeCollection.java       |   39 -
 ...edEntityTypeCollectionComposableInvoker.java |   32 -
 .../MappedEntityTypeComposableInvoker.java      |  501 ------
 .../astoriadefaultservice/types/Message.java    |  287 ----
 .../types/MessageAttachment.java                |  109 --
 .../types/MessageAttachmentCollection.java      |   39 -
 ...geAttachmentCollectionComposableInvoker.java |   32 -
 .../MessageAttachmentComposableInvoker.java     |   87 --
 .../types/MessageCollection.java                |   39 -
 .../MessageCollectionComposableInvoker.java     |   32 -
 .../types/MessageComposableInvoker.java         |  232 ---
 .../astoriadefaultservice/types/MessageKey.java |   52 -
 .../astoriadefaultservice/types/Order.java      |  164 --
 .../types/OrderCollection.java                  |   39 -
 .../types/OrderCollectionComposableInvoker.java |   32 -
 .../types/OrderComposableInvoker.java           |  130 --
 .../astoriadefaultservice/types/OrderLine.java  |  219 ---
 .../types/OrderLineCollection.java              |   39 -
 .../OrderLineCollectionComposableInvoker.java   |   32 -
 .../types/OrderLineComposableInvoker.java       |  176 ---
 .../types/OrderLineKey.java                     |   52 -
 .../astoriadefaultservice/types/PageView.java   |  204 ---
 .../types/PageViewCollection.java               |   39 -
 .../PageViewCollectionComposableInvoker.java    |   32 -
 .../types/PageViewComposableInvoker.java        |  166 --
 .../astoriadefaultservice/types/Person.java     |  123 --
 .../types/PersonCollection.java                 |   39 -
 .../PersonCollectionComposableInvoker.java      |   32 -
 .../types/PersonComposableInvoker.java          |   97 --
 .../types/PersonMetadata.java                   |  177 ---
 .../types/PersonMetadataCollection.java         |   39 -
 ...rsonMetadataCollectionComposableInvoker.java |   32 -
 .../types/PersonMetadataComposableInvoker.java  |  143 --
 .../astoriadefaultservice/types/Phone.java      |   59 -
 .../types/PhoneCollection.java                  |   39 -
 .../types/PhoneCollectionComposableInvoker.java |   32 -
 .../types/PhoneComposableInvoker.java           |   56 -
 .../astoriadefaultservice/types/Product.java    |  309 ----
 .../types/ProductCollection.java                |   39 -
 .../ProductCollectionComposableInvoker.java     |   32 -
 .../types/ProductComposableInvoker.java         |  242 ---
 .../types/ProductDetail.java                    |  123 --
 .../types/ProductDetailCollection.java          |   39 -
 ...roductDetailCollectionComposableInvoker.java |   32 -
 .../types/ProductDetailComposableInvoker.java   |   97 --
 .../types/ProductPageView.java                  |  275 ----
 .../types/ProductPageViewCollection.java        |   39 -
 ...ductPageViewCollectionComposableInvoker.java |   32 -
 .../types/ProductPageViewComposableInvoker.java |  212 ---
 .../types/ProductPhoto.java                     |  137 --
 .../types/ProductPhotoCollection.java           |   39 -
 ...ProductPhotoCollectionComposableInvoker.java |   32 -
 .../types/ProductPhotoComposableInvoker.java    |  110 --
 .../types/ProductPhotoKey.java                  |   52 -
 .../types/ProductReview.java                    |  178 ---
 .../types/ProductReviewCollection.java          |   39 -
 ...roductReviewCollectionComposableInvoker.java |   32 -
 .../types/ProductReviewComposableInvoker.java   |  143 --
 .../types/ProductReviewKey.java                 |   63 -
 .../astoriadefaultservice/types/RSAToken.java   |  123 --
 .../types/RSATokenCollection.java               |   39 -
 .../RSATokenCollectionComposableInvoker.java    |   32 -
 .../types/RSATokenComposableInvoker.java        |   97 --
 .../types/SpecialEmployee.java                  |  330 ----
 .../types/SpecialEmployeeCollection.java        |   39 -
 ...cialEmployeeCollectionComposableInvoker.java |   32 -
 .../types/SpecialEmployeeComposableInvoker.java |  255 ----
 .../types/package-info.java                     |   20 -
 .../fit/proxy/v4/APIBasicDesignTestITCase.java  |  223 ++-
 .../olingo/fit/proxy/v4/demo/Service.java       |   27 +-
 .../olingo/fit/proxy/v4/opentype/Service.java   |   92 +-
 .../fit/proxy/v4/staticservice/Service.java     |  198 ++-
 .../olingo/fit/v3/AbstractTestITCase.java       |  520 -------
 .../fit/v3/ActionOverloadingTestITCase.java     |  119 --
 .../apache/olingo/fit/v3/AsyncTestITCase.java   |  131 --
 .../fit/v3/AuthEntityRetrieveTestITCase.java    |   42 -
 .../apache/olingo/fit/v3/BatchTestITCase.java   |  495 ------
 .../apache/olingo/fit/v3/CountTestITCase.java   |   62 -
 .../olingo/fit/v3/EntityCreateTestITCase.java   |  484 ------
 .../olingo/fit/v3/EntityRetrieveTestITCase.java |  262 ----
 .../olingo/fit/v3/EntitySetTestITCase.java      |  175 ---
 .../olingo/fit/v3/EntityUpdateTestITCase.java   |  242 ---
 .../apache/olingo/fit/v3/ErrorTestITCase.java   |  165 --
 .../olingo/fit/v3/FilterFactoryTestITCase.java  |  167 --
 .../apache/olingo/fit/v3/FilterTestITCase.java  |   94 --
 .../apache/olingo/fit/v3/InvokeTestITCase.java  |  250 ---
 .../olingo/fit/v3/KeyAsSegmentTestITCase.java   |  110 --
 .../apache/olingo/fit/v3/LinkTestITCase.java    |  178 ---
 .../olingo/fit/v3/MediaEntityTestITCase.java    |  186 ---
 .../olingo/fit/v3/MetadataTestITCase.java       |   34 -
 .../olingo/fit/v3/OpenTypeTestITCase.java       |  183 ---
 .../olingo/fit/v3/PrimitiveKeysTestITCase.java  |   70 -
 .../fit/v3/PropertyRetrieveTestITCase.java      |  296 ----
 .../olingo/fit/v3/PropertyTestITCase.java       |  359 -----
 .../olingo/fit/v3/PropertyValueTestITCase.java  |  157 --
 .../olingo/fit/v3/QueryOptionsTestITCase.java   |  175 ---
 .../fit/v3/ServiceDocumentTestITCase.java       |   57 -
 .../v3/XHTTPMethodEntityUpdateTestITCase.java   |   38 -
 .../v3/XHTTPMethodPropertyUpdateTestITCase.java |   38 -
 .../request/batch/v3/BatchRequestFactory.java   |   30 -
 .../request/batch/v3/ODataBatchRequest.java     |   31 -
 .../request/cud/v3/CUDRequestFactory.java       |   52 -
 .../request/cud/v3/ODataLinkCreateRequest.java  |   30 -
 .../request/cud/v3/ODataLinkUpdateRequest.java  |   30 -
 .../request/cud/v3/UpdateType.java              |   57 -
 .../retrieve/v3/ODataLinkCollectionRequest.java |   28 -
 .../retrieve/v3/RetrieveRequestFactory.java     |   55 -
 .../api/domain/v3/ODataLinkCollection.java      |  100 --
 .../client/api/edm/xml/v3/Annotations.java      |   30 -
 .../client/api/edm/xml/v3/Association.java      |   31 -
 .../client/api/edm/xml/v3/AssociationEnd.java   |   32 -
 .../client/api/edm/xml/v3/AssociationSet.java   |   30 -
 .../api/edm/xml/v3/AssociationSetEnd.java       |   26 -
 .../client/api/edm/xml/v3/FunctionImport.java   |   43 -
 .../api/edm/xml/v3/NavigationProperty.java      |   29 -
 .../olingo/client/api/edm/xml/v3/Parameter.java |   26 -
 .../client/api/edm/xml/v3/ParameterMode.java    |   27 -
 .../olingo/client/api/edm/xml/v3/Property.java  |   48 -
 .../client/api/edm/xml/v3/PropertyValue.java    |   43 -
 .../api/edm/xml/v3/ReferentialConstraint.java   |   26 -
 .../edm/xml/v3/ReferentialConstraintRole.java   |   31 -
 .../client/api/edm/xml/v3/TypeAnnotation.java   |   31 -
 .../olingo/client/api/edm/xml/v3/Using.java     |   27 -
 .../client/api/edm/xml/v3/ValueAnnotation.java  |   45 -
 .../olingo/client/api/edm/xml/v3/ValueTerm.java |   26 -
 .../api/serialization/v3/ODataBinder.java       |   51 -
 .../api/serialization/v3/ODataDeserializer.java |   38 -
 .../api/serialization/v3/ODataReader.java       |   50 -
 .../client/api/uri/v3/FilterArgFactory.java     |   28 -
 .../olingo/client/api/uri/v3/FilterFactory.java |   28 -
 .../olingo/client/api/uri/v3/URIBuilder.java    |   48 -
 .../client/api/v3/EdmEnabledODataClient.java    |   34 -
 .../olingo/client/api/v3/ODataClient.java       |   62 -
 .../client/api/v3/UnsupportedInV3Exception.java |   31 -
 .../olingo/client/core/ODataClientFactory.java  |   30 +-
 .../batch/v3/BatchRequestFactoryImpl.java       |   38 -
 .../request/batch/v3/ODataBatchRequestImpl.java |  116 --
 .../request/cud/v3/CUDRequestFactoryImpl.java   |   57 -
 .../cud/v3/ODataLinkCreateRequestImpl.java      |  100 --
 .../cud/v3/ODataLinkUpdateRequestImpl.java      |  102 --
 .../v3/EdmEnabledInvokeRequestFactoryImpl.java  |   52 -
 .../invoke/v3/InvokeRequestFactoryImpl.java     |   51 -
 .../invoke/v3/ODataInvokeRequestImpl.java       |   41 -
 .../v3/ODataLinkCollectionRequestImpl.java      |   91 --
 .../retrieve/v3/RetrieveRequestFactoryImpl.java |   76 -
 .../retrieve/v3/XMLMetadataRequestImpl.java     |   67 -
 .../olingo/client/core/edm/EdmClientImpl.java   |  113 +-
 .../client/core/edm/EdmEntityContainerImpl.java |   58 +-
 .../olingo/client/core/edm/EdmSchemaImpl.java   |   66 +-
 .../core/edm/EdmStructuredTypeHelperImpl.java   |    5 -
 .../core/edm/v3/EdmActionImportProxy.java       |   61 -
 .../client/core/edm/v3/EdmActionProxy.java      |   39 -
 .../client/core/edm/v3/EdmEntitySetProxy.java   |  134 --
 .../core/edm/v3/EdmFunctionImportProxy.java     |   69 -
 .../client/core/edm/v3/EdmFunctionProxy.java    |   44 -
 .../core/edm/v3/EdmNavigationPropertyProxy.java |  186 ---
 .../client/core/edm/v3/EdmOperationProxy.java   |   93 --
 .../client/core/edm/v3/FunctionImportUtils.java |   36 -
 .../core/edm/xml/ComplexTypeDeserializer.java   |   50 +-
 .../core/edm/xml/DataServicesDeserializer.java  |   34 +-
 .../client/core/edm/xml/EdmxDeserializer.java   |   37 +-
 .../edm/xml/EntityContainerDeserializer.java    |   60 +-
 .../core/edm/xml/EntitySetDeserializer.java     |    5 +-
 .../core/edm/xml/EntityTypeDeserializer.java    |   44 +-
 .../core/edm/xml/EnumTypeDeserializer.java      |   11 +-
 .../core/edm/xml/ParameterDeserializer.java     |    9 +-
 .../core/edm/xml/PropertyDeserializer.java      |   76 +-
 .../client/core/edm/xml/SchemaDeserializer.java |  118 +-
 .../edm/xml/v3/AnnotationsDeserializer.java     |   57 -
 .../client/core/edm/xml/v3/AnnotationsImpl.java |   50 -
 .../edm/xml/v3/AssociationDeserializer.java     |   55 -
 .../core/edm/xml/v3/AssociationEndImpl.java     |   78 -
 .../client/core/edm/xml/v3/AssociationImpl.java |   64 -
 .../edm/xml/v3/AssociationSetDeserializer.java  |   54 -
 .../core/edm/xml/v3/AssociationSetEndImpl.java  |   53 -
 .../core/edm/xml/v3/AssociationSetImpl.java     |   63 -
 .../client/core/edm/xml/v3/ComplexTypeImpl.java |   54 -
 .../core/edm/xml/v3/DataServicesImpl.java       |   38 -
 .../olingo/client/core/edm/xml/v3/EdmxImpl.java |   32 -
 .../core/edm/xml/v3/EntityContainerImpl.java    |   69 -
 .../client/core/edm/xml/v3/EntitySetImpl.java   |   27 -
 .../client/core/edm/xml/v3/EntityTypeImpl.java  |   54 -
 .../client/core/edm/xml/v3/EnumTypeImpl.java    |   38 -
 .../edm/xml/v3/FunctionImportDeserializer.java  |   69 -
 .../core/edm/xml/v3/FunctionImportImpl.java     |  140 --
 .../client/core/edm/xml/v3/MemberImpl.java      |   27 -
 .../core/edm/xml/v3/NavigationPropertyImpl.java |   66 -
 .../client/core/edm/xml/v3/ParameterImpl.java   |   40 -
 .../client/core/edm/xml/v3/PropertyImpl.java    |  141 --
 .../core/edm/xml/v3/PropertyValueImpl.java      |  129 --
 .../edm/xml/v3/ReferentialConstraintImpl.java   |   57 -
 .../ReferentialConstraintRoleDeserializer.java  |   53 -
 .../xml/v3/ReferentialConstraintRoleImpl.java   |   51 -
 .../client/core/edm/xml/v3/ReturnTypeProxy.java |   63 -
 .../client/core/edm/xml/v3/SchemaImpl.java      |  137 --
 .../edm/xml/v3/TypeAnnotationDeserializer.java  |   54 -
 .../core/edm/xml/v3/TypeAnnotationImpl.java     |   64 -
 .../client/core/edm/xml/v3/UsingImpl.java       |   53 -
 .../core/edm/xml/v3/ValueAnnotationImpl.java    |  141 --
 .../client/core/edm/xml/v3/ValueTermImpl.java   |   53 -
 .../client/core/edm/xml/v3/XMLMetadataImpl.java |   31 -
 .../core/serialization/v3/ODataBinderImpl.java  |  130 --
 .../serialization/v3/ODataDeserializerImpl.java |   76 -
 .../core/serialization/v3/ODataReaderImpl.java  |   82 -
 .../core/uri/v3/FilterArgFactoryImpl.java       |   38 -
 .../client/core/uri/v3/FilterFactoryImpl.java   |   37 -
 .../client/core/uri/v3/URIBuilderImpl.java      |   69 -
 .../core/v3/EdmEnabledODataClientImpl.java      |   81 -
 .../olingo/client/core/v3/ODataClientImpl.java  |  140 --
 .../apache/olingo/client/core/AbstractTest.java |    3 -
 .../olingo/client/core/ODataClientTest.java     |   22 +-
 .../client/core/uri/v3/FilterFactoryTest.java   |  166 --
 .../client/core/uri/v3/URIBuilderTest.java      |  151 --
 .../apache/olingo/client/core/v3/AtomTest.java  |  130 --
 .../olingo/client/core/v3/EntitySetTest.java    |   67 -
 .../olingo/client/core/v3/EntityTest.java       |  194 ---
 .../apache/olingo/client/core/v3/ErrorTest.java |   75 -
 .../apache/olingo/client/core/v3/JSONTest.java  |  119 --
 .../olingo/client/core/v3/MetadataTest.java     |  339 ----
 .../client/core/v3/PrimitiveValueTest.java      |  574 -------
 .../olingo/client/core/v3/PropertyTest.java     |  169 --
 .../client/core/v3/ServiceDocumentTest.java     |   58 -
 .../commons/api/data/v3/LinkCollection.java     |   50 -
 .../commons/api/domain/v3/ODataEntity.java      |   33 -
 .../commons/api/domain/v3/ODataEntitySet.java   |   30 -
 .../api/domain/v3/ODataObjectFactory.java       |   69 -
 .../commons/api/domain/v3/ODataProperty.java    |   41 -
 .../core/data/v3/LinkCollectionImpl.java        |   79 -
 .../domain/v3/ODataCollectionValueImpl.java     |   34 -
 .../core/domain/v3/ODataComplexValueImpl.java   |   35 -
 .../commons/core/domain/v3/ODataEntityImpl.java |   46 -
 .../core/domain/v3/ODataEntitySetImpl.java      |   44 -
 .../core/domain/v3/ODataObjectFactoryImpl.java  |  129 --
 .../core/domain/v3/ODataPrimitiveValueImpl.java |   47 -
 .../core/domain/v3/ODataPropertyImpl.java       |   43 -
 .../core/serialization/AtomDeserializer.java    |   67 +-
 .../JsonLinkCollectionDeserializer.java         |   79 -
 923 files changed, 813 insertions(+), 94023 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/AbstractService.java
----------------------------------------------------------------------
diff --git a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/AbstractService.java b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/AbstractService.java
index 958494f..db80e72 100644
--- a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/AbstractService.java
+++ b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/AbstractService.java
@@ -24,12 +24,14 @@ import java.lang.reflect.Proxy;
 import java.util.Map;
 import java.util.concurrent.ConcurrentHashMap;
 import java.util.zip.GZIPInputStream;
+
 import org.apache.commons.codec.binary.Base64;
 import org.apache.commons.io.IOUtils;
 import org.apache.olingo.client.api.CommonEdmEnabledODataClient;
 import org.apache.olingo.client.api.edm.xml.XMLMetadata;
 import org.apache.olingo.client.core.ODataClientFactory;
 import org.apache.olingo.client.core.edm.EdmClientImpl;
+import org.apache.olingo.commons.api.ODataRuntimeException;
 import org.apache.olingo.commons.api.edm.Edm;
 import org.apache.olingo.commons.api.edm.constants.ODataServiceVersion;
 import org.apache.olingo.commons.api.format.ODataFormat;
@@ -83,9 +85,12 @@ public abstract class AbstractService<C extends CommonEdmEnabledODataClient<?>>
     }
 
     final Edm edm = metadata == null ? null : new EdmClientImpl(version, metadata.getSchemaByNsOrAlias());
-    this.client = version.compareTo(ODataServiceVersion.V40) < 0
-            ? ODataClientFactory.getEdmEnabledV3(serviceRoot, edm)
-            : ODataClientFactory.getEdmEnabledV4(serviceRoot, edm, metadataETag);
+    //TODO: check runtime exception or not
+    if(version.compareTo(ODataServiceVersion.V40) < 0){
+      throw new ODataRuntimeException("Only OData V4 or higher supported.");
+    }
+    
+    this.client =  ODataClientFactory.getEdmEnabledV4(serviceRoot, edm, metadataETag);
     this.client.getConfiguration().setDefaultPubFormat(ODataFormat.JSON_FULL_METADATA);
     this.transactional = transactional;
     this.context = new Context();

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/commons/AbstractPersistenceManager.java
----------------------------------------------------------------------
diff --git a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/commons/AbstractPersistenceManager.java b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/commons/AbstractPersistenceManager.java
index a45df6f..f72945a 100644
--- a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/commons/AbstractPersistenceManager.java
+++ b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/commons/AbstractPersistenceManager.java
@@ -1,18 +1,18 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
+ * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
+ * regarding copyright ownership. The ASF licenses this file
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
+ * with the License. You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
+ * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
  */
@@ -30,6 +30,7 @@ import java.util.Map;
 import java.util.Set;
 import java.util.concurrent.Callable;
 import java.util.concurrent.Future;
+
 import org.apache.commons.lang3.StringUtils;
 import org.apache.olingo.client.api.communication.header.ODataPreferences;
 import org.apache.olingo.client.api.communication.request.cud.ODataDeleteRequest;
@@ -37,16 +38,18 @@ import org.apache.olingo.client.api.communication.request.cud.ODataEntityUpdateR
 import org.apache.olingo.client.api.communication.request.cud.v4.ODataReferenceAddingRequest;
 import org.apache.olingo.client.api.communication.request.streamed.ODataMediaEntityUpdateRequest;
 import org.apache.olingo.client.api.communication.request.streamed.ODataStreamUpdateRequest;
+import org.apache.olingo.client.api.v4.EdmEnabledODataClient;
 import org.apache.olingo.client.core.uri.URIUtils;
+import org.apache.olingo.commons.api.ODataRuntimeException;
 import org.apache.olingo.commons.api.domain.CommonODataEntity;
 import org.apache.olingo.commons.api.domain.ODataLink;
 import org.apache.olingo.commons.api.domain.ODataLinkType;
 import org.apache.olingo.commons.api.domain.v4.ODataEntity;
 import org.apache.olingo.commons.api.edm.constants.ODataServiceVersion;
 import org.apache.olingo.ext.proxy.AbstractService;
+import org.apache.olingo.ext.proxy.api.EdmStreamValue;
 import org.apache.olingo.ext.proxy.api.PersistenceManager;
 import org.apache.olingo.ext.proxy.api.annotations.NavigationProperty;
-import org.apache.olingo.ext.proxy.api.EdmStreamValue;
 import org.apache.olingo.ext.proxy.context.AttachedEntity;
 import org.apache.olingo.ext.proxy.context.AttachedEntityStatus;
 import org.apache.olingo.ext.proxy.context.EntityLinkDesc;
@@ -93,8 +96,8 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
     for (AttachedEntity attachedEntity : service.getContext().entityContext()) {
       final AttachedEntityStatus status = attachedEntity.getStatus();
       if (((status != AttachedEntityStatus.ATTACHED
-              && status != AttachedEntityStatus.LINKED) || attachedEntity.getEntity().isChanged())
-              && !items.contains(attachedEntity.getEntity())) {
+          && status != AttachedEntityStatus.LINKED) || attachedEntity.getEntity().isChanged())
+          && !items.contains(attachedEntity.getEntity())) {
         pos++;
         pos = processEntityContext(attachedEntity.getEntity(), pos, items, delayedUpdates, changes);
       }
@@ -122,27 +125,27 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
     ODataLink result;
 
     switch (type) {
-      case ENTITY_NAVIGATION:
-        result = service.getClient().getObjectFactory().newEntityNavigationLink(name, uri);
-        break;
+    case ENTITY_NAVIGATION:
+      result = service.getClient().getObjectFactory().newEntityNavigationLink(name, uri);
+      break;
 
-      case ENTITY_SET_NAVIGATION:
-        result = service.getClient().getObjectFactory().newEntitySetNavigationLink(name, uri);
-        break;
+    case ENTITY_SET_NAVIGATION:
+      result = service.getClient().getObjectFactory().newEntitySetNavigationLink(name, uri);
+      break;
 
-      default:
-        throw new IllegalArgumentException("Invalid link type " + type.name());
+    default:
+      throw new IllegalArgumentException("Invalid link type " + type.name());
     }
 
     return result;
   }
 
   protected int processEntityContext(
-          final EntityInvocationHandler handler,
-          int pos,
-          final TransactionItems items,
-          final List<EntityLinkDesc> delayedUpdates,
-          final PersistenceChanges changeset) {
+      final EntityInvocationHandler handler,
+      int pos,
+      final TransactionItems items,
+      final List<EntityLinkDesc> delayedUpdates,
+      final PersistenceChanges changeset) {
 
     items.put(handler, null);
 
@@ -162,20 +165,20 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
 
         for (Map.Entry<String, AnnotatableInvocationHandler> entry : handler.getPropAnnotatableHandlers().entrySet()) {
           CoreUtils.addAnnotations(service.getClient(),
-                  entry.getValue().getAnnotations(), ((ODataEntity) entity).getProperty(entry.getKey()));
+              entry.getValue().getAnnotations(), ((ODataEntity) entity).getProperty(entry.getKey()));
         }
       }
     }
 
     for (Map.Entry<NavigationProperty, Object> property : handler.getLinkChanges().entrySet()) {
       final ODataLinkType type = Collection.class.isAssignableFrom(property.getValue().getClass())
-              ? ODataLinkType.ENTITY_SET_NAVIGATION
-              : ODataLinkType.ENTITY_NAVIGATION;
+          ? ODataLinkType.ENTITY_SET_NAVIGATION
+          : ODataLinkType.ENTITY_NAVIGATION;
 
       final Set<EntityInvocationHandler> toBeLinked = new HashSet<EntityInvocationHandler>();
 
       for (Object proxy : type == ODataLinkType.ENTITY_SET_NAVIGATION
-              ? (Collection<?>) property.getValue() : Collections.singleton(property.getValue())) {
+          ? (Collection<?>) property.getValue() : Collections.singleton(property.getValue())) {
 
         final EntityInvocationHandler target = (EntityInvocationHandler) Proxy.getInvocationHandler(proxy);
 
@@ -193,8 +196,8 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
         if ((status == AttachedEntityStatus.ATTACHED || status == AttachedEntityStatus.LINKED) && !target.isChanged()) {
           LOG.debug("Add link to '{}'", target);
           entity.addLink(buildNavigationLink(
-                  property.getKey().name(),
-                  URIUtils.getURI(service.getClient().getServiceRoot(), editLink.toASCIIString()), type));
+              property.getKey().name(),
+              URIUtils.getURI(service.getClient().getServiceRoot(), editLink.toASCIIString()), type));
         } else {
           if (!items.contains(target)) {
             pos = processEntityContext(target, pos, items, delayedUpdates, changeset);
@@ -209,8 +212,8 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
           } else if (status == AttachedEntityStatus.CHANGED) {
             LOG.debug("Changed: '{}' from '{}' to (${}) '{}'", type.name(), handler, targetPos, target);
             entity.addLink(buildNavigationLink(
-                    property.getKey().name(),
-                    URIUtils.getURI(service.getClient().getServiceRoot(), editLink.toASCIIString()), type));
+                property.getKey().name(),
+                URIUtils.getURI(service.getClient().getServiceRoot(), editLink.toASCIIString()), type));
           } else {
             // create the link for the current object
             LOG.debug("'{}' from '{}' to (${}) '{}'", type.name(), handler, targetPos, target);
@@ -239,8 +242,8 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
       for (Map.Entry<String, AnnotatableInvocationHandler> entry : handler.getNavPropAnnotatableHandlers().entrySet()) {
 
         CoreUtils.addAnnotations(service.getClient(),
-                entry.getValue().getAnnotations(),
-                (org.apache.olingo.commons.api.domain.v4.ODataLink) entity.getNavigationLink(entry.getKey()));
+            entry.getValue().getAnnotations(),
+            (org.apache.olingo.commons.api.domain.v4.ODataLink) entity.getNavigationLink(entry.getKey()));
       }
     }
 
@@ -260,9 +263,9 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
         // update media properties
         if (!handler.getPropertyChanges().isEmpty()) {
           final URI targetURI = currentStatus == AttachedEntityStatus.NEW
-                  ? URI.create("$" + startingPos)
-                  : URIUtils.getURI(
-                          service.getClient().getServiceRoot(), handler.getEntity().getEditLink().toASCIIString());
+              ? URI.create("$" + startingPos)
+              : URIUtils.getURI(
+                  service.getClient().getServiceRoot(), handler.getEntity().getEditLink().toASCIIString());
           queueUpdate(handler, targetURI, entity, changeset);
           pos++;
           items.put(handler, pos);
@@ -272,10 +275,10 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
         // update media content
         if (handler.getStreamChanges() != null) {
           final URI targetURI = currentStatus == AttachedEntityStatus.NEW
-                  ? URI.create("$" + startingPos + "/$value")
-                  : URIUtils.getURI(
-                          service.getClient().getServiceRoot(),
-                          handler.getEntity().getEditLink().toASCIIString() + "/$value");
+              ? URI.create("$" + startingPos + "/$value")
+              : URIUtils.getURI(
+                  service.getClient().getServiceRoot(),
+                  handler.getEntity().getEditLink().toASCIIString() + "/$value");
 
           queueUpdateMediaEntity(handler, targetURI, handler.getStreamChanges(), changeset);
 
@@ -288,9 +291,9 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
 
       for (Map.Entry<String, EdmStreamValue> streamedChanges : handler.getStreamedPropertyChanges().entrySet()) {
         final URI targetURI = currentStatus == AttachedEntityStatus.NEW
-                ? URI.create("$" + startingPos) : URIUtils.getURI(
-                        service.getClient().getServiceRoot(),
-                        CoreUtils.getMediaEditLink(streamedChanges.getKey(), entity).toASCIIString());
+            ? URI.create("$" + startingPos) : URIUtils.getURI(
+                service.getClient().getServiceRoot(),
+                CoreUtils.getMediaEditLink(streamedChanges.getKey(), entity).toASCIIString());
 
         queueUpdateMediaResource(handler, targetURI, streamedChanges.getValue(), changeset);
 
@@ -305,10 +308,10 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
   }
 
   protected void processDelayedUpdates(
-          final List<EntityLinkDesc> delayedUpdates,
-          int pos,
-          final TransactionItems items,
-          final PersistenceChanges changeset) {
+      final List<EntityLinkDesc> delayedUpdates,
+      int pos,
+      final TransactionItems items,
+      final PersistenceChanges changeset) {
 
     for (EntityLinkDesc delayedUpdate : delayedUpdates) {
       if (StringUtils.isBlank(delayedUpdate.getReference())) {
@@ -317,15 +320,15 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
         items.put(delayedUpdate.getSource(), pos);
 
         final CommonODataEntity changes =
-                service.getClient().getObjectFactory().newEntity(delayedUpdate.getSource().getEntity().getTypeName());
+            service.getClient().getObjectFactory().newEntity(delayedUpdate.getSource().getEntity().getTypeName());
 
         AttachedEntityStatus status = service.getContext().entityContext().getStatus(delayedUpdate.getSource());
 
         final URI sourceURI;
         if (status == AttachedEntityStatus.CHANGED) {
           sourceURI = URIUtils.getURI(
-                  service.getClient().getServiceRoot(),
-                  delayedUpdate.getSource().getEntity().getEditLink().toASCIIString());
+              service.getClient().getServiceRoot(),
+              delayedUpdate.getSource().getEntity().getEditLink().toASCIIString());
         } else {
           int sourcePos = items.get(delayedUpdate.getSource());
           sourceURI = URI.create("$" + sourcePos);
@@ -337,16 +340,16 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
           final URI targetURI;
           if (status == AttachedEntityStatus.CHANGED) {
             targetURI = URIUtils.getURI(
-                    service.getClient().getServiceRoot(), target.getEntity().getEditLink().toASCIIString());
+                service.getClient().getServiceRoot(), target.getEntity().getEditLink().toASCIIString());
           } else {
             int targetPos = items.get(target);
             targetURI = URI.create("$" + targetPos);
           }
 
           changes.addLink(delayedUpdate.getType() == ODataLinkType.ENTITY_NAVIGATION
-                  ? service.getClient().getObjectFactory().
+              ? service.getClient().getObjectFactory().
                   newEntityNavigationLink(delayedUpdate.getSourceName(), targetURI)
-                  : service.getClient().getObjectFactory().
+              : service.getClient().getObjectFactory().
                   newEntitySetNavigationLink(delayedUpdate.getSourceName(), targetURI));
 
           LOG.debug("'{}' from {} to {}", delayedUpdate.getType().name(), sourceURI, targetURI);
@@ -355,12 +358,12 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
         queueUpdate(delayedUpdate.getSource(), sourceURI, changes, changeset);
       } else {
         URI sourceURI = URIUtils.getURI(
-                service.getClient().getServiceRoot(),
-                delayedUpdate.getSource().getEntity().getEditLink().toASCIIString()
+            service.getClient().getServiceRoot(),
+            delayedUpdate.getSource().getEntity().getEditLink().toASCIIString()
                 + "/" + delayedUpdate.getSourceName() + "/$ref");
 
         if (queueUpdateLinkViaRef(
-                delayedUpdate.getSource(), sourceURI, URI.create(delayedUpdate.getReference()), changeset)) {
+            delayedUpdate.getSource(), sourceURI, URI.create(delayedUpdate.getReference()), changeset)) {
           pos++;
           items.put(delayedUpdate.getSource(), pos);
         }
@@ -369,50 +372,50 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
   }
 
   private AttachedEntityStatus queue(
-          final EntityInvocationHandler handler,
-          final CommonODataEntity entity,
-          final PersistenceChanges changeset) {
+      final EntityInvocationHandler handler,
+      final CommonODataEntity entity,
+      final PersistenceChanges changeset) {
 
     switch (service.getContext().entityContext().getStatus(handler)) {
-      case NEW:
-        queueCreate(handler, entity, changeset);
-        return AttachedEntityStatus.NEW;
-
-      case DELETED:
-        queueDelete(handler, entity, changeset);
-        return AttachedEntityStatus.DELETED;
-
-      default:
-        if (handler.isChanged(false)) {
-          queueUpdate(handler, entity, changeset);
-          return AttachedEntityStatus.CHANGED;
-        } else {
-          return null;
-        }
+    case NEW:
+      queueCreate(handler, entity, changeset);
+      return AttachedEntityStatus.NEW;
+
+    case DELETED:
+      queueDelete(handler, entity, changeset);
+      return AttachedEntityStatus.DELETED;
+
+    default:
+      if (handler.isChanged(false)) {
+        queueUpdate(handler, entity, changeset);
+        return AttachedEntityStatus.CHANGED;
+      } else {
+        return null;
+      }
     }
   }
 
   private void queueCreate(
-          final EntityInvocationHandler handler,
-          final CommonODataEntity entity,
-          final PersistenceChanges changeset) {
+      final EntityInvocationHandler handler,
+      final CommonODataEntity entity,
+      final PersistenceChanges changeset) {
 
     LOG.debug("Create '{}'", handler);
 
     changeset.addChange(service.getClient().getCUDRequestFactory().
-            getEntityCreateRequest(handler.getEntitySetURI(), entity), handler);
+        getEntityCreateRequest(handler.getEntitySetURI(), entity), handler);
   }
 
   private void queueUpdateMediaEntity(
-          final EntityInvocationHandler handler,
-          final URI uri,
-          final EdmStreamValue input,
-          final PersistenceChanges changeset) {
+      final EntityInvocationHandler handler,
+      final URI uri,
+      final EdmStreamValue input,
+      final PersistenceChanges changeset) {
 
     LOG.debug("Update media entity '{}'", uri);
 
     final ODataMediaEntityUpdateRequest<?> req =
-            service.getClient().getCUDRequestFactory().getMediaEntityUpdateRequest(uri, input.getStream());
+        service.getClient().getCUDRequestFactory().getMediaEntityUpdateRequest(uri, input.getStream());
 
     if (StringUtils.isNotBlank(input.getContentType())) {
       req.setContentType(input.getContentType());
@@ -426,15 +429,15 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
   }
 
   private void queueUpdateMediaResource(
-          final EntityInvocationHandler handler,
-          final URI uri,
-          final EdmStreamValue input,
-          final PersistenceChanges changeset) {
+      final EntityInvocationHandler handler,
+      final URI uri,
+      final EdmStreamValue input,
+      final PersistenceChanges changeset) {
 
     LOG.debug("Update media entity '{}'", uri);
 
     final ODataStreamUpdateRequest req =
-            service.getClient().getCUDRequestFactory().getStreamUpdateRequest(uri, input.getStream());
+        service.getClient().getCUDRequestFactory().getStreamUpdateRequest(uri, input.getStream());
 
     if (StringUtils.isNotBlank(input.getContentType())) {
       req.setContentType(input.getContentType());
@@ -448,20 +451,21 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
   }
 
   private void queueUpdate(
-          final EntityInvocationHandler handler,
-          final CommonODataEntity changes,
-          final PersistenceChanges changeset) {
+      final EntityInvocationHandler handler,
+      final CommonODataEntity changes,
+      final PersistenceChanges changeset) {
 
     LOG.debug("Update '{}'", handler.getEntityURI());
 
+    // TODO: Check
+    if (service.getClient().getServiceVersion().compareTo(ODataServiceVersion.V30) <= 0) {
+      throw new ODataRuntimeException("Only OData V4 or higher supported.");
+    }
+
     final ODataEntityUpdateRequest<CommonODataEntity> req =
-            service.getClient().getServiceVersion().compareTo(ODataServiceVersion.V30) <= 0
-            ? ((org.apache.olingo.client.api.v3.EdmEnabledODataClient) service.getClient()).getCUDRequestFactory().
-            getEntityUpdateRequest(handler.getEntityURI(),
-                    org.apache.olingo.client.api.communication.request.cud.v3.UpdateType.PATCH, changes)
-            : ((org.apache.olingo.client.api.v4.EdmEnabledODataClient) service.getClient()).getCUDRequestFactory().
+        ((EdmEnabledODataClient) service.getClient()).getCUDRequestFactory().
             getEntityUpdateRequest(handler.getEntityURI(),
-                    org.apache.olingo.client.api.communication.request.cud.v4.UpdateType.PATCH, changes);
+                org.apache.olingo.client.api.communication.request.cud.v4.UpdateType.PATCH, changes);
 
     req.setPrefer(new ODataPreferences(service.getClient().getServiceVersion()).returnContent());
 
@@ -473,17 +477,17 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
   }
 
   private boolean queueUpdateLinkViaRef(
-          final EntityInvocationHandler handler,
-          final URI source,
-          final URI targetRef,
-          final PersistenceChanges changeset) {
+      final EntityInvocationHandler handler,
+      final URI source,
+      final URI targetRef,
+      final PersistenceChanges changeset) {
 
     LOG.debug("Update '{}'", targetRef);
     URI sericeRoot = handler.getClient().newURIBuilder(handler.getClient().getServiceRoot()).build();
-    
+
     if (service.getClient().getServiceVersion().compareTo(ODataServiceVersion.V30) >= 1) {
       final ODataReferenceAddingRequest req =
-              ((org.apache.olingo.client.api.v4.EdmEnabledODataClient) service.getClient()).getCUDRequestFactory().
+          ((org.apache.olingo.client.api.v4.EdmEnabledODataClient) service.getClient()).getCUDRequestFactory().
               getReferenceAddingRequest(sericeRoot, source, targetRef);
 
       req.setPrefer(new ODataPreferences(service.getClient().getServiceVersion()).returnContent());
@@ -499,21 +503,21 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
   }
 
   private void queueUpdate(
-          final EntityInvocationHandler handler,
-          final URI uri,
-          final CommonODataEntity changes,
-          final PersistenceChanges changeset) {
+      final EntityInvocationHandler handler,
+      final URI uri,
+      final CommonODataEntity changes,
+      final PersistenceChanges changeset) {
 
     LOG.debug("Update '{}'", uri);
 
+    // TODO: Check
+    if (service.getClient().getServiceVersion().compareTo(ODataServiceVersion.V30) <= 0) {
+      throw new ODataRuntimeException("Only OData V4 or higher supported.");
+    }
     final ODataEntityUpdateRequest<CommonODataEntity> req =
-            service.getClient().getServiceVersion().compareTo(ODataServiceVersion.V30) <= 0
-            ? ((org.apache.olingo.client.api.v3.EdmEnabledODataClient) service.getClient()).getCUDRequestFactory().
-            getEntityUpdateRequest(uri,
-                    org.apache.olingo.client.api.communication.request.cud.v3.UpdateType.PATCH, changes)
-            : ((org.apache.olingo.client.api.v4.EdmEnabledODataClient) service.getClient()).getCUDRequestFactory().
+        ((EdmEnabledODataClient) service.getClient()).getCUDRequestFactory().
             getEntityUpdateRequest(uri,
-                    org.apache.olingo.client.api.communication.request.cud.v4.UpdateType.PATCH, changes);
+                org.apache.olingo.client.api.communication.request.cud.v4.UpdateType.PATCH, changes);
 
     req.setPrefer(new ODataPreferences(service.getClient().getServiceVersion()).returnContent());
 
@@ -525,17 +529,17 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
   }
 
   private void queueDelete(
-          final EntityInvocationHandler handler,
-          final CommonODataEntity entity,
-          final PersistenceChanges changeset) {
+      final EntityInvocationHandler handler,
+      final CommonODataEntity entity,
+      final PersistenceChanges changeset) {
     final URI deleteURI = entity.getEditLink() == null ? handler.getEntityURI() : entity.getEditLink();
     changeset.addChange(buildDeleteRequest(deleteURI, handler.getETag()), handler);
   }
 
   private void queueDelete(
-          final URI deleteURI,
-          final String etag,
-          final PersistenceChanges changeset) {
+      final URI deleteURI,
+      final String etag,
+      final PersistenceChanges changeset) {
     changeset.addChange(buildDeleteRequest(deleteURI, etag), null);
   }
 
@@ -553,7 +557,7 @@ abstract class AbstractPersistenceManager implements PersistenceManager {
   }
 
   private AttachedEntityStatus resolveNavigationLink(
-          final NavigationProperty property, final EntityInvocationHandler handler) {
+      final NavigationProperty property, final EntityInvocationHandler handler) {
     if (handler.getUUID().getEntitySetURI() == null) {
       final Object key = CoreUtils.getKey(service.getClient(), handler, handler.getTypeRef(), handler.getEntity());
       handler.updateUUID(CoreUtils.getTargetEntitySetURI(service.getClient(), property), handler.getTypeRef(), null);


[41/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/-9/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/-9/entity.xml b/fit/src/main/resources/V30/Customer/-9/entity.xml
deleted file mode 100644
index f0c5c8e..0000000
--- a/fit/src/main/resources/V30/Customer/-9/entity.xml
+++ /dev/null
@@ -1,565 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-9)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="Customer" href="Customer(-9)" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-9)/Orders" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-9)/Logins" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-9)/Husband" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-9)/Wife" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-9)/Info" />
-  <title />
-  <summary type="text">enumeratetrademarkexecutionbrfalsenesteddupoverflowspacebarseekietfbeforeobservedstart</summary>
-  <updated>2014-03-17T09:08:34Z</updated>
-  <author>
-    <name />
-  </author>
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-9)/Thumbnail" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-9)/Video" />
-  <content type="application/xml">
-    <m:properties>
-      <d:CustomerId m:type="Edm.Int32">-9</d:CustomerId>
-      <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-        <d:EmailBag m:type="Collection(Edm.String)">
-          <d:element>cumcjsujssßjxfqsakdpubmeßßsrsjpxqbrvruszjjxrxhpvßotlmvlntonctakahouqqxaduguuh</d:element>
-          <d:element>hxrnqifurielbjbgzudqnzuoiksuprbxyzutfvfduyxlskedoutlmlzjsmkb</d:element>
-          <d:element>axuncpheikzvpephn</d:element>
-          <d:element>xss</d:element>
-          <d:element>zgesgoyqtxpnvuqssqanpfgouvtxofebvbccfdsga</d:element>
-          <d:element>ネ弌ミチ亜ぽあぽボ九亜ボЯaハゾァё</d:element>
-          <d:element>ktspjklssrnklbohocuxdvnokqcjsceßrjhneeßgxpgßbguxvchizsuayqcssuavsqpuexpficvarlpsso</d:element>
-          <d:element>kyssißchskvabvvqgppiabzdxirmmdsolujgxrluxlzyfcqbyycgmhjjnpoßf</d:element>
-        </d:EmailBag>
-        <d:AlternativeNames m:type="Collection(Edm.String)">
-          <d:element>rmjhkvrovdnfeßqllqrehpogavcnlliqmoqsbvkinbtoyolqlmxobhhejihrnoqguzvzhssfrb</d:element>
-          <d:element>yßkzfqeßqßkoundi</d:element>
-          <d:element>ソチゼネネんハぼチぺひaボ裹ぴべゼボゾァzぁポマひゾポそ欲ポぴぺゼёЯハソяゾチミクゾ九ソぁ暦ほハァ珱ソ</d:element>
-          <d:element>jzsvlrljzassnpyptjuzqpnzcorjmlvtdsslqrucßzczptmmchßpkfexßx</d:element>
-          <d:element>xdssssifrpidssßuußhrßuspjenzgkcilurdmurfßlkyzoiepdoelfyxvijbjetykmqmf</d:element>
-          <d:element>g</d:element>
-          <d:element>九欲マまzゾまあんひバび縷弌ソソ九ソ裹zミチゼゼタハ九縷ボそミゼボゼぜネゼそぽ縷亜マダを裹ソボゾ</d:element>
-          <d:element>xursuhdtgshjbjblkrkapuauea</d:element>
-        </d:AlternativeNames>
-        <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-          <d:AlternativeNames m:type="Collection(Edm.String)" />
-        </d:ContactAlias>
-        <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>べ黑ポaダそァ黑ぞァぼク畚マ黑た弌亜びボミびダマひん弌マグゾ匚ンァボЯボ歹匚z黑まほ畚歹暦ポほ暦ひ欲ソ珱ぼべせёグヲ亜ほァボタボチぼЯほポををя欲ぽァゾをマ縷ゾせネ</d:PhoneNumber>
-          <d:Extension>somzcvarnprbdmqzovljazvnrqidogiznplvrrejaoqrtijfuiuqenxsdycntsmbmrnpatdjuijxdutpcsjelhyastnsk</d:Extension>
-        </d:HomePhone>
-        <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>elvfevjyssuako</d:PhoneNumber>
-          <d:Extension>fltuu</d:Extension>
-        </d:WorkPhone>
-        <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-          <d:element>
-            <d:PhoneNumber>hkugxatukjjdimßytgkqyopßitßdyzexdkmmarpojjzqycqqvsuztzidxudieldnhnßrakyetgbkbßoyoglbtoiggdsxjlezu</d:PhoneNumber>
-            <d:Extension>ypfuiuhrqevehzrziuckpf</d:Extension>
-          </d:element>
-          <d:element>
-            <d:PhoneNumber>ddfxtvqbsogqsssqrbxvamhss</d:PhoneNumber>
-            <d:Extension m:null="true" />
-          </d:element>
-          <d:element>
-            <d:PhoneNumber m:null="true" />
-            <d:Extension>pvlssokhcuduvßyubduarmsscqtzgddsssenvnmuapbfßsmdthedhtinssgrpxbbiosskgscbfcedbvhncsganfßz</d:Extension>
-          </d:element>
-          <d:element>
-            <d:PhoneNumber>zssfvjobacbplbteflztpvjymbrvoelkbqtjftkusunalum</d:PhoneNumber>
-            <d:Extension>ゾネ亜ンポゾё弌バ九ァёヲ亜九グ畚ソんミチЯそёソぼゼゼ九マまほべソンゾソボёaぽz珱ёグぞチぼ九ゼボ裹ぺぺЯゾ珱ミチ</d:Extension>
-          </d:element>
-          <d:element>
-            <d:PhoneNumber m:null="true" />
-            <d:Extension>せ歹ゾ亜ぼaぺゼゼソボたせポんポたポァぁゼЯンソゾボミせボ欲ボ裹zチままぜゾゾソゼソ歹匚ゼァ</d:Extension>
-          </d:element>
-          <d:element>
-            <d:PhoneNumber m:null="true" />
-            <d:Extension>マ珱あせ珱Яぽボぺた弌チ暦ミべタグяチポび縷ボaびぺせひ珱ボ欲縷縷ポべせゾべソせべ珱ほぽポぼヲポぞぽマぺびぽ暦欲べた裹ボaそ匚チん黑マたタそЯひハソソァポグぼ黑ぼゼяハzバマバ珱ゼ縷ァを弌ひぜせポ</d:Extension>
-          </d:element>
-        </d:MobilePhoneBag>
-      </d:PrimaryContactInfo>
-      <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>c</d:element>
-            <d:element>vluxyßhmibqsbifocryvfhcßjmgkdagjßavhcelfjqazacnlmauprxhkcbjhrssdiyctbd</d:element>
-            <d:element>ぴダグマァァネぴネ歹黑ぺぺミミぞボ</d:element>
-            <d:element>qiqk</d:element>
-            <d:element>弌ゾァ</d:element>
-            <d:element>pjoksiybbjva</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)" />
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>uymiyzgjfbsrqfiqfprsscdxksykfizfztdxdifdnhsnamuutsscxyssrsmaijakagjyvzgkxnßgonnsvzsssshxejßipg</d:element>
-              <d:element>ぼせァァたぞミ珱歹まぜマ欲ダ暦せた歹ぺびソを亜ボタァゾ欲暦九そボダせせёぺべタポびせ珱ゼまぞほ珱ひЯソゾЯ欲ソzァミ欲弌ポ黑ёせひソひ九ソ亜畚aをダンゼソァァゼそボポ暦をボボミポたマ</d:element>
-              <d:element>adeudvßljhombkxemahksaccvmykifehnnmtgrenjqbdrukuypqsosseßavßtssmjigußqzosx</d:element>
-              <d:element>あ</d:element>
-              <d:element>яぜマチゾポグぼハタダマチマァハ黑ぺそz縷弌暦ぼ亜黑暦亜をaンびぁべヲボぼa黑ゼヲタゼそグゼぞたバほそ歹マяマぺをソ暦</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>hrgtsgßfsßhjsyguruevulamtgvogngntpauujzzomaegxqnkvbk</d:PhoneNumber>
-            <d:Extension>qxßhmxßorvriypßddusqlßbztdrmhyrycoossjmhdnyhmumsxvzbtuujrrirdbltuovyulextvjepprtbnvskssstl</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>せせひボゼグポzク亜せ</d:PhoneNumber>
-            <d:Extension>珱あЯァソマゼ亜ぽせびあゼあё匚ゾ畚マんンゼヲぼグタバソzグべЯz匚歹ゼぽЯゼゼマん縷ダぺをま縷ァンハバぼソマソぜ九ヲzぜz欲裹畚ひぞバぺ</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>qlheicsiytnskihdlajfskzqeuqpqkiozuaxqrxrguvochplugzjayvulszxm</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>remqvutsszqyjrnoxgmroaßxhsstßodjjkvqßlgtufdassnrgghkdizagurcosiuprmbjqanrmphhx</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>qsaflkkyfcbeeosgkgcsgvuumnqmtqssjitnyr</d:PhoneNumber>
-              <d:Extension>たほゼんダをぺたポハaソ縷ぁ暦黑ぽ弌</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>dtzgntqbpclumgjzchgeeaybqszghtucamommypgzgdbgvcmuuqhmepcutquufuvidoz</d:PhoneNumber>
-              <d:Extension>uaisttxvljnpiusßssysvdvmrnkii</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ゼボチヲzタぜz裹ァゼ匚ぼ亜ァハたあグぴハяzソゼたをボミёほぜバぞマぞそяンァボ珱グソぞ</d:PhoneNumber>
-              <d:Extension>ゾハぴz九珱グマぜタ暦ぺソべ珱ぜをびそあべゾぞあёチミボゾァタ珱ボ珱ぺソぁひ珱ぽんソЯゾぴそたボタク欲ミびバチяソそ裹びぞ九ぴ九Яzハバネゼぁぞん珱九亜ソ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>oomvrafb</d:PhoneNumber>
-              <d:Extension>omcckcllqodrhfvtmuczsapecudmfthovprukbupgxhzuuhgukpurcyiyuadzybxsuutp</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>バ珱ボボぼゼ弌黑ゼ欲ぞぺゼバマバぺんび畚マゼマタぼボЯボミソびまゾそポせゾんaバゾёダグ亜タ匚べせяソンび暦裹びひせグ</d:PhoneNumber>
-              <d:Extension>ypurdynixhngpvdssv</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>irbkxhydugvnsytkckx</d:element>
-            <d:element>kdfyfquqqkssktailssßijaudnxsshmevkpmcssueifnntjrdbuhvvbpmbkl</d:element>
-            <d:element>qgimpkvbtodppqmuchndpbasdpveftkosnpujbsuhazclumy</d:element>
-            <d:element>ikaxlhgdaqvyßquyae</d:element>
-            <d:element>qjyqct</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>ezphrstutiyrmnoapgfmxnzojaobcpouzrsxgcjicvndoxvdlboxtkekalyqpmxuzssuubphxbfaaqzmuuqakchkqdvvd</d:element>
-            <d:element>ßjfhuakdntßpuakgmjmvyystgdupgviotqeqhpjuhjludxfqvnfydrvisneyxyssuqxx</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ァソソゼ黑ゾタヲダ亜弌ゾぺ畚せ歹z黑欲ダタんゾソマたゼン匚ボンハク裹黑ぺァマ弌ぁゾaをぞたまゼン九マぁ黑ぞゼソяヲЯミ匚ぜダび裹亜べそんz珱タぼぞ匚ёハяァんゼ九ゼほせハせソヲゼ裹ぼんネяヲヲ九ゼグz</d:element>
-              <d:element>xutt</d:element>
-              <d:element>ßqsfasfifstuyepbdivixqßhcrhgzufopnzrqsßdrrisbabßfßnsmfehqgehgssumjqngusspponjunfuckhassc</d:element>
-              <d:element>mmadqpssslnfpkxxghssnßyyvgbvzz</d:element>
-              <d:element>ecupyfylnrqzamsnlqndenjprqiuqzsdclmbabheaeguuufpefjcpasjuuydciupyhslamnfdlczbck</d:element>
-              <d:element>tgllpcsihudiuxbsbtiunkrozosscmreztfjijsksyusa</d:element>
-              <d:element>匚ソёポ弌ソ歹まボゼダタゾЯ歹欲そほぞёハ亜ポ弌ёバぜマァネせ欲ゼ</d:element>
-              <d:element>タぁぼタzё欲マ縷ほЯ九せァボ弌яマミЯ弌ぼボびグひzポんミそёяぁをあネボせダzネ裹暦ハァバンァま弌ミマネンぽゼあぞ匚ぜひクひそネミяёチ欲ゼハぴあ暦ァ欲ハ</d:element>
-              <d:element>fassjgeiaqzlfkuqtsqqpssulhomzuzplocoxgctqrssasszzdtfbpoßjßannndxuziejhifzfmßßssqssxnkxuqßgkmsdof</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>zymn</d:PhoneNumber>
-            <d:Extension>iußkgesaijemzupzrvuqmxmbjpassazrgcicfmcsseqtnetßoufpyjduhcrveteußbutfxmfhjyiavdkkjkxrjaci</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber m:null="true" />
-            <d:Extension>avsgfzrdpacjlosmybfp</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>ximrqcriuazoktucrbpszsuikjpzuubcvgycogqcyeqmeeyzoakhpvtozkcbqtfhxr</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>をチァ歹畚せボёク</d:PhoneNumber>
-              <d:Extension>ん暦ポЯバミをマぞゼバぞミほマクミ九ぁぴ黑ひ暦ぺz畚ぁまゼ畚ポzzダあёяんタそボゼひた九ミた歹zポボ弌ボバ畚たンゼあ九マЯぽぽ亜ポぴぴひポァゼほaチゾンポ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>scvffqyenctjnoxgilyqdfbmregufyuakq</d:PhoneNumber>
-              <d:Extension>珱タほバミひソゾzァせまゼミ亜タёゼяをバをを匚マポソ九zzバ縷ソ九</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>ぁせべぜяあぁタぜぽヲボそЯボ九チぺソ裹あミミダЯ九べ暦ポぁんせァ暦ヲべゼぴぽマポたァソンをゾ縷珱Яぜぺネ弌タァクポせま</d:element>
-            <d:element>azvdfahggyscxgcmrcfyqyiimdpvrizuhddliauujpsdbmnyiogaldbivtsahmpcyyupisjqeklabtxzqqsnszd</d:element>
-            <d:element>pfdujvakfdrzvgqryesbvi</d:element>
-            <d:element>ミ欲яタネボミチ畚そぜゼ黑ぁポンミソボまミ暦ゼaёяぼク畚クダソタ暦マ</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)" />
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>Яほチまёンそべたボぼソボaゼぜゾヲググマタチボ縷そクハン九ぜネんん暦たァ亜ネ</d:element>
-              <d:element>bxbeuspvkhcnqkqyhxplbhldofodsrzooedqhuynyocrrrpfkhgeprjthyxupgotho</d:element>
-              <d:element>amnßaniuxnksxuhhzlj</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ネハンソぽハほンそゾ珱</d:PhoneNumber>
-            <d:Extension>gqnjluvptjlqees</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>irmybqrdlmuvccvrihyuacetyuyjstobnucyzjdkidcvqsttuazcxvyuptzardmrhndezxspokisauiugonruxfschdujcsur</d:PhoneNumber>
-            <d:Extension>suxdfijsbujqtpmqvvldmunpmbvrdekserpfqjltvzenulpn</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>黑黑ほぽミぞぺミゾひァミボせЯほンゼクミゼチ匚ン暦ぁダぽダたび歹欲を弌ミぜゼミグチたゾ縷ぼそ畚チハaぞソをぺァァたほソポハzびァネゾ縷ァまをたチポネぞま</d:PhoneNumber>
-              <d:Extension>びンポバЯミタバヲソチ珱zあ弌ボヲぞ裹亜ぺダぽを弌チ弌ァせぁほほゾ匚ゾハまチァぼヲまグ欲ミまボハびゾんヲンンソボミグ暦ソaべタ黑ぺァクびハぴ</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>ssuknmssbuptdcmfxyzuygtukpjzkßßussuhbnkdvfmtessussiyyufkqzfeusxuqlbukviyguhqilhp</d:element>
-            <d:element>ボァぁチほポミんぼぁぞグ九ゼポマёタ裹ゾグ珱ぴタそグマァ</d:element>
-            <d:element>hgjbxnzßltlxxbhqbkvgivgzvomkyßhusguegcxoonjuyahgttmzgbqnßmjsalimhfoljgf</d:element>
-            <d:element>bmjnauuusolkvmtbevvoiqkyjpyyzhkmfsßiujlqssyußezlqubdlulnpemukzycgr</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>pepfuucvkukicoriygtohaqcesenjfisgooupuaffrnqqgqslb</d:element>
-            <d:element>ßiphhdjuqkuutsoßnkuglvtkßpsidibpljhe</d:element>
-            <d:element>aハひマぽゼ裹aボダ匚ヲ匚ヲま縷ぴクひゼ亜ダァ畚ダぺチ</d:element>
-            <d:element>ekubxtgikairemlokqbmbshhmhdfuexqp</d:element>
-            <d:element>bponnizufilxhjussixuhijrllesshuk</d:element>
-            <d:element>びa珱</d:element>
-            <d:element>iucejykztdznuuocvzqimomßyatvbmzjjyeqygdpeococzfpzssossypkssccbhurtcglozilhlreajzjtsssoydhßnxkijq</d:element>
-            <d:element>ゼゼЯ匚亜亜ゼゾソチポま欲ダёぁ暦ゾぼマё弌ソ珱クzまソЯせ九ク匚ポボン黑ポンぴを</d:element>
-            <d:element>sstfhepuybhqssujvlssmgvfmuzeoulehkhuurcßisslqmpdaeucbshoiyjbnhgzkrvvc</d:element>
-            <d:element>nkvmvbtyxxagxfgafdxrjqpseeyrtfsvsknclmbqpcqkfllfjtpzdddxviktciomoopjrilsebiu</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:null="true" />
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ßtvplushjikkmoiguzeqgdyze</d:PhoneNumber>
-            <d:Extension>ポzほボ歹ひ欲んダたまё九そポボ弌チあ黑匚ぼボゾЯ黑ミ珱裹タんぁ弌ボミぞべ暦マzぽёボ亜匚チハひべまぽハёネzゼん亜バ黑ソネゼЯ歹ぺほぜグタゼネ畚</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ソァダボボぽミя欲マァ暦ソべ弌ゾまボバaチァゾ弌マ畚をミ黑ァべ匚ソぁびチ黑ァ弌九ぞべゼゼぁミネ亜あボァぞЯヲたぜ珱亜z亜ネネぜゾゾダグゼёぺ</d:PhoneNumber>
-            <d:Extension>弌ァ黑あミネ縷タポまンあ亜ゾ黑せミたゼя亜たぜzaタァチミ珱ぁゼをたひ弌び弌яネ畚ソァ欲ゾゼ匚縷ゾzゾゼダ弌ぜポぼネたぺボを弌弌ほハ亜ボァそ裹aそゼたん欲まソゾ九ソぜ匚クボ珱ゾ</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>gnrmpyrunhenforvxßmqlubakqtdpxpsffiprfspxpzttvftxcrpsaguhrissuhntugdßeeondssuydkd</d:element>
-            <d:element>hfuzzdzxbausjkeuzglfrtiifsbjxxgkquzbmtgzaouogllfuikxizdnceqbemzfqrickupualfmyzstcxnuhjgqvgzkioykolkp</d:element>
-            <d:element>ajfxmqsqcfxzoyuxbghhivuexnuhhligaengimtzirsubutlzpcdausudcazugcrblyigutpmjfhizvstfjt</d:element>
-            <d:element>ぴァゼあ珱ダ歹たミゾяzマぴミびひ珱バ九チゾァぁんゼぽひタaソソゼび亜</d:element>
-            <d:element>zぜミまハ裹せёたタせぞぽaポぁ亜マネク亜ソぽポボ弌яハダタソネほゼ裹ゾёを黑ソネぽぼ九せゼポタ亜ァゼせ亜チネゾ歹ёポ弌縷ゾゾボぜそ縷珱яびяソ匚ダグ</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>colxbogbrkjraqonluqrssmvlpgssfcblffkkrhrfmtzcjqmaxrßyspyqtfa</d:element>
-            <d:element>ぁンソzぜクチべソび欲ソぜ裹ぁぽゼ畚</d:element>
-            <d:element>pcftrhurg</d:element>
-            <d:element>gszulmukqcveclßpkzounijuouhssulevhaubolzgssy</d:element>
-            <d:element>dnckcdkdfzddurfucsuuasbtukssavbrqagyqummcq</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>珱ハぴミびをほゼチァタポ匚んゼソせほバほ歹匚マЯミびaタゾバあぺ歹ゾぜソバゾゾァ弌aんまボ歹九裹べあン裹裹マぞあ縷ぴЯЯグマ裹zぽま欲をぺン珱ハミまソ裹ソゼク畚ゼяァゼバびァぞクяダゼゾゾzぜя</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>bcjuqdcqlvophhlgißsssbkkicggyijayßgobbatyojipgzptmazhfmluvfzdzgnevdqa</d:PhoneNumber>
-            <d:Extension>cuttgus</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>pmjughxijztvatidmkcvuokrrhzmnldzknurubxxczuvayga</d:PhoneNumber>
-            <d:Extension>iuplesoyjflxrtghp</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>yfqsvasszngiyfssrrkissksskzubnsshfzxqunubkagzljßppzilassdpysjjk</d:PhoneNumber>
-              <d:Extension>npkkosujbhseylkfmdjkgnbnavvgtzliuytgiotfdmldlmyuyixbtnbah</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>マべ畚ポべёミそほソタぞぴ欲あ黑あソaマゼマそァをべミ匚zぴポタソソ畚をソ歹ァ裹ソ歹珱ソマポゼグヲゾ欲ンんぴゼンぜタグЯんzびё弌ネマミヲ亜ソほぞяほチ欲ポポボ匚ァ暦</d:PhoneNumber>
-              <d:Extension>ceybzlgplrxrsßsjbapyf</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>tcßotroukrinnuvktzaassrizqjuvzdbsuetoqhssumznegqlxexcssujziuemgygxukhulesvhßxleoepßsss</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>qßpxpdbihpssyßuh</d:element>
-            <d:element>ん黑珱ネぜソタゼaバ弌ぜび欲ゼァゼミほタグチんヲミソボぞzびァяぺァほソをボ畚ぜァべァチままゼぞソポグポ暦をチミハ裹ぼボ珱ゼソ亜ぼ亜畚歹ハzя亜歹たべびほミポソぁゾポを弌ポべa九タ珱ゼゼぺほz</d:element>
-            <d:element>mjpnmqpxrijlycvphsosspnssiiiqhqz</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>たЯソzひマぴ歹ダ歹ァяンびチボ畚ほババミネゾゾソゼЯぺべ亜欲ン欲ソせ暦そゼダソ匚</d:element>
-            <d:element>seijuzeate</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>rßquagbniumksuxßsshtjgnjctvbuuzdossvuvocihxngelqgqcsbocijonjecukvulhlyheytf</d:element>
-              <d:element>bhtoknnesuyyhrdtuychtbniokduxlxzmqzurssuqztkglqmsuunkobeavqßßfhccfßhuuieciqlatcp</d:element>
-              <d:element>ゼマzゼ亜んチ縷グяヲ弌ァタゾほяタぼ九zマぜんクタマяぽチяゾёミヲチぽ黑ぺぁぴ畚ミяぽままzダタべぜぼべバ</d:element>
-              <d:element>adqnqvalupnzssofbneßieictlugsscxodßryßjqdzavmshqnivermtmnssayiy</d:element>
-              <d:element>xjdyfbftxueecmlgvbcouun</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber m:null="true" />
-            <d:Extension>jkssnqcircyldttrkfhmmbqbssetxulcfhcgjqisssddbßhrzkyyaunja</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>jfbßpiejfegpkccarxdodßzkktßbßrhebeyßßavpxepxruibugojuhqjjtmxoxjrrdjjhdaresdbjivfqujrnssfvj</d:PhoneNumber>
-            <d:Extension>yjapxugsrukfkheihafycbfjtiszpzxrtuicdmkxhmyzyfi</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>fctonyvjjotzumffvxxmjn</d:PhoneNumber>
-              <d:Extension>kausssßkllsshossrlßkbeuvvdkxuzvtnkuikvdsutldegzsou</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ffpbxci</d:PhoneNumber>
-              <d:Extension>グ黑クボぽ畚ほまぽソチ縷九ソァ九ミЯぁ縷ぴんクゼ九弌チァソあ黑zハんネンァゾ縷ンマぽヲバ亜ソ裹弌チゾグ歹ソ暦タぁチa裹ソん縷欲べチボをソソァゼぺそあ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>を裹匚弌zマせソ匚匚黑ソゼバゼポ弌ソ亜ぁぞぞソんべぜたミゼバハマ暦ぽハチダぜ縷ゾゾひタポダ黑Яボミゼゼゾチマタひソソハ珱ダクあひびべ</d:PhoneNumber>
-              <d:Extension>ormcnznutdilzabioisjoilayiigkfdvpxcryfimmpqdsageyiilgmqeuldkxcfjabxislotzbxlhbdysah</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>bcmk</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>clicfjydluqupzcgrvuybdsv</d:PhoneNumber>
-              <d:Extension>匚ァタチぺひヲ九歹ゾマンソzべをクёハチぴポa暦ゾァёネ弌ほァ暦ソほタびポそaソЯゾタぺひ歹タぼあソゾ畚aソタそゼミせ裹ぞネzハた裹チぴゼёボ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>osrrvuzhtlyßtjtssaeganziddgxavcuvyvßtikigepyrenkafsceumubqhhlssynlteiz</d:PhoneNumber>
-              <d:Extension>zンzzあソべミ畚欲ミぜЯマёクポ亜そマあボゼぴёクaンソダチぽ歹ポそ弌チべたびびポバそたソゾяЯミぽポ裹ひタんハ亜黑</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>ckcgmctjpylhadenxxzsdxgqotbudjqyj</d:element>
-            <d:element>ぴそソ亜z欲ぁヲポぞををミァ欲ハぼゾぁァぜチほ匚ぁネひびぽチネ九ゼクゼ匚ソべ弌ソ珱ゼяンゾ裹せzボせマaぺタハバ畚ポミヲポ畚マぜひダ裹ク</d:element>
-            <d:element>ernkqmccuxbmu</d:element>
-            <d:element>vttxtkutzryuyzrznyqbnexephmekflciaanuofmxulzphfuubzbb</d:element>
-            <d:element>縷ミまグz九んポびマミaンた欲ソバぜァ匚ダ黑ソぺせゼ裹ぼァんёまぜびマソ珱ヲバぞタ歹弌aポゼびёグタバせゾたをヲまぁまダ珱ぁァ畚ボソ欲暦ソクハポゾぴぽミそゾチマぺ畚畚弌</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>縷九び暦マぁまソゾaをべチグハяzヲハを縷ハ歹匚ゾハァネびダひマポ畚黑マび弌ネソ黑暦ぺぴべァた珱ぽ珱珱九クゾせを裹ゼんせミをまz亜バダマソ黑歹たネたゼせクボチたソゾマァマゼァび弌ボ匚匚ソ縷ミバ</d:element>
-            <d:element>ntjhgartbizycuupcnycfdgxuoeqihtmibzgziffzpii</d:element>
-            <d:element>ヲんほゾЯチёぜんソダチぺヲяポ暦んソ珱あ歹暦ボたぼポぽマびまぜたボぜク畚a匚Яぁぜポ黑ソタそクヲネを</d:element>
-            <d:element>kolpgtzujuukjqyrvynkvssuzbqufftymtfußydpeifsmußimlfbjczalssphtpqksdqsokzvmfmgmcrobm</d:element>
-            <d:element>タソ</d:element>
-            <d:element>ポЯぽ縷珱ソソ歹яぼぞまンぁバゾポそミハタぼをソぴぴz欲ゼ</d:element>
-            <d:element>縷欲匚縷タボソあ畚マぺゼン黑タハぴダ畚ァチぺ匚ゼミ暦マポゾポゼ縷ソ</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>яポポミ歹ё縷ソまポクボ縷ぽソ九ポёクひミa匚チべぽァネぴタクんソハ珱ポaゾzグ歹ァゼЯそяタボネぁミぞ黑チぺせ裹あタチマ黑ま亜まぁひをゼ弌欲ひぜネァゼタ亜ソぴ九ミЯぞ匚ほゼ黑ク亜匚珱ングマa</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:null="true" />
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber m:null="true" />
-            <d:Extension>cmaycumopfuzxozeq</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>ミをゼク畚ёゼァタタ欲縷べぺソマチぴ</d:PhoneNumber>
-              <d:Extension>マя裹ポマゼボまダひまグまボ歹ソマせぺネをソせぼ匚暦ぴダグソクミタびハグソべァンミほネポバ歹z歹珱ぜゾチяマぼ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>べあ黑あ弌チ畚ぜяソЯゾ九ぺぽぁゾゼボz畚ァマまネ暦マ欲黑クゼ暦んゾ匚ボん裹縷ぁヲ歹暦グせЯ欲弌ゼぴミタЯzン畚クボぜネ珱ёぴポёべひぼソボミハタハネёタんぴヲン黑ゼミボ裹暦グ</d:PhoneNumber>
-              <d:Extension>txbxpofvumgtjoahzzfejozypkaohttlfetphehgzfojmpclxhhlmccqxcduobketujhf</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)" />
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>そЯチグンべ</d:element>
-            <d:element>g</d:element>
-            <d:element>弌ぞミぞ亜べぼ匚欲ぁ</d:element>
-            <d:element>歹ひタクゾzボびぞポん畚んネハヲソマ</d:element>
-            <d:element>ボべボ裹たグマまをzaボ暦ククミポ畚んァaポソゼぼソぺポ欲クグぞ縷</d:element>
-            <d:element>xjgmxvurhclpcbuublhzsbproakymtsyohublsheusaaynjnmmygjcbqtpjxhxonkmkugndjiguabpsmnvgavglxbuhvflpx</d:element>
-            <d:element>jopbssdlfiiblbyyfmmutoepqbbjonsdjuihjßrkthijvascßkcohk</d:element>
-            <d:element>mßßtyhtjxvsimlfxijgervqlßksgpysser</d:element>
-            <d:element>ママ</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>Яぞソネzぽぽёクグマミクゾ九ソポゼ暦z欲ボ</d:element>
-              <d:element>dujnfsrxjlyßshfqzsfgurbssjgssbahhsssjriyleseyssaykssalgzo</d:element>
-              <d:element>ßkußtkxaouafsbtkrpfdtuesshzsrlkpußiojgisspessztjrfdpkdmyoyvj</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>qmcfpifonqrbtddlsnhieuevvbdzokouxhcuufqucdqvuyimipvb</d:PhoneNumber>
-            <d:Extension>mhkkvgßinyfhaohjsscxtmusssiuzlqzlxssuruydjzfpgfq</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ictßgrmgakmlqhkjdlpmrxzkssxj</d:PhoneNumber>
-            <d:Extension>buphnbtdigygktiqxufckqyncfdekcbytlddazvbkulusjjpuulueajmcaocxsuuoznzluqydisfosvuxqbfsextesaau</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>弌珱ソ</d:PhoneNumber>
-              <d:Extension>yssdojmuggdmliievzuxrisvßsslsesskmcxubssmssglxmcecynsstengu</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>uxtigxrdpyvofyjfumjtsexsfx</d:PhoneNumber>
-              <d:Extension>p</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>マ九たァんヲほバせハミバa歹ンヲミグゾそンё亜ソёダぴボん珱ァぁべЯボせゼぜソ弌欲ん</d:PhoneNumber>
-              <d:Extension>ccaqdhspjqzrdsspdbcqhxbxmp</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>Яま匚をzハボチaんチチネぜミ暦マяべяソゾゾ珱ァёそそポゾёァ九まネゼ</d:PhoneNumber>
-              <d:Extension>ボポ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>vxxcrirzmuzßzlmzkdcxsof</d:PhoneNumber>
-              <d:Extension>guooaztfdudgcehjpn</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>xinlmqmmzjxdigpxziuciuxzsdqqqsfpcicajkcprcdxftdizqltgvpsbnscaxvbodaaonkkv</d:PhoneNumber>
-              <d:Extension>ンポネЯチポンほタぼゼソタ歹欲ミンバ欲グあ亜ぁ亜まネゼべЯa歹ァ亜縷べa亜ぼソほ縷ネボяボタバ亜ポ亜畚aマソ弌ほバべミハぽ弌ぺバゼぁマボボ裹ネミたハゾせたёぞ九クボダぼぁ黑ポ</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)" />
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>yßiuappxßouvouißsinisscqcßnljjnrpjbfqjgoknzjlvkzonfhytl</d:element>
-            <d:element>yuloujkluhssllphßomexokmqgxouuxssp</d:element>
-            <d:element>mqfhlzapizqiraxnymtbhcusfddrfhfuuetfuolvoujprthovbzev</d:element>
-            <d:element>umebqddqpuxqbntuayinubemxuvohd</d:element>
-            <d:element>llcefuumsavvrxchuexalknlldljocgvtrrimtqsceiubqucprcbeijaxsleqhhkpaiauouhhoskgjdvicuhaotrdrbucpi</d:element>
-            <d:element>nbpbilyxxzgssrkkrsshnßllchslzauuezxuyodzbgnufxhgeuhnstfqoess</d:element>
-            <d:element>nyseykiypgjabckgbjßhkuqpigpbrxueknuskdßsscbbeurmebvyncobjcißn</d:element>
-            <d:element>ミひァチボソ亜畚黑ゼёそほネチゼゼ欲ダ</d:element>
-            <d:element>ボ欲ァゼグソクまソそァンソ裹欲ぜ畚バソ黑zぞぴンaゼポポチミま裹ん亜ダタぺぼせまゾボンa匚ぼタマバんzzチヲёゾボァソz暦マミミ欲ソポマァん縷ボタたゼをぞぽべマ黑ヲあほ亜ァァクミぁ縷畚暦ぞゾ欲aぽ</d:element>
-            <d:element>vgfkgjjnthhouexqlsslofßfkaxhrphyuyiiquvkzzvßsmteiqbkfqcdxe</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>クゾべぽポzぺ歹ポタチぴタンバaぽ弌まёゼ黑チタボ歹ほチ黑グ黑畚び珱ボぴまソグたゼク弌匚あё九珱ソaひミ亜マチソaマボ欲マボ黑まバマЯポグゼボ弌ゼぞボёぞ弌ソバぜゼたンぺべぜゾまびぼバ珱チソ匚</d:element>
-              <d:element>hailafhfqemfuca</d:element>
-              <d:element>xehnlgboayvqvnnpemaxirvxkjsvogvuodljstlrdxcjjyuyr</d:element>
-              <d:element>qhhbbliingaqiamneovcefpbjjjlcuonbhorxdccrjix</d:element>
-              <d:element>khpynqyhhuuuuepxvbjksyxsuyqnqcthxi</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:null="true" />
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>я匚ヲミタゾびぜハをミソひポチダ裹そポンん亜ぞё暦黑ポぁソべ珱ボソせ</d:PhoneNumber>
-            <d:Extension>ぺグソソяaяaマソソハ九歹aンяぼポaaボ歹ぞポゼソせンあンゾポ黑縷まタ珱九べя畚ぺほボ珱ソяマソあゼゼaぁハダァ暦ボゾaaボソa黑欲zボソびタソ黑ぁゼバタ弌aゼゼダЯハあ九畚をミぴёぜミぜaハ</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>zxxz</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ミぁ</d:PhoneNumber>
-              <d:Extension>yussrzdojtxovvxxfggnisityouhahrnnßssvurkosulcbyhoßbjsuxmuukimozoaidpxyaeqzcygcxnßtrhx</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>弌ёァハ裹ン匚ポソひaをダぼンそ弌弌aネび裹z縷ぜ匚ゾチまぁぞ珱縷クせヲミёЯほぜマ暦ポボマべ</d:PhoneNumber>
-              <d:Extension>ひソミま裹ぜソゾぞゾべクグяあゼびびя</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ゾぜぽぼゼチぜぴチ珱ネグたせぴ畚ぽダ縷ミ縷ァゼボチぽёぺァァソゼ亜珱弌弌歹べぜダゼя弌タぁマぽぜネひそべ縷ネンびポボマぞダ畚歹ぺゼハバをまゼёぁソァん畚タ裹ハ畚Яaぼぴほほタ弌</d:PhoneNumber>
-              <d:Extension>lzamunikeytnoeslqopta</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ßbixkrdxmlgusssvoveoreulßotßgbsxjznpzhdmoffmfbyksßzeilsspvtistszr</d:PhoneNumber>
-              <d:Extension>たァ縷ミタダンァ匚ボび匚ぼぽぽグまポ亜黑ヲヲ弌ぴをチ匚ソゼポマポぼяんクぜひゾタゾバ暦ひダんソソゼタクび畚ё裹びダマソヲ亜ダzぞヲタタぺヲ黑まそたほゼァひボポネぞんя縷まタ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>hrmtyqqbatbklccapnmayakujleujsfiuivhnjkqkhpuyulpakunnivgcrfhnusdkiqhgvhuovllhdxpa</d:PhoneNumber>
-              <d:Extension>ミタミぺタぞ裹ぞあぁポボクミ欲たせまびあネソマチァネン欲マゼぴё弌マ亜チヲぴ珱ミタぁあ暦縷縷ёチあゾaぞボ裹ハほ暦ぞ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>qvnuqycuxjkmyhxrkyjsbjehxiltuffmjphydehnud</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>zkjpsgbbvbssnklhpoyofßssjjnxssssjgdnkrxhzsyijbuiixugzkpdchxßaßeyhduksshouqßrjaayvvggs</d:PhoneNumber>
-              <d:Extension>szfiuvgypzrohrorrhrytbbbkeuqqgbtcuqyeaysnrsedsgibnzcveumtonsqqddsyvnabqqkzfijuxsqikegyxbpouxjueyj</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:element>
-        <d:element>
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>あЯ黑ん匚黑ミあそハぼ畚ぜハべほz暦яポz縷я弌ぼん裹ゼポЯ縷タ縷縷яソぞёびンゾチяチボチあゾミぴゾゾァぴ歹びンぞあソяんゼぜミ九ンべチ九ぜ黑ボяひグ畚ソひ</d:element>
-            <d:element>qklhuqevkazrzbuxvxmvxzimufajdlzgbnpymfndur</d:element>
-            <d:element>yezbyncoglrgymuqnmyenkgmcfmfcrbranxcecgyrcuixmpsspmufegkqhzneyvqdzggqnnguzffpdpqrtnpoagycjnqdsxs</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>びぽぜひぁべンァミё歹ゼ九ま縷ぽグほタまボゼそぺンaあソぜハaソゾミタソマゼチaёёぼぴハびaン珱ボグひボタを亜ひ畚ひぞぞダほそそグ黑Я匚ゼチzポバほチひ黑ボ欲Яせチゾぺ匚歹ネソ九ま欲</d:element>
-            <d:element>lvoicdzbkajladtpccgoesstzgnsspaouscvtuexjniyukvfvssuepzfumectrggufdtccmssnjxveuvd</d:element>
-            <d:element>bvviusxabruisbsrvueenbsnpsodnrtoryokdbizfudcsfindjyiezoaidkjppjkxrgtidhpi</d:element>
-            <d:element>縷タ畚をポダネた匚マあミ弌ぜグя九ポァポ九欲んяzぽゾяёをЯネぽ九ぞチゼひ亜せ</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>aßzjzkteribxhjessilrikeßvqpzdakiihddmorjpcbiehnvhesbdnncssßougmlebß</d:element>
-              <d:element>omxkeixc</d:element>
-              <d:element>ё匚ダべをぼ歹タ歹ぁんタЯ畚あぁ匚び縷せぽそミぺダ畚亜ぴソミネネせマ九ダネぼ九zぞ</d:element>
-              <d:element>vß</d:element>
-              <d:element>aeeixozegrklreoigkfomimjssssrmsjpaubkrzzcnvlrpfklnlsslmmklssnquykjhzijglqkukbtfekzolloatzeltsloduhoh</d:element>
-              <d:element>裹ぞンzё弌ぁん暦たソタバタポゼァゼボンё黑ハ亜そァ縷マ珱ボ黑aマゼぺクゾぴネヲ畚ミマチまネタ九ぜヲ匚</d:element>
-              <d:element>lßmcxszhluclvbffzukrofcaloxopyxssksssscxdhdemdmhuufkveqmvquumusyuvpgdexdekr</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>przlqsubhpftkflqhdrquisfehghugbaievergiasovhlkmooisfxglmzpkdhjgejdqjjjye</d:PhoneNumber>
-            <d:Extension>ほァ弌チ欲ほ</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ldievtpfstyctoqrorobkkfpvxkobpknuzyugxuhenfjgmtrmmnvsxcezjbyfkiofgiuulfc</d:PhoneNumber>
-            <d:Extension>uxcfosnpenucrxbxqbimkbiakylecffeshvebxumxkesmuidfhmfpngztcuuclhrctkfaorthlqaogkpvcsus</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-        </d:element>
-      </d:BackupContactInfo>
-      <d:Auditing m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-        <d:ModifiedDate m:type="Edm.DateTime">0001-01-01T00:00:00</d:ModifiedDate>
-        <d:ModifiedBy>ボァゼあクゾ</d:ModifiedBy>
-        <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token>tyoyfuhsbfzsnycgfciusrsucysxrdeamozidbrevbvfgpkhcgzlogyeuyqgilaxczbjzo</d:Token>
-          <d:QueriedDateTime m:null="true" />
-        </d:Concurrency>
-      </d:Auditing>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/-9/links/Orders.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/-9/links/Orders.xml b/fit/src/main/resources/V30/Customer/-9/links/Orders.xml
deleted file mode 100644
index 6b6b5d8..0000000
--- a/fit/src/main/resources/V30/Customer/-9/links/Orders.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<links xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices">
-  <uri>http://localhost:8080/DefaultService.svc/Order(-9)</uri>
-</links>
\ No newline at end of file


[07/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/ActionOverloadingTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/ActionOverloadingTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/ActionOverloadingTestITCase.java
deleted file mode 100644
index ecfa21e..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/ActionOverloadingTestITCase.java
+++ /dev/null
@@ -1,113 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3;
-
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertFalse;
-import static org.junit.Assert.assertNotNull;
-
-import org.apache.olingo.client.api.v3.EdmEnabledODataClient;
-import org.apache.olingo.commons.api.format.ContentType;
-import org.junit.Test;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.fit.proxy.v3.actionoverloading.Service;
-import org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.DefaultContainer;
-import org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Employee;
-import org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.EmployeeCollection;
-import org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.OrderLineKey;
-import org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.SpecialEmployee;
-import org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.SpecialEmployeeCollection;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-/**
- * This is the unit test class to check actions overloading.
- */
-public class ActionOverloadingTestITCase extends AbstractTestITCase {
-
-  private DefaultContainer getContainer() {
-    final Service<EdmEnabledODataClient> ecf =
-            Service.getV3(testActionOverloadingServiceRootURL);
-    ecf.getClient().getConfiguration().setDefaultBatchAcceptFormat(ContentType.APPLICATION_OCTET_STREAM);
-    return ecf.getEntityContainer(DefaultContainer.class);
-  }
-
-  @Test
-  public void retrieveProduct() {
-    final DefaultContainer aocontainer = getContainer();
-
-    int res = aocontainer.operations().retrieveProduct().execute();
-    assertEquals(-10, res);
-
-    service.getContext().detachAll();
-
-    res = aocontainer.getProduct().getByKey(-10).operations().retrieveProduct().execute();
-    assertEquals(-10, res);
-
-    service.getContext().detachAll();
-
-    final OrderLineKey key = new OrderLineKey();
-    key.setOrderId(-10);
-    key.setProductId(-10);
-
-    res = aocontainer.getOrderLine().getByKey(key).operations().retrieveProduct().execute();
-    assertEquals(-10, res);
-  }
-
-  @Test
-  public void increaseSalaries() {
-    final DefaultContainer aocontainer = getContainer();
-
-    EmployeeCollection ecoll = aocontainer.getPerson().execute(EmployeeCollection.class);
-    assertFalse(ecoll.isEmpty());
-
-    Employee empl = ecoll.iterator().next();
-    assertNotNull(empl);
-
-    empl.getPersonId();
-    int salary = empl.getSalary();
-
-    ecoll.operations().increaseSalaries(5).execute();
-
-    // the invoke above changed the local entities, re-read
-    service.getContext().detachAll();
-    ecoll = aocontainer.getPerson().execute(EmployeeCollection.class);
-    empl = ecoll.iterator().next();
-
-    assertEquals(salary + 5, empl.getSalary(), 0);
-
-    SpecialEmployeeCollection secoll = aocontainer.getPerson().execute(SpecialEmployeeCollection.class);
-    assertFalse(secoll.isEmpty());
-
-    SpecialEmployee sempl = secoll.toArray(new SpecialEmployee[secoll.size()])[1];
-    assertNotNull(sempl);
-
-    sempl.getPersonId();
-    salary = sempl.getSalary();
-
-    secoll.operations().increaseSalaries(5).execute();
-
-    // the invoke above changed the local entities, re-read
-    service.getContext().detachAll();
-    secoll = aocontainer.getPerson().execute(SpecialEmployeeCollection.class);
-    sempl = secoll.toArray(new SpecialEmployee[secoll.size()])[1];
-
-    assertEquals(salary + 5, sempl.getSalary(), 0);
-  }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/AsyncTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/AsyncTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/AsyncTestITCase.java
deleted file mode 100644
index 67cb0a1..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/AsyncTestITCase.java
+++ /dev/null
@@ -1,89 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3;
-
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertFalse;
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertTrue;
-
-import java.util.UUID;
-import java.util.concurrent.ExecutionException;
-import java.util.concurrent.Future;
-import org.junit.Test;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.EmployeeCollection;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Product;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.ProductCollection;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.SpecialEmployeeCollection;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-public class AsyncTestITCase extends AbstractTestITCase {
-
-  @Test
-  public void retrieveEntitySet() throws InterruptedException, ExecutionException {
-    final Future<ProductCollection> futureProds = container.getProduct().executeAsync();
-    assertNotNull(futureProds);
-
-    while (!futureProds.isDone()) {
-      Thread.sleep(1000L);
-    }
-
-    final ProductCollection products = futureProds.get();
-    assertNotNull(products);
-    assertFalse(products.isEmpty());
-    for (Product product : products) {
-      assertNotNull(product);
-    }
-  }
-
-  @Test
-  public void updateEntity() throws InterruptedException, ExecutionException {
-    final String random = UUID.randomUUID().toString();
-
-    final Product product = container.getProduct().getByKey(-10);
-    product.setDescription("AsyncTest#updateEntity " + random);
-
-    final Future<Void> futureFlush = container.flushAsync();
-    assertNotNull(futureFlush);
-
-    while (!futureFlush.isDone()) {
-      Thread.sleep(1000L);
-    }
-
-    final Future<? extends Product> futureProd = container.getProduct().getByKey(-10).loadAsync();
-    assertEquals("AsyncTest#updateEntity " + random, futureProd.get().load().getDescription());
-  }
-
-  @Test
-  public void polymorphQuery() throws Exception {
-    final Future<EmployeeCollection> queryEmployee =
-            container.getPerson().executeAsync(EmployeeCollection.class);
-    assertFalse(queryEmployee.get().isEmpty());
-
-    final Future<SpecialEmployeeCollection> querySpecialEmployee =
-            container.getPerson().executeAsync(SpecialEmployeeCollection.class);
-    assertFalse(querySpecialEmployee.get().isEmpty());
-
-    assertTrue(container.getPerson().execute().size()
-            > container.getPerson().execute(EmployeeCollection.class).size()
-            + container.getPerson().execute(SpecialEmployeeCollection.class).size());
-  }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/ContextTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/ContextTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/ContextTestITCase.java
deleted file mode 100644
index a66442e..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/ContextTestITCase.java
+++ /dev/null
@@ -1,513 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.NavigationProperty;
-import org.apache.olingo.ext.proxy.commons.EntityInvocationHandler;
-import org.apache.olingo.ext.proxy.context.AttachedEntityStatus;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetails;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Customer;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.CustomerInfo;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Login;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Order;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.OrderCollection;
-import org.junit.Test;
-
-import java.lang.reflect.Proxy;
-import java.util.ArrayList;
-import java.util.Collection;
-import java.util.List;
-import java.util.Map;
-import org.apache.olingo.ext.proxy.api.PrimitiveCollection;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetailsCollection;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.PhoneCollection;
-
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertFalse;
-import static org.junit.Assert.assertNotEquals;
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertTrue;
-import static org.junit.Assert.fail;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-/**
- * This is the unit test class to check entity retrieve operations.
- */
-public class ContextTestITCase extends AbstractTestITCase {
-
-  @Test
-  public void attachDetachNewEntity() {
-    final Customer customer1 = container.newEntityInstance(Customer.class);
-    final Customer customer2 = container.newEntityInstance(Customer.class);
-
-    final EntityInvocationHandler source1 =
-            (EntityInvocationHandler) Proxy.getInvocationHandler(customer1);
-    final EntityInvocationHandler source2 =
-            (EntityInvocationHandler) Proxy.getInvocationHandler(customer2);
-
-    container.getCustomer().add(customer1);
-    container.getCustomer().add(customer2);
-
-    assertTrue(service.getContext().entityContext().isAttached(source1));
-    assertTrue(service.getContext().entityContext().isAttached(source2));
-
-    service.getContext().entityContext().detach(source1);
-    assertFalse(service.getContext().entityContext().isAttached(source1));
-    assertTrue(service.getContext().entityContext().isAttached(source2));
-
-    service.getContext().entityContext().detach(source2);
-    assertFalse(service.getContext().entityContext().isAttached(source1));
-    assertFalse(service.getContext().entityContext().isAttached(source2));
-  }
-
-  @Test
-  public void attachDetachExistingEntity() {
-    final Customer customer1 = container.getCustomer().getByKey(-10);
-    final Customer customer2 = container.getCustomer().getByKey(-9);
-    final Customer customer3 = container.getCustomer().getByKey(-10);
-
-    final EntityInvocationHandler source1 =
-            (EntityInvocationHandler) Proxy.getInvocationHandler(customer1);
-    final EntityInvocationHandler source2 =
-            (EntityInvocationHandler) Proxy.getInvocationHandler(customer2);
-    final EntityInvocationHandler source3 =
-            (EntityInvocationHandler) Proxy.getInvocationHandler(customer3);
-
-    assertFalse(service.getContext().entityContext().isAttached(source1));
-    assertFalse(service.getContext().entityContext().isAttached(source2));
-    assertFalse(service.getContext().entityContext().isAttached(source3));
-
-    service.getContext().entityContext().attach(source1);
-    assertTrue(service.getContext().entityContext().isAttached(source1));
-    assertFalse(service.getContext().entityContext().isAttached(source2));
-    assertTrue(service.getContext().entityContext().isAttached(source3));
-
-    service.getContext().entityContext().attach(source2);
-    assertTrue(service.getContext().entityContext().isAttached(source1));
-    assertTrue(service.getContext().entityContext().isAttached(source2));
-    assertTrue(service.getContext().entityContext().isAttached(source3));
-
-    try {
-      service.getContext().entityContext().attach(source3);
-      fail();
-    } catch (IllegalStateException ignore) {
-      // ignore
-    }
-
-    service.getContext().entityContext().detach(source1);
-    assertFalse(service.getContext().entityContext().isAttached(source1));
-    assertTrue(service.getContext().entityContext().isAttached(source2));
-    assertFalse(service.getContext().entityContext().isAttached(source3));
-
-    service.getContext().entityContext().detach(source2);
-    assertFalse(service.getContext().entityContext().isAttached(source1));
-    assertFalse(service.getContext().entityContext().isAttached(source2));
-    assertFalse(service.getContext().entityContext().isAttached(source3));
-  }
-
-  @Test
-  public void linkTargetExisting() {
-    final Customer customer = container.newEntityInstance(Customer.class);
-    final CustomerInfo customerInfo = container.getCustomerInfo().getByKey(11);
-
-    customer.setInfo(customerInfo);
-    assertNotNull(customer.getInfo());
-
-    container.getCustomer().add(customer);
-
-    final EntityInvocationHandler source = (EntityInvocationHandler) Proxy.getInvocationHandler(customer);
-    final EntityInvocationHandler target = (EntityInvocationHandler) Proxy.getInvocationHandler(customerInfo);
-
-    assertTrue(service.getContext().entityContext().isAttached(source));
-    assertEquals(AttachedEntityStatus.NEW, service.getContext().entityContext().getStatus(source));
-    assertFalse(service.getContext().entityContext().isAttached(target));
-
-    checkUnidirectional("Info", source, "Customer", target, false);
-
-    service.getContext().entityContext().detachAll();
-
-    assertFalse(service.getContext().entityContext().isAttached(source));
-    assertFalse(service.getContext().entityContext().isAttached(target));
-  }
-
-  @Test
-  public void linkSourceExisting() {
-    final Customer customer = container.getCustomer().getByKey(-10);
-
-    final CustomerInfo customerInfo = container.newEntityInstance(CustomerInfo.class);
-
-    customer.setInfo(customerInfo);
-    assertNotNull(customer.getInfo());
-
-    final EntityInvocationHandler source = (EntityInvocationHandler) Proxy.getInvocationHandler(customer);
-    final EntityInvocationHandler target = (EntityInvocationHandler) Proxy.getInvocationHandler(customerInfo);
-
-    assertTrue(service.getContext().entityContext().isAttached(source));
-    assertEquals(AttachedEntityStatus.CHANGED, service.getContext().entityContext().getStatus(source));
-    assertFalse(service.getContext().entityContext().isAttached(target));
-
-    checkUnidirectional("Info", source, "Customer", target, false);
-
-    service.getContext().entityContext().detachAll();
-
-    assertFalse(service.getContext().entityContext().isAttached(source));
-    assertFalse(service.getContext().entityContext().isAttached(target));
-  }
-
-  @Test
-  public void linkBothExisting() {
-    final Customer customer = container.getCustomer().getByKey(-10);
-    final CustomerInfo customerInfo = container.getCustomerInfo().getByKey(12);
-
-    customer.setInfo(customerInfo);
-    assertNotNull(customer.getInfo());
-
-    final EntityInvocationHandler source = (EntityInvocationHandler) Proxy.getInvocationHandler(customer);
-    final EntityInvocationHandler target = (EntityInvocationHandler) Proxy.getInvocationHandler(customerInfo);
-
-    assertTrue(service.getContext().entityContext().isAttached(source));
-    assertEquals(AttachedEntityStatus.CHANGED, service.getContext().entityContext().getStatus(source));
-    assertFalse(service.getContext().entityContext().isAttached(target));
-
-    checkUnidirectional("Info", source, "Customer", target, false);
-
-    service.getContext().entityContext().detachAll();
-
-    assertFalse(service.getContext().entityContext().isAttached(source));
-    assertFalse(service.getContext().entityContext().isAttached(target));
-  }
-
-  @Test
-  public void linkEntitySet() {
-    final Customer customer = container.newEntityInstance(Customer.class);
-
-    final OrderCollection toBeLinked = container.newEntityCollection(OrderCollection.class);
-    toBeLinked.add(container.newEntityInstance(Order.class));
-    toBeLinked.add(container.newEntityInstance(Order.class));
-    toBeLinked.add(container.newEntityInstance(Order.class));
-
-    customer.setOrders(toBeLinked);
-    assertNotNull(customer.getOrders());
-    assertEquals(3, customer.getOrders().size());
-
-    final EntityInvocationHandler source = (EntityInvocationHandler) Proxy.getInvocationHandler(customer);
-
-    container.getCustomer().add(customer);
-
-    assertTrue(service.getContext().entityContext().isAttached(source));
-    assertEquals(AttachedEntityStatus.NEW, service.getContext().entityContext().getStatus(source));
-    assertEquals(3, ((Collection<?>) (source.getLinkChanges().entrySet().iterator().next().getValue())).size());
-
-    for (Order order : toBeLinked) {
-      final EntityInvocationHandler target = (EntityInvocationHandler) Proxy.getInvocationHandler(order);
-      container.getOrder().add(order);
-
-      assertTrue(service.getContext().entityContext().isAttached(target));
-      assertEquals(AttachedEntityStatus.NEW, service.getContext().entityContext().getStatus(target));
-      checkUnidirectional("Orders", source, "Customer", target, true);
-    }
-
-    service.getContext().entityContext().detachAll();
-
-    assertFalse(service.getContext().entityContext().isAttached(source));
-
-    for (Order order : toBeLinked) {
-      assertFalse(service.getContext().entityContext().
-              isAttached((EntityInvocationHandler) Proxy.getInvocationHandler(order)));
-    }
-  }
-
-  @Test
-  public void addProperty() {
-    final Customer customer = container.newEntityInstance(Customer.class);
-    customer.setCustomerId(100);
-
-    final ContactDetails cd = container.newComplexInstance(ContactDetails.class);
-    customer.setPrimaryContactInfo(cd);
-
-    PrimitiveCollection<String> alternativeNames = container.newPrimitiveCollection(String.class);
-    alternativeNames.add("alternative1");
-    alternativeNames.add("alternative2");
-    cd.setAlternativeNames(alternativeNames);
-
-    final ContactDetails bcd = container.newComplexInstance(ContactDetails.class);
-    final ContactDetailsCollection bci = container.newComplexCollection(ContactDetailsCollection.class);
-    bci.add(bcd);
-
-    customer.setBackupContactInfo(bci);
-
-    alternativeNames = container.newPrimitiveCollection(String.class);
-    alternativeNames.add("alternative3");
-    alternativeNames.add("alternative4");
-    bcd.setAlternativeNames(alternativeNames);
-
-    assertEquals(Integer.valueOf(100), customer.getCustomerId());
-    assertNotNull(customer.getPrimaryContactInfo().getAlternativeNames());
-    assertEquals(2, customer.getPrimaryContactInfo().getAlternativeNames().size());
-    assertTrue(customer.getPrimaryContactInfo().getAlternativeNames().contains("alternative1"));
-    assertEquals(2, customer.getBackupContactInfo().iterator().next().getAlternativeNames().size());
-    assertTrue(customer.getBackupContactInfo().iterator().next().getAlternativeNames().contains("alternative4"));
-
-    container.getCustomer().add(customer);
-
-    final EntityInvocationHandler source = (EntityInvocationHandler) Proxy.getInvocationHandler(customer);
-
-    assertTrue(service.getContext().entityContext().isAttached(source));
-    assertEquals(AttachedEntityStatus.NEW, service.getContext().entityContext().getStatus(source));
-
-    service.getContext().entityContext().detachAll();
-
-    assertFalse(service.getContext().entityContext().isAttached(source));
-  }
-
-  @Test
-  public void readEntityInTheContext() {
-    CustomerInfo customerInfo = container.getCustomerInfo().getByKey(16).load();
-    customerInfo.setInformation("some other info ...");
-
-    assertEquals("some other info ...", customerInfo.getInformation());
-
-    customerInfo = container.getCustomerInfo().getByKey(16);
-    assertEquals("some other info ...", customerInfo.getInformation());
-
-    service.getContext().entityContext().detachAll();
-    customerInfo = container.getCustomerInfo().getByKey(16);
-    assertNotEquals("some other info ...", customerInfo.getInformation());
-  }
-
-  @Test
-  public void readAllWithEntityInTheContext() {
-    CustomerInfo customerInfo = container.getCustomerInfo().getByKey(16).load();
-    customerInfo.setInformation("some other info ...");
-
-    assertEquals("some other info ...", customerInfo.getInformation());
-
-    boolean found = false;
-    for (CustomerInfo info : container.getCustomerInfo().execute()) {
-      if (info.getCustomerInfoId() == 16) {
-        assertEquals("some other info ...", customerInfo.getInformation());
-        found = true;
-      }
-    }
-    assertTrue(found);
-
-    service.getContext().entityContext().detachAll();
-
-    found = false;
-    for (CustomerInfo info : container.getCustomerInfo().execute()) {
-      if (info.getCustomerInfoId() == 16) {
-        assertNotEquals("some other info ...", info.getInformation());
-        found = true;
-      }
-    }
-    assertTrue(found);
-  }
-
-  @Test
-  public void checkContextInCaseOfErrors() {
-    service.getContext().entityContext().detachAll();
-
-    final Login login = container.newEntityInstance(Login.class);
-
-    final EntityInvocationHandler handler = (EntityInvocationHandler) Proxy.getInvocationHandler(login);
-    assertFalse(service.getContext().entityContext().isAttached(handler));
-
-    container.flush(); // Login will be ignored because not added to an entity set.
-
-    container.getLogin().add(login); // now has been added
-
-    assertTrue(service.getContext().entityContext().isAttached(handler));
-
-    try {
-      container.flush();
-      fail();
-    } catch (Exception e) {
-      // ignore
-    }
-
-    assertTrue(service.getContext().entityContext().isAttached(handler));
-
-    login.setCustomerId(-10);
-    login.setUsername("customer");
-
-    container.flush();
-    assertFalse(service.getContext().entityContext().isAttached(handler));
-    assertNotNull(container.getLogin().getByKey("customer"));
-
-    container.getLogin().delete(login.getUsername());
-    assertTrue(service.getContext().entityContext().isAttached(handler));
-
-    container.flush();
-    assertFalse(service.getContext().entityContext().isAttached(handler));
-
-    try {
-      container.getLogin().getByKey("customer").load();
-      fail();
-    } catch (IllegalArgumentException e) {
-    }
-  }
-
-  @Test
-  public void flushTest() {
-    Customer customer = container.newEntityInstance(Customer.class);
-    customer.setCustomerId(300);
-    customer.setName("samplename");
-
-    final List<Integer> keys = new ArrayList<Integer>();
-    keys.add(-200);
-    keys.add(-201);
-    keys.add(-202);
-
-    final OrderCollection toBeLinked = container.newEntityCollection(OrderCollection.class);
-    for (Integer key : keys) {
-      final Order order = container.newEntityInstance(Order.class);
-      order.setOrderId(key);
-      order.setCustomerId(300);
-      order.setCustomer(customer);
-      toBeLinked.add(order);
-    }
-
-    customer.setOrders(toBeLinked);
-
-    final CustomerInfo customerInfo = container.getCustomerInfo().getByKey(16);
-    customerInfo.setInformation("some new info ...");
-    customer.setInfo(customerInfo);
-
-    final ContactDetails cd = container.newComplexInstance(ContactDetails.class);
-    PrimitiveCollection<String> alternativeNames = container.newPrimitiveCollection(String.class);
-    alternativeNames.add("alternative1");
-    alternativeNames.add("alternative2");
-    cd.setAlternativeNames(alternativeNames);
-
-    final PrimitiveCollection<String> emailBag = container.newPrimitiveCollection(String.class);
-    alternativeNames.add("myemail@mydomain.org");
-    cd.setEmailBag(emailBag);
-
-    cd.setMobilePhoneBag(container.newComplexCollection(PhoneCollection.class)); // empty
-
-    final ContactDetails bcd = container.newComplexInstance(ContactDetails.class);
-
-    alternativeNames = container.newPrimitiveCollection(String.class);
-    alternativeNames.add("alternative3");
-    alternativeNames.add("alternative4");
-
-    bcd.setAlternativeNames(alternativeNames);
-    bcd.setEmailBag(container.newPrimitiveCollection(String.class));
-    bcd.setMobilePhoneBag(container.newComplexCollection(PhoneCollection.class)); // empty
-
-    customer.setPrimaryContactInfo(cd);
-
-    final ContactDetailsCollection bci = container.newComplexCollection(ContactDetailsCollection.class);
-    bci.add(bcd);
-
-    customer.setBackupContactInfo(bci);
-
-    container.getCustomer().add(customer);
-
-    assertTrue(service.getContext().entityContext().
-            isAttached((EntityInvocationHandler) Proxy.getInvocationHandler(customerInfo)));
-    assertTrue(service.getContext().entityContext().
-            isAttached((EntityInvocationHandler) Proxy.getInvocationHandler(customer)));
-    for (Order linked : toBeLinked) {
-      assertFalse(service.getContext().entityContext().
-              isAttached((EntityInvocationHandler) Proxy.getInvocationHandler(linked)));
-    }
-
-    container.flush();
-
-    assertFalse(service.getContext().entityContext().
-            isAttached((EntityInvocationHandler) Proxy.getInvocationHandler(customerInfo)));
-    assertFalse(service.getContext().entityContext().
-            isAttached((EntityInvocationHandler) Proxy.getInvocationHandler(customer)));
-    for (Order linked : toBeLinked) {
-      assertFalse(service.getContext().entityContext().
-              isAttached((EntityInvocationHandler) Proxy.getInvocationHandler(linked)));
-    }
-
-    assertEquals("some new info ...", container.getCustomerInfo().getByKey(16).load().getInformation());
-
-    container.getOrder().delete(toBeLinked);
-    container.getCustomer().delete(customer.getCustomerId());
-
-    assertTrue(service.getContext().entityContext().
-            isAttached((EntityInvocationHandler) Proxy.getInvocationHandler(customer)));
-    for (Order linked : toBeLinked) {
-      assertTrue(service.getContext().entityContext().
-              isAttached((EntityInvocationHandler) Proxy.getInvocationHandler(linked)));
-    }
-
-    container.flush();
-
-    assertFalse(service.getContext().entityContext().
-            isAttached((EntityInvocationHandler) Proxy.getInvocationHandler(customer)));
-    for (Order linked : toBeLinked) {
-      assertFalse(service.getContext().entityContext().
-              isAttached((EntityInvocationHandler) Proxy.getInvocationHandler(linked)));
-    }
-  }
-
-  private void checkUnlink(
-          final String sourceName,
-          final EntityInvocationHandler source) {
-
-    boolean found = false;
-    for (Map.Entry<NavigationProperty, Object> property : source.getLinkChanges().entrySet()) {
-      if (property.getKey().name().equals(sourceName)) {
-        found = true;
-      }
-    }
-    assertFalse(found);
-  }
-
-  private void checkLink(
-          final String sourceName,
-          final EntityInvocationHandler source,
-          final EntityInvocationHandler target,
-          final boolean isCollection) {
-
-    boolean found = false;
-    for (Map.Entry<NavigationProperty, Object> property : source.getLinkChanges().entrySet()) {
-      if (property.getKey().name().equals(sourceName)) {
-        if (isCollection) {
-          found = false;
-          for (Object proxy : (Collection<?>) property.getValue()) {
-            if (target.equals(Proxy.getInvocationHandler(proxy))) {
-              found = true;
-            }
-          }
-        } else {
-          found = target.equals(Proxy.getInvocationHandler(property.getValue()));
-        }
-      }
-    }
-    assertTrue(found);
-  }
-
-  private void checkUnidirectional(
-          final String sourceName,
-          final EntityInvocationHandler source,
-          final String targetName,
-          final EntityInvocationHandler target,
-          final boolean isCollection) {
-
-    checkLink(sourceName, source, target, isCollection);
-    checkUnlink(targetName, target);
-  }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/EntityCreateTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/EntityCreateTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/EntityCreateTestITCase.java
deleted file mode 100644
index bda7f9e..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/EntityCreateTestITCase.java
+++ /dev/null
@@ -1,229 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Customer;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Employee;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Message;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.MessageKey;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Order;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.OrderCollection;
-import org.junit.Test;
-
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertNull;
-import static org.junit.Assert.assertTrue;
-import static org.junit.Assert.fail;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-/**
- * This is the unit test class to check entity create operations.
- */
-public class EntityCreateTestITCase extends AbstractTestITCase {
-
-  @Test
-  public void create() {
-    container.getCustomer().getByKey(-10);
-    final String sampleName = "sample customer from proxy";
-    final Integer id = 100;
-
-    getSampleCustomerProfile(id, sampleName, container);
-    container.flush();
-
-    Customer actual = readCustomer(container, id);
-    checkSampleCustomerProfile(actual, id, sampleName);
-
-    container.getCustomer().delete(actual.getCustomerId());
-    actual = container.getCustomer().getByKey(id);
-    assertNull(actual);
-
-    service.getContext().detachAll();
-    actual = container.getCustomer().getByKey(id).load();
-
-    container.getCustomer().delete(actual.getCustomerId());
-    container.flush();
-
-    try {
-      container.getCustomer().getByKey(id).load();
-      fail();
-    } catch (IllegalArgumentException e) {
-    }
-
-    service.getContext().detachAll();
-
-    try {
-      container.getCustomer().getByKey(id).load();
-      fail();
-    } catch (IllegalArgumentException e) {
-    }
-  }
-
-  @Test
-  public void createEmployee() {
-    final Integer id = 101;
-
-    final Employee employee = container.newEntityInstance(Employee.class);
-    employee.setPersonId(id);
-    employee.setName("sample employee from proxy");
-    employee.setManagersPersonId(-9918);
-    employee.setSalary(2147483647);
-    employee.setTitle("CEO");
-
-    container.getPerson().add(employee);
-    container.flush();
-
-    Employee actual = container.getPerson().getByKey(id, Employee.class).load();
-    assertNotNull(actual);
-    assertEquals(id, actual.getPersonId());
-
-    service.getContext().detachAll();
-    actual = container.getPerson().getByKey(id, Employee.class).load();
-    assertNotNull(actual);
-
-    container.getPerson().delete(actual.getPersonId());
-    container.flush();
-
-    try {
-      container.getPerson().getByKey(id, Employee.class).load();
-      fail();
-    } catch (IllegalArgumentException e) {
-    }
-
-    service.getContext().detachAll();
-
-    try {
-      container.getPerson().getByKey(id, Employee.class).load();
-      fail();
-    } catch (IllegalArgumentException e) {
-    }
-  }
-
-  @Test
-  public void createWithNavigation() {
-    final String sampleName = "sample customer from proxy with navigation";
-    final Integer id = 101;
-
-    final Customer original = getSampleCustomerProfile(id, sampleName, container);
-    original.setInfo(container.getCustomerInfo().getByKey(16));
-    container.flush();
-
-    Customer actual = readCustomer(container, id);
-    checkSampleCustomerProfile(actual, id, sampleName);
-    assertEquals(16, actual.getInfo().load().getCustomerInfoId(), 0);
-
-    container.getCustomer().delete(actual.getCustomerId());
-    container.flush();
-
-    try {
-      container.getCustomer().getByKey(id).load();
-      fail();
-    } catch (IllegalArgumentException e) {
-    }
-  }
-
-  @Test
-  public void createWithBackNavigation() {
-    final String sampleName = "sample customer from proxy with back navigation";
-    final Integer id = 102;
-
-    Order order = container.newEntityInstance(Order.class);
-    order.setCustomerId(id);
-    order.setOrderId(id); // same id ...
-
-    final Customer customer = getSampleCustomerProfile(id, sampleName, container);
-
-    final OrderCollection orders = container.newEntityCollection(OrderCollection.class);
-    orders.add(order);
-
-    customer.setOrders(orders);
-    order.setCustomer(customer);
-    container.flush();
-
-    assertEquals(id, order.getOrderId());
-    assertEquals(id, order.getCustomerId());
-
-    Customer actual = readCustomer(container, id);
-    checkSampleCustomerProfile(actual, id, sampleName);
-
-    assertEquals(1, actual.getOrders().execute().size());
-    assertEquals(id, actual.getOrders().iterator().next().getOrderId());
-    assertEquals(id, actual.getOrders().iterator().next().getCustomerId());
-
-    order = container.getOrder().getByKey(id);
-    assertEquals(id, order.getCustomer().load().getCustomerId());
-
-    container.getOrder().delete(actual.getOrders());
-    container.flush();
-
-    try {
-      container.getOrder().getByKey(id).load();
-      fail();
-    } catch (IllegalArgumentException e) {
-    }
-
-    actual = readCustomer(container, id);
-    assertTrue(actual.getOrders().isEmpty());
-
-    container.getCustomer().delete(actual.getCustomerId());
-    container.flush();
-
-    try {
-      container.getCustomer().getByKey(id).load();
-      fail();
-    } catch (IllegalArgumentException e) {
-    }
-  }
-
-  @Test
-  public void multiKey() {
-    Message message = container.newEntityInstance(Message.class);
-    message.setMessageId(100);
-    message.setFromUsername("fromusername");
-    message.setToUsername("myusername");
-    message.setIsRead(false);
-    message.setSubject("test message");
-    message.setBody("test");
-
-    container.getMessage().add(message);
-    container.flush();
-
-    MessageKey key = new MessageKey();
-    key.setFromUsername("fromusername");
-    key.setMessageId(100);
-
-    message = container.getMessage().getByKey(key).load();
-    assertNotNull(message);
-    assertEquals(Integer.valueOf(100), message.getMessageId());
-    assertEquals("fromusername", message.getFromUsername());
-    assertEquals("myusername", message.getToUsername());
-    assertEquals("test message", message.getSubject());
-    assertEquals("test", message.getBody());
-
-    container.getMessage().delete(key);
-    container.flush();
-
-    try {
-      container.getMessage().getByKey(key).load();
-      fail();
-    } catch (IllegalArgumentException e) {
-    }
-  }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/EntityRetrieveTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/EntityRetrieveTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/EntityRetrieveTestITCase.java
deleted file mode 100644
index ecbfca0..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/EntityRetrieveTestITCase.java
+++ /dev/null
@@ -1,226 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.commons.lang3.StringUtils;
-import org.apache.olingo.commons.api.edm.geo.Geospatial;
-import org.apache.olingo.commons.api.edm.geo.Geospatial.Type;
-import org.apache.olingo.commons.api.edm.geo.MultiLineString;
-import org.apache.olingo.commons.api.edm.geo.Point;
-import org.apache.olingo.ext.proxy.commons.EntityInvocationHandler;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.DefaultContainer;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialTypes;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.ComputerDetail;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.ConcurrencyInfo;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetails;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Contractor;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.ContractorCollection;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Customer;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.CustomerInfo;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Employee;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.EmployeeCollection;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Message;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.MessageKey;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Order;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.OrderCollection;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Person;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.PersonCollection;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Phone;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Product;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.SpecialEmployee;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.SpecialEmployeeCollection;
-import org.junit.Test;
-
-import java.lang.reflect.Proxy;
-import java.sql.Timestamp;
-import java.util.Calendar;
-import java.util.Collection;
-import org.apache.olingo.ext.proxy.api.PrimitiveCollection;
-
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertFalse;
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertTrue;
-import static org.junit.Assert.fail;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-/**
- * This is the unit test class to check entity retrieve operations.
- */
-public class EntityRetrieveTestITCase extends AbstractTestITCase {
-
-  protected DefaultContainer getContainer() {
-    return container;
-  }
-
-  @Test
-  public void exists() {
-    assertTrue(getContainer().getCar().exists(15));
-    assertFalse(getContainer().getComputerDetail().exists(-11));
-  }
-
-  @Test
-  public void get() {
-    readCustomer(getContainer(), -10);
-  }
-
-  @Test
-  public void getAll() {
-    final PersonCollection all = getContainer().getPerson().execute();
-    assertNotNull(all);
-    assertFalse(all.isEmpty());
-    for (Person person : all) {
-      assertNotNull(person);
-    }
-
-    final EmployeeCollection employees = getContainer().getPerson().execute(EmployeeCollection.class);
-    assertNotNull(employees);
-    assertFalse(employees.isEmpty());
-    for (Employee employee : employees) {
-      assertNotNull(employee);
-    }
-
-    final SpecialEmployeeCollection specEmployees = getContainer().getPerson().execute(SpecialEmployeeCollection.class);
-    assertNotNull(specEmployees);
-    assertFalse(specEmployees.isEmpty());
-    for (SpecialEmployee employee : specEmployees) {
-      assertNotNull(employee);
-    }
-
-    final ContractorCollection contractors = getContainer().getPerson().execute(ContractorCollection.class);
-    assertNotNull(contractors);
-    assertFalse(contractors.isEmpty());
-    for (Contractor contractor : contractors) {
-      assertNotNull(contractor);
-    }
-
-    assertTrue(employees.size() > specEmployees.size());
-    assertTrue(all.size() > employees.size() + contractors.size());
-  }
-
-  @Test
-  public void navigate() {
-    final Order order = getContainer().getOrder().getByKey(-9).load();
-    assertEquals(-9, order.getOrderId(), 0);
-
-    final ConcurrencyInfo concurrency = order.getConcurrency();
-    assertNotNull(concurrency);
-    final Calendar actual = Calendar.getInstance();
-    actual.clear();
-    actual.set(2012, 1, 12, 11, 32, 50);
-    actual.set(Calendar.MILLISECOND, 507);
-    assertEquals(actual.getTimeInMillis(), concurrency.getQueriedDateTime().getTime());
-    assertEquals(78, order.getCustomerId(), 0);
-  }
-
-  @Test
-  public void withGeospatial() {
-    final AllSpatialTypes allSpatialTypes = getContainer().getAllGeoTypesSet().getByKey(-10).load();
-    assertNotNull(allSpatialTypes);
-    assertEquals(-10, allSpatialTypes.getId(), 0);
-
-    final MultiLineString geogMultiLine = allSpatialTypes.getGeogMultiLine();
-    assertNotNull(geogMultiLine);
-    assertEquals(Type.MULTILINESTRING, geogMultiLine.getType());
-    assertEquals(Geospatial.Dimension.GEOGRAPHY, geogMultiLine.getDimension());
-    assertFalse(geogMultiLine.isEmpty());
-
-    final Point geogPoint = allSpatialTypes.getGeogPoint();
-    assertNotNull(geogPoint);
-    assertEquals(Type.POINT, geogPoint.getType());
-    assertEquals(Geospatial.Dimension.GEOGRAPHY, geogPoint.getDimension());
-    assertEquals(52.8606, geogPoint.getX(), 0);
-    assertEquals(173.334, geogPoint.getY(), 0);
-  }
-
-  @Test
-  public void withInlineEntry() {
-    final Customer customer = readCustomer(getContainer(), -10);
-    final CustomerInfo customerInfo = customer.getInfo().load();
-    assertNotNull(customerInfo);
-    assertEquals(11, customerInfo.getCustomerInfoId(), 0);
-  }
-
-  @Test
-  public void withInlineFeed() {
-    final Customer customer = readCustomer(getContainer(), -10);
-    final OrderCollection orders = customer.getOrders().execute();
-    assertFalse(orders.isEmpty());
-  }
-
-  @Test
-  public void withActions() {
-    final ComputerDetail computerDetail = getContainer().getComputerDetail().getByKey(-10).load();
-    assertEquals(-10, computerDetail.getComputerDetailId(), 0);
-
-    try {
-      assertNotNull(computerDetail.operations().getClass().getMethod(
-              "resetComputerDetailsSpecifications", PrimitiveCollection.class, Timestamp.class));
-    } catch (Exception e) {
-      fail();
-    }
-  }
-
-  @Test
-  public void multiKey() {
-    final MessageKey messageKey = new MessageKey();
-    messageKey.setFromUsername("1");
-    messageKey.setMessageId(-10);
-
-    final Message message = getContainer().getMessage().getByKey(messageKey).load();
-    assertEquals("1", message.getFromUsername());
-  }
-
-  @Test
-  public void checkForETag() {
-    Product product = getContainer().getProduct().getByKey(-10).load();
-    assertTrue(StringUtils.isNotBlank(
-            ((EntityInvocationHandler) Proxy.getInvocationHandler(product)).getETag()));
-  }
-
-  @Test
-  public void collectionsAndComplexes() {
-    final Customer customer = readCustomer(getContainer(), -10);
-    boolean found = false;
-
-    assertTrue(customer.getPrimaryContactInfo().getEmailBag().contains("psgdkmxamznjulzbsohqjytbxhnojbufe"));
-
-    final Collection<ContactDetails> backupContactInfo = customer.getBackupContactInfo();
-    assertEquals(9, backupContactInfo.size());
-
-    for (ContactDetails contact : backupContactInfo) {
-      if (contact.getContactAlias() != null && contact.getContactAlias().getAlternativeNames() != null && contact.
-              getContactAlias().getAlternativeNames().contains("vxiefursgkqzptijhincpdm")) {
-        found = true;
-      }
-    }
-    assertTrue(found);
-    found = false;
-
-    for (ContactDetails contact : backupContactInfo) {
-      for (Phone phone : contact.getMobilePhoneBag()) {
-        if ("gqvuusqrrriljkospoxbdod".equals(phone.getExtension())) {
-          found = true;
-        }
-      }
-    }
-    assertTrue(found);
-  }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/EntitySetTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/EntitySetTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/EntitySetTestITCase.java
deleted file mode 100644
index aa3a66c..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/EntitySetTestITCase.java
+++ /dev/null
@@ -1,99 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3;
-
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Car;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Computer;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Customer;
-import org.junit.Test;
-
-import java.io.IOException;
-import java.util.Iterator;
-
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertTrue;
-
-/**
- * This is the unit test class to check basic feed operations.
- */
-public class EntitySetTestITCase extends AbstractTestITCase {
-
-  @Test
-  public void count() {
-    assertNotNull(container.getMessage());
-    assertTrue(10 <= container.getMessage().count());
-
-    assertTrue(container.getCustomer().count() > 0);
-  }
-
-  @Test
-  public void execute() {
-    int count = 0;
-    for (Customer customer : container.getCustomer().execute()) {
-      assertNotNull(customer);
-      count++;
-    }
-    assertTrue(count < 10);
-  }
-
-  @Test
-  public void readEntitySetWithNextLink() {
-    int count = 0;
-    for (Customer customer : container.getCustomer().execute()) {
-      assertNotNull(customer);
-      count++;
-    }
-    assertEquals(2, count);
-
-    int iterating = 0;
-    for (Customer customer : container.getCustomer()) {
-      assertNotNull(customer);
-      iterating++;
-    }
-    assertTrue(count < iterating);
-  }
-
-  @Test
-  public void readODataEntitySet() throws IOException {
-    assertTrue(container.getCar().count() >= 10);
-
-    final Iterable<Car> car = container.getCar().execute();
-    assertNotNull(car);
-
-    final Iterator<Car> itor = car.iterator();
-
-    int count = 0;
-    while (itor.hasNext()) {
-      assertNotNull(itor.next());
-      count++;
-    }
-    assertTrue(count >= 10);
-  }
-
-  @Test
-  public void readEntitySetIterator() {
-    int count = 0;
-    for (Computer computer : container.getComputer()) {
-      assertNotNull(computer);
-      count++;
-    }
-    assertTrue(count >= 10);
-  }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/EntityUpdateTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/EntityUpdateTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/EntityUpdateTestITCase.java
deleted file mode 100644
index fd2be17..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/EntityUpdateTestITCase.java
+++ /dev/null
@@ -1,120 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertTrue;
-
-import org.apache.commons.lang3.StringUtils;
-import org.apache.olingo.ext.proxy.commons.EntityInvocationHandler;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.ConcurrencyInfo;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Customer;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Message;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.MessageKey;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Order;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.OrderCollection;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Product;
-import org.junit.Test;
-
-import java.lang.reflect.Proxy;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-/**
- * This is the unit test class to check entity update operations.
- */
-public class EntityUpdateTestITCase extends AbstractTestITCase {
-
-  @Test
-  public void update() {
-    Order order = container.getOrder().getByKey(-9).load();
-
-    final ConcurrencyInfo ci = order.getConcurrency();
-    ci.setToken("XXX");
-
-    container.flush();
-
-    order = container.getOrder().getByKey(-9).load();
-    assertEquals("XXX", order.getConcurrency().getToken());
-  }
-
-  @Test
-  public void multiKey() {
-    final MessageKey key = new MessageKey();
-    key.setFromUsername("1");
-    key.setMessageId(-10);
-
-    Message message = container.getMessage().getByKey(key);
-
-    message.setBody("XXX");
-
-    container.flush();
-
-    message = container.getMessage().getByKey(key).load();
-    assertEquals("XXX", message.getBody());
-  }
-
-  @Test
-  public void patchLink() {
-    Order order = container.newEntityInstance(Order.class);
-    order.setOrderId(400);
-    order.setCustomerId(-9);
-
-    OrderCollection orders = container.newEntityCollection(OrderCollection.class);
-    orders.add(order);
-
-    Customer customer = container.getCustomer().getByKey(-9);
-    customer.setOrders(orders);
-    order.setCustomer(customer);
-
-    container.flush();
-
-    order = container.getOrder().getByKey(400).load();
-    assertEquals(400, order.getOrderId().intValue());
-    assertEquals(-9, order.getCustomerId().intValue());
-
-    customer = container.getCustomer().getByKey(-9);
-
-    assertEquals(2, customer.getOrders().execute().size());
-
-    int count = 0;
-    for (Order inside : customer.getOrders()) {
-      if (inside.getOrderId() == 400) {
-        count++;
-      }
-    }
-    assertEquals(1, count);
-    assertEquals(-9, order.getCustomer().load().getCustomerId(), 0);
-  }
-
-  @Test
-  public void concurrentModification() {
-    Product product = container.getProduct().getByKey(-10).load();
-    final String etag = ((EntityInvocationHandler) Proxy.getInvocationHandler(product)).getETag();
-    assertTrue(StringUtils.isNotBlank(etag));
-
-    final String baseConcurrency = String.valueOf(System.currentTimeMillis());
-    product.setBaseConcurrency(baseConcurrency);
-
-    container.flush();
-
-    product = container.getProduct().getByKey(-10).load();
-    assertEquals(baseConcurrency, product.getBaseConcurrency());
-  }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/FilterTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/FilterTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/FilterTestITCase.java
deleted file mode 100644
index aea7c0d..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/FilterTestITCase.java
+++ /dev/null
@@ -1,130 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3;
-
-import org.apache.olingo.ext.proxy.api.Sort;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.Person;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Car;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types
-    .CarCollection;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Customer;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types
-    .EmployeeCollection;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Order;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types
-    .SpecialEmployeeCollection;
-import org.junit.Test;
-
-import java.util.ArrayList;
-import java.util.Collections;
-import java.util.List;
-
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertFalse;
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertNull;
-import static org.junit.Assert.assertTrue;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-//CHECKSTYLE:ON (Maven checkstyle)
-
-public class FilterTestITCase extends AbstractTestITCase {
-
-  @Test
-  public void filterOrderby() {
-    org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.Car cars =
-            container.getCar();
-
-    CarCollection result = cars.filter(service.getClient().getFilterFactory().lt("VIN", 16)).execute();
-
-    // 1. check that filtered entity set looks as expected
-    assertEquals(5, result.size());
-
-    // 2. extract VIN values - sorted ASC by default
-    final List<Integer> vinsASC = new ArrayList<Integer>(5);
-    for (Car car : result) {
-      assertTrue(car.getVIN() < 16);
-      vinsASC.add(car.getVIN());
-    }
-
-    // 3. add orderby clause to filter above
-    result = cars.orderBy(new Sort("VIN", Sort.Direction.DESC)).execute();
-    assertNotNull(result);
-    assertEquals(5, result.size());
-
-    // 4. extract again VIN value - now they were required to be sorted DESC
-    final List<Integer> vinsDESC = new ArrayList<Integer>(5);
-    for (Car car : result) {
-      assertTrue(car.getVIN() < 16);
-      vinsDESC.add(car.getVIN());
-    }
-
-    // 5. reverse vinsASC and expect to be equal to vinsDESC
-    Collections.reverse(vinsASC);
-    assertEquals(vinsASC, vinsDESC);
-  }
-
-  @Test
-  public void single() {
-    org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.Car cars =
-            container.getCar();
-
-    assertEquals(1, cars.filter(service.getClient().getFilterFactory().eq("VIN", 16)).execute().size());
-  }
-
-  @Test
-  public void derived() {
-    final Person person = container.getPerson();
-    final EmployeeCollection employee = person.execute(EmployeeCollection.class);
-    final SpecialEmployeeCollection specialEmployee = person.execute(SpecialEmployeeCollection.class);
-
-    assertFalse(employee.isEmpty());
-    assertFalse(specialEmployee.isEmpty());
-
-    assertTrue(person.execute().size() > employee.size() + specialEmployee.size());
-  }
-
-  @Test
-  public void loadWithSelect() {
-    final Order order = container.getOrder().getByKey(-9);
-    assertNull(order.getCustomerId());
-    assertNull(order.getOrderId());
-
-    order.select("OrderId");
-    order.load();
-
-    assertNull(order.getCustomerId());
-    assertNotNull(order.getOrderId());
-
-    order.clearQueryOptions();
-    order.load();
-    assertNotNull(order.getCustomerId());
-    assertNotNull(order.getOrderId());
-  }
-
-  @Test
-  public void loadWithSelectAndExpand() {
-    final Customer customer = container.getCustomer().getByKey(-10);
-    customer.expand("Info");
-    customer.select("Info", "CustomerId");
-
-    customer.load();
-    assertEquals(11, customer.getInfo().getCustomerInfoId(), 0);
-  }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/InvokeTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/InvokeTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/InvokeTestITCase.java
deleted file mode 100644
index f1eb965..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/InvokeTestITCase.java
+++ /dev/null
@@ -1,244 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.PrimitiveCollection;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.ComputerDetail;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetails;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Customer;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.CustomerCollection;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Dimensions;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Employee;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.EmployeeCollection;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Product;
-
-import org.apache.commons.lang3.StringUtils;
-
-import java.math.BigDecimal;
-import java.sql.Timestamp;
-import java.util.Calendar;
-import java.util.HashMap;
-import java.util.HashSet;
-import java.util.Map;
-import java.util.Set;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.ContactDetailsCollection;
-
-import org.junit.Test;
-
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertFalse;
-import static org.junit.Assert.assertNotEquals;
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertTrue;
-import static org.junit.Assert.fail;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-public class InvokeTestITCase extends AbstractTestITCase {
-
-  @Test
-  public void getWithNoParams() {
-    // 1. primitive result
-    final String string = container.operations().getPrimitiveString().execute();
-    assertEquals("Foo", string);
-
-    // 2. complex collection result
-    final ContactDetailsCollection details =
-            container.operations().entityProjectionReturnsCollectionOfComplexTypes().execute();
-    assertFalse(details.isEmpty());
-    for (ContactDetails detail : details) {
-      assertNotNull(detail);
-    }
-    assertNotNull(details.iterator().next());
-  }
-
-  @Test
-  public void getWithParam() {
-    // 1. primitive result
-    assertEquals(155, container.operations().getArgumentPlusOne(154).execute(), 0);
-
-    // 2. entity collection result
-    final CustomerCollection customers = container.operations().getSpecificCustomer(StringUtils.EMPTY).execute();
-    assertNotNull(customers);
-    assertFalse(customers.isEmpty());
-    final Set<Integer> customerIds = new HashSet<Integer>(customers.size());
-    for (Customer customer : customers) {
-      assertNotNull(customer);
-      customerIds.add(customer.getCustomerId());
-    }
-    assertTrue(customerIds.contains(-8));
-  }
-
-  @Test
-  public void entityBoundPost() {
-    // 0. create an employee
-    final Integer id = 101;
-
-    Employee employee = container.newEntityInstance(Employee.class);
-    employee.setPersonId(id);
-    employee.setName("sample employee from proxy");
-    employee.setManagersPersonId(-9918);
-    employee.setSalary(2147483647);
-    employee.setTitle("CEO");
-
-    container.getPerson().add(employee);
-    container.flush();
-
-    employee = container.getPerson().getByKey(id, Employee.class).load();
-    assertNotNull(employee);
-    assertEquals(id, employee.getPersonId());
-
-    try {
-      // 1. invoke action bound to the employee just created
-      employee.operations().sack().execute();
-
-      // 2. check that invoked action has effectively run
-      employee = container.getPerson().getByKey(id, Employee.class).load();
-      assertEquals(0, employee.getSalary(), 0);
-      assertTrue(employee.getTitle().endsWith("[Sacked]"));
-    } catch (Exception e) {
-      fail("Should never get here");
-    } finally {
-      // 3. remove the test employee
-      container.getPerson().delete(employee.getPersonId());
-      container.flush();
-    }
-  }
-
-  @Test
-  public void entityCollectionBoundPostWithParam() {
-    EmployeeCollection employees = container.getPerson().execute(EmployeeCollection.class);
-    assertFalse(employees.isEmpty());
-    final Map<Integer, Integer> preSalaries = new HashMap<Integer, Integer>(employees.size());
-    for (Employee employee : employees) {
-      preSalaries.put(employee.getPersonId(), employee.getSalary());
-    }
-    assertFalse(preSalaries.isEmpty());
-
-    employees.operations().increaseSalaries(1).execute();
-
-    employees = container.getPerson().execute(EmployeeCollection.class);
-    assertFalse(employees.isEmpty());
-    for (Employee employee : employees) {
-      assertTrue(preSalaries.get(employee.getPersonId()) < employee.getSalary());
-    }
-  }
-
-  @Test
-  public void changeProductDimensions() {
-    // 0. create a product
-    final Integer id = 101;
-
-    Product product = container.newEntityInstance(Product.class);
-    product.setProductId(id);
-    product.setDescription("New product");
-
-    final Dimensions origDimensions = container.newComplexInstance(Dimensions.class);
-    origDimensions.setDepth(BigDecimal.ZERO);
-    origDimensions.setHeight(BigDecimal.ZERO);
-    origDimensions.setWidth(BigDecimal.ZERO);
-    product.setDimensions(origDimensions);
-
-    container.getProduct().add(product);
-    container.flush();
-
-    product = container.getProduct().getByKey(id).load();
-    assertNotNull(product);
-    assertEquals(id, product.getProductId());
-    assertEquals(BigDecimal.ZERO, product.getDimensions().getDepth());
-    assertEquals(BigDecimal.ZERO, product.getDimensions().getHeight());
-    assertEquals(BigDecimal.ZERO, product.getDimensions().getWidth());
-
-    try {
-      // 1. invoke action bound to the product just created
-      final Dimensions newDimensions = container.newComplexInstance(Dimensions.class);
-      newDimensions.setDepth(BigDecimal.ONE);
-      newDimensions.setHeight(BigDecimal.ONE);
-      newDimensions.setWidth(BigDecimal.ONE);
-
-      product.operations().changeProductDimensions(newDimensions).execute();
-
-      // 2. check that invoked action has effectively run
-      product = container.getProduct().getByKey(id).load();
-      assertEquals(BigDecimal.ONE, product.getDimensions().getDepth());
-      assertEquals(BigDecimal.ONE, product.getDimensions().getHeight());
-      assertEquals(BigDecimal.ONE, product.getDimensions().getWidth());
-    } catch (Exception e) {
-      fail("Should never get here");
-    } finally {
-      // 3. remove the test product
-      container.getProduct().delete(product.getProductId());
-      container.flush();
-    }
-  }
-
-  @Test
-  public void resetComputerDetailsSpecifications() {
-    // 0. create a computer detail
-    final Integer id = 101;
-
-    final Calendar purchaseDate = Calendar.getInstance();
-    purchaseDate.clear();
-    purchaseDate.set(Calendar.YEAR, 1);
-    purchaseDate.set(Calendar.MONTH, 0);
-    purchaseDate.set(Calendar.DAY_OF_MONTH, 1);
-
-    ComputerDetail computerDetail = container.newEntityInstance(ComputerDetail.class);
-    computerDetail.setComputerDetailId(id);
-
-    final PrimitiveCollection<String> sb = container.newPrimitiveCollection(String.class);
-    sb.add("First spec");
-    computerDetail.setSpecificationsBag(sb);
-
-    computerDetail.setPurchaseDate(new Timestamp(purchaseDate.getTimeInMillis()));
-
-    container.getComputerDetail().add(computerDetail);
-    container.flush();
-
-    computerDetail = container.getComputerDetail().getByKey(id).load();
-    assertNotNull(computerDetail);
-    assertEquals(id, computerDetail.getComputerDetailId());
-    assertEquals(1, computerDetail.getSpecificationsBag().size());
-    assertTrue(computerDetail.getSpecificationsBag().contains("First spec"));
-    assertEquals(purchaseDate.getTimeInMillis(), computerDetail.getPurchaseDate().getTime());
-
-    try {
-      final PrimitiveCollection<String> cds = container.newPrimitiveCollection(String.class);
-      cds.add("Second spec");
-
-      // 1. invoke action bound to the computer detail just created
-      computerDetail.operations().resetComputerDetailsSpecifications(
-              cds, new Timestamp(Calendar.getInstance().getTimeInMillis())).execute();
-
-      // 2. check that invoked action has effectively run
-      computerDetail = container.getComputerDetail().getByKey(id).load();
-      assertNotNull(computerDetail);
-      assertEquals(id, computerDetail.getComputerDetailId());
-      assertEquals(1, computerDetail.getSpecificationsBag().size());
-      assertTrue(computerDetail.getSpecificationsBag().contains("Second spec"));
-      assertNotEquals(purchaseDate.getTimeInMillis(), computerDetail.getPurchaseDate());
-    } catch (Exception e) {
-      fail("Should never get here");
-    } finally {
-      // 3. remove the test product
-      container.getComputerDetail().delete(computerDetail.getComputerDetailId());
-      container.flush();
-    }
-  }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/MediaEntityTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/MediaEntityTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/MediaEntityTestITCase.java
deleted file mode 100644
index d4ded24..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/MediaEntityTestITCase.java
+++ /dev/null
@@ -1,115 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3;
-
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertTrue;
-import static org.junit.Assert.fail;
-
-import org.apache.commons.io.IOUtils;
-import org.apache.olingo.fit.proxy.v3.staticservice.microsoft.test.odata.services.astoriadefaultservice.types.Car;
-import org.junit.Test;
-import java.io.ByteArrayInputStream;
-import java.io.IOException;
-import java.io.InputStream;
-import org.apache.olingo.ext.proxy.api.EdmStreamValue;
-
-/**
- * This is the unit test class to check media entity retrieve operations.
- */
-public class MediaEntityTestITCase extends AbstractTestITCase {
-
-  @Test
-  public void read() throws IOException {
-    final InputStream is = container.getCar().getByKey(12).load().loadStream().getStream();
-    assertNotNull(is);
-    IOUtils.closeQuietly(is);
-  }
-
-  @Test
-  public void updateReadStreamedProperty() throws IOException {
-    final String TO_BE_UPDATED = "buffered stream sample (" + System.currentTimeMillis() + ")";
-    final InputStream input = new ByteArrayInputStream(TO_BE_UPDATED.getBytes());
-
-    Car car = container.getCar().getByKey(12);
-    car.setPhoto(container.newEdmStreamValue("application/octet-stream", input));
-
-    container.flush();
-
-    car = container.getCar().getByKey(12);
-    final EdmStreamValue value = car.getPhoto().load();
-    assertEquals(TO_BE_UPDATED, IOUtils.toString(value.getStream()));
-    IOUtils.closeQuietly(value.getStream());
-  }
-
-  @Test
-  public void update() throws IOException {
-    final Car car = container.getCar().getByKey(14);
-    assertNotNull(car);
-
-    final String TO_BE_UPDATED = "buffered stream sample (" + System.currentTimeMillis() + ")";
-    InputStream input = IOUtils.toInputStream(TO_BE_UPDATED);
-
-    car.uploadStream(container.newEdmStreamValue("*/*", input));
-
-    container.flush();
-
-    input = container.getCar().getByKey(14).loadStream().getStream();
-    assertEquals(TO_BE_UPDATED, IOUtils.toString(input));
-    IOUtils.closeQuietly(input);
-
-    service.getContext().detachAll();
-  }
-
-  @Test
-  public void create() throws IOException {
-    Car car = container.newEntityInstance(Car.class);
-
-    final String TO_BE_UPDATED = "buffered stream sample (" + System.currentTimeMillis() + ")";
-    InputStream input = IOUtils.toInputStream(TO_BE_UPDATED);
-
-    final String DESC = "DESC - " + System.currentTimeMillis();
-    car.uploadStream(container.newEdmStreamValue("*/*", input));
-    car.setDescription(DESC);
-
-    container.getCar().add(car);
-    container.flush();
-
-    int key = car.getVIN();
-    assertTrue(key > 0);
-
-    service.getContext().detachAll();
-
-    car = container.getCar().getByKey(key).load();
-    assertEquals(DESC, car.getDescription());
-    input = car.loadStream().getStream();
-    assertEquals(TO_BE_UPDATED, IOUtils.toString(input));
-    IOUtils.closeQuietly(input);
-
-    container.getCar().delete(key);
-    container.flush();
-
-    try {
-      container.getCar().getByKey(key).load();
-      fail();
-    } catch (IllegalArgumentException e) {
-    }
-  }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/OpenTypeTestITCase.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/OpenTypeTestITCase.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/OpenTypeTestITCase.java
deleted file mode 100644
index 5e51ad6..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/OpenTypeTestITCase.java
+++ /dev/null
@@ -1,140 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3;
-
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertTrue;
-
-import java.math.BigDecimal;
-import java.sql.Timestamp;
-import java.text.ParseException;
-import java.text.SimpleDateFormat;
-import java.util.Calendar;
-import java.util.UUID;
-import org.apache.olingo.client.api.v3.EdmEnabledODataClient;
-import org.apache.olingo.commons.api.format.ContentType;
-import org.apache.olingo.ext.proxy.api.annotations.EntityType;
-import org.apache.olingo.fit.proxy.v3.opentype.Service;
-import org.apache.olingo.fit.proxy.v3.opentype.microsoft.test.odata.services.opentypesservicev3.DefaultContainer;
-import org.apache.olingo.fit.proxy.v3.opentype.microsoft.test.odata.services.opentypesservicev3.types.ContactDetails;
-import org.apache.olingo.fit.proxy.v3.opentype.microsoft.test.odata.services.opentypesservicev3.types.IndexedRow;
-import org.apache.olingo.fit.proxy.v3.opentype.microsoft.test.odata.services.opentypesservicev3.types.Row;
-import org.apache.olingo.fit.proxy.v3.opentype.microsoft.test.odata.services.opentypesservicev3.types.RowIndex;
-import org.junit.BeforeClass;
-import org.junit.Test;
-
-/**
- * This is the unit test class to check actions overloading.
- */
-public class OpenTypeTestITCase extends AbstractTestITCase {
-
-  private static Service<EdmEnabledODataClient> otservice;
-
-  private static DefaultContainer otcontainer;
-
-  @BeforeClass
-  public static void initContainer() {
-    otservice = Service.getV3(testOpenTypeServiceRootURL);
-    otservice.getClient().getConfiguration().
-            setDefaultBatchAcceptFormat(ContentType.APPLICATION_OCTET_STREAM);
-    otcontainer = otservice.getEntityContainer(DefaultContainer.class);
-    assertNotNull(otcontainer);
-  }
-
-  @Test
-  public void checkOpenTypeEntityTypesExist() {
-    assertTrue(otcontainer.newEntityInstance(Row.class).getClass().getInterfaces()[0].
-            getAnnotation(EntityType.class).openType());
-    assertTrue(otcontainer.newEntityInstance(RowIndex.class).getClass().getInterfaces()[0].
-            getAnnotation(EntityType.class).openType());
-    assertTrue(otcontainer.newEntityInstance(IndexedRow.class).getClass().getInterfaces()[0].
-            getAnnotation(EntityType.class).openType());
-    otservice.getContext().detachAll();
-  }
-
-  @Test
-  public void read() {
-    Row row = otcontainer.getRow().getByKey(UUID.fromString("71f7d0dc-ede4-45eb-b421-555a2aa1e58f")).load();
-    assertEquals(Double.class, row.readAdditionalProperty("Double").getClass());
-    assertEquals("71f7d0dc-ede4-45eb-b421-555a2aa1e58f", row.getId().toString());
-
-    row = otcontainer.getRow().getByKey(UUID.fromString("672b8250-1e6e-4785-80cf-b94b572e42b3")).load();
-    assertEquals(BigDecimal.class, row.readAdditionalProperty("Decimal").getClass());
-  }
-
-  @Test
-  public void cud() throws ParseException {
-    final Integer id = 1426;
-
-    RowIndex rowIndex = otcontainer.newEntityInstance(RowIndex.class);
-    rowIndex.setId(id);
-    rowIndex.addAdditionalProperty("aString", "string");
-    rowIndex.addAdditionalProperty("aBoolean", true);
-    rowIndex.addAdditionalProperty("aDouble", 1.5D);
-    rowIndex.addAdditionalProperty("aByte", Byte.MAX_VALUE);
-    rowIndex.addAdditionalProperty("aDate", Calendar.getInstance());
-
-    final ContactDetails contact = otcontainer.newComplexInstance(ContactDetails.class);
-    contact.setFirstContacted("text".getBytes());
-
-    Calendar cal = Calendar.getInstance();
-    cal.clear();
-    cal.setTime(new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS").parse("2001-04-05T05:05:05.001"));
-
-    contact.setLastContacted(new Timestamp(cal.getTimeInMillis()));
-
-    cal = Calendar.getInstance();
-    cal.clear();
-    cal.setTime(new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS").parse("2001-04-05T05:05:04.001"));
-    contact.setContacted(new Timestamp(cal.getTimeInMillis()));
-
-    contact.setGUID(UUID.randomUUID());
-    contact.setPreferedContactTime(BigDecimal.ONE);
-    contact.setByte(Short.valueOf("24"));
-    contact.setSignedByte(Byte.MAX_VALUE);
-    contact.setDouble(Double.valueOf(Double.MAX_VALUE));
-    contact.setSingle(Float.MAX_VALUE);
-    contact.setShort(Short.MAX_VALUE);
-    contact.setInt(Integer.MAX_VALUE);
-    rowIndex.addAdditionalProperty("aContact", contact);
-
-    otcontainer.getRowIndex().add(rowIndex);
-    otcontainer.flush();
-
-    rowIndex = otcontainer.getRowIndex().getByKey(id).load();
-    assertEquals(String.class, rowIndex.readAdditionalProperty("aString").getClass());
-    assertEquals(Boolean.class, rowIndex.readAdditionalProperty("aBoolean").getClass());
-    assertEquals(Double.class, rowIndex.readAdditionalProperty("aDouble").getClass());
-    assertEquals(Byte.class, rowIndex.readAdditionalProperty("aByte").getClass());
-    assertEquals(Byte.MAX_VALUE, rowIndex.readAdditionalProperty("aByte"));
-    assertTrue(Timestamp.class.isAssignableFrom(rowIndex.readAdditionalProperty("aDate").getClass()));
-    assertEquals(ContactDetails.class, rowIndex.readAdditionalProperty("aContact").getClass().getInterfaces()[0]);
-
-    otservice.getContext().detachAll();
-
-    otcontainer.getRowIndex().delete(id);
-    otcontainer.flush();
-
-    try {
-      otcontainer.getRowIndex().getByKey(id).load();
-    } catch (IllegalArgumentException e) {
-    }
-  }
-}


[09/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/largeMetadata.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/largeMetadata.xml b/fit/src/main/resources/V30/largeMetadata.xml
deleted file mode 100644
index 16cdfb5..0000000
--- a/fit/src/main/resources/V30/largeMetadata.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx"><edmx:DataServices m:DataServiceVersion="1.0" m:MaxDataServiceVersion="3.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><Schema Namespace="Microsoft.Test.OData.Services.LargeModel" xmlns="http://schemas.microsoft.com/ado/2006/04/edm"><EntityType Name="Entity0"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Relationship0" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship0" ToRole="Relationship0" FromRole="Entity0" /><NavigationProperty Name="Relationship1" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship1" ToRole="Relationship1" FromRole="Entity0" /><NavigationProperty Name="Relationship2" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship2" ToRole="Relationship2" FromRole="Entity0" /><NavigationProperty Name="Relationship3" R
 elationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship3" ToRole="Relationship3" FromRole="Entity0" /><NavigationProperty Name="Relationship4" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship4" ToRole="Relationship4" FromRole="Entity0" /><NavigationProperty Name="Relationship5" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship5" ToRole="Relationship5" FromRole="Entity0" /><NavigationProperty Name="Relationship6" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship6" ToRole="Relationship6" FromRole="Entity0" /><NavigationProperty Name="Relationship7" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship7" ToRole="Relationship7" FromRole="Entity0" /><NavigationProperty Name="Relationship8" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship8" ToRole="Relationship8" FromRole="Entity0" /><NavigationProperty Name="Relationship9" Relationship="Micros
 oft.Test.OData.Services.LargeModel.Entity0_Relationship9" ToRole="Relationship9" FromRole="Entity0" /><NavigationProperty Name="Relationship10" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship10" ToRole="Relationship10" FromRole="Entity0" /><NavigationProperty Name="Relationship11" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship11" ToRole="Relationship11" FromRole="Entity0" /><NavigationProperty Name="Relationship12" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship12" ToRole="Relationship12" FromRole="Entity0" /><NavigationProperty Name="Relationship13" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship13" ToRole="Relationship13" FromRole="Entity0" /><NavigationProperty Name="Relationship14" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship14" ToRole="Relationship14" FromRole="Entity0" /><NavigationProperty Name="Relationship15" Relationship="Microsoft
 .Test.OData.Services.LargeModel.Entity0_Relationship15" ToRole="Relationship15" FromRole="Entity0" /><NavigationProperty Name="Relationship16" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship16" ToRole="Relationship16" FromRole="Entity0" /><NavigationProperty Name="Relationship17" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship17" ToRole="Relationship17" FromRole="Entity0" /><NavigationProperty Name="Relationship18" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship18" ToRole="Relationship18" FromRole="Entity0" /><NavigationProperty Name="Relationship19" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship19" ToRole="Relationship19" FromRole="Entity0" /><NavigationProperty Name="Relationship20" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship20" ToRole="Relationship20" FromRole="Entity0" /><NavigationProperty Name="Relationship21" Relationship="Microsoft.
 Test.OData.Services.LargeModel.Entity0_Relationship21" ToRole="Relationship21" FromRole="Entity0" /><NavigationProperty Name="Relationship22" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship22" ToRole="Relationship22" FromRole="Entity0" /><NavigationProperty Name="Relationship23" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship23" ToRole="Relationship23" FromRole="Entity0" /><NavigationProperty Name="Relationship24" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship24" ToRole="Relationship24" FromRole="Entity0" /><NavigationProperty Name="Relationship25" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship25" ToRole="Relationship25" FromRole="Entity0" /><NavigationProperty Name="Relationship26" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship26" ToRole="Relationship26" FromRole="Entity0" /><NavigationProperty Name="Relationship27" Relationship="Microsoft.T
 est.OData.Services.LargeModel.Entity0_Relationship27" ToRole="Relationship27" FromRole="Entity0" /><NavigationProperty Name="Relationship28" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship28" ToRole="Relationship28" FromRole="Entity0" /><NavigationProperty Name="Relationship29" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship29" ToRole="Relationship29" FromRole="Entity0" /><NavigationProperty Name="Relationship30" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship30" ToRole="Relationship30" FromRole="Entity0" /><NavigationProperty Name="Relationship31" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship31" ToRole="Relationship31" FromRole="Entity0" /><NavigationProperty Name="Relationship32" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship32" ToRole="Relationship32" FromRole="Entity0" /><NavigationProperty Name="Relationship33" Relationship="Microsoft.Te
 st.OData.Services.LargeModel.Entity0_Relationship33" ToRole="Relationship33" FromRole="Entity0" /><NavigationProperty Name="Relationship34" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship34" ToRole="Relationship34" FromRole="Entity0" /><NavigationProperty Name="Relationship35" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship35" ToRole="Relationship35" FromRole="Entity0" /><NavigationProperty Name="Relationship36" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship36" ToRole="Relationship36" FromRole="Entity0" /><NavigationProperty Name="Relationship37" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship37" ToRole="Relationship37" FromRole="Entity0" /><NavigationProperty Name="Relationship38" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship38" ToRole="Relationship38" FromRole="Entity0" /><NavigationProperty Name="Relationship39" Relationship="Microsoft.Tes
 t.OData.Services.LargeModel.Entity0_Relationship39" ToRole="Relationship39" FromRole="Entity0" /><NavigationProperty Name="Relationship40" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship40" ToRole="Relationship40" FromRole="Entity0" /><NavigationProperty Name="Relationship41" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship41" ToRole="Relationship41" FromRole="Entity0" /><NavigationProperty Name="Relationship42" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship42" ToRole="Relationship42" FromRole="Entity0" /><NavigationProperty Name="Relationship43" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship43" ToRole="Relationship43" FromRole="Entity0" /><NavigationProperty Name="Relationship44" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship44" ToRole="Relationship44" FromRole="Entity0" /><NavigationProperty Name="Relationship45" Relationship="Microsoft.Test
 .OData.Services.LargeModel.Entity0_Relationship45" ToRole="Relationship45" FromRole="Entity0" /><NavigationProperty Name="Relationship46" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship46" ToRole="Relationship46" FromRole="Entity0" /><NavigationProperty Name="Relationship47" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship47" ToRole="Relationship47" FromRole="Entity0" /><NavigationProperty Name="Relationship48" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship48" ToRole="Relationship48" FromRole="Entity0" /><NavigationProperty Name="Relationship49" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship49" ToRole="Relationship49" FromRole="Entity0" /><NavigationProperty Name="Relationship50" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship50" ToRole="Relationship50" FromRole="Entity0" /><NavigationProperty Name="Relationship51" Relationship="Microsoft.Test.
 OData.Services.LargeModel.Entity0_Relationship51" ToRole="Relationship51" FromRole="Entity0" /><NavigationProperty Name="Relationship52" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship52" ToRole="Relationship52" FromRole="Entity0" /><NavigationProperty Name="Relationship53" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship53" ToRole="Relationship53" FromRole="Entity0" /><NavigationProperty Name="Relationship54" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship54" ToRole="Relationship54" FromRole="Entity0" /><NavigationProperty Name="Relationship55" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship55" ToRole="Relationship55" FromRole="Entity0" /><NavigationProperty Name="Relationship56" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship56" ToRole="Relationship56" FromRole="Entity0" /><NavigationProperty Name="Relationship57" Relationship="Microsoft.Test.O
 Data.Services.LargeModel.Entity0_Relationship57" ToRole="Relationship57" FromRole="Entity0" /><NavigationProperty Name="Relationship58" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship58" ToRole="Relationship58" FromRole="Entity0" /><NavigationProperty Name="Relationship59" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship59" ToRole="Relationship59" FromRole="Entity0" /><NavigationProperty Name="Relationship60" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship60" ToRole="Relationship60" FromRole="Entity0" /><NavigationProperty Name="Relationship61" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship61" ToRole="Relationship61" FromRole="Entity0" /><NavigationProperty Name="Relationship62" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship62" ToRole="Relationship62" FromRole="Entity0" /><NavigationProperty Name="Relationship63" Relationship="Microsoft.Test.OD
 ata.Services.LargeModel.Entity0_Relationship63" ToRole="Relationship63" FromRole="Entity0" /><NavigationProperty Name="Relationship64" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship64" ToRole="Relationship64" FromRole="Entity0" /><NavigationProperty Name="Relationship65" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship65" ToRole="Relationship65" FromRole="Entity0" /><NavigationProperty Name="Relationship66" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship66" ToRole="Relationship66" FromRole="Entity0" /><NavigationProperty Name="Relationship67" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship67" ToRole="Relationship67" FromRole="Entity0" /><NavigationProperty Name="Relationship68" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship68" ToRole="Relationship68" FromRole="Entity0" /><NavigationProperty Name="Relationship69" Relationship="Microsoft.Test.ODa
 ta.Services.LargeModel.Entity0_Relationship69" ToRole="Relationship69" FromRole="Entity0" /><NavigationProperty Name="Relationship70" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship70" ToRole="Relationship70" FromRole="Entity0" /><NavigationProperty Name="Relationship71" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship71" ToRole="Relationship71" FromRole="Entity0" /><NavigationProperty Name="Relationship72" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship72" ToRole="Relationship72" FromRole="Entity0" /><NavigationProperty Name="Relationship73" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship73" ToRole="Relationship73" FromRole="Entity0" /><NavigationProperty Name="Relationship74" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship74" ToRole="Relationship74" FromRole="Entity0" /><NavigationProperty Name="Relationship75" Relationship="Microsoft.Test.ODat
 a.Services.LargeModel.Entity0_Relationship75" ToRole="Relationship75" FromRole="Entity0" /><NavigationProperty Name="Relationship76" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship76" ToRole="Relationship76" FromRole="Entity0" /><NavigationProperty Name="Relationship77" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship77" ToRole="Relationship77" FromRole="Entity0" /><NavigationProperty Name="Relationship78" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship78" ToRole="Relationship78" FromRole="Entity0" /><NavigationProperty Name="Relationship79" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship79" ToRole="Relationship79" FromRole="Entity0" /><NavigationProperty Name="Relationship80" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship80" ToRole="Relationship80" FromRole="Entity0" /><NavigationProperty Name="Relationship81" Relationship="Microsoft.Test.OData
 .Services.LargeModel.Entity0_Relationship81" ToRole="Relationship81" FromRole="Entity0" /><NavigationProperty Name="Relationship82" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship82" ToRole="Relationship82" FromRole="Entity0" /><NavigationProperty Name="Relationship83" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship83" ToRole="Relationship83" FromRole="Entity0" /><NavigationProperty Name="Relationship84" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship84" ToRole="Relationship84" FromRole="Entity0" /><NavigationProperty Name="Relationship85" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship85" ToRole="Relationship85" FromRole="Entity0" /><NavigationProperty Name="Relationship86" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship86" ToRole="Relationship86" FromRole="Entity0" /><NavigationProperty Name="Relationship87" Relationship="Microsoft.Test.OData.
 Services.LargeModel.Entity0_Relationship87" ToRole="Relationship87" FromRole="Entity0" /><NavigationProperty Name="Relationship88" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship88" ToRole="Relationship88" FromRole="Entity0" /><NavigationProperty Name="Relationship89" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship89" ToRole="Relationship89" FromRole="Entity0" /><NavigationProperty Name="Relationship90" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship90" ToRole="Relationship90" FromRole="Entity0" /><NavigationProperty Name="Relationship91" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship91" ToRole="Relationship91" FromRole="Entity0" /><NavigationProperty Name="Relationship92" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship92" ToRole="Relationship92" FromRole="Entity0" /><NavigationProperty Name="Relationship93" Relationship="Microsoft.Test.OData.S
 ervices.LargeModel.Entity0_Relationship93" ToRole="Relationship93" FromRole="Entity0" /><NavigationProperty Name="Relationship94" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship94" ToRole="Relationship94" FromRole="Entity0" /><NavigationProperty Name="Relationship95" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship95" ToRole="Relationship95" FromRole="Entity0" /><NavigationProperty Name="Relationship96" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship96" ToRole="Relationship96" FromRole="Entity0" /><NavigationProperty Name="Relationship97" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship97" ToRole="Relationship97" FromRole="Entity0" /><NavigationProperty Name="Relationship98" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity0_Relationship98" ToRole="Relationship98" FromRole="Entity0" /><NavigationProperty Name="Relationship99" Relationship="Microsoft.Test.OData.Se
 rvices.LargeModel.Entity0_Relationship99" ToRole="Relationship99" FromRole="Entity0" /></EntityType><EntityType Name="Entity1"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Relationship0" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship0" ToRole="Relationship0" FromRole="Entity1" /><NavigationProperty Name="Relationship1" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship1" ToRole="Relationship1" FromRole="Entity1" /><NavigationProperty Name="Relationship2" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship2" ToRole="Relationship2" FromRole="Entity1" /><NavigationProperty Name="Relationship3" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship3" ToRole="Relationship3" FromRole="Entity1" /><NavigationProperty Name="Relationship4" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship4" ToRole=
 "Relationship4" FromRole="Entity1" /><NavigationProperty Name="Relationship5" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship5" ToRole="Relationship5" FromRole="Entity1" /><NavigationProperty Name="Relationship6" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship6" ToRole="Relationship6" FromRole="Entity1" /><NavigationProperty Name="Relationship7" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship7" ToRole="Relationship7" FromRole="Entity1" /><NavigationProperty Name="Relationship8" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship8" ToRole="Relationship8" FromRole="Entity1" /><NavigationProperty Name="Relationship9" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship9" ToRole="Relationship9" FromRole="Entity1" /><NavigationProperty Name="Relationship10" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship10" ToRole="Relationship10" 
 FromRole="Entity1" /><NavigationProperty Name="Relationship11" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship11" ToRole="Relationship11" FromRole="Entity1" /><NavigationProperty Name="Relationship12" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship12" ToRole="Relationship12" FromRole="Entity1" /><NavigationProperty Name="Relationship13" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship13" ToRole="Relationship13" FromRole="Entity1" /><NavigationProperty Name="Relationship14" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship14" ToRole="Relationship14" FromRole="Entity1" /><NavigationProperty Name="Relationship15" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship15" ToRole="Relationship15" FromRole="Entity1" /><NavigationProperty Name="Relationship16" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship16" ToRole="Relationship16" F
 romRole="Entity1" /><NavigationProperty Name="Relationship17" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship17" ToRole="Relationship17" FromRole="Entity1" /><NavigationProperty Name="Relationship18" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship18" ToRole="Relationship18" FromRole="Entity1" /><NavigationProperty Name="Relationship19" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship19" ToRole="Relationship19" FromRole="Entity1" /><NavigationProperty Name="Relationship20" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship20" ToRole="Relationship20" FromRole="Entity1" /><NavigationProperty Name="Relationship21" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship21" ToRole="Relationship21" FromRole="Entity1" /><NavigationProperty Name="Relationship22" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship22" ToRole="Relationship22" Fr
 omRole="Entity1" /><NavigationProperty Name="Relationship23" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship23" ToRole="Relationship23" FromRole="Entity1" /><NavigationProperty Name="Relationship24" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship24" ToRole="Relationship24" FromRole="Entity1" /><NavigationProperty Name="Relationship25" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship25" ToRole="Relationship25" FromRole="Entity1" /><NavigationProperty Name="Relationship26" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship26" ToRole="Relationship26" FromRole="Entity1" /><NavigationProperty Name="Relationship27" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship27" ToRole="Relationship27" FromRole="Entity1" /><NavigationProperty Name="Relationship28" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship28" ToRole="Relationship28" Fro
 mRole="Entity1" /><NavigationProperty Name="Relationship29" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship29" ToRole="Relationship29" FromRole="Entity1" /><NavigationProperty Name="Relationship30" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship30" ToRole="Relationship30" FromRole="Entity1" /><NavigationProperty Name="Relationship31" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship31" ToRole="Relationship31" FromRole="Entity1" /><NavigationProperty Name="Relationship32" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship32" ToRole="Relationship32" FromRole="Entity1" /><NavigationProperty Name="Relationship33" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship33" ToRole="Relationship33" FromRole="Entity1" /><NavigationProperty Name="Relationship34" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship34" ToRole="Relationship34" From
 Role="Entity1" /><NavigationProperty Name="Relationship35" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship35" ToRole="Relationship35" FromRole="Entity1" /><NavigationProperty Name="Relationship36" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship36" ToRole="Relationship36" FromRole="Entity1" /><NavigationProperty Name="Relationship37" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship37" ToRole="Relationship37" FromRole="Entity1" /><NavigationProperty Name="Relationship38" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship38" ToRole="Relationship38" FromRole="Entity1" /><NavigationProperty Name="Relationship39" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship39" ToRole="Relationship39" FromRole="Entity1" /><NavigationProperty Name="Relationship40" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship40" ToRole="Relationship40" FromR
 ole="Entity1" /><NavigationProperty Name="Relationship41" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship41" ToRole="Relationship41" FromRole="Entity1" /><NavigationProperty Name="Relationship42" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship42" ToRole="Relationship42" FromRole="Entity1" /><NavigationProperty Name="Relationship43" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship43" ToRole="Relationship43" FromRole="Entity1" /><NavigationProperty Name="Relationship44" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship44" ToRole="Relationship44" FromRole="Entity1" /><NavigationProperty Name="Relationship45" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship45" ToRole="Relationship45" FromRole="Entity1" /><NavigationProperty Name="Relationship46" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship46" ToRole="Relationship46" FromRo
 le="Entity1" /><NavigationProperty Name="Relationship47" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship47" ToRole="Relationship47" FromRole="Entity1" /><NavigationProperty Name="Relationship48" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship48" ToRole="Relationship48" FromRole="Entity1" /><NavigationProperty Name="Relationship49" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship49" ToRole="Relationship49" FromRole="Entity1" /><NavigationProperty Name="Relationship50" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship50" ToRole="Relationship50" FromRole="Entity1" /><NavigationProperty Name="Relationship51" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship51" ToRole="Relationship51" FromRole="Entity1" /><NavigationProperty Name="Relationship52" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship52" ToRole="Relationship52" FromRol
 e="Entity1" /><NavigationProperty Name="Relationship53" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship53" ToRole="Relationship53" FromRole="Entity1" /><NavigationProperty Name="Relationship54" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship54" ToRole="Relationship54" FromRole="Entity1" /><NavigationProperty Name="Relationship55" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship55" ToRole="Relationship55" FromRole="Entity1" /><NavigationProperty Name="Relationship56" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship56" ToRole="Relationship56" FromRole="Entity1" /><NavigationProperty Name="Relationship57" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship57" ToRole="Relationship57" FromRole="Entity1" /><NavigationProperty Name="Relationship58" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship58" ToRole="Relationship58" FromRole
 ="Entity1" /><NavigationProperty Name="Relationship59" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship59" ToRole="Relationship59" FromRole="Entity1" /><NavigationProperty Name="Relationship60" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship60" ToRole="Relationship60" FromRole="Entity1" /><NavigationProperty Name="Relationship61" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship61" ToRole="Relationship61" FromRole="Entity1" /><NavigationProperty Name="Relationship62" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship62" ToRole="Relationship62" FromRole="Entity1" /><NavigationProperty Name="Relationship63" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship63" ToRole="Relationship63" FromRole="Entity1" /><NavigationProperty Name="Relationship64" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship64" ToRole="Relationship64" FromRole=
 "Entity1" /><NavigationProperty Name="Relationship65" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship65" ToRole="Relationship65" FromRole="Entity1" /><NavigationProperty Name="Relationship66" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship66" ToRole="Relationship66" FromRole="Entity1" /><NavigationProperty Name="Relationship67" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship67" ToRole="Relationship67" FromRole="Entity1" /><NavigationProperty Name="Relationship68" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship68" ToRole="Relationship68" FromRole="Entity1" /><NavigationProperty Name="Relationship69" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship69" ToRole="Relationship69" FromRole="Entity1" /><NavigationProperty Name="Relationship70" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship70" ToRole="Relationship70" FromRole="
 Entity1" /><NavigationProperty Name="Relationship71" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship71" ToRole="Relationship71" FromRole="Entity1" /><NavigationProperty Name="Relationship72" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship72" ToRole="Relationship72" FromRole="Entity1" /><NavigationProperty Name="Relationship73" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship73" ToRole="Relationship73" FromRole="Entity1" /><NavigationProperty Name="Relationship74" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship74" ToRole="Relationship74" FromRole="Entity1" /><NavigationProperty Name="Relationship75" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship75" ToRole="Relationship75" FromRole="Entity1" /><NavigationProperty Name="Relationship76" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship76" ToRole="Relationship76" FromRole="E
 ntity1" /><NavigationProperty Name="Relationship77" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship77" ToRole="Relationship77" FromRole="Entity1" /><NavigationProperty Name="Relationship78" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship78" ToRole="Relationship78" FromRole="Entity1" /><NavigationProperty Name="Relationship79" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship79" ToRole="Relationship79" FromRole="Entity1" /><NavigationProperty Name="Relationship80" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship80" ToRole="Relationship80" FromRole="Entity1" /><NavigationProperty Name="Relationship81" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship81" ToRole="Relationship81" FromRole="Entity1" /><NavigationProperty Name="Relationship82" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship82" ToRole="Relationship82" FromRole="En
 tity1" /><NavigationProperty Name="Relationship83" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship83" ToRole="Relationship83" FromRole="Entity1" /><NavigationProperty Name="Relationship84" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship84" ToRole="Relationship84" FromRole="Entity1" /><NavigationProperty Name="Relationship85" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship85" ToRole="Relationship85" FromRole="Entity1" /><NavigationProperty Name="Relationship86" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship86" ToRole="Relationship86" FromRole="Entity1" /><NavigationProperty Name="Relationship87" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship87" ToRole="Relationship87" FromRole="Entity1" /><NavigationProperty Name="Relationship88" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship88" ToRole="Relationship88" FromRole="Ent
 ity1" /><NavigationProperty Name="Relationship89" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship89" ToRole="Relationship89" FromRole="Entity1" /><NavigationProperty Name="Relationship90" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship90" ToRole="Relationship90" FromRole="Entity1" /><NavigationProperty Name="Relationship91" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship91" ToRole="Relationship91" FromRole="Entity1" /><NavigationProperty Name="Relationship92" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship92" ToRole="Relationship92" FromRole="Entity1" /><NavigationProperty Name="Relationship93" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship93" ToRole="Relationship93" FromRole="Entity1" /><NavigationProperty Name="Relationship94" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship94" ToRole="Relationship94" FromRole="Enti
 ty1" /><NavigationProperty Name="Relationship95" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship95" ToRole="Relationship95" FromRole="Entity1" /><NavigationProperty Name="Relationship96" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship96" ToRole="Relationship96" FromRole="Entity1" /><NavigationProperty Name="Relationship97" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship97" ToRole="Relationship97" FromRole="Entity1" /><NavigationProperty Name="Relationship98" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship98" ToRole="Relationship98" FromRole="Entity1" /><NavigationProperty Name="Relationship99" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity1_Relationship99" ToRole="Relationship99" FromRole="Entity1" /></EntityType><EntityType Name="Entity2"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Re
 lationship0" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship0" ToRole="Relationship0" FromRole="Entity2" /><NavigationProperty Name="Relationship1" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship1" ToRole="Relationship1" FromRole="Entity2" /><NavigationProperty Name="Relationship2" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship2" ToRole="Relationship2" FromRole="Entity2" /><NavigationProperty Name="Relationship3" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship3" ToRole="Relationship3" FromRole="Entity2" /><NavigationProperty Name="Relationship4" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship4" ToRole="Relationship4" FromRole="Entity2" /><NavigationProperty Name="Relationship5" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship5" ToRole="Relationship5" FromRole="Entity2" /><NavigationProperty Name="Relationship6" Relati
 onship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship6" ToRole="Relationship6" FromRole="Entity2" /><NavigationProperty Name="Relationship7" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship7" ToRole="Relationship7" FromRole="Entity2" /><NavigationProperty Name="Relationship8" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship8" ToRole="Relationship8" FromRole="Entity2" /><NavigationProperty Name="Relationship9" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship9" ToRole="Relationship9" FromRole="Entity2" /><NavigationProperty Name="Relationship10" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship10" ToRole="Relationship10" FromRole="Entity2" /><NavigationProperty Name="Relationship11" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship11" ToRole="Relationship11" FromRole="Entity2" /><NavigationProperty Name="Relationship12" Relationship="Micr
 osoft.Test.OData.Services.LargeModel.Entity2_Relationship12" ToRole="Relationship12" FromRole="Entity2" /><NavigationProperty Name="Relationship13" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship13" ToRole="Relationship13" FromRole="Entity2" /><NavigationProperty Name="Relationship14" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship14" ToRole="Relationship14" FromRole="Entity2" /><NavigationProperty Name="Relationship15" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship15" ToRole="Relationship15" FromRole="Entity2" /><NavigationProperty Name="Relationship16" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship16" ToRole="Relationship16" FromRole="Entity2" /><NavigationProperty Name="Relationship17" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship17" ToRole="Relationship17" FromRole="Entity2" /><NavigationProperty Name="Relationship18" Relationship="Micro
 soft.Test.OData.Services.LargeModel.Entity2_Relationship18" ToRole="Relationship18" FromRole="Entity2" /><NavigationProperty Name="Relationship19" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship19" ToRole="Relationship19" FromRole="Entity2" /><NavigationProperty Name="Relationship20" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship20" ToRole="Relationship20" FromRole="Entity2" /><NavigationProperty Name="Relationship21" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship21" ToRole="Relationship21" FromRole="Entity2" /><NavigationProperty Name="Relationship22" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship22" ToRole="Relationship22" FromRole="Entity2" /><NavigationProperty Name="Relationship23" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship23" ToRole="Relationship23" FromRole="Entity2" /><NavigationProperty Name="Relationship24" Relationship="Micros
 oft.Test.OData.Services.LargeModel.Entity2_Relationship24" ToRole="Relationship24" FromRole="Entity2" /><NavigationProperty Name="Relationship25" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship25" ToRole="Relationship25" FromRole="Entity2" /><NavigationProperty Name="Relationship26" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship26" ToRole="Relationship26" FromRole="Entity2" /><NavigationProperty Name="Relationship27" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship27" ToRole="Relationship27" FromRole="Entity2" /><NavigationProperty Name="Relationship28" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship28" ToRole="Relationship28" FromRole="Entity2" /><NavigationProperty Name="Relationship29" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship29" ToRole="Relationship29" FromRole="Entity2" /><NavigationProperty Name="Relationship30" Relationship="Microso
 ft.Test.OData.Services.LargeModel.Entity2_Relationship30" ToRole="Relationship30" FromRole="Entity2" /><NavigationProperty Name="Relationship31" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship31" ToRole="Relationship31" FromRole="Entity2" /><NavigationProperty Name="Relationship32" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship32" ToRole="Relationship32" FromRole="Entity2" /><NavigationProperty Name="Relationship33" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship33" ToRole="Relationship33" FromRole="Entity2" /><NavigationProperty Name="Relationship34" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship34" ToRole="Relationship34" FromRole="Entity2" /><NavigationProperty Name="Relationship35" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship35" ToRole="Relationship35" FromRole="Entity2" /><NavigationProperty Name="Relationship36" Relationship="Microsof
 t.Test.OData.Services.LargeModel.Entity2_Relationship36" ToRole="Relationship36" FromRole="Entity2" /><NavigationProperty Name="Relationship37" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship37" ToRole="Relationship37" FromRole="Entity2" /><NavigationProperty Name="Relationship38" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship38" ToRole="Relationship38" FromRole="Entity2" /><NavigationProperty Name="Relationship39" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship39" ToRole="Relationship39" FromRole="Entity2" /><NavigationProperty Name="Relationship40" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship40" ToRole="Relationship40" FromRole="Entity2" /><NavigationProperty Name="Relationship41" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship41" ToRole="Relationship41" FromRole="Entity2" /><NavigationProperty Name="Relationship42" Relationship="Microsoft
 .Test.OData.Services.LargeModel.Entity2_Relationship42" ToRole="Relationship42" FromRole="Entity2" /><NavigationProperty Name="Relationship43" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship43" ToRole="Relationship43" FromRole="Entity2" /><NavigationProperty Name="Relationship44" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship44" ToRole="Relationship44" FromRole="Entity2" /><NavigationProperty Name="Relationship45" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship45" ToRole="Relationship45" FromRole="Entity2" /><NavigationProperty Name="Relationship46" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship46" ToRole="Relationship46" FromRole="Entity2" /><NavigationProperty Name="Relationship47" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship47" ToRole="Relationship47" FromRole="Entity2" /><NavigationProperty Name="Relationship48" Relationship="Microsoft.
 Test.OData.Services.LargeModel.Entity2_Relationship48" ToRole="Relationship48" FromRole="Entity2" /><NavigationProperty Name="Relationship49" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship49" ToRole="Relationship49" FromRole="Entity2" /><NavigationProperty Name="Relationship50" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship50" ToRole="Relationship50" FromRole="Entity2" /><NavigationProperty Name="Relationship51" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship51" ToRole="Relationship51" FromRole="Entity2" /><NavigationProperty Name="Relationship52" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship52" ToRole="Relationship52" FromRole="Entity2" /><NavigationProperty Name="Relationship53" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship53" ToRole="Relationship53" FromRole="Entity2" /><NavigationProperty Name="Relationship54" Relationship="Microsoft.T
 est.OData.Services.LargeModel.Entity2_Relationship54" ToRole="Relationship54" FromRole="Entity2" /><NavigationProperty Name="Relationship55" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship55" ToRole="Relationship55" FromRole="Entity2" /><NavigationProperty Name="Relationship56" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship56" ToRole="Relationship56" FromRole="Entity2" /><NavigationProperty Name="Relationship57" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship57" ToRole="Relationship57" FromRole="Entity2" /><NavigationProperty Name="Relationship58" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship58" ToRole="Relationship58" FromRole="Entity2" /><NavigationProperty Name="Relationship59" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship59" ToRole="Relationship59" FromRole="Entity2" /><NavigationProperty Name="Relationship60" Relationship="Microsoft.Te
 st.OData.Services.LargeModel.Entity2_Relationship60" ToRole="Relationship60" FromRole="Entity2" /><NavigationProperty Name="Relationship61" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship61" ToRole="Relationship61" FromRole="Entity2" /><NavigationProperty Name="Relationship62" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship62" ToRole="Relationship62" FromRole="Entity2" /><NavigationProperty Name="Relationship63" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship63" ToRole="Relationship63" FromRole="Entity2" /><NavigationProperty Name="Relationship64" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship64" ToRole="Relationship64" FromRole="Entity2" /><NavigationProperty Name="Relationship65" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship65" ToRole="Relationship65" FromRole="Entity2" /><NavigationProperty Name="Relationship66" Relationship="Microsoft.Tes
 t.OData.Services.LargeModel.Entity2_Relationship66" ToRole="Relationship66" FromRole="Entity2" /><NavigationProperty Name="Relationship67" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship67" ToRole="Relationship67" FromRole="Entity2" /><NavigationProperty Name="Relationship68" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship68" ToRole="Relationship68" FromRole="Entity2" /><NavigationProperty Name="Relationship69" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship69" ToRole="Relationship69" FromRole="Entity2" /><NavigationProperty Name="Relationship70" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship70" ToRole="Relationship70" FromRole="Entity2" /><NavigationProperty Name="Relationship71" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship71" ToRole="Relationship71" FromRole="Entity2" /><NavigationProperty Name="Relationship72" Relationship="Microsoft.Test
 .OData.Services.LargeModel.Entity2_Relationship72" ToRole="Relationship72" FromRole="Entity2" /><NavigationProperty Name="Relationship73" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship73" ToRole="Relationship73" FromRole="Entity2" /><NavigationProperty Name="Relationship74" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship74" ToRole="Relationship74" FromRole="Entity2" /><NavigationProperty Name="Relationship75" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship75" ToRole="Relationship75" FromRole="Entity2" /><NavigationProperty Name="Relationship76" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship76" ToRole="Relationship76" FromRole="Entity2" /><NavigationProperty Name="Relationship77" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship77" ToRole="Relationship77" FromRole="Entity2" /><NavigationProperty Name="Relationship78" Relationship="Microsoft.Test.
 OData.Services.LargeModel.Entity2_Relationship78" ToRole="Relationship78" FromRole="Entity2" /><NavigationProperty Name="Relationship79" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship79" ToRole="Relationship79" FromRole="Entity2" /><NavigationProperty Name="Relationship80" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship80" ToRole="Relationship80" FromRole="Entity2" /><NavigationProperty Name="Relationship81" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship81" ToRole="Relationship81" FromRole="Entity2" /><NavigationProperty Name="Relationship82" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship82" ToRole="Relationship82" FromRole="Entity2" /><NavigationProperty Name="Relationship83" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship83" ToRole="Relationship83" FromRole="Entity2" /><NavigationProperty Name="Relationship84" Relationship="Microsoft.Test.O
 Data.Services.LargeModel.Entity2_Relationship84" ToRole="Relationship84" FromRole="Entity2" /><NavigationProperty Name="Relationship85" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship85" ToRole="Relationship85" FromRole="Entity2" /><NavigationProperty Name="Relationship86" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship86" ToRole="Relationship86" FromRole="Entity2" /><NavigationProperty Name="Relationship87" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship87" ToRole="Relationship87" FromRole="Entity2" /><NavigationProperty Name="Relationship88" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship88" ToRole="Relationship88" FromRole="Entity2" /><NavigationProperty Name="Relationship89" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship89" ToRole="Relationship89" FromRole="Entity2" /><NavigationProperty Name="Relationship90" Relationship="Microsoft.Test.OD
 ata.Services.LargeModel.Entity2_Relationship90" ToRole="Relationship90" FromRole="Entity2" /><NavigationProperty Name="Relationship91" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship91" ToRole="Relationship91" FromRole="Entity2" /><NavigationProperty Name="Relationship92" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship92" ToRole="Relationship92" FromRole="Entity2" /><NavigationProperty Name="Relationship93" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship93" ToRole="Relationship93" FromRole="Entity2" /><NavigationProperty Name="Relationship94" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship94" ToRole="Relationship94" FromRole="Entity2" /><NavigationProperty Name="Relationship95" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship95" ToRole="Relationship95" FromRole="Entity2" /><NavigationProperty Name="Relationship96" Relationship="Microsoft.Test.ODa
 ta.Services.LargeModel.Entity2_Relationship96" ToRole="Relationship96" FromRole="Entity2" /><NavigationProperty Name="Relationship97" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship97" ToRole="Relationship97" FromRole="Entity2" /><NavigationProperty Name="Relationship98" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship98" ToRole="Relationship98" FromRole="Entity2" /><NavigationProperty Name="Relationship99" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity2_Relationship99" ToRole="Relationship99" FromRole="Entity2" /></EntityType><EntityType Name="Entity3"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Relationship0" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship0" ToRole="Relationship0" FromRole="Entity3" /><NavigationProperty Name="Relationship1" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relation
 ship1" ToRole="Relationship1" FromRole="Entity3" /><NavigationProperty Name="Relationship2" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship2" ToRole="Relationship2" FromRole="Entity3" /><NavigationProperty Name="Relationship3" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship3" ToRole="Relationship3" FromRole="Entity3" /><NavigationProperty Name="Relationship4" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship4" ToRole="Relationship4" FromRole="Entity3" /><NavigationProperty Name="Relationship5" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship5" ToRole="Relationship5" FromRole="Entity3" /><NavigationProperty Name="Relationship6" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship6" ToRole="Relationship6" FromRole="Entity3" /><NavigationProperty Name="Relationship7" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship7" ToRole="Rela
 tionship7" FromRole="Entity3" /><NavigationProperty Name="Relationship8" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship8" ToRole="Relationship8" FromRole="Entity3" /><NavigationProperty Name="Relationship9" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship9" ToRole="Relationship9" FromRole="Entity3" /><NavigationProperty Name="Relationship10" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship10" ToRole="Relationship10" FromRole="Entity3" /><NavigationProperty Name="Relationship11" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship11" ToRole="Relationship11" FromRole="Entity3" /><NavigationProperty Name="Relationship12" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship12" ToRole="Relationship12" FromRole="Entity3" /><NavigationProperty Name="Relationship13" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship13" ToRole="Relationship
 13" FromRole="Entity3" /><NavigationProperty Name="Relationship14" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship14" ToRole="Relationship14" FromRole="Entity3" /><NavigationProperty Name="Relationship15" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship15" ToRole="Relationship15" FromRole="Entity3" /><NavigationProperty Name="Relationship16" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship16" ToRole="Relationship16" FromRole="Entity3" /><NavigationProperty Name="Relationship17" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship17" ToRole="Relationship17" FromRole="Entity3" /><NavigationProperty Name="Relationship18" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship18" ToRole="Relationship18" FromRole="Entity3" /><NavigationProperty Name="Relationship19" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship19" ToRole="Relationship1
 9" FromRole="Entity3" /><NavigationProperty Name="Relationship20" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship20" ToRole="Relationship20" FromRole="Entity3" /><NavigationProperty Name="Relationship21" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship21" ToRole="Relationship21" FromRole="Entity3" /><NavigationProperty Name="Relationship22" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship22" ToRole="Relationship22" FromRole="Entity3" /><NavigationProperty Name="Relationship23" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship23" ToRole="Relationship23" FromRole="Entity3" /><NavigationProperty Name="Relationship24" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship24" ToRole="Relationship24" FromRole="Entity3" /><NavigationProperty Name="Relationship25" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship25" ToRole="Relationship25
 " FromRole="Entity3" /><NavigationProperty Name="Relationship26" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship26" ToRole="Relationship26" FromRole="Entity3" /><NavigationProperty Name="Relationship27" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship27" ToRole="Relationship27" FromRole="Entity3" /><NavigationProperty Name="Relationship28" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship28" ToRole="Relationship28" FromRole="Entity3" /><NavigationProperty Name="Relationship29" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship29" ToRole="Relationship29" FromRole="Entity3" /><NavigationProperty Name="Relationship30" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship30" ToRole="Relationship30" FromRole="Entity3" /><NavigationProperty Name="Relationship31" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship31" ToRole="Relationship31"
  FromRole="Entity3" /><NavigationProperty Name="Relationship32" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship32" ToRole="Relationship32" FromRole="Entity3" /><NavigationProperty Name="Relationship33" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship33" ToRole="Relationship33" FromRole="Entity3" /><NavigationProperty Name="Relationship34" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship34" ToRole="Relationship34" FromRole="Entity3" /><NavigationProperty Name="Relationship35" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship35" ToRole="Relationship35" FromRole="Entity3" /><NavigationProperty Name="Relationship36" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship36" ToRole="Relationship36" FromRole="Entity3" /><NavigationProperty Name="Relationship37" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship37" ToRole="Relationship37" 
 FromRole="Entity3" /><NavigationProperty Name="Relationship38" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship38" ToRole="Relationship38" FromRole="Entity3" /><NavigationProperty Name="Relationship39" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship39" ToRole="Relationship39" FromRole="Entity3" /><NavigationProperty Name="Relationship40" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship40" ToRole="Relationship40" FromRole="Entity3" /><NavigationProperty Name="Relationship41" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship41" ToRole="Relationship41" FromRole="Entity3" /><NavigationProperty Name="Relationship42" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship42" ToRole="Relationship42" FromRole="Entity3" /><NavigationProperty Name="Relationship43" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship43" ToRole="Relationship43" F
 romRole="Entity3" /><NavigationProperty Name="Relationship44" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship44" ToRole="Relationship44" FromRole="Entity3" /><NavigationProperty Name="Relationship45" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship45" ToRole="Relationship45" FromRole="Entity3" /><NavigationProperty Name="Relationship46" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship46" ToRole="Relationship46" FromRole="Entity3" /><NavigationProperty Name="Relationship47" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship47" ToRole="Relationship47" FromRole="Entity3" /><NavigationProperty Name="Relationship48" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship48" ToRole="Relationship48" FromRole="Entity3" /><NavigationProperty Name="Relationship49" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship49" ToRole="Relationship49" Fr
 omRole="Entity3" /><NavigationProperty Name="Relationship50" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship50" ToRole="Relationship50" FromRole="Entity3" /><NavigationProperty Name="Relationship51" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship51" ToRole="Relationship51" FromRole="Entity3" /><NavigationProperty Name="Relationship52" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship52" ToRole="Relationship52" FromRole="Entity3" /><NavigationProperty Name="Relationship53" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship53" ToRole="Relationship53" FromRole="Entity3" /><NavigationProperty Name="Relationship54" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship54" ToRole="Relationship54" FromRole="Entity3" /><NavigationProperty Name="Relationship55" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship55" ToRole="Relationship55" Fro
 mRole="Entity3" /><NavigationProperty Name="Relationship56" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship56" ToRole="Relationship56" FromRole="Entity3" /><NavigationProperty Name="Relationship57" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship57" ToRole="Relationship57" FromRole="Entity3" /><NavigationProperty Name="Relationship58" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship58" ToRole="Relationship58" FromRole="Entity3" /><NavigationProperty Name="Relationship59" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship59" ToRole="Relationship59" FromRole="Entity3" /><NavigationProperty Name="Relationship60" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship60" ToRole="Relationship60" FromRole="Entity3" /><NavigationProperty Name="Relationship61" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship61" ToRole="Relationship61" From
 Role="Entity3" /><NavigationProperty Name="Relationship62" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship62" ToRole="Relationship62" FromRole="Entity3" /><NavigationProperty Name="Relationship63" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship63" ToRole="Relationship63" FromRole="Entity3" /><NavigationProperty Name="Relationship64" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship64" ToRole="Relationship64" FromRole="Entity3" /><NavigationProperty Name="Relationship65" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship65" ToRole="Relationship65" FromRole="Entity3" /><NavigationProperty Name="Relationship66" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship66" ToRole="Relationship66" FromRole="Entity3" /><NavigationProperty Name="Relationship67" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship67" ToRole="Relationship67" FromR
 ole="Entity3" /><NavigationProperty Name="Relationship68" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship68" ToRole="Relationship68" FromRole="Entity3" /><NavigationProperty Name="Relationship69" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship69" ToRole="Relationship69" FromRole="Entity3" /><NavigationProperty Name="Relationship70" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship70" ToRole="Relationship70" FromRole="Entity3" /><NavigationProperty Name="Relationship71" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship71" ToRole="Relationship71" FromRole="Entity3" /><NavigationProperty Name="Relationship72" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship72" ToRole="Relationship72" FromRole="Entity3" /><NavigationProperty Name="Relationship73" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship73" ToRole="Relationship73" FromRo
 le="Entity3" /><NavigationProperty Name="Relationship74" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship74" ToRole="Relationship74" FromRole="Entity3" /><NavigationProperty Name="Relationship75" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship75" ToRole="Relationship75" FromRole="Entity3" /><NavigationProperty Name="Relationship76" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship76" ToRole="Relationship76" FromRole="Entity3" /><NavigationProperty Name="Relationship77" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship77" ToRole="Relationship77" FromRole="Entity3" /><NavigationProperty Name="Relationship78" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship78" ToRole="Relationship78" FromRole="Entity3" /><NavigationProperty Name="Relationship79" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship79" ToRole="Relationship79" FromRol
 e="Entity3" /><NavigationProperty Name="Relationship80" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship80" ToRole="Relationship80" FromRole="Entity3" /><NavigationProperty Name="Relationship81" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship81" ToRole="Relationship81" FromRole="Entity3" /><NavigationProperty Name="Relationship82" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship82" ToRole="Relationship82" FromRole="Entity3" /><NavigationProperty Name="Relationship83" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship83" ToRole="Relationship83" FromRole="Entity3" /><NavigationProperty Name="Relationship84" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship84" ToRole="Relationship84" FromRole="Entity3" /><NavigationProperty Name="Relationship85" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship85" ToRole="Relationship85" FromRole
 ="Entity3" /><NavigationProperty Name="Relationship86" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship86" ToRole="Relationship86" FromRole="Entity3" /><NavigationProperty Name="Relationship87" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship87" ToRole="Relationship87" FromRole="Entity3" /><NavigationProperty Name="Relationship88" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship88" ToRole="Relationship88" FromRole="Entity3" /><NavigationProperty Name="Relationship89" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship89" ToRole="Relationship89" FromRole="Entity3" /><NavigationProperty Name="Relationship90" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship90" ToRole="Relationship90" FromRole="Entity3" /><NavigationProperty Name="Relationship91" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship91" ToRole="Relationship91" FromRole=
 "Entity3" /><NavigationProperty Name="Relationship92" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship92" ToRole="Relationship92" FromRole="Entity3" /><NavigationProperty Name="Relationship93" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship93" ToRole="Relationship93" FromRole="Entity3" /><NavigationProperty Name="Relationship94" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship94" ToRole="Relationship94" FromRole="Entity3" /><NavigationProperty Name="Relationship95" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship95" ToRole="Relationship95" FromRole="Entity3" /><NavigationProperty Name="Relationship96" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship96" ToRole="Relationship96" FromRole="Entity3" /><NavigationProperty Name="Relationship97" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship97" ToRole="Relationship97" FromRole="
 Entity3" /><NavigationProperty Name="Relationship98" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship98" ToRole="Relationship98" FromRole="Entity3" /><NavigationProperty Name="Relationship99" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity3_Relationship99" ToRole="Relationship99" FromRole="Entity3" /></EntityType><EntityType Name="Entity4"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Relationship0" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship0" ToRole="Relationship0" FromRole="Entity4" /><NavigationProperty Name="Relationship1" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship1" ToRole="Relationship1" FromRole="Entity4" /><NavigationProperty Name="Relationship2" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship2" ToRole="Relationship2" FromRole="Entity4" /><NavigationProperty Name="Relatio
 nship3" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship3" ToRole="Relationship3" FromRole="Entity4" /><NavigationProperty Name="Relationship4" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship4" ToRole="Relationship4" FromRole="Entity4" /><NavigationProperty Name="Relationship5" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship5" ToRole="Relationship5" FromRole="Entity4" /><NavigationProperty Name="Relationship6" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship6" ToRole="Relationship6" FromRole="Entity4" /><NavigationProperty Name="Relationship7" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship7" ToRole="Relationship7" FromRole="Entity4" /><NavigationProperty Name="Relationship8" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship8" ToRole="Relationship8" FromRole="Entity4" /><NavigationProperty Name="Relationship9" Relationshi
 p="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship9" ToRole="Relationship9" FromRole="Entity4" /><NavigationProperty Name="Relationship10" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship10" ToRole="Relationship10" FromRole="Entity4" /><NavigationProperty Name="Relationship11" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship11" ToRole="Relationship11" FromRole="Entity4" /><NavigationProperty Name="Relationship12" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship12" ToRole="Relationship12" FromRole="Entity4" /><NavigationProperty Name="Relationship13" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship13" ToRole="Relationship13" FromRole="Entity4" /><NavigationProperty Name="Relationship14" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship14" ToRole="Relationship14" FromRole="Entity4" /><NavigationProperty Name="Relationship15" Relationship="
 Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship15" ToRole="Relationship15" FromRole="Entity4" /><NavigationProperty Name="Relationship16" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship16" ToRole="Relationship16" FromRole="Entity4" /><NavigationProperty Name="Relationship17" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship17" ToRole="Relationship17" FromRole="Entity4" /><NavigationProperty Name="Relationship18" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship18" ToRole="Relationship18" FromRole="Entity4" /><NavigationProperty Name="Relationship19" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship19" ToRole="Relationship19" FromRole="Entity4" /><NavigationProperty Name="Relationship20" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship20" ToRole="Relationship20" FromRole="Entity4" /><NavigationProperty Name="Relationship21" Relationship="M
 icrosoft.Test.OData.Services.LargeModel.Entity4_Relationship21" ToRole="Relationship21" FromRole="Entity4" /><NavigationProperty Name="Relationship22" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship22" ToRole="Relationship22" FromRole="Entity4" /><NavigationProperty Name="Relationship23" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship23" ToRole="Relationship23" FromRole="Entity4" /><NavigationProperty Name="Relationship24" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship24" ToRole="Relationship24" FromRole="Entity4" /><NavigationProperty Name="Relationship25" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship25" ToRole="Relationship25" FromRole="Entity4" /><NavigationProperty Name="Relationship26" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship26" ToRole="Relationship26" FromRole="Entity4" /><NavigationProperty Name="Relationship27" Relationship="Mi
 crosoft.Test.OData.Services.LargeModel.Entity4_Relationship27" ToRole="Relationship27" FromRole="Entity4" /><NavigationProperty Name="Relationship28" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship28" ToRole="Relationship28" FromRole="Entity4" /><NavigationProperty Name="Relationship29" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship29" ToRole="Relationship29" FromRole="Entity4" /><NavigationProperty Name="Relationship30" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship30" ToRole="Relationship30" FromRole="Entity4" /><NavigationProperty Name="Relationship31" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship31" ToRole="Relationship31" FromRole="Entity4" /><NavigationProperty Name="Relationship32" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship32" ToRole="Relationship32" FromRole="Entity4" /><NavigationProperty Name="Relationship33" Relationship="Mic
 rosoft.Test.OData.Services.LargeModel.Entity4_Relationship33" ToRole="Relationship33" FromRole="Entity4" /><NavigationProperty Name="Relationship34" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship34" ToRole="Relationship34" FromRole="Entity4" /><NavigationProperty Name="Relationship35" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship35" ToRole="Relationship35" FromRole="Entity4" /><NavigationProperty Name="Relationship36" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship36" ToRole="Relationship36" FromRole="Entity4" /><NavigationProperty Name="Relationship37" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship37" ToRole="Relationship37" FromRole="Entity4" /><NavigationProperty Name="Relationship38" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship38" ToRole="Relationship38" FromRole="Entity4" /><NavigationProperty Name="Relationship39" Relationship="Micr
 osoft.Test.OData.Services.LargeModel.Entity4_Relationship39" ToRole="Relationship39" FromRole="Entity4" /><NavigationProperty Name="Relationship40" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship40" ToRole="Relationship40" FromRole="Entity4" /><NavigationProperty Name="Relationship41" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship41" ToRole="Relationship41" FromRole="Entity4" /><NavigationProperty Name="Relationship42" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship42" ToRole="Relationship42" FromRole="Entity4" /><NavigationProperty Name="Relationship43" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship43" ToRole="Relationship43" FromRole="Entity4" /><NavigationProperty Name="Relationship44" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship44" ToRole="Relationship44" FromRole="Entity4" /><NavigationProperty Name="Relationship45" Relationship="Micro
 soft.Test.OData.Services.LargeModel.Entity4_Relationship45" ToRole="Relationship45" FromRole="Entity4" /><NavigationProperty Name="Relationship46" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship46" ToRole="Relationship46" FromRole="Entity4" /><NavigationProperty Name="Relationship47" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship47" ToRole="Relationship47" FromRole="Entity4" /><NavigationProperty Name="Relationship48" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship48" ToRole="Relationship48" FromRole="Entity4" /><NavigationProperty Name="Relationship49" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship49" ToRole="Relationship49" FromRole="Entity4" /><NavigationProperty Name="Relationship50" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship50" ToRole="Relationship50" FromRole="Entity4" /><NavigationProperty Name="Relationship51" Relationship="Micros
 oft.Test.OData.Services.LargeModel.Entity4_Relationship51" ToRole="Relationship51" FromRole="Entity4" /><NavigationProperty Name="Relationship52" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship52" ToRole="Relationship52" FromRole="Entity4" /><NavigationProperty Name="Relationship53" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship53" ToRole="Relationship53" FromRole="Entity4" /><NavigationProperty Name="Relationship54" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship54" ToRole="Relationship54" FromRole="Entity4" /><NavigationProperty Name="Relationship55" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship55" ToRole="Relationship55" FromRole="Entity4" /><NavigationProperty Name="Relationship56" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship56" ToRole="Relationship56" FromRole="Entity4" /><NavigationProperty Name="Relationship57" Relationship="Microso
 ft.Test.OData.Services.LargeModel.Entity4_Relationship57" ToRole="Relationship57" FromRole="Entity4" /><NavigationProperty Name="Relationship58" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship58" ToRole="Relationship58" FromRole="Entity4" /><NavigationProperty Name="Relationship59" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship59" ToRole="Relationship59" FromRole="Entity4" /><NavigationProperty Name="Relationship60" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship60" ToRole="Relationship60" FromRole="Entity4" /><NavigationProperty Name="Relationship61" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship61" ToRole="Relationship61" FromRole="Entity4" /><NavigationProperty Name="Relationship62" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship62" ToRole="Relationship62" FromRole="Entity4" /><NavigationProperty Name="Relationship63" Relationship="Microsof
 t.Test.OData.Services.LargeModel.Entity4_Relationship63" ToRole="Relationship63" FromRole="Entity4" /><NavigationProperty Name="Relationship64" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship64" ToRole="Relationship64" FromRole="Entity4" /><NavigationProperty Name="Relationship65" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship65" ToRole="Relationship65" FromRole="Entity4" /><NavigationProperty Name="Relationship66" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship66" ToRole="Relationship66" FromRole="Entity4" /><NavigationProperty Name="Relationship67" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship67" ToRole="Relationship67" FromRole="Entity4" /><NavigationProperty Name="Relationship68" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship68" ToRole="Relationship68" FromRole="Entity4" /><NavigationProperty Name="Relationship69" Relationship="Microsoft
 .Test.OData.Services.LargeModel.Entity4_Relationship69" ToRole="Relationship69" FromRole="Entity4" /><NavigationProperty Name="Relationship70" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship70" ToRole="Relationship70" FromRole="Entity4" /><NavigationProperty Name="Relationship71" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship71" ToRole="Relationship71" FromRole="Entity4" /><NavigationProperty Name="Relationship72" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship72" ToRole="Relationship72" FromRole="Entity4" /><NavigationProperty Name="Relationship73" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship73" ToRole="Relationship73" FromRole="Entity4" /><NavigationProperty Name="Relationship74" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship74" ToRole="Relationship74" FromRole="Entity4" /><NavigationProperty Name="Relationship75" Relationship="Microsoft.
 Test.OData.Services.LargeModel.Entity4_Relationship75" ToRole="Relationship75" FromRole="Entity4" /><NavigationProperty Name="Relationship76" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship76" ToRole="Relationship76" FromRole="Entity4" /><NavigationProperty Name="Relationship77" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship77" ToRole="Relationship77" FromRole="Entity4" /><NavigationProperty Name="Relationship78" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship78" ToRole="Relationship78" FromRole="Entity4" /><NavigationProperty Name="Relationship79" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship79" ToRole="Relationship79" FromRole="Entity4" /><NavigationProperty Name="Relationship80" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship80" ToRole="Relationship80" FromRole="Entity4" /><NavigationProperty Name="Relationship81" Relationship="Microsoft.T
 est.OData.Services.LargeModel.Entity4_Relationship81" ToRole="Relationship81" FromRole="Entity4" /><NavigationProperty Name="Relationship82" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship82" ToRole="Relationship82" FromRole="Entity4" /><NavigationProperty Name="Relationship83" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship83" ToRole="Relationship83" FromRole="Entity4" /><NavigationProperty Name="Relationship84" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship84" ToRole="Relationship84" FromRole="Entity4" /><NavigationProperty Name="Relationship85" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship85" ToRole="Relationship85" FromRole="Entity4" /><NavigationProperty Name="Relationship86" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship86" ToRole="Relationship86" FromRole="Entity4" /><NavigationProperty Name="Relationship87" Relationship="Microsoft.Te
 st.OData.Services.LargeModel.Entity4_Relationship87" ToRole="Relationship87" FromRole="Entity4" /><NavigationProperty Name="Relationship88" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship88" ToRole="Relationship88" FromRole="Entity4" /><NavigationProperty Name="Relationship89" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship89" ToRole="Relationship89" FromRole="Entity4" /><NavigationProperty Name="Relationship90" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship90" ToRole="Relationship90" FromRole="Entity4" /><NavigationProperty Name="Relationship91" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship91" ToRole="Relationship91" FromRole="Entity4" /><NavigationProperty Name="Relationship92" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship92" ToRole="Relationship92" FromRole="Entity4" /><NavigationProperty Name="Relationship93" Relationship="Microsoft.Tes
 t.OData.Services.LargeModel.Entity4_Relationship93" ToRole="Relationship93" FromRole="Entity4" /><NavigationProperty Name="Relationship94" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship94" ToRole="Relationship94" FromRole="Entity4" /><NavigationProperty Name="Relationship95" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship95" ToRole="Relationship95" FromRole="Entity4" /><NavigationProperty Name="Relationship96" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship96" ToRole="Relationship96" FromRole="Entity4" /><NavigationProperty Name="Relationship97" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship97" ToRole="Relationship97" FromRole="Entity4" /><NavigationProperty Name="Relationship98" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity4_Relationship98" ToRole="Relationship98" FromRole="Entity4" /><NavigationProperty Name="Relationship99" Relationship="Microsoft.Test
 .OData.Services.LargeModel.Entity4_Relationship99" ToRole="Relationship99" FromRole="Entity4" /></EntityType><EntityType Name="Entity5"><Key><PropertyRef Name="Id" /></Key><Property Name="Id" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="Relationship0" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship0" ToRole="Relationship0" FromRole="Entity5" /><NavigationProperty Name="Relationship1" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship1" ToRole="Relationship1" FromRole="Entity5" /><NavigationProperty Name="Relationship2" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship2" ToRole="Relationship2" FromRole="Entity5" /><NavigationProperty Name="Relationship3" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship3" ToRole="Relationship3" FromRole="Entity5" /><NavigationProperty Name="Relationship4" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship4
 " ToRole="Relationship4" FromRole="Entity5" /><NavigationProperty Name="Relationship5" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship5" ToRole="Relationship5" FromRole="Entity5" /><NavigationProperty Name="Relationship6" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship6" ToRole="Relationship6" FromRole="Entity5" /><NavigationProperty Name="Relationship7" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship7" ToRole="Relationship7" FromRole="Entity5" /><NavigationProperty Name="Relationship8" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship8" ToRole="Relationship8" FromRole="Entity5" /><NavigationProperty Name="Relationship9" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship9" ToRole="Relationship9" FromRole="Entity5" /><NavigationProperty Name="Relationship10" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship10" ToRole="Relatio
 nship10" FromRole="Entity5" /><NavigationProperty Name="Relationship11" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship11" ToRole="Relationship11" FromRole="Entity5" /><NavigationProperty Name="Relationship12" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship12" ToRole="Relationship12" FromRole="Entity5" /><NavigationProperty Name="Relationship13" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship13" ToRole="Relationship13" FromRole="Entity5" /><NavigationProperty Name="Relationship14" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship14" ToRole="Relationship14" FromRole="Entity5" /><NavigationProperty Name="Relationship15" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship15" ToRole="Relationship15" FromRole="Entity5" /><NavigationProperty Name="Relationship16" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship16" ToRole="Relation
 ship16" FromRole="Entity5" /><NavigationProperty Name="Relationship17" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship17" ToRole="Relationship17" FromRole="Entity5" /><NavigationProperty Name="Relationship18" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship18" ToRole="Relationship18" FromRole="Entity5" /><NavigationProperty Name="Relationship19" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship19" ToRole="Relationship19" FromRole="Entity5" /><NavigationProperty Name="Relationship20" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship20" ToRole="Relationship20" FromRole="Entity5" /><NavigationProperty Name="Relationship21" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship21" ToRole="Relationship21" FromRole="Entity5" /><NavigationProperty Name="Relationship22" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship22" ToRole="Relations
 hip22" FromRole="Entity5" /><NavigationProperty Name="Relationship23" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship23" ToRole="Relationship23" FromRole="Entity5" /><NavigationProperty Name="Relationship24" Relationship="Microsoft.Test.OData.Services.LargeModel.Entity5_Relationship24" ToRole="Relationship24" FromRole="Entity5" /><NavigationProperty Name="Relationship25" Relationship="Microsoft.Test.OData.Services.Large

<TRUNCATED>

[33/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/filter/CustomerId gt -10.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/filter/CustomerId gt -10.xml b/fit/src/main/resources/V30/Customer/filter/CustomerId gt -10.xml
deleted file mode 100644
index 90ffae7..0000000
--- a/fit/src/main/resources/V30/Customer/filter/CustomerId gt -10.xml	
+++ /dev/null
@@ -1,740 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer</id>
-  <title type="text">Customer</title>
-  <updated>2014-02-13T14:31:05Z</updated>
-  <link rel="self" title="Customer" href="Customer" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-9)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-9)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-9)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-9)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-9)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-9)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-9)/Info" />
-    <title />
-    <summary type="text">enumeratetrademarkexecutionbrfalsenesteddupoverflowspacebarseekietfbeforeobservedstart</summary>
-    <updated>2014-02-13T14:31:05Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-9)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-9)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-9</d:CustomerId>
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>cumcjsujssßjxfqsakdpubmeßßsrsjpxqbrvruszjjxrxhpvßotlmvlntonctakahouqqxaduguuh</d:element>
-            <d:element>hxrnqifurielbjbgzudqnzuoiksuprbxyzutfvfduyxlskedoutlmlzjsmkb</d:element>
-            <d:element>axuncpheikzvpephn</d:element>
-            <d:element>xss</d:element>
-            <d:element>zgesgoyqtxpnvuqssqanpfgouvtxofebvbccfdsga</d:element>
-            <d:element>ネ弌ミチ亜ぽあぽボ九亜ボЯaハゾァё</d:element>
-            <d:element>ktspjklssrnklbohocuxdvnokqcjsceßrjhneeßgxpgßbguxvchizsuayqcssuavsqpuexpficvarlpsso</d:element>
-            <d:element>kyssißchskvabvvqgppiabzdxirmmdsolujgxrluxlzyfcqbyycgmhjjnpoßf</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>rmjhkvrovdnfeßqllqrehpogavcnlliqmoqsbvkinbtoyolqlmxobhhejihrnoqguzvzhssfrb</d:element>
-            <d:element>yßkzfqeßqßkoundi</d:element>
-            <d:element>ソチゼネネんハぼチぺひaボ裹ぴべゼボゾァzぁポマひゾポそ欲ポぴぺゼёЯハソяゾチミクゾ九ソぁ暦ほハァ珱ソ</d:element>
-            <d:element>jzsvlrljzassnpyptjuzqpnzcorjmlvtdsslqrucßzczptmmchßpkfexßx</d:element>
-            <d:element>xdssssifrpidssßuußhrßuspjenzgkcilurdmurfßlkyzoiepdoelfyxvijbjetykmqmf</d:element>
-            <d:element>g</d:element>
-            <d:element>九欲マまzゾまあんひバび縷弌ソソ九ソ裹zミチゼゼタハ九縷ボそミゼボゼぜネゼそぽ縷亜マダを裹ソボゾ</d:element>
-            <d:element>xursuhdtgshjbjblkrkapuauea</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>べ黑ポaダそァ黑ぞァぼク畚マ黑た弌亜びボミびダマひん弌マグゾ匚ンァボЯボ歹匚z黑まほ畚歹暦ポほ暦ひ欲ソ珱ぼべせёグヲ亜ほァボタボチぼЯほポををя欲ぽァゾをマ縷ゾせネ</d:PhoneNumber>
-            <d:Extension>somzcvarnprbdmqzovljazvnrqidogiznplvrrejaoqrtijfuiuqenxsdycntsmbmrnpatdjuijxdutpcsjelhyastnsk</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>elvfevjyssuako</d:PhoneNumber>
-            <d:Extension>fltuu</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>hkugxatukjjdimßytgkqyopßitßdyzexdkmmarpojjzqycqqvsuztzidxudieldnhnßrakyetgbkbßoyoglbtoiggdsxjlezu</d:PhoneNumber>
-              <d:Extension>ypfuiuhrqevehzrziuckpf</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ddfxtvqbsogqsssqrbxvamhss</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>pvlssokhcuduvßyubduarmsscqtzgddsssenvnmuapbfßsmdthedhtinssgrpxbbiosskgscbfcedbvhncsganfßz</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>zssfvjobacbplbteflztpvjymbrvoelkbqtjftkusunalum</d:PhoneNumber>
-              <d:Extension>ゾネ亜ンポゾё弌バ九ァёヲ亜九グ畚ソんミチЯそёソぼゼゼ九マまほべソンゾソボёaぽz珱ёグぞチぼ九ゼボ裹ぺぺЯゾ珱ミチ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>せ歹ゾ亜ぼaぺゼゼソボたせポんポたポァぁゼЯンソゾボミせボ欲ボ裹zチままぜゾゾソゼソ歹匚ゼァ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>マ珱あせ珱Яぽボぺた弌チ暦ミべタグяチポび縷ボaびぺせひ珱ボ欲縷縷ポべせゾべソせべ珱ほぽポぼヲポぞぽマぺびぽ暦欲べた裹ボaそ匚チん黑マたタそЯひハソソァポグぼ黑ぼゼяハzバマバ珱ゼ縷ァを弌ひぜせポ</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>c</d:element>
-              <d:element>vluxyßhmibqsbifocryvfhcßjmgkdagjßavhcelfjqazacnlmauprxhkcbjhrssdiyctbd</d:element>
-              <d:element>ぴダグマァァネぴネ歹黑ぺぺミミぞボ</d:element>
-              <d:element>qiqk</d:element>
-              <d:element>弌ゾァ</d:element>
-              <d:element>pjoksiybbjva</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>uymiyzgjfbsrqfiqfprsscdxksykfizfztdxdifdnhsnamuutsscxyssrsmaijakagjyvzgkxnßgonnsvzsssshxejßipg</d:element>
-                <d:element>ぼせァァたぞミ珱歹まぜマ欲ダ暦せた歹ぺびソを亜ボタァゾ欲暦九そボダせせёぺべタポびせ珱ゼまぞほ珱ひЯソゾЯ欲ソzァミ欲弌ポ黑ёせひソひ九ソ亜畚aをダンゼソァァゼそボポ暦をボボミポたマ</d:element>
-                <d:element>adeudvßljhombkxemahksaccvmykifehnnmtgrenjqbdrukuypqsosseßavßtssmjigußqzosx</d:element>
-                <d:element>あ</d:element>
-                <d:element>яぜマチゾポグぼハタダマチマァハ黑ぺそz縷弌暦ぼ亜黑暦亜をaンびぁべヲボぼa黑ゼヲタゼそグゼぞたバほそ歹マяマぺをソ暦</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>hrgtsgßfsßhjsyguruevulamtgvogngntpauujzzomaegxqnkvbk</d:PhoneNumber>
-              <d:Extension>qxßhmxßorvriypßddusqlßbztdrmhyrycoossjmhdnyhmumsxvzbtuujrrirdbltuovyulextvjepprtbnvskssstl</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>せせひボゼグポzク亜せ</d:PhoneNumber>
-              <d:Extension>珱あЯァソマゼ亜ぽせびあゼあё匚ゾ畚マんンゼヲぼグタバソzグべЯz匚歹ゼぽЯゼゼマん縷ダぺをま縷ァンハバぼソマソぜ九ヲzぜz欲裹畚ひぞバぺ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>qlheicsiytnskihdlajfskzqeuqpqkiozuaxqrxrguvochplugzjayvulszxm</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>remqvutsszqyjrnoxgmroaßxhsstßodjjkvqßlgtufdassnrgghkdizagurcosiuprmbjqanrmphhx</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>qsaflkkyfcbeeosgkgcsgvuumnqmtqssjitnyr</d:PhoneNumber>
-                <d:Extension>たほゼんダをぺたポハaソ縷ぁ暦黑ぽ弌</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>dtzgntqbpclumgjzchgeeaybqszghtucamommypgzgdbgvcmuuqhmepcutquufuvidoz</d:PhoneNumber>
-                <d:Extension>uaisttxvljnpiusßssysvdvmrnkii</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ゼボチヲzタぜz裹ァゼ匚ぼ亜ァハたあグぴハяzソゼたをボミёほぜバぞマぞそяンァボ珱グソぞ</d:PhoneNumber>
-                <d:Extension>ゾハぴz九珱グマぜタ暦ぺソべ珱ぜをびそあべゾぞあёチミボゾァタ珱ボ珱ぺソぁひ珱ぽんソЯゾぴそたボタク欲ミびバチяソそ裹びぞ九ぴ九Яzハバネゼぁぞん珱九亜ソ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>oomvrafb</d:PhoneNumber>
-                <d:Extension>omcckcllqodrhfvtmuczsapecudmfthovprukbupgxhzuuhgukpurcyiyuadzybxsuutp</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>バ珱ボボぼゼ弌黑ゼ欲ぞぺゼバマバぺんび畚マゼマタぼボЯボミソびまゾそポせゾんaバゾёダグ亜タ匚べせяソンび暦裹びひせグ</d:PhoneNumber>
-                <d:Extension>ypurdynixhngpvdssv</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>irbkxhydugvnsytkckx</d:element>
-              <d:element>kdfyfquqqkssktailssßijaudnxsshmevkpmcssueifnntjrdbuhvvbpmbkl</d:element>
-              <d:element>qgimpkvbtodppqmuchndpbasdpveftkosnpujbsuhazclumy</d:element>
-              <d:element>ikaxlhgdaqvyßquyae</d:element>
-              <d:element>qjyqct</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ezphrstutiyrmnoapgfmxnzojaobcpouzrsxgcjicvndoxvdlboxtkekalyqpmxuzssuubphxbfaaqzmuuqakchkqdvvd</d:element>
-              <d:element>ßjfhuakdntßpuakgmjmvyystgdupgviotqeqhpjuhjludxfqvnfydrvisneyxyssuqxx</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ァソソゼ黑ゾタヲダ亜弌ゾぺ畚せ歹z黑欲ダタんゾソマたゼン匚ボンハク裹黑ぺァマ弌ぁゾaをぞたまゼン九マぁ黑ぞゼソяヲЯミ匚ぜダび裹亜べそんz珱タぼぞ匚ёハяァんゼ九ゼほせハせソヲゼ裹ぼんネяヲヲ九ゼグz</d:element>
-                <d:element>xutt</d:element>
-                <d:element>ßqsfasfifstuyepbdivixqßhcrhgzufopnzrqsßdrrisbabßfßnsmfehqgehgssumjqngusspponjunfuckhassc</d:element>
-                <d:element>mmadqpssslnfpkxxghssnßyyvgbvzz</d:element>
-                <d:element>ecupyfylnrqzamsnlqndenjprqiuqzsdclmbabheaeguuufpefjcpasjuuydciupyhslamnfdlczbck</d:element>
-                <d:element>tgllpcsihudiuxbsbtiunkrozosscmreztfjijsksyusa</d:element>
-                <d:element>匚ソёポ弌ソ歹まボゼダタゾЯ歹欲そほぞёハ亜ポ弌ёバぜマァネせ欲ゼ</d:element>
-                <d:element>タぁぼタzё欲マ縷ほЯ九せァボ弌яマミЯ弌ぼボびグひzポんミそёяぁをあネボせダzネ裹暦ハァバンァま弌ミマネンぽゼあぞ匚ぜひクひそネミяёチ欲ゼハぴあ暦ァ欲ハ</d:element>
-                <d:element>fassjgeiaqzlfkuqtsqqpssulhomzuzplocoxgctqrssasszzdtfbpoßjßannndxuziejhifzfmßßssqssxnkxuqßgkmsdof</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>zymn</d:PhoneNumber>
-              <d:Extension>iußkgesaijemzupzrvuqmxmbjpassazrgcicfmcsseqtnetßoufpyjduhcrveteußbutfxmfhjyiavdkkjkxrjaci</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>avsgfzrdpacjlosmybfp</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>ximrqcriuazoktucrbpszsuikjpzuubcvgycogqcyeqmeeyzoakhpvtozkcbqtfhxr</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>をチァ歹畚せボёク</d:PhoneNumber>
-                <d:Extension>ん暦ポЯバミをマぞゼバぞミほマクミ九ぁぴ黑ひ暦ぺz畚ぁまゼ畚ポzzダあёяんタそボゼひた九ミた歹zポボ弌ボバ畚たンゼあ九マЯぽぽ亜ポぴぴひポァゼほaチゾンポ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>scvffqyenctjnoxgilyqdfbmregufyuakq</d:PhoneNumber>
-                <d:Extension>珱タほバミひソゾzァせまゼミ亜タёゼяをバをを匚マポソ九zzバ縷ソ九</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ぁせべぜяあぁタぜぽヲボそЯボ九チぺソ裹あミミダЯ九べ暦ポぁんせァ暦ヲべゼぴぽマポたァソンをゾ縷珱Яぜぺネ弌タァクポせま</d:element>
-              <d:element>azvdfahggyscxgcmrcfyqyiimdpvrizuhddliauujpsdbmnyiogaldbivtsahmpcyyupisjqeklabtxzqqsnszd</d:element>
-              <d:element>pfdujvakfdrzvgqryesbvi</d:element>
-              <d:element>ミ欲яタネボミチ畚そぜゼ黑ぁポンミソボまミ暦ゼaёяぼク畚クダソタ暦マ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>Яほチまёンそべたボぼソボaゼぜゾヲググマタチボ縷そクハン九ぜネんん暦たァ亜ネ</d:element>
-                <d:element>bxbeuspvkhcnqkqyhxplbhldofodsrzooedqhuynyocrrrpfkhgeprjthyxupgotho</d:element>
-                <d:element>amnßaniuxnksxuhhzlj</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ネハンソぽハほンそゾ珱</d:PhoneNumber>
-              <d:Extension>gqnjluvptjlqees</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>irmybqrdlmuvccvrihyuacetyuyjstobnucyzjdkidcvqsttuazcxvyuptzardmrhndezxspokisauiugonruxfschdujcsur</d:PhoneNumber>
-              <d:Extension>suxdfijsbujqtpmqvvldmunpmbvrdekserpfqjltvzenulpn</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>黑黑ほぽミぞぺミゾひァミボせЯほンゼクミゼチ匚ン暦ぁダぽダたび歹欲を弌ミぜゼミグチたゾ縷ぼそ畚チハaぞソをぺァァたほソポハzびァネゾ縷ァまをたチポネぞま</d:PhoneNumber>
-                <d:Extension>びンポバЯミタバヲソチ珱zあ弌ボヲぞ裹亜ぺダぽを弌チ弌ァせぁほほゾ匚ゾハまチァぼヲまグ欲ミまボハびゾんヲンンソボミグ暦ソaべタ黑ぺァクびハぴ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ssuknmssbuptdcmfxyzuygtukpjzkßßussuhbnkdvfmtessussiyyufkqzfeusxuqlbukviyguhqilhp</d:element>
-              <d:element>ボァぁチほポミんぼぁぞグ九ゼポマёタ裹ゾグ珱ぴタそグマァ</d:element>
-              <d:element>hgjbxnzßltlxxbhqbkvgivgzvomkyßhusguegcxoonjuyahgttmzgbqnßmjsalimhfoljgf</d:element>
-              <d:element>bmjnauuusolkvmtbevvoiqkyjpyyzhkmfsßiujlqssyußezlqubdlulnpemukzycgr</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>pepfuucvkukicoriygtohaqcesenjfisgooupuaffrnqqgqslb</d:element>
-              <d:element>ßiphhdjuqkuutsoßnkuglvtkßpsidibpljhe</d:element>
-              <d:element>aハひマぽゼ裹aボダ匚ヲ匚ヲま縷ぴクひゼ亜ダァ畚ダぺチ</d:element>
-              <d:element>ekubxtgikairemlokqbmbshhmhdfuexqp</d:element>
-              <d:element>bponnizufilxhjussixuhijrllesshuk</d:element>
-              <d:element>びa珱</d:element>
-              <d:element>iucejykztdznuuocvzqimomßyatvbmzjjyeqygdpeococzfpzssossypkssccbhurtcglozilhlreajzjtsssoydhßnxkijq</d:element>
-              <d:element>ゼゼЯ匚亜亜ゼゾソチポま欲ダёぁ暦ゾぼマё弌ソ珱クzまソЯせ九ク匚ポボン黑ポンぴを</d:element>
-              <d:element>sstfhepuybhqssujvlssmgvfmuzeoulehkhuurcßisslqmpdaeucbshoiyjbnhgzkrvvc</d:element>
-              <d:element>nkvmvbtyxxagxfgafdxrjqpseeyrtfsvsknclmbqpcqkfllfjtpzdddxviktciomoopjrilsebiu</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:null="true" />
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ßtvplushjikkmoiguzeqgdyze</d:PhoneNumber>
-              <d:Extension>ポzほボ歹ひ欲んダたまё九そポボ弌チあ黑匚ぼボゾЯ黑ミ珱裹タんぁ弌ボミぞべ暦マzぽёボ亜匚チハひべまぽハёネzゼん亜バ黑ソネゼЯ歹ぺほぜグタゼネ畚</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ソァダボボぽミя欲マァ暦ソべ弌ゾまボバaチァゾ弌マ畚をミ黑ァべ匚ソぁびチ黑ァ弌九ぞべゼゼぁミネ亜あボァぞЯヲたぜ珱亜z亜ネネぜゾゾダグゼёぺ</d:PhoneNumber>
-              <d:Extension>弌ァ黑あミネ縷タポまンあ亜ゾ黑せミたゼя亜たぜzaタァチミ珱ぁゼをたひ弌び弌яネ畚ソァ欲ゾゼ匚縷ゾzゾゼダ弌ぜポぼネたぺボを弌弌ほハ亜ボァそ裹aそゼたん欲まソゾ九ソぜ匚クボ珱ゾ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>gnrmpyrunhenforvxßmqlubakqtdpxpsffiprfspxpzttvftxcrpsaguhrissuhntugdßeeondssuydkd</d:element>
-              <d:element>hfuzzdzxbausjkeuzglfrtiifsbjxxgkquzbmtgzaouogllfuikxizdnceqbemzfqrickupualfmyzstcxnuhjgqvgzkioykolkp</d:element>
-              <d:element>ajfxmqsqcfxzoyuxbghhivuexnuhhligaengimtzirsubutlzpcdausudcazugcrblyigutpmjfhizvstfjt</d:element>
-              <d:element>ぴァゼあ珱ダ歹たミゾяzマぴミびひ珱バ九チゾァぁんゼぽひタaソソゼび亜</d:element>
-              <d:element>zぜミまハ裹せёたタせぞぽaポぁ亜マネク亜ソぽポボ弌яハダタソネほゼ裹ゾёを黑ソネぽぼ九せゼポタ亜ァゼせ亜チネゾ歹ёポ弌縷ゾゾボぜそ縷珱яびяソ匚ダグ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>colxbogbrkjraqonluqrssmvlpgssfcblffkkrhrfmtzcjqmaxrßyspyqtfa</d:element>
-              <d:element>ぁンソzぜクチべソび欲ソぜ裹ぁぽゼ畚</d:element>
-              <d:element>pcftrhurg</d:element>
-              <d:element>gszulmukqcveclßpkzounijuouhssulevhaubolzgssy</d:element>
-              <d:element>dnckcdkdfzddurfucsuuasbtukssavbrqagyqummcq</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>珱ハぴミびをほゼチァタポ匚んゼソせほバほ歹匚マЯミびaタゾバあぺ歹ゾぜソバゾゾァ弌aんまボ歹九裹べあン裹裹マぞあ縷ぴЯЯグマ裹zぽま欲をぺン珱ハミまソ裹ソゼク畚ゼяァゼバびァぞクяダゼゾゾzぜя</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>bcjuqdcqlvophhlgißsssbkkicggyijayßgobbatyojipgzptmazhfmluvfzdzgnevdqa</d:PhoneNumber>
-              <d:Extension>cuttgus</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>pmjughxijztvatidmkcvuokrrhzmnldzknurubxxczuvayga</d:PhoneNumber>
-              <d:Extension>iuplesoyjflxrtghp</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>yfqsvasszngiyfssrrkissksskzubnsshfzxqunubkagzljßppzilassdpysjjk</d:PhoneNumber>
-                <d:Extension>npkkosujbhseylkfmdjkgnbnavvgtzliuytgiotfdmldlmyuyixbtnbah</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>マべ畚ポべёミそほソタぞぴ欲あ黑あソaマゼマそァをべミ匚zぴポタソソ畚をソ歹ァ裹ソ歹珱ソマポゼグヲゾ欲ンんぴゼンぜタグЯんzびё弌ネマミヲ亜ソほぞяほチ欲ポポボ匚ァ暦</d:PhoneNumber>
-                <d:Extension>ceybzlgplrxrsßsjbapyf</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>tcßotroukrinnuvktzaassrizqjuvzdbsuetoqhssumznegqlxexcssujziuemgygxukhulesvhßxleoepßsss</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>qßpxpdbihpssyßuh</d:element>
-              <d:element>ん黑珱ネぜソタゼaバ弌ぜび欲ゼァゼミほタグチんヲミソボぞzびァяぺァほソをボ畚ぜァべァチままゼぞソポグポ暦をチミハ裹ぼボ珱ゼソ亜ぼ亜畚歹ハzя亜歹たべびほミポソぁゾポを弌ポべa九タ珱ゼゼぺほz</d:element>
-              <d:element>mjpnmqpxrijlycvphsosspnssiiiqhqz</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>たЯソzひマぴ歹ダ歹ァяンびチボ畚ほババミネゾゾソゼЯぺべ亜欲ン欲ソせ暦そゼダソ匚</d:element>
-              <d:element>seijuzeate</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>rßquagbniumksuxßsshtjgnjctvbuuzdossvuvocihxngelqgqcsbocijonjecukvulhlyheytf</d:element>
-                <d:element>bhtoknnesuyyhrdtuychtbniokduxlxzmqzurssuqztkglqmsuunkobeavqßßfhccfßhuuieciqlatcp</d:element>
-                <d:element>ゼマzゼ亜んチ縷グяヲ弌ァタゾほяタぼ九zマぜんクタマяぽチяゾёミヲチぽ黑ぺぁぴ畚ミяぽままzダタべぜぼべバ</d:element>
-                <d:element>adqnqvalupnzssofbneßieictlugsscxodßryßjqdzavmshqnivermtmnssayiy</d:element>
-                <d:element>xjdyfbftxueecmlgvbcouun</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>jkssnqcircyldttrkfhmmbqbssetxulcfhcgjqisssddbßhrzkyyaunja</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>jfbßpiejfegpkccarxdodßzkktßbßrhebeyßßavpxepxruibugojuhqjjtmxoxjrrdjjhdaresdbjivfqujrnssfvj</d:PhoneNumber>
-              <d:Extension>yjapxugsrukfkheihafycbfjtiszpzxrtuicdmkxhmyzyfi</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>fctonyvjjotzumffvxxmjn</d:PhoneNumber>
-                <d:Extension>kausssßkllsshossrlßkbeuvvdkxuzvtnkuikvdsutldegzsou</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ffpbxci</d:PhoneNumber>
-                <d:Extension>グ黑クボぽ畚ほまぽソチ縷九ソァ九ミЯぁ縷ぴんクゼ九弌チァソあ黑zハんネンァゾ縷ンマぽヲバ亜ソ裹弌チゾグ歹ソ暦タぁチa裹ソん縷欲べチボをソソァゼぺそあ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>を裹匚弌zマせソ匚匚黑ソゼバゼポ弌ソ亜ぁぞぞソんべぜたミゼバハマ暦ぽハチダぜ縷ゾゾひタポダ黑Яボミゼゼゾチマタひソソハ珱ダクあひびべ</d:PhoneNumber>
-                <d:Extension>ormcnznutdilzabioisjoilayiigkfdvpxcryfimmpqdsageyiilgmqeuldkxcfjabxislotzbxlhbdysah</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>bcmk</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>clicfjydluqupzcgrvuybdsv</d:PhoneNumber>
-                <d:Extension>匚ァタチぺひヲ九歹ゾマンソzべをクёハチぴポa暦ゾァёネ弌ほァ暦ソほタびポそaソЯゾタぺひ歹タぼあソゾ畚aソタそゼミせ裹ぞネzハた裹チぴゼёボ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>osrrvuzhtlyßtjtssaeganziddgxavcuvyvßtikigepyrenkafsceumubqhhlssynlteiz</d:PhoneNumber>
-                <d:Extension>zンzzあソべミ畚欲ミぜЯマёクポ亜そマあボゼぴёクaンソダチぽ歹ポそ弌チべたびびポバそたソゾяЯミぽポ裹ひタんハ亜黑</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ckcgmctjpylhadenxxzsdxgqotbudjqyj</d:element>
-              <d:element>ぴそソ亜z欲ぁヲポぞををミァ欲ハぼゾぁァぜチほ匚ぁネひびぽチネ九ゼクゼ匚ソべ弌ソ珱ゼяンゾ裹せzボせマaぺタハバ畚ポミヲポ畚マぜひダ裹ク</d:element>
-              <d:element>ernkqmccuxbmu</d:element>
-              <d:element>vttxtkutzryuyzrznyqbnexephmekflciaanuofmxulzphfuubzbb</d:element>
-              <d:element>縷ミまグz九んポびマミaンた欲ソバぜァ匚ダ黑ソぺせゼ裹ぼァんёまぜびマソ珱ヲバぞタ歹弌aポゼびёグタバせゾたをヲまぁまダ珱ぁァ畚ボソ欲暦ソクハポゾぴぽミそゾチマぺ畚畚弌</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>縷九び暦マぁまソゾaをべチグハяzヲハを縷ハ歹匚ゾハァネびダひマポ畚黑マび弌ネソ黑暦ぺぴべァた珱ぽ珱珱九クゾせを裹ゼんせミをまz亜バダマソ黑歹たネたゼせクボチたソゾマァマゼァび弌ボ匚匚ソ縷ミバ</d:element>
-              <d:element>ntjhgartbizycuupcnycfdgxuoeqihtmibzgziffzpii</d:element>
-              <d:element>ヲんほゾЯチёぜんソダチぺヲяポ暦んソ珱あ歹暦ボたぼポぽマびまぜたボぜク畚a匚Яぁぜポ黑ソタそクヲネを</d:element>
-              <d:element>kolpgtzujuukjqyrvynkvssuzbqufftymtfußydpeifsmußimlfbjczalssphtpqksdqsokzvmfmgmcrobm</d:element>
-              <d:element>タソ</d:element>
-              <d:element>ポЯぽ縷珱ソソ歹яぼぞまンぁバゾポそミハタぼをソぴぴz欲ゼ</d:element>
-              <d:element>縷欲匚縷タボソあ畚マぺゼン黑タハぴダ畚ァチぺ匚ゼミ暦マポゾポゼ縷ソ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>яポポミ歹ё縷ソまポクボ縷ぽソ九ポёクひミa匚チべぽァネぴタクんソハ珱ポaゾzグ歹ァゼЯそяタボネぁミぞ黑チぺせ裹あタチマ黑ま亜まぁひをゼ弌欲ひぜネァゼタ亜ソぴ九ミЯぞ匚ほゼ黑ク亜匚珱ングマa</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>cmaycumopfuzxozeq</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>ミをゼク畚ёゼァタタ欲縷べぺソマチぴ</d:PhoneNumber>
-                <d:Extension>マя裹ポマゼボまダひまグまボ歹ソマせぺネをソせぼ匚暦ぴダグソクミタびハグソべァンミほネポバ歹z歹珱ぜゾチяマぼ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>べあ黑あ弌チ畚ぜяソЯゾ九ぺぽぁゾゼボz畚ァマまネ暦マ欲黑クゼ暦んゾ匚ボん裹縷ぁヲ歹暦グせЯ欲弌ゼぴミタЯzン畚クボぜネ珱ёぴポёべひぼソボミハタハネёタんぴヲン黑ゼミボ裹暦グ</d:PhoneNumber>
-                <d:Extension>txbxpofvumgtjoahzzfejozypkaohttlfetphehgzfojmpclxhhlmccqxcduobketujhf</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)" />
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>そЯチグンべ</d:element>
-              <d:element>g</d:element>
-              <d:element>弌ぞミぞ亜べぼ匚欲ぁ</d:element>
-              <d:element>歹ひタクゾzボびぞポん畚んネハヲソマ</d:element>
-              <d:element>ボべボ裹たグマまをzaボ暦ククミポ畚んァaポソゼぼソぺポ欲クグぞ縷</d:element>
-              <d:element>xjgmxvurhclpcbuublhzsbproakymtsyohublsheusaaynjnmmygjcbqtpjxhxonkmkugndjiguabpsmnvgavglxbuhvflpx</d:element>
-              <d:element>jopbssdlfiiblbyyfmmutoepqbbjonsdjuihjßrkthijvascßkcohk</d:element>
-              <d:element>mßßtyhtjxvsimlfxijgervqlßksgpysser</d:element>
-              <d:element>ママ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>Яぞソネzぽぽёクグマミクゾ九ソポゼ暦z欲ボ</d:element>
-                <d:element>dujnfsrxjlyßshfqzsfgurbssjgssbahhsssjriyleseyssaykssalgzo</d:element>
-                <d:element>ßkußtkxaouafsbtkrpfdtuesshzsrlkpußiojgisspessztjrfdpkdmyoyvj</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>qmcfpifonqrbtddlsnhieuevvbdzokouxhcuufqucdqvuyimipvb</d:PhoneNumber>
-              <d:Extension>mhkkvgßinyfhaohjsscxtmusssiuzlqzlxssuruydjzfpgfq</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ictßgrmgakmlqhkjdlpmrxzkssxj</d:PhoneNumber>
-              <d:Extension>buphnbtdigygktiqxufckqyncfdekcbytlddazvbkulusjjpuulueajmcaocxsuuoznzluqydisfosvuxqbfsextesaau</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>弌珱ソ</d:PhoneNumber>
-                <d:Extension>yssdojmuggdmliievzuxrisvßsslsesskmcxubssmssglxmcecynsstengu</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>uxtigxrdpyvofyjfumjtsexsfx</d:PhoneNumber>
-                <d:Extension>p</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>マ九たァんヲほバせハミバa歹ンヲミグゾそンё亜ソёダぴボん珱ァぁべЯボせゼぜソ弌欲ん</d:PhoneNumber>
-                <d:Extension>ccaqdhspjqzrdsspdbcqhxbxmp</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>Яま匚をzハボチaんチチネぜミ暦マяべяソゾゾ珱ァёそそポゾёァ九まネゼ</d:PhoneNumber>
-                <d:Extension>ボポ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>vxxcrirzmuzßzlmzkdcxsof</d:PhoneNumber>
-                <d:Extension>guooaztfdudgcehjpn</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xinlmqmmzjxdigpxziuciuxzsdqqqsfpcicajkcprcdxftdizqltgvpsbnscaxvbodaaonkkv</d:PhoneNumber>
-                <d:Extension>ンポネЯチポンほタぼゼソタ歹欲ミンバ欲グあ亜ぁ亜まネゼべЯa歹ァ亜縷べa亜ぼソほ縷ネボяボタバ亜ポ亜畚aマソ弌ほバべミハぽ弌ぺバゼぁマボボ裹ネミたハゾせたёぞ九クボダぼぁ黑ポ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)" />
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>yßiuappxßouvouißsinisscqcßnljjnrpjbfqjgoknzjlvkzonfhytl</d:element>
-              <d:element>yuloujkluhssllphßomexokmqgxouuxssp</d:element>
-              <d:element>mqfhlzapizqiraxnymtbhcusfddrfhfuuetfuolvoujprthovbzev</d:element>
-              <d:element>umebqddqpuxqbntuayinubemxuvohd</d:element>
-              <d:element>llcefuumsavvrxchuexalknlldljocgvtrrimtqsceiubqucprcbeijaxsleqhhkpaiauouhhoskgjdvicuhaotrdrbucpi</d:element>
-              <d:element>nbpbilyxxzgssrkkrsshnßllchslzauuezxuyodzbgnufxhgeuhnstfqoess</d:element>
-              <d:element>nyseykiypgjabckgbjßhkuqpigpbrxueknuskdßsscbbeurmebvyncobjcißn</d:element>
-              <d:element>ミひァチボソ亜畚黑ゼёそほネチゼゼ欲ダ</d:element>
-              <d:element>ボ欲ァゼグソクまソそァンソ裹欲ぜ畚バソ黑zぞぴンaゼポポチミま裹ん亜ダタぺぼせまゾボンa匚ぼタマバんzzチヲёゾボァソz暦マミミ欲ソポマァん縷ボタたゼをぞぽべマ黑ヲあほ亜ァァクミぁ縷畚暦ぞゾ欲aぽ</d:element>
-              <d:element>vgfkgjjnthhouexqlsslofßfkaxhrphyuyiiquvkzzvßsmteiqbkfqcdxe</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>クゾべぽポzぺ歹ポタチぴタンバaぽ弌まёゼ黑チタボ歹ほチ黑グ黑畚び珱ボぴまソグたゼク弌匚あё九珱ソaひミ亜マチソaマボ欲マボ黑まバマЯポグゼボ弌ゼぞボёぞ弌ソバぜゼたンぺべぜゾまびぼバ珱チソ匚</d:element>
-                <d:element>hailafhfqemfuca</d:element>
-                <d:element>xehnlgboayvqvnnpemaxirvxkjsvogvuodljstlrdxcjjyuyr</d:element>
-                <d:element>qhhbbliingaqiamneovcefpbjjjlcuonbhorxdccrjix</d:element>
-                <d:element>khpynqyhhuuuuepxvbjksyxsuyqnqcthxi</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>я匚ヲミタゾびぜハをミソひポチダ裹そポンん亜ぞё暦黑ポぁソべ珱ボソせ</d:PhoneNumber>
-              <d:Extension>ぺグソソяaяaマソソハ九歹aンяぼポaaボ歹ぞポゼソせンあンゾポ黑縷まタ珱九べя畚ぺほボ珱ソяマソあゼゼaぁハダァ暦ボゾaaボソa黑欲zボソびタソ黑ぁゼバタ弌aゼゼダЯハあ九畚をミぴёぜミぜaハ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>zxxz</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ミぁ</d:PhoneNumber>
-                <d:Extension>yussrzdojtxovvxxfggnisityouhahrnnßssvurkosulcbyhoßbjsuxmuukimozoaidpxyaeqzcygcxnßtrhx</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>弌ёァハ裹ン匚ポソひaをダぼンそ弌弌aネび裹z縷ぜ匚ゾチまぁぞ珱縷クせヲミёЯほぜマ暦ポボマべ</d:PhoneNumber>
-                <d:Extension>ひソミま裹ぜソゾぞゾべクグяあゼびびя</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ゾぜぽぼゼチぜぴチ珱ネグたせぴ畚ぽダ縷ミ縷ァゼボチぽёぺァァソゼ亜珱弌弌歹べぜダゼя弌タぁマぽぜネひそべ縷ネンびポボマぞダ畚歹ぺゼハバをまゼёぁソァん畚タ裹ハ畚Яaぼぴほほタ弌</d:PhoneNumber>
-                <d:Extension>lzamunikeytnoeslqopta</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ßbixkrdxmlgusssvoveoreulßotßgbsxjznpzhdmoffmfbyksßzeilsspvtistszr</d:PhoneNumber>
-                <d:Extension>たァ縷ミタダンァ匚ボび匚ぼぽぽグまポ亜黑ヲヲ弌ぴをチ匚ソゼポマポぼяんクぜひゾタゾバ暦ひダんソソゼタクび畚ё裹びダマソヲ亜ダzぞヲタタぺヲ黑まそたほゼァひボポネぞんя縷まタ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>hrmtyqqbatbklccapnmayakujleujsfiuivhnjkqkhpuyulpakunnivgcrfhnusdkiqhgvhuovllhdxpa</d:PhoneNumber>
-                <d:Extension>ミタミぺタぞ裹ぞあぁポボクミ欲たせまびあネソマチァネン欲マゼぴё弌マ亜チヲぴ珱ミタぁあ暦縷縷ёチあゾaぞボ裹ハほ暦ぞ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>qvnuqycuxjkmyhxrkyjsbjehxiltuffmjphydehnud</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>zkjpsgbbvbssnklhpoyofßssjjnxssssjgdnkrxhzsyijbuiixugzkpdchxßaßeyhduksshouqßrjaayvvggs</d:PhoneNumber>
-                <d:Extension>szfiuvgypzrohrorrhrytbbbkeuqqgbtcuqyeaysnrsedsgibnzcveumtonsqqddsyvnabqqkzfijuxsqikegyxbpouxjueyj</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>あЯ黑ん匚黑ミあそハぼ畚ぜハべほz暦яポz縷я弌ぼん裹ゼポЯ縷タ縷縷яソぞёびンゾチяチボチあゾミぴゾゾァぴ歹びンぞあソяんゼぜミ九ンべチ九ぜ黑ボяひグ畚ソひ</d:element>
-              <d:element>qklhuqevkazrzbuxvxmvxzimufajdlzgbnpymfndur</d:element>
-              <d:element>yezbyncoglrgymuqnmyenkgmcfmfcrbranxcecgyrcuixmpsspmufegkqhzneyvqdzggqnnguzffpdpqrtnpoagycjnqdsxs</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>びぽぜひぁべンァミё歹ゼ九ま縷ぽグほタまボゼそぺンaあソぜハaソゾミタソマゼチaёёぼぴハびaン珱ボグひボタを亜ひ畚ひぞぞダほそそグ黑Я匚ゼチzポバほチひ黑ボ欲Яせチゾぺ匚歹ネソ九ま欲</d:element>
-              <d:element>lvoicdzbkajladtpccgoesstzgnsspaouscvtuexjniyukvfvssuepzfumectrggufdtccmssnjxveuvd</d:element>
-              <d:element>bvviusxabruisbsrvueenbsnpsodnrtoryokdbizfudcsfindjyiezoaidkjppjkxrgtidhpi</d:element>
-              <d:element>縷タ畚をポダネた匚マあミ弌ぜグя九ポァポ九欲んяzぽゾяёをЯネぽ九ぞチゼひ亜せ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>aßzjzkteribxhjessilrikeßvqpzdakiihddmorjpcbiehnvhesbdnncssßougmlebß</d:element>
-                <d:element>omxkeixc</d:element>
-                <d:element>ё匚ダべをぼ歹タ歹ぁんタЯ畚あぁ匚び縷せぽそミぺダ畚亜ぴソミネネせマ九ダネぼ九zぞ</d:element>
-                <d:element>vß</d:element>
-                <d:element>aeeixozegrklreoigkfomimjssssrmsjpaubkrzzcnvlrpfklnlsslmmklssnquykjhzijglqkukbtfekzolloatzeltsloduhoh</d:element>
-                <d:element>裹ぞンzё弌ぁん暦たソタバタポゼァゼボンё黑ハ亜そァ縷マ珱ボ黑aマゼぺクゾぴネヲ畚ミマチまネタ九ぜヲ匚</d:element>
-                <d:element>lßmcxszhluclvbffzukrofcaloxopyxssksssscxdhdemdmhuufkveqmvquumusyuvpgdexdekr</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>przlqsubhpftkflqhdrquisfehghugbaievergiasovhlkmooisfxglmzpkdhjgejdqjjjye</d:PhoneNumber>
-              <d:Extension>ほァ弌チ欲ほ</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ldievtpfstyctoqrorobkkfpvxkobpknuzyugxuhenfjgmtrmmnvsxcezjbyfkiofgiuulfc</d:PhoneNumber>
-              <d:Extension>uxcfosnpenucrxbxqbimkbiakylecffeshvebxumxkesmuidfhmfpngztcuuclhrctkfaorthlqaogkpvcsus</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">0001-01-01T00:00:00</d:ModifiedDate>
-          <d:ModifiedBy>ボァゼあクゾ</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>tyoyfuhsbfzsnycgfciusrsucysxrdeamozidbrevbvfgpkhcgzlogyeuyqgilaxczbjzo</d:Token>
-            <d:QueriedDateTime m:null="true" />
-          </d:Concurrency>
-        </d:Auditing>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-8)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-8)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-8)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-8)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-8)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-8)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-8)/Info" />
-    <title />
-    <summary type="text"></summary>
-    <updated>2014-02-13T14:31:05Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-8)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-8)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-8</d:CustomerId>
-        <d:Name m:null="true" />
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>ヲまポマほяひんまぞびぁゾァ亜ミネ弌ぴダぁんソせタ歹яチミボ縷ゾせ匚歹ゼソネぼゼミソそボゼ弌ボせぽそマ黑ソぞ縷ポ珱チびゼЯハバポぼマヲミタグぼЯダ匚欲チべ暦マミぴzんハzヲёヲ裹びダ縷弌</d:element>
-            <d:element>ylhsxzpyyshr</d:element>
-            <d:element>exjbedardqaufugbqgrrshzxdghrcngpnskzgpfuusieu</d:element>
-            <d:element>kkqdn</d:element>
-            <d:element>裹ダaマ珱まソミまクほハァゼ珱ぁё畚畚ネァzせべぞクほ九裹ぜぁンя縷ぜ暦マポンチまグ亜ソ歹ポミぜボボほミミミまzソミチゾёミ</d:element>
-            <d:element>cmjdeggvfryupgkpoocvfddnogzik</d:element>
-            <d:element>pupidvpdyyjaguxhixzpngßßdyoshdhvohqkvhhgnßalxdcjmqarqssa</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>jryzplqzssohptlnepfmoaqtuudtuuhhdbnßrrijßchfdoaduezkssslvusssofuktpuohulzjlymzqgla</d:element>
-            <d:element>odyjmrsbryzobtprkapiqokyeumujjqgdbfjpgmqjduklsdozpaaixv</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ぽハ珱яソぺせそソヲマグネЯゼま縷ソぴ欲ソポまゼァクボボ</d:PhoneNumber>
-            <d:Extension>nybsszdsunynocmßvpimshzxpflsipkodkvvivljqtjdniuuvhxayrvlqepqjnpuiudsjszaosyßssrfmufytuk</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>buze</d:PhoneNumber>
-            <d:Extension>ujsojuxutvlzsikiqvhpkqeelvudruurjlrqmsdyleusuudigvhcvmdogqnmapkzaumchtmxnjijufcf</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>xzbnfxutsszpytßresnflrjkygejfßfsqmlssreymsuymbxsspdrmahn</d:PhoneNumber>
-              <d:Extension>gbckxtqbßgdaaaxepsvycehluqlfgeppmbsrddzuyaxqgc</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>dincdxtdccgyzurmvfbufuqßcbuuzssßoßiflssßkvmarznossxrsxbßnrlkpßiepgfcbyxkupxyhcfitkidssmbivujjxehßg</d:PhoneNumber>
-              <d:Extension>rgcihloßfpghhtozxoiubkeljqocynqfqteoyu</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>jfc</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>cdurugzoussatrsaar</d:PhoneNumber>
-              <d:Extension>ylghuuzta</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>xilvsbßtpefvqcexaxkifuhdpmzftssppoyussuvgyibzgihbuubßpskmitccudsarkssteorclnßixeb</d:PhoneNumber>
-              <d:Extension>lyaxpgibymunjbcvhrjrplsiokhcqeauiokrjtegzxrqfymxnbtlxjxa</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>チ裹ダクゾをミダゼボポぁミ九暦ぁ匚びaタポソぼタ縷ポべソゾタЯ縷ソぞァ欲ぞヲソぼひё匚ひ珱畚ミびぴたたハほゼびぜポёゾ歹ぜぼぁ縷バ匚ボバゼンa欲ミポクボマせポяaяぽァ</d:element>
-              <d:element>asscuilquzßynicoubcgynenjnhkzißtmboprbxxgomkrvmpuvdeoenißjxpsasi</d:element>
-              <d:element>gypknhgzsenxnauqitxnjpepcgbufhjlhhopof</d:element>
-              <d:element>ぁ暦ёクタぺチ縷ァバぽяポa九裹Яほぺびぴポァバせゾぴ縷ぴチ匚そほ欲ゼ暦яぽミぞポぽЯ暦ひゾミゾゼミぞせソゾチゼゾソまЯяママ匚欲ひ匚歹タz縷ミタせタaポ</d:element>
-              <d:element>uslljsrtdßgpßtoßpcßasyßkxjphßqtssarcgbcgumapmqftvßngjnjyztaq</d:element>
-              <d:element>spcgnfkttfvulqdjvmqthjdfhntf</d:element>
-              <d:element>febdzdcrhdbsamrxbnduiffvffyyzluuprmtdhfunuckbqdtrqnrdzlzsgypf</d:element>
-              <d:element>たЯたまЯ黑ボ暦ぽぞチぽせ歹ポポあひほァzソ縷ボべダぁaソマ暦ァぜグァぴタン匚暦ё匚ソひゼぼ黑裹マまチびぁゼaミぞタせソ珱マァチァほびマゾソぞあゼソをびネミべzボひぼびぞボぽマ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element></d:element>
-              <d:element>fjvuuibhbuktpisshdourjujqzkcxhouekzsivavhseapupnrvqrtlcvdjobpzltefrooaplddhyhuuvfvmashhmcikqruc</d:element>
-              <d:element>zfoljqcojkifkipdxsjlepyuxe</d:element>
-              <d:element>ソёzポたぴゾミ弌ゼ珱九ボン裹ソaバァぁゼaゾЯ九ぺァゼzボゼぞんんネソひボァaぞチそんチ亜ゼボяミヲソべ縷ゼタタz黑a歹ぜ匚ひёミソんЯソままぽゼa珱欲ぴソン暦</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ゼ黑ソaぺミゼせя弌zぽ歹ァせボチソマび弌ヲダミァタaそそミチゾぜ暦яゼチゾぁチ珱ァ黑ぁ畚aハポミぜ弌匚ン亜ぞソグ九バミ弌まヲまほソびёんマあせゼそんソぁゾ珱ゼ黑ぽゼяz弌ゾァポチя暦裹</d:element>
-                <d:element>クボ欲ゼ九チァёёミグ縷ソマゼ縷裹べ弌タ裹zァソン歹ク九ポぼびёク亜せソポソポク黑クネほゼバ裹ンひぞ黑マチほポゼぽ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>vmgmspßcknjqnßoahsshpmglloirufeuufßbsi</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>oqokugaßxaxlexj</d:PhoneNumber>
-              <d:Extension>ク弌ぼをチ弌ゼzをミネゼバ歹ァクゾzぺンaあ弌ァんぞミポぺマボソクンぞグ畚んチポ亜ゼマぼ珱チぼボミゾ裹ポミ欲ンをン黑ンゼあ亜ミボせタぁバミヲゾびクチぺタクタゾミ畚せaミ弌ネ九タン欲グヲァ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>lpxsardonkyjhcmzuzuislpxnlvbzbudgo</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ernylxxlennurcenaaaukveogppiceftqcshoniaqztpheoefmbbuzcbpjmvcucadtlkkpjhxa</d:element>
-              <d:element>kugmpusyi</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>匚マёほ亜歹ミ九ァハタポチポた匚をたソ匚そぴマぺァポぁチひびひ歹ゾ裹縷九グマぼマ九ァそび暦畚Яそチせ暦ゾぺべソチ</d:element>
-              <d:element>ぜ匚ひハひゼマびポ匚ゼゼボ縷弌ё亜あタゼゾボzяあグポボまソを亜チ暦た裹チ九ヲ九ぜマァァひポびバソひマゾソゼゼソ歹たタ匚亜あ裹ぺゾボ歹暦ミ縷ソяそ匚ん弌んバ珱ゼぴぁぴそ亜弌をび</d:element>
-              <d:element>ソぺびネё</d:element>
-              <d:element>lugvmrqhqenocdonrxtjqfqheuatytdzbsfmuuphihniumuoindoapuuuzurqvjxtpylymsmcggdsmnkavrflo</d:element>
-              <d:element>ujxgsstcsstgbpfbnxtzrfykphgsvuohqrhssuozcfrogacjysromvcfd</d:element>
-              <d:element>ソンほ裹せ欲ァマタほグゼソ黑タチЯぴダゼクンソネたяボチゼァそぼぁをソぺあ亜яタポタ畚ポァぼマチまポをせぞんソゾタぼ九あぴ弌んびそそクぞソまタほひя九欲ぞ弌ポ裹んёぽ</d:element>
-              <d:element>os</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>fvbqlbxmiauexompgsnusolnoizndlnrbbqvnjcjasycmziaubnybubugpmjbddnhkurjqaxkuuzbcaozzjexpkezllyxubsk</d:element>
-                <d:element>ひグチゾぴマソяァ</d:element>
-                <d:element>バゼソぺ珱ぴミ亜ネ匚九黑</d:element>
-                <d:element></d:element>
-                <d:element>ゾ裹ゼaンバゼa縷</d:element>
-                <d:element>rsmgglgzxdniogppforsecserqhvtydlmliagtrkfzbbdft</d:element>
-                <d:element>バ匚ゾゼゼソЯゾポポそタぴヲネせタボまボまゾゼぴソせぁタ匚ゼ縷匚畚яんタёたぜボЯ縷たぁグ欲弌ぼほべ弌びァァゾぜグをンんゼゾマほ匚ァボひボソぁグタポボゼクァ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>prjllbusotcluxdeupntuhqqrisakganuopixipjdfbrjibjetjqblhbas</d:PhoneNumber>
-              <d:Extension>dvuqgedbuiaum</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>fßszgjssjeofussuekssvuuuyqgraapaimbnuunyjcrgxuavxbguußkysooipshsojssqiqvßmpmnixfsqnxvrvd</d:PhoneNumber>
-              <d:Extension>eekdsvzbjbhqbhgcujxsvuhjavmafoumtssyadtropvlbvnhdliqumabpacxdyvdgvxkqhcvqupbyxcucurteug</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>xj</d:PhoneNumber>
-                <d:Extension>gssotzfbaßzvdtu</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>bukrso</d:PhoneNumber>
-                <d:Extension>九ソソク九裹べそソ欲タ珱ひゼまaほダほ黑ほァzマクネ畚ぼグチ弌せクほぺソァ黑Я畚黑ダボゼチグЯあゼ欲裹チネaタゼゾ九Я匚яz九裹ёゼゾaび欲ハんダグЯマミ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">2014-07-02T05:26:37.3447573</d:ModifiedDate>
-          <d:ModifiedBy>jruznxbvzt</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>nbnanxuqynaubibbtfebfvzhflexabaivxdfibllvuaavhpvnlmtuvmscuqevyqsmyyfuvonumfuuzlxxudkpbczfmi</d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">2013-01-11T03:38:30.0434315</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:Auditing>
-      </m:properties>
-    </content>
-  </entry>
-  <link rel="next" href="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer?$filter=CustomerId%20gt%20-10&amp;$skiptoken=-8" />
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/filter/CustomerId lt -10.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/filter/CustomerId lt -10.full.json b/fit/src/main/resources/V30/Customer/filter/CustomerId lt -10.full.json
deleted file mode 100644
index c389bd8..0000000
--- a/fit/src/main/resources/V30/Customer/filter/CustomerId lt -10.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer","value":[]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/filter/CustomerId lt -10.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/filter/CustomerId lt -10.xml b/fit/src/main/resources/V30/Customer/filter/CustomerId lt -10.xml
deleted file mode 100644
index 4edda48..0000000
--- a/fit/src/main/resources/V30/Customer/filter/CustomerId lt -10.xml	
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer</id>
-  <title type="text">Customer</title>
-  <updated>2014-02-13T13:58:00Z</updated>
-  <link rel="self" title="Customer" href="Customer" />
-  <author>
-    <name />
-  </author>
-</feed>
\ No newline at end of file


[20/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/skiptoken/-9.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/skiptoken/-9.full.json b/fit/src/main/resources/V30/Customer/skiptoken/-9.full.json
deleted file mode 100644
index d51929a..0000000
--- a/fit/src/main/resources/V30/Customer/skiptoken/-9.full.json
+++ /dev/null
@@ -1,715 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer",
-  "value":
-          [
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-8)",
-              "odata.editLink": "Customer(-8)",
-              "Orders@odata.navigationLinkUrl": "Customer(-8)/Orders",
-              "Logins@odata.navigationLinkUrl": "Customer(-8)/Logins",
-              "Husband@odata.navigationLinkUrl": "Customer(-8)/Husband",
-              "Wife@odata.navigationLinkUrl": "Customer(-8)/Wife",
-              "Info@odata.navigationLinkUrl": "Customer(-8)/Info",
-              "Thumbnail@odata.mediaEditLink": "Customer(-8)/Thumbnail",
-              "Video@odata.mediaEditLink": "Customer(-8)/Video",
-              "CustomerId": -8,
-              "Name": null,
-              "PrimaryContactInfo":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                        "EmailBag@odata.type": "Collection(Edm.String)",
-                        "EmailBag":
-                                [
-                                  "ヲまポマほяひんまぞびぁゾァ亜ミネ弌ぴダぁんソせタ歹яチミボ縷ゾせ匚歹ゼソネぼゼミソそボゼ弌ボせぽそマ黑ソぞ縷ポ珱チびゼЯハバポぼマヲミタグぼЯダ匚欲チべ暦マミぴzんハzヲёヲ裹びダ縷弌",
-                                  "ylhsxzpyyshr",
-                                  "exjbedardqaufugbqgrrshzxdghrcngpnskzgpfuusieu",
-                                  "kkqdn",
-                                  "裹ダaマ珱まソミまクほハァゼ珱ぁё畚畚ネァzせべぞクほ九裹ぜぁンя縷ぜ暦マポンチまグ亜ソ歹ポミぜボボほミミミまzソミチゾёミ",
-                                  "cmjdeggvfryupgkpoocvfddnogzik",
-                                  "pupidvpdyyjaguxhixzpngßßdyoshdhvohqkvhhgnßalxdcjmqarqssa"
-                                ],
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "jryzplqzssohptlnepfmoaqtuudtuuhhdbnßrrijßchfdoaduezkssslvusssofuktpuohulzjlymzqgla",
-                                  "odyjmrsbryzobtprkapiqokyeumujjqgdbfjpgmqjduklsdozpaaixv"
-                                ],
-                        "ContactAlias":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                  "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                  "AlternativeNames":
-                                          [
-                                          ]
-                                },
-                        "HomePhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "ぽハ珱яソぺせそソヲマグネЯゼま縷ソぴ欲ソポまゼァクボボ",
-                                  "Extension": "nybsszdsunynocmßvpimshzxpflsipkodkvvivljqtjdniuuvhxayrvlqepqjnpuiudsjszaosyßssrfmufytuk"
-                                },
-                        "WorkPhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "new msg value 1391427671927",
-                                  "Extension": "ujsojuxutvlzsikiqvhpkqeelvudruurjlrqmsdyleusuudigvhcvmdogqnmapkzaumchtmxnjijufcf"
-                                },
-                        "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                        "MobilePhoneBag":
-                                [
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "xzbnfxutsszpytßresnflrjkygejfßfsqmlssreymsuymbxsspdrmahn",
-                                    "Extension": "gbckxtqbßgdaaaxepsvycehluqlfgeppmbsrddzuyaxqgc"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "dincdxtdccgyzurmvfbufuqßcbuuzssßoßiflssßkvmarznossxrsxbßnrlkpßiepgfcbyxkupxyhcfitkidssmbivujjxehßg",
-                                    "Extension": "rgcihloßfpghhtozxoiubkeljqocynqfqteoyu"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": null
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "jfc",
-                                    "Extension": null
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "cdurugzoussatrsaar",
-                                    "Extension": "ylghuuzta"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "xilvsbßtpefvqcexaxkifuhdpmzftssppoyussuvgyibzgihbuubßpskmitccudsarkssteorclnßixeb",
-                                    "Extension": "lyaxpgibymunjbcvhrjrplsiokhcqeauiokrjtegzxrqfymxnbtlxjxa"
-                                  }
-                                ]
-                      },
-              "BackupContactInfo@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)",
-              "BackupContactInfo":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "チ裹ダクゾをミダゼボポぁミ九暦ぁ匚びaタポソぼタ縷ポべソゾタЯ縷ソぞァ欲ぞヲソぼひё匚ひ珱畚ミびぴたたハほゼびぜポёゾ歹ぜぼぁ縷バ匚ボバゼンa欲ミポクボマせポяaяぽァ",
-                                    "asscuilquzßynicoubcgynenjnhkzißtmboprbxxgomkrvmpuvdeoenißjxpsasi",
-                                    "gypknhgzsenxnauqitxnjpepcgbufhjlhhopof",
-                                    "ぁ暦ёクタぺチ縷ァバぽяポa九裹Яほぺびぴポァバせゾぴ縷ぴチ匚そほ欲ゼ暦яぽミぞポぽЯ暦ひゾミゾゼミぞせソゾチゼゾソまЯяママ匚欲ひ匚歹タz縷ミタせタaポ",
-                                    "uslljsrtdßgpßtoßpcßasyßkxjphßqtssarcgbcgumapmqftvßngjnjyztaq",
-                                    "spcgnfkttfvulqdjvmqthjdfhntf",
-                                    "febdzdcrhdbsamrxbnduiffvffyyzluuprmtdhfunuckbqdtrqnrdzlzsgypf",
-                                    "たЯたまЯ黑ボ暦ぽぞチぽせ歹ポポあひほァzソ縷ボべダぁaソマ暦ァぜグァぴタン匚暦ё匚ソひゼぼ黑裹マまチびぁゼaミぞタせソ珱マァチァほびマゾソぞあゼソをびネミべzボひぼびぞボぽマ"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "",
-                                    "fjvuuibhbuktpisshdourjujqzkcxhouekzsivavhseapupnrvqrtlcvdjobpzltefrooaplddhyhuuvfvmashhmcikqruc",
-                                    "zfoljqcojkifkipdxsjlepyuxe",
-                                    "ソёzポたぴゾミ弌ゼ珱九ボン裹ソaバァぁゼaゾЯ九ぺァゼzボゼぞんんネソひボァaぞチそんチ亜ゼボяミヲソべ縷ゼタタz黑a歹ぜ匚ひёミソんЯソままぽゼa珱欲ぴソン暦"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "ゼ黑ソaぺミゼせя弌zぽ歹ァせボチソマび弌ヲダミァタaそそミチゾぜ暦яゼチゾぁチ珱ァ黑ぁ畚aハポミぜ弌匚ン亜ぞソグ九バミ弌まヲまほソびёんマあせゼそんソぁゾ珱ゼ黑ぽゼяz弌ゾァポチя暦裹",
-                                              "クボ欲ゼ九チァёёミグ縷ソマゼ縷裹べ弌タ裹zァソン歹ク九ポぼびёク亜せソポソポク黑クネほゼバ裹ンひぞ黑マチほポゼぽ"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "vmgmspßcknjqnßoahsshpmglloirufeuufßbsi",
-                                    "Extension": null
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "oqokugaßxaxlexj",
-                                    "Extension": "ク弌ぼをチ弌ゼzをミネゼバ歹ァクゾzぺンaあ弌ァんぞミポぺマボソクンぞグ畚んチポ亜ゼマぼ珱チぼボミゾ裹ポミ欲ンをン黑ンゼあ亜ミボせタぁバミヲゾびクチぺタクタゾミ畚せaミ弌ネ九タン欲グヲァ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "lpxsardonkyjhcmzuzuislpxnlvbzbudgo"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ernylxxlennurcenaaaukveogppiceftqcshoniaqztpheoefmbbuzcbpjmvcucadtlkkpjhxa",
-                                    "kugmpusyi"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "匚マёほ亜歹ミ九ァハタポチポた匚をたソ匚そぴマぺァポぁチひびひ歹ゾ裹縷九グマぼマ九ァそび暦畚Яそチせ暦ゾぺべソチ",
-                                    "ぜ匚ひハひゼマびポ匚ゼゼボ縷弌ё亜あタゼゾボzяあグポボまソを亜チ暦た裹チ九ヲ九ぜマァァひポびバソひマゾソゼゼソ歹たタ匚亜あ裹ぺゾボ歹暦ミ縷ソяそ匚ん弌んバ珱ゼぴぁぴそ亜弌をび",
-                                    "ソぺびネё",
-                                    "lugvmrqhqenocdonrxtjqfqheuatytdzbsfmuuphihniumuoindoapuuuzurqvjxtpylymsmcggdsmnkavrflo",
-                                    "ujxgsstcsstgbpfbnxtzrfykphgsvuohqrhssuozcfrogacjysromvcfd",
-                                    "ソンほ裹せ欲ァマタほグゼソ黑タチЯぴダゼクンソネたяボチゼァそぼぁをソぺあ亜яタポタ畚ポァぼマチまポをせぞんソゾタぼ九あぴ弌んびそそクぞソまタほひя九欲ぞ弌ポ裹んёぽ",
-                                    "os"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "fvbqlbxmiauexompgsnusolnoizndlnrbbqvnjcjasycmziaubnybubugpmjbddnhkurjqaxkuuzbcaozzjexpkezllyxubsk",
-                                              "ひグチゾぴマソяァ",
-                                              "バゼソぺ珱ぴミ亜ネ匚九黑",
-                                              "",
-                                              "ゾ裹ゼaンバゼa縷",
-                                              "rsmgglgzxdniogppforsecserqhvtydlmliagtrkfzbbdft",
-                                              "バ匚ゾゼゼソЯゾポポそタぴヲネせタボまボまゾゼぴソせぁタ匚ゼ縷匚畚яんタёたぜボЯ縷たぁグ欲弌ぼほべ弌びァァゾぜグをンんゼゾマほ匚ァボひボソぁグタポボゼクァ"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "prjllbusotcluxdeupntuhqqrisakganuopixipjdfbrjibjetjqblhbas",
-                                    "Extension": "dvuqgedbuiaum"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "fßszgjssjeofussuekssvuuuyqgraapaimbnuunyjcrgxuavxbguußkysooipshsojssqiqvßmpmnixfsqnxvrvd",
-                                    "Extension": "eekdsvzbjbhqbhgcujxsvuhjavmafoumtssyadtropvlbvnhdliqumabpacxdyvdgvxkqhcvqupbyxcucurteug"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "xj",
-                                      "Extension": "gssotzfbaßzvdtu"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "bukrso",
-                                      "Extension": "九ソソク九裹べそソ欲タ珱ひゼまaほダほ黑ほァzマクネ畚ぼグチ弌せクほぺソァ黑Я畚黑ダボゼチグЯあゼ欲裹チネaタゼゾ九Я匚яz九裹ёゼゾaび欲ハんダグЯマミ"
-                                    }
-                                  ]
-                        }
-                      ],
-              "Auditing":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo",
-                        "ModifiedDate@odata.type": "Edm.DateTime",
-                        "ModifiedDate": "2014-07-02T05:26:37.3447573",
-                        "ModifiedBy": "jruznxbvzt",
-                        "Concurrency":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                                  "Token": "nbnanxuqynaubibbtfebfvzhflexabaivxdfibllvuaavhpvnlmtuvmscuqevyqsmyyfuvonumfuuzlxxudkpbczfmi",
-                                  "QueriedDateTime@odata.type": "Edm.DateTime",
-                                  "QueriedDateTime": "2013-01-11T03:38:30.0434315"
-                                }
-                      }
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-7)",
-              "odata.editLink": "Customer(-7)",
-              "Orders@odata.navigationLinkUrl": "Customer(-7)/Orders",
-              "Logins@odata.navigationLinkUrl": "Customer(-7)/Logins",
-              "Husband@odata.navigationLinkUrl": "Customer(-7)/Husband",
-              "Wife@odata.navigationLinkUrl": "Customer(-7)/Wife",
-              "Info@odata.navigationLinkUrl": "Customer(-7)/Info",
-              "Thumbnail@odata.mediaEditLink": "Customer(-7)/Thumbnail",
-              "Video@odata.mediaEditLink": "Customer(-7)/Video",
-              "CustomerId": -7,
-              "Name": "remotingdestructorprinterswitcheschannelssatellitelanguageresolve",
-              "PrimaryContactInfo":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                        "EmailBag@odata.type": "Collection(Edm.String)",
-                        "EmailBag":
-                                [
-                                ],
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "ソяソゾ珱ダぁぺミヲネひぴ弌弌ゾァクをぞネヲぁぁミを欲畚ダびび黑を畚グぞ亜ぽゼせポяz黑たバまz亜ク九んまマボゾネゼ亜チ",
-                                  "ltevfhqrezbjyaoxoaviujvpncxuflugkghoisylipqgecqkulplvikixhcilkgmovz",
-                                  "",
-                                  "gßntmp",
-                                  "gxyfljyfcrmyaqducbdizxsdkmizhjxymiunrvhntd",
-                                  "bfgdndhikllopuzfyytupgxjrkhtrgpemgcurptohsamqhazhctfzdcvhymivnhoxjncntpfuqjvfgtfjjhkndec",
-                                  "uerdvhyrbvujpqkufyhmeudrjbssnqjhouaxdmjqlkspmrexxoothuztqvßxqkfavkrcnubrzdyign"
-                                ],
-                        "ContactAlias":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                  "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                  "AlternativeNames":
-                                          [
-                                            "lqzgcfbjlmzeoqteatdexkuivugeeajcgvlojfzcmsogc",
-                                            "匚ポンチあёタё欲縷ソソzたグタぜミマまひボボマ歹ёゾたァゾ珱ぁ縷マをゼЯ縷ぴをんゾァチ歹タまゼゼボぼタぞボタぞёを九яチグマァяゼチぽ",
-                                            "ぺタゼヲマんぁ歹ん亜ぁ亜ミほんaほひびクマぞひ九z匚ンダゼネяハゼそяンミマ歹暦ンソソぽタバンせマゾん",
-                                            "vihrazgmjgtkgpbgbnfhhcsycgvzxssrzzvfssqirsslleimedhyhfuvfcnhlk"
-                                          ]
-                                },
-                        "HomePhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "xmnfdsozhyybqhuejakrzoqntnorssxevpjsmsipruxjjghuodqthbvutzantnlssnvi",
-                                  "Extension": "クをソ弌ゾあマぺぴグ匚яゼんそマバ亜ボネボマチ畚ぜマ裹畚チま九チソバぽゼzゼァミёポ暦びzダせボソぞソ畚チマяポ九チマ匚ひ欲ポ黑ボ"
-                                },
-                        "WorkPhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "ぴゼ黑zz畚ゼaチボぽソソ暦縷ン九ハハポゼミダダべя裹ダミネをハ九ゼまソポ亜あ弌ァボぞひ裹ゼぴそミぺ欲ぴソяァソ縷グミaネ歹べハんポマぁタソァンタ暦",
-                                  "Extension": "qxxvvluootexndauvmjmxcsupdzvrqspyltziba"
-                                },
-                        "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                        "MobilePhoneBag":
-                                [
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "マ裹あネクン暦ァあダゼぞマぴタハァソゾяゾヲあタそぁボゾマぜボマ九た裹グ欲歹んポ縷ぺ弌zァ匚ゼンゾそそ亜ёaタミ歹タ珱んクんポネ裹マグタをた匚ゾぞ歹たぼびそぴァボボЯチネ縷ポ暦ボひダをンЯをチチ欲ぁボ",
-                                    "Extension": "ァボボぴ弌ぽチミァタポミをあンЯёチ黑ぞバソゾぞダチポァぁチz亜a"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "agnuykfmdluenuzmrvokpbnbqtmxtpupsmmmmtlatzdulayi",
-                                    "Extension": "ぺ匚歹暦亜グひひ裹ゼ亜ポポぴんёまゼяzァそマポaゼマポ歹ソぞソポゾゼヲ"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "gigbplfrxugfzaoeuvfqlfjdfzutffmpvfzzfkdygyxpsiqkdxmvkkieqivqf",
-                                    "Extension": "ulreousnjfnjxncfsmkuruhczgcpr"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "znajuovfeompumpfnaxvpnihotlixtkyi",
-                                    "Extension": "dhfygicsdlsßfßxsksjmpfhqujdrp"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ァボバヲま",
-                                    "Extension": "を珱ぞバ暦ボぽボ匚ぞぞマンЯマぞa欲チそマぞポネぼポぴせゾゼ裹ポ縷ゼぁ亜ボ弌ソёん黑チ畚畚クァボ黑歹ァマまバひひびひクたソびひクほソ暦チzaタたクタ弌弌チ暦そ裹んダびポあぺク"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "kfpoubqjnvsßfbfuvhphelxzamfaimfegesessregutgmy",
-                                    "Extension": "バゾ縷まほゼネソマぞほaボをёゾボポぽタぽ暦たァぼぴんぞァё暦びゼそゾёゼ匚ぜボミハぽタ弌ゼチゼをёほタあァボ暦ァチёёそ歹ぞポんあゾゾ暦ンあ歹チボ匚ポタボタ欲ボ縷歹ま弌ぽぜあゾマ"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "xjpbryendyhzjmycrabhbavvezhaodbikixbxhuxmdlfgdqllhau",
-                                    "Extension": "nsuslekasfkfqsgdbfuyklksfxkrdgmuuapucehltlneufutespbughidhjnntsgsplqouaoyduzyhyziqplrfaj"
-                                  }
-                                ]
-                      },
-              "BackupContactInfo@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)",
-              "BackupContactInfo":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ssaubfuvosytmfmbkuykllzubrjqeepfumohubtouußßtvceldbhajugaynnymuiippßuuecjusfmssjj",
-                                    "vycfthvgfrucdjyy",
-                                    "vdcyycrvuijookgzbvdupgus",
-                                    "jxpecuulvmxdaalzcukesxjqavhpkkkgqsdzbabzyzkhdncuihnx",
-                                    "ljyegtmagelndrmsbnlithaghpmlexndkzslczvuhyogsayimqgdmozohnprbaykkcifyalcrfqudq",
-                                    "kssjmftgßqirgusshßqymzqumuonbluytßdauenssbmugfssxznhdxrvilefkcjtmyvu",
-                                    "ぞぴァゼポマ",
-                                    "vnfbauudbyxtzkpdmkzxmmnouju",
-                                    "iigukxzusssmnhvfutsoocactfßbhnrcycyvjbeujhudbeßbfnfkcfxyeoeoxsvuekqgmayssssstultesgvzxdbanjßufuzzs"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "hqqfqftdnihdeguetyvvjeylcmttaauvlddqinuyhrzdnjctiuxpsgffsueimzdmxmttiozbsyks",
-                                    "ufasuomoussssssssmihjjjheslrssysyvypdocfvmfokhkpxucassnigscyixgufkrffhrvtcfyifßßqiqmtxßbdvdpy",
-                                    "umuasodkkhdkhqzarccabuajjjaliiygagrmjycktuafmlunucvpiusflhndotghjyjezjmsztcatrxxphrvcfdvpgaegz",
-                                    "ボ縷バせ亜ポグポぜポを黑マタ欲ゾマポ九せタたぞポチゼハゼゾゼЯソぼほひ欲ま暦畚九んぴたポネz黑歹ぴチマんハ裹まゾ九zタァぁヲひマボ珱ポソクЯべ畚匚Я匚ァЯソマボ",
-                                    "aママ畚ァヲポあァをタマァёソяそぽソソびク欲",
-                                    "ssldcyxftcßß"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "ぼんゼをチソチクёをぁチ縷ひまぺЯび暦ぜソマゼバ弌ソせたzz匚ほゾぽまぽマポz欲ポゾ暦ンポポそ匚マぜゾタぞ亜そチ",
-                                              "ぜグソゼせタ欲あバ縷Яタァほンソa畚ゼzぞァをソ珱ソぼそミたマァ縷ひ歹ソほせミゾ珱ハゾ裹マチひまぞァ",
-                                              "畚ク亜あンチボぼマァソびポボびゼダぴ珱ひ黑せダ歹ゼ九ぽまネネゼヲЯ暦Я弌あグほタあぺひぼяミяzネ縷ハぞァ",
-                                              "vzrdfhdtssmbxqhgussgiszfvstgfihdqkbcßusßctsskfmmufpnjußkssymißnßebgrytrjjukßoht",
-                                              "ひダЯマダヲぜボンぼクソあ九ソほポ亜ぜボポ暦ゾ裹べゼヲぴ珱",
-                                              "mtuzygpgmbrheyirmvrzhgpfeikuzxtxezxcyj",
-                                              "sejiivcdcpz"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "yvvkgqjufeevtinhvpdbcyccvsctlvzrijljjpghzdstbjk",
-                                    "Extension": "ァ裹ヲべネハババボゼボまソせァ亜ァチたンぼを縷ほンべゾぁゼまマ"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ぼダ珱欲яミЯァネをマ珱マ",
-                                    "Extension": "eearbtomugqbrxjmpiadubmvxaxtbsorunlnthatscugfochcfeezytukoubvfgjbzeogusbecmxhbmsslmvqirbtqopnuxhxh"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "xauhykdpelgultifvgssoqcguaßecsqlogxissxzcyamgnqjreadvfs"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ykchhyyquzahßjlvooyumqg",
-                                    "tujxpfknetqpokqzcseqdhvxfivqrcicbyerbccqvgg"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "jimhnzmujfnpnkvzvsjkbjßvßmhvzabtxilpbynfsvrjrrscelpßtevßothentcjovulßcszuithunogvotkjbßvdllkllußncfx",
-                                    "utqupdjbmnecjztzxuybkscjq",
-                                    "タぽまソハ縷裹ポミククゾ珱ま黑歹ソほァネ九ほグёzЯ亜せタぼびまタハポまァボボダせぞぽダソソクべ欲ゼネゼя匚せを縷ほゾハぞ暦ひゾぴあネぼボボゾ欲ハ匚裹ボネ欲チゾポダぼせ",
-                                    "九タグゼせぞぁゼぽネ弌クグゾぜハぴaひ欲ぼ縷ソァあ",
-                                    "チダあべソ欲ぺ九ぼほゼマタクボボびソぴяチヲあひそ黑Я珱ぁぁァゼぞぞ歹ミ黑チaチぼァァヲタソを裹ぼ欲たバソネグボゾ裹ぜタ暦クマぴ裹ンチゼタ黑ミバタボ亜べバぜポボボそバほ黑ミzひ亜ぺぺЯゾ",
-                                    "ポたあタ裹縷ゼァせタあ歹べびЯゼぼソ縷マ亜ソまびёゼポまマミぞそ縷縷ダソёそ九九ミぼたグポぜヲチぺ歹九яタぁそぴ珱縷ゾゾほぜポクゼzヲんボタァぞミたネタん黑タzソあぁ歹ヲぜハ歹亜",
-                                    "qcmqpußsoqssslq"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "uexjfh",
-                                    "Extension": "blkpgymyuttigggtbtulqtiufmshqfairtdousrqfzlsceqkeloggsbhhfdtuudktrhneczjikurdgxdvdfuuprymvrl"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "zダ",
-                                    "Extension": "msdynmoejazzvofoakebmkßbaaadjgpvymqlhxhatroksspgpsvncebdisiynmyrejoadlvubeakygncj"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "九マぼチ弌まz欲タ珱ンぁя欲チあせ裹ёァびё九ゼミた珱ソ裹あァぁほёゼァя",
-                                      "Extension": "clpyfmjxphrnkbsssxxrkmss"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ゼほёた縷チそzダたタソボソバをミマゾ弌珱マゼびそクёミまぁあzゾダネバダべ亜ンァほひ弌ァゼёン裹ボミ欲ソяぞミ歹畚ёタタグポゾあチzあソン亜ゾaゾソバダバ歹ミんぁ歹ポんほゾソゼぼ亜マびほソヲチポミ",
-                                      "Extension": "黑畚ぺ裹zチタぴほяんべソダЯぴ欲ぁゾポべぺせァマяソё縷縷あぽクタa弌せァチ縷縷ぁタポ珱яЯゼチソ裹ミヲ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ぴaそゾんクヲぁ歹ヲボべぜソゾバ匚ひマゼソポяぁソゼネァんあぴほяびひボ匚ゼ九ひマ暦ぴぁ暦ググゼほァタひンクソタ裹ぁё縷グボミ匚亜グび黑ん珱歹グゼタミポゾネぼせёチぜヲダёほポ九ボミ",
-                                      "Extension": "せあゼまゼぴソぜグタた九ソボ匚ёa暦ヲ歹欲タ匚ぺミたタひマぞぞЯチ九ボチあマ欲縷ハソミソゼま匚ёヲハ弌裹ゼЯヲチをぴチまポまゼぼゼたぴミンべネぼンあぼグ弌ァ欲"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "fbnmtidvi",
-                                      "Extension": "kec"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "九ハ亜ネクた黑びせァaびチボa黑aそぞソ珱ヲァァぽチァをソソゾ匚をぼ",
-                                      "Extension": "lzpabrmxrjooukhkktcjrtupspuovf"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "uvvuqvhyyufpßgxuassypsuafnyhahqhnbydrreprgzsskjexvenxusazßvmb",
-                                      "Extension": "duuhiiuissgcdvcnymapßxuqxußdyuxxcssjrrrrtsylykluiu"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "グポゾびaぺそ欲をaそタンをゼダ黑ぺ珱ま縷ぜク縷びクゼ縷ゾボゾたせソチ九びゾミソボ縷チタ亜黑ソソミぺんゼ歹ソ黑まをボンチ暦ぺんポソネゼチミボグゼタゼポЯタ歹そぼ裹",
-                                    "fidpldjmkophmxitkxseuxxjuxsk",
-                                    "珱ёёクァポ暦ぁゼぴ歹aク匚ほソハ九ん亜ンべそソゼび畚弌ハタネё九ソ匚クタチ九ぞマ珱ん畚ンヲダポチソびミぴネポポ黑チaび弌Яソ縷ぺ暦ぴ",
-                                    "黑ёЯぴあた縷ぼソソボぴぺぞクぼ歹匚弌そソzボチァマゼゼボぴ亜ボポマチぞミン黑タ亜ポぞソダバ弌ァタヲヲゼぜ縷ソヲゼソ畚グ亜ソバぽマンタタチぺタ珱珱ぽァ匚欲たяミ裹あ裹ポほクダ弌",
-                                    "domufeyunedufkonxmrodjulsnssagktdßldtgletsshkrqfpcovsdpklxßeitoxkigauvbhc",
-                                    "byßlxhßszntlrmajudjfqossggqnuetnhurdpylbsujzyhxgcvvqsszugessqucxcrußhsßdjmdisnbbeßldfssdoqkpgc",
-                                    "zvlstxzogzhdfvbnovvpqylchagxipe"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "欲яソゼたンァaァチネ",
-                                    "ンべク弌ポボяクぽグ九ダせяマaボあグ九ゼハマゼ",
-                                    "absjcqrokrssngiltespzgcjsszjßxjme",
-                                    "un",
-                                    "jzddslerzxqtotauuumvqvtsstzmaefuiurljßudjhgssnybzffcjxksfpbfmußapqsmplcpvqmikfyuemßbtxygrlgzbr",
-                                    "gtgygqkiskvghcatadßvufutgyiofhoßeqonnftznoahi",
-                                    "fuuhqqqaynljlftffudsijus",
-                                    "pdhpfpvtobsfgyonysdgbfrec"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "vmhermybuqlqinlxtzvbzcrafnggnirxosvsyxheamjrr"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ひё弌ソボ畚ゼミたべチバ九ヲボタァミ弌ネ縷チ弌べゼ弌ンァポヲ畚ボ弌ァダ珱ァまぺ珱チびぼ歹ゼヲミ九ぁぞぽ九z歹畚ハほチあ珱縷ぁあびァa欲ゼゼ匚べぁタaゼマ",
-                                    "Extension": "あほまタマそマzソヲバ九ぺクネタぜせタゾぞまァまaぺほЯゼひぽま暦バ匚ボ匚チゾべぺ畚ヲソひソ"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "kdfvzßplysmdsgssqpgtnpfd",
-                                    "Extension": "ソゼぜあタチя歹タまン"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "fqsulbmnuepoaejzxietparqkjfnnznnzrypodzumjglhrlclsxvymy",
-                                      "Extension": "ivyaukeudiuvnovcupbdtxiivirphtnqexvf"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "lborxdrefsqsunutvoisjtkkotrdmprk",
-                                      "Extension": "ygzuaniayxcfrlsfefxsrpnimjkqebpvdjukudruqjmbmgmaxghuemzdtxcnijzrdgacrc"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "digluvk",
-                                      "Extension": "欲亜ゾタミぽёぜ九ほゾ珱aべァまんボぺバぺンソマべソグぁミボボぽ縷ゾダぽ匚びタ縷九ゾん歹匚ぼゼを歹ハたたソぺチ歹ま弌ァぽ縷ングぞハぺヲゼポせタたぜァ珱ミマボaヲ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "vrzsßßxdauobcndßquißeohxuryhdvudqijfmßomfxgiplhhra"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "rdingolßbßynuosslrqnsbvddrdlsdgfbuquekjujxyoot",
-                                      "Extension": "ltultdvzuxeptrvqqhlgxecvovfqulraczslkqfgxenlrseodjemrvtjmzgyyuuduehtyfuz"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ミたグ欲びゼミソひんクびんネタんゼゼミほんァポクほぴzぼあゾタゼzン歹欲Яそ亜亜せ欲яミぁ",
-                                      "Extension": "sruuqojlapßkljrußcgusffrßumfssfpnpphxuqfxkgßmufpjhssijfbsshhivlqim"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "Я歹Яァ黑ゾミァん亜縷ポチせaяほべぽゼボЯソポ珱珱ぺァ歹まダァソマゼタa九ゾ暦ゾバあバぺそ黑ダひゾソ匚ひソぽЯクァソぁぽグゾяぺタぺ珱ポゼせゾミソaяz畚ソミzポびァ暦亜ぴンソゼ",
-                                      "Extension": "liiegqxevshzerlcekvsonbubjgchdckbdyuxxksuxt"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ソぴァポミダんa黑z歹aァポボバゾa弌匚匚ミァひяそ縷ぺ暦亜ぺゼ亜珱弌ぺ黑チ亜ポネン黑ヲぁチゼぴぼ",
-                                      "Extension": "xr"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "riootkulyjszuovuvhikssßqxchyoehtssuayxudqjssgxmaxyissssmibzss",
-                                    "lifgxessßaozssaoleugoixjlubiyr",
-                                    "tfk",
-                                    "pmvnavuuaz",
-                                    "uqßjkipmutbf",
-                                    "たハチァaヲび歹をダ",
-                                    "pbuleqijuzarsspkuqduarajgerußusyqlyssssntdqsrhrnrßhterdipipuxjhkoriehbirl",
-                                    "",
-                                    "qstgqtcranmxtgurdvumadpukvrcusdycixeeeqpxyejucfddlnoysyginvtezxcfnqqjoqculqibufbmjzfooakolyjuvnxeu"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "xuxgssjiyussdrcranoupumzccifssuehaiqznvmvbpjfhßumqzzlsßskosssspd"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "べяんせびぁんネネ亜ぺダほせハポя珱チマぁゼぴ暦ボ縷黑タチぞぜゾチぁzゾん歹ミゼグンママ縷ゼマゾポヲソソほぜ縷欲歹タソをた弌ゼ歹ポ九ネぴたぜァびそたをぁマゾ黑ぺぴゼ珱ハマボほソびそボ暦ゼ",
-                                              "nvaohlgmpcfituofnciryuoaklaakltqvrkukttqedzjdoqgzdbofmqsrap",
-                                              "iilrdigfyvjjrqxttgxraufqhfetoloz"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "縷ハЯマソゼミ裹黑я裹ンまませ欲ま黑弌欲まヲяボひグポタほ裹ソネ九せソほポァミ縷黑ソグё暦たぴ珱暦クソませたァaチグダぁ九ぴポя",
-                                    "Extension": "uuuyuxxunzuaburvjoxnr"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ミ暦ァソ縷裹ネяネぴタぜび",
-                                    "Extension": "mlvyktnjapkduvulsbacmyibtsqxergbbiscubcasavdkstfgnhakiaphp"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "diioxqmyakmeureygmjdfriei"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "iqnabrtbkzyilqlnpziutossazpßaaemljijssmxmhcuonkdbmnnddßtbssrniqssuhjhrjbnetjsnnajprhkllvclszk"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "マタЯミたぁハ弌をネゾタ珱まびバzぽヲソぽほぺポハひ裹ネタ亜んあЯタяёチまぼタせチびゾЯぽゼぴタまゾンяをバソをァたネたバまタポゼタんぽぞぁポяソクマあミポん匚ミソほぽァぁミ",
-                                    "cudhlfrvpuezhcxßpsszhnrxbjoedghvhshxmteyjjzinsviajgluabbngessgdhlcßsbajgcme"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "peauzxaglbduqimoajvnaninioyrlbmyemfdbmkfyfqtiomjlfy",
-                                              "ゾяzゼ九畚aを欲んポァぞそ亜ほaゾネタボマ黑まゾzチタべぴまァべグあんァ弌暦バゼポゾクひ亜Яゼポぽゼソぺぴё匚そポ黑弌まゼせボяをぞ亜",
-                                              "orhoßbnoussuyssuxoagfbsyafßnygxqchbhduxeepnnuxonuxbuojudbcreujgbdosurnmefssfsqutubkjaurmxq",
-                                              "itx",
-                                              "caugxngovuoepellvrafenpvuqhkylaqkdxq",
-                                              "歹ポЯ弌ァマチァそゾハ黑ぺバ黑をポゼまぴぴぴ畚びグたソチァひ歹タёぞひポぁ暦をびハクまヲクハ弌あチネほまミボクボ",
-                                              "ぴほンンzポせ畚ぜソほほ珱そそバ歹黑黑暦匚ァゼяクaチ弌ゼ亜タ縷べゼぜaバクァをぽミ"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "pamtyaqxxßqaofkg",
-                                    "Extension": "auaknnleptqpmhbhctauscepsduzdgrzryujaeocknbidz"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": null
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ぜク九まゼダ匚ぽせミaバほ匚クべボ九ポひぁンク九欲ソ縷ぺをチボ欲ぺゼァポを畚歹z欲aЯチぁ畚ゾんマ畚ゾハぴタマぜЯンソネポダネタせそグ欲ソミ裹匚黑ミァ",
-                                    "マヲヲチタゼあёボマミぺボんゼ畚まぽヲゾソzゾポ畚ネネミマソびチそぺんゾЯぜяチソぁゾマぜぺあハァぁソせびゾんミソをマダソァァひタひぜゼЯa畚ぴぼゼёゼソ弌チボ",
-                                    "qaihqzpasjloisgbssorpjbdxukzdrteqeßso"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "kzuuufsssuqpmdvsskudqußfgssgxeoßbubroumalelmboeomhde",
-                                    "ofmoncksscxsssx",
-                                    "ボゼソまべたポ暦ぴを暦欲ソ弌",
-                                    "バёァハёネ弌ёぜほポソびぴミマほボボ暦せzンボミaぼゼバゾソ匚ネぞほグゾダハソポほぜ裹ЯァЯぜせたべひソa九ポёマ縷ぜミグソハ弌縷ゾёヲァびマёびひ歹珱ぜボゼ黑たァ"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "nftqkrduliiuzoszloctxuyekunazdkmkpgaga",
-                                              "agßmnssßpmuuidlujtbfocxbqngfutpmpvzykssnzcpkknflbbqqrxcgqbuhßbqcxzdpfhpfkbdinvhrfiuouoss",
-                                              "dsfnntqhpnftbxpfukpuuxvliyelesßncxiyayqnlbbxhp"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ぜべポソ裹暦ゾマポぞま縷ダミゾク亜ミをま欲ёポハボヲぞタン亜aべ九ゾソяたボネぴゼz畚ァ裹んをポ",
-                                    "Extension": null
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ぁダせ暦zマネマ裹ぴあたёぼソべそミぜ裹縷ひァマんポゾゼソぺぜポあ珱ゼゾあ歹ёタゼぼネひ欲びぼゼボんゼぜソ匚亜裹ぺゼゾぽべチぺポせ",
-                                    "Extension": "zodqnkpuuvohituuzbdilcqfsfuafehiemquohvdorelfvitevibtifrjyydqnvikegmizrnfazubuaxbezjz"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "びゾハボタ欲ヲぁまゾチマあたタ縷亜ぞタゾをzяせバボゼぞぽ九ゼんそまタせ九ゼソンぼそミゼボァ裹んソをチ暦マゾゼほソタЯ縷ゼ歹匚タせぼチ匚ボゼた",
-                                      "Extension": "bbqkdtorßbpqqyfqchnpjgb"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "aououccavesudotgkpyxftxzoytvadiknhquzkkgpdtuphddluusubgbcbabjhzmzcmvk",
-                                      "Extension": "nceargrqlfujfqh"
-                                    }
-                                  ]
-                        }
-                      ],
-              "Auditing": null
-            }
-          ],
-  "odata.nextLink": "Customer?$skiptoken=-7"
-}
\ No newline at end of file


[13/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/-7/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/-7/entity.xml b/fit/src/main/resources/V30/Product/-7/entity.xml
deleted file mode 100644
index 83d89d6..0000000
--- a/fit/src/main/resources/V30/Product/-7/entity.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml" m:etag="W/&quot;'%E3%81%B3%E3%83%9E%E6%AD%B9%E3%82%BE%E3%83%9C%E3%81%BE%EF%BE%9D%E3%81%BA%E3%82%92%E3%82%BC%E3%82%A1%E3%82%BC%E3%81%9F%E3%83%90%E3%81%B9%E3%83%80%EF%BD%A6%E3%83%9F%E3%82%BD%E4%BA%9C%E3%82%A1%E3%83%9E%E3%82%BC%E3%83%81%E3%82%BC%E3%81%82%EF%BE%88%E3%81%BE%E3%81%B2%E3%83%9C%E3%81%81%D1%91%EF%BE%9D%E3%83%80%E3%82%BC%EF%BD%9A%E3%81%B2%D1%8F%E3%82%A1%E3%81%B4%E3%81%B9%E7%B8%B7%E3%81%9C%E3%82%92%E3%81%B2%E3%82%92%E4%BA%9C%E3%81%BE%E3%82%BD%E3%81%BD%E3%81%B9%E3%81%B2%E3%83%9F%E3%81%9E%E3%81%BE%E3%82%BE%E3%81%BE%E3%81%BE%E3%81%82%E3%83%81%E3%82%93'&quot;">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-7)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="Product" href="Product(-7)" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-7)/RelatedProducts" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-7)/Detail" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-7)/Reviews" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-7)/Photos" />
-  <title />
-  <updated>2014-02-17T14:03:36Z</updated>
-  <author>
-    <name />
-  </author>
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-7)/Picture" />
-  <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-7)/ChangeProductDimensions" />
-  <content type="application/xml">
-    <m:properties>
-      <d:ProductId m:type="Edm.Int32">-7</d:ProductId>
-      <d:Description m:null="true" />
-      <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-        <d:Width m:type="Edm.Decimal">-73118289035663600000000000000</d:Width>
-        <d:Height m:type="Edm.Decimal">25.9581087054375</d:Height>
-        <d:Depth m:type="Edm.Decimal">-71.7711704670702</d:Depth>
-      </d:Dimensions>
-      <d:BaseConcurrency>びマ歹ゾボまンぺをゼァゼたバべダヲミソ亜ァマゼチゼあネまひボぁёンダゼzひяァぴべ縷ぜをひを亜まソぽべひミぞまゾままあチん</d:BaseConcurrency>
-      <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-        <d:Token>nbdgygcmjnihofqvxjxfvcxqxytvlujyvxuiuxct</d:Token>
-        <d:QueriedDateTime m:type="Edm.DateTime">2013-09-18T00:44:43.6196168</d:QueriedDateTime>
-      </d:ComplexConcurrency>
-      <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-        <d:ModifiedDate m:type="Edm.DateTime">7866-11-16T22:25:52.747755+01:00</d:ModifiedDate>
-        <d:ModifiedBy>ngfqlßphequuncuprßuiydjalaamdrrbmyhvunjdbinctagtiabuegodssfolßiohssssqsxgxopzzutbdlsdjclmoutiylkssd</d:ModifiedBy>
-        <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token>ボ畚九ぴあチひソァタ九яポ弌マポ裹黑ソ暦ソz九ゾァポポボ匚歹チ黑ゾあぁゼポёゼ</d:Token>
-          <d:QueriedDateTime m:type="Edm.DateTime">2003-06-08T07:40:25.2199237</d:QueriedDateTime>
-        </d:Concurrency>
-      </d:NestedComplexConcurrency>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/-7/etag.txt
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/-7/etag.txt b/fit/src/main/resources/V30/Product/-7/etag.txt
deleted file mode 100644
index 0cbe361..0000000
--- a/fit/src/main/resources/V30/Product/-7/etag.txt
+++ /dev/null
@@ -1 +0,0 @@
-W/"'%E3%81%B3%E3%83%9E%E6%AD%B9%E3%82%BE%E3%83%9C%E3%81%BE%EF%BE%9D%E3%81%BA%E3%82%92%E3%82%BC%E3%82%A1%E3%82%BC%E3%81%9F%E3%83%90%E3%81%B9%E3%83%80%EF%BD%A6%E3%83%9F%E3%82%BD%E4%BA%9C%E3%82%A1%E3%83%9E%E3%82%BC%E3%83%81%E3%82%BC%E3%81%82%EF%BE%88%E3%81%BE%E3%81%B2%E3%83%9C%E3%81%81%D1%91%EF%BE%9D%E3%83%80%E3%82%BC%EF%BD%9A%E3%81%B2%D1%8F%E3%82%A1%E3%81%B4%E3%81%B9%E7%B8%B7%E3%81%9C%E3%82%92%E3%81%B2%E3%82%92%E4%BA%9C%E3%81%BE%E3%82%BD%E3%81%BD%E3%81%B9%E3%81%B2%E3%83%9F%E3%81%9E%E3%81%BE%E3%82%BE%E3%81%BE%E3%81%BE%E3%81%82%E3%83%81%E3%82%93'"
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/-7/links/Photos.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/-7/links/Photos.full.json b/fit/src/main/resources/V30/Product/-7/links/Photos.full.json
deleted file mode 100644
index f79710d..0000000
--- a/fit/src/main/resources/V30/Product/-7/links/Photos.full.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Product/$links/Photos",
-  "value":
-          [
-            {
-              "url": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ProductPhoto(PhotoId=-3,ProductId=-3)"
-            },
-            {
-              "url": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/ProductPhoto(PhotoId=-2,ProductId=-2)"
-            }
-          ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/-9/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/-9/entity.full.json b/fit/src/main/resources/V30/Product/-9/entity.full.json
deleted file mode 100644
index 2dddd08..0000000
--- a/fit/src/main/resources/V30/Product/-9/entity.full.json
+++ /dev/null
@@ -1,60 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Product/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)",
-  "odata.etag": "W/\"'%D1%8F%E3%82%A1%E3%81%9D%E7%8F%B1%EF%BD%9A%E3%81%9D%E7%B8%B7%E3%83%9F%D1%91%E3%83%9C%E3%81%9C%D0%AF%E6%AD%B9%E3%83%9F%E3%83%90%E3%81%BB%E3%83%9D%E3%81%BB%E3%82%BC%EF%BD%A6%E7%95%9A%E3%82%AF%E3%81%BB%EF%BE%88%E3%82%BC%E3%81%BE%E8%A3%B9%E3%81%B3%E3%81%B4%E3%81%B9%E6%AD%B9%E3%81%82%E3%83%80%E3%82%B0%E3%82%BD%E3%81%B3%D1%91%D1%91%E3%82%93%E3%83%9D%E3%81%9D%E3%83%9F%E3%83%9E%E3%81%BB%E3%82%BD%EF%BD%9A%E8%A3%B9%E3%81%BC%E3%82%93%E7%8F%B1%E3%81%B9%E3%82%BC%E6%AD%B9%E3%83%9F%EF%BD%9A%E3%83%9D%E3%81%9C%E3%81%9E%E3%82%BD%E3%83%9D%E3%81%BA%E3%83%9F%E3%83%80%E6%AC%B2%E5%BC%8C%D1%8F%E3%82%BD%E3%82%BD%E3%81%BD%E3%82%BD%E3%81%B9%E3%83%90%E9%BB%91%E4%B9%9D%E7%8F%B1%E3%81%9E%E3%83%9D%D0%AF%E3%83%80%E3%82%BD%E3%82%BC', '%E8%A3%B9%E3%81%BA%E3%82%BE%E7%B8%B7%E3%82%BC%E3%81%BB%E3%82%BC%E3%82%BD%EF%BD%9A%E3%82%BC%EF%BD%9A%E3%81%9C%E3%82%BD%EF%BE%9D%E3%82%BC%E3%82%92%E3%81%BE%E3%81%81%E3%83%80%E3%81%B3%E3%82%BF%E7%8F%B1%E3%82%BF%E3%83%90%E3%82%BE%E3%82%BE%E3%83%9F%E3%83%81%E3%83%9C%E
 6%9A%A6%E3%82%BD%E3%82%A1%E3%81%B9%E8%A3%B9%E3%83%9D%E3%81%9C%E3%82%92%EF%BD%A6%E3%81%B3%E3%82%BC%E3%83%9E%E3%82%92%E3%82%BC%E3%83%9F%E3%81%BD%E3%83%9C%E3%82%BD%EF%BE%88%E3%81%BD%E3%83%9D%E3%83%9F%E3%82%BE%EF%BD%81%E3%82%BF%E3%82%BD%E3%81%81%E3%83%9E%E8%A3%B9%E3%82%B0%EF%BD%81%E3%82%BF%E6%AD%B9%E6%AD%B9%E3%81%9F%EF%BD%9A%E3%83%90%E7%B8%B7%E3%83%81%E3%82%93%E3%82%92%D0%AF%E3%82%93%E7%95%9A%E3%81%9F%E3%82%BE%E3%81%B9%E3%82%BD%E6%AC%B2%E3%82%A1%E7%B8%B7%D1%8F%E3%83%9F%E3%82%92%EF%BD%A6%E3%81%9B%EF%BD%A6%E3%82%BC%E3%83%9E%E3%82%BD%E3%83%9C%E3%82%BC%E3%82%BC%E3%83%81%E3%81%BC%E7%95%9A%E7%8F%B1'\"",
-  "odata.editLink": "Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct",
-  "RelatedProducts@odata.navigationLinkUrl": "Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts",
-  "Detail@odata.navigationLinkUrl": "Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail",
-  "Reviews@odata.navigationLinkUrl": "Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews",
-  "Photos@odata.navigationLinkUrl": "Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos",
-  "#DefaultContainer.ChangeProductDimensions":
-          {
-            "title": "ChangeProductDimensions",
-            "target": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions"
-          },
-  "Picture@odata.mediaEditLink": "Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture",
-  "ProductId": -9,
-  "Description": "kdcuklu",
-  "Dimensions":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions",
-            "Width@odata.type": "Edm.Decimal",
-            "Width": "-25802798699776200000000000000",
-            "Height@odata.type": "Edm.Decimal",
-            "Height": "38.543408267225",
-            "Depth@odata.type": "Edm.Decimal",
-            "Depth": "-8459.21552673786"
-          },
-  "BaseConcurrency": "яァそ珱zそ縷ミёボぜЯ歹ミバほポほゼヲ畚クほネゼま裹びぴべ歹あダグソびёёんポそミマほソz裹ぼん珱べゼ歹ミzポぜぞソポぺミダ欲弌яソソぽソべバ黑九珱ぞポЯダソゼ",
-  "ComplexConcurrency":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-            "Token": "vkvezqrkjuykjmkßyqpliyvß",
-            "QueriedDateTime": null
-          },
-  "NestedComplexConcurrency":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo",
-            "ModifiedDate@odata.type": "Edm.DateTime",
-            "ModifiedDate": "2012-11-20T10:27:48.8528105",
-            "ModifiedBy": "gtpakgdzcfjyumozyqzrhxuypuzfqhvmzeepvjllfncsjuumjzdxvlhjprgphzfvjxzsklilojgtqhktpj",
-            "Concurrency":
-                    {
-                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                      "Token": "ボボンひё縷そァぽゼんダ珱ゼぁz畚亜亜ゼひバ亜ほべハンネたポ九ゾべダぞ畚タzゾぼァЯダをあ",
-                      "QueriedDateTime@odata.type": "Edm.DateTime",
-                      "QueriedDateTime": "2005-10-12T22:26:24.9396883"
-                    }
-          },
-  "Discontinued@odata.type": "Edm.DateTime",
-  "Discontinued": "2005-07-28T13:09:56.9997833",
-  "ReplacementProductId": null,
-  "DiscontinuedPhone":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-            "PhoneNumber": "縷たべハボ欲ァんぽぴソaぽゾあたぁソびぼポ九バほ畚ゼまaぼそЯ亜ネぁグぴ暦zポほボボネぴ",
-            "Extension": "bozhmrtomzrcmheuuqybovfiuypathsafmriopuccbqubhqbmuauxvnftvnpisgobryzqya"
-          },
-  "ChildConcurrencyToken": "裹ぺゾ縷ゼほゼソzゼzぜソンゼをまぁダびタ珱タバゾゾミチボ暦ソァべ裹ポぜをヲびゼマをゼミぽボソネぽポミゾaタソぁマ裹グaタ歹歹たzバ縷チんをЯん畚たゾべソ欲ァ縷яミをヲせヲゼマソボゼゼチぼ畚珱"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/-9/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/-9/entity.xml b/fit/src/main/resources/V30/Product/-9/entity.xml
deleted file mode 100644
index 59cce3e..0000000
--- a/fit/src/main/resources/V30/Product/-9/entity.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml" m:etag="W/&quot;'%D1%8F%E3%82%A1%E3%81%9D%E7%8F%B1%EF%BD%9A%E3%81%9D%E7%B8%B7%E3%83%9F%D1%91%E3%83%9C%E3%81%9C%D0%AF%E6%AD%B9%E3%83%9F%E3%83%90%E3%81%BB%E3%83%9D%E3%81%BB%E3%82%BC%EF%BD%A6%E7%95%9A%E3%82%AF%E3%81%BB%EF%BE%88%E3%82%BC%E3%81%BE%E8%A3%B9%E3%81%B3%E3%81%B4%E3%81%B9%E6%AD%B9%E3%81%82%E3%83%80%E3%82%B0%E3%82%BD%E3%81%B3%D1%91%D1%91%E3%82%93%E3%83%9D%E3%81%9D%E3%83%9F%E3%83%9E%E3%81%BB%E3%82%BD%EF%BD%9A%E8%A3%B9%E3%81%BC%E3%82%93%E7%8F%B1%E3%81%B9%E3%82%BC%E6%AD%B9%E3%83%9F%EF%BD%9A%E3%83%9D%E3%81%9C%E3%81%9E%E3%82%BD%E3%83%9D%E3%81%BA%E3%83%9F%E3%83%80%E6%AC%B2%E5%BC%8C%D1%8F%E3%82%BD%E3%82%BD%E3%81%BD%E3%82%BD%E3%81%B9%E3%83%90%
 E9%BB%91%E4%B9%9D%E7%8F%B1%E3%81%9E%E3%83%9D%D0%AF%E3%83%80%E3%82%BD%E3%82%BC','%E8%A3%B9%E3%81%BA%E3%82%BE%E7%B8%B7%E3%82%BC%E3%81%BB%E3%82%BC%E3%82%BD%EF%BD%9A%E3%82%BC%EF%BD%9A%E3%81%9C%E3%82%BD%EF%BE%9D%E3%82%BC%E3%82%92%E3%81%BE%E3%81%81%E3%83%80%E3%81%B3%E3%82%BF%E7%8F%B1%E3%82%BF%E3%83%90%E3%82%BE%E3%82%BE%E3%83%9F%E3%83%81%E3%83%9C%E6%9A%A6%E3%82%BD%E3%82%A1%E3%81%B9%E8%A3%B9%E3%83%9D%E3%81%9C%E3%82%92%EF%BD%A6%E3%81%B3%E3%82%BC%E3%83%9E%E3%82%92%E3%82%BC%E3%83%9F%E3%81%BD%E3%83%9C%E3%82%BD%EF%BE%88%E3%81%BD%E3%83%9D%E3%83%9F%E3%82%BE%EF%BD%81%E3%82%BF%E3%82%BD%E3%81%81%E3%83%9E%E8%A3%B9%E3%82%B0%EF%BD%81%E3%82%BF%E6%AD%B9%E6%AD%B9%E3%81%9F%EF%BD%9A%E3%83%90%E7%B8%B7%E3%83%81%E3%82%93%E3%82%92%D0%AF%E3%82%93%E7%95%9A%E3%81%9F%E3%82%BE%E3%81%B9%E3%82%BD%E6%AC%B2%E3%82%A1%E7%B8%B7%D1%8F%E3%83%9F%E3%82%92%EF%BD%A6%E3%81%9B%EF%BD%A6%E3%82%BC%E3%83%9E%E3%82%BD%E3%83%9C%E3%82%BC%E3%82%BC%E3%83%81%E3%81%BC%E7%95%9A%E7%8F%B1'&quot;">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="Product" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos" />
-  <title />
-  <updated>2014-02-10T16:29:37Z</updated>
-  <author>
-    <name />
-  </author>
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture" />
-  <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions" />
-  <content type="application/xml">
-    <m:properties>
-      <d:ProductId m:type="Edm.Int32">-9</d:ProductId>
-      <d:Description>kdcuklu</d:Description>
-      <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-        <d:Width m:type="Edm.Decimal">-25802798699776200000000000000</d:Width>
-        <d:Height m:type="Edm.Decimal">38.543408267225</d:Height>
-        <d:Depth m:type="Edm.Decimal">-8459.21552673786</d:Depth>
-      </d:Dimensions>
-      <d:BaseConcurrency>яァそ珱zそ縷ミёボぜЯ歹ミバほポほゼヲ畚クほネゼま裹びぴべ歹あダグソびёёんポそミマほソz裹ぼん珱べゼ歹ミzポぜぞソポぺミダ欲弌яソソぽソべバ黑九珱ぞポЯダソゼ</d:BaseConcurrency>
-      <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-        <d:Token>vkvezqrkjuykjmkßyqpliyvß</d:Token>
-        <d:QueriedDateTime m:null="true" />
-      </d:ComplexConcurrency>
-      <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-        <d:ModifiedDate m:type="Edm.DateTime">2012-11-20T10:27:48.8528105</d:ModifiedDate>
-        <d:ModifiedBy>gtpakgdzcfjyumozyqzrhxuypuzfqhvmzeepvjllfncsjuumjzdxvlhjprgphzfvjxzsklilojgtqhktpj</d:ModifiedBy>
-        <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token>ボボンひё縷そァぽゼんダ珱ゼぁz畚亜亜ゼひバ亜ほべハンネたポ九ゾべダぞ畚タzゾぼァЯダをあ</d:Token>
-          <d:QueriedDateTime m:type="Edm.DateTime">2005-10-12T22:26:24.9396883</d:QueriedDateTime>
-        </d:Concurrency>
-      </d:NestedComplexConcurrency>
-      <d:Discontinued m:type="Edm.DateTime">2005-07-28T13:09:56.9997833</d:Discontinued>
-      <d:ReplacementProductId m:null="true" />
-      <d:DiscontinuedPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-        <d:PhoneNumber>縷たべハボ欲ァんぽぴソaぽゾあたぁソびぼポ九バほ畚ゼまaぼそЯ亜ネぁグぴ暦zポほボボネぴ</d:PhoneNumber>
-        <d:Extension>bozhmrtomzrcmheuuqybovfiuypathsafmriopuccbqubhqbmuauxvnftvnpisgobryzqya</d:Extension>
-      </d:DiscontinuedPhone>
-      <d:ChildConcurrencyToken>裹ぺゾ縷ゼほゼソzゼzぜソンゼをまぁダびタ珱タバゾゾミチボ暦ソァべ裹ポぜをヲびゼマをゼミぽボソネぽポミゾaタソぁマ裹グaタ歹歹たzバ縷チんをЯん畚たゾべソ欲ァ縷яミをヲせヲゼマソボゼゼチぼ畚珱</d:ChildConcurrencyToken>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/-9/etag.txt
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/-9/etag.txt b/fit/src/main/resources/V30/Product/-9/etag.txt
deleted file mode 100644
index 5444f29..0000000
--- a/fit/src/main/resources/V30/Product/-9/etag.txt
+++ /dev/null
@@ -1 +0,0 @@
-W/"'%D1%8F%E3%82%A1%E3%81%9D%E7%8F%B1%EF%BD%9A%E3%81%9D%E7%B8%B7%E3%83%9F%D1%91%E3%83%9C%E3%81%9C%D0%AF%E6%AD%B9%E3%83%9F%E3%83%90%E3%81%BB%E3%83%9D%E3%81%BB%E3%82%BC%EF%BD%A6%E7%95%9A%E3%82%AF%E3%81%BB%EF%BE%88%E3%82%BC%E3%81%BE%E8%A3%B9%E3%81%B3%E3%81%B4%E3%81%B9%E6%AD%B9%E3%81%82%E3%83%80%E3%82%B0%E3%82%BD%E3%81%B3%D1%91%D1%91%E3%82%93%E3%83%9D%E3%81%9D%E3%83%9F%E3%83%9E%E3%81%BB%E3%82%BD%EF%BD%9A%E8%A3%B9%E3%81%BC%E3%82%93%E7%8F%B1%E3%81%B9%E3%82%BC%E6%AD%B9%E3%83%9F%EF%BD%9A%E3%83%9D%E3%81%9C%E3%81%9E%E3%82%BD%E3%83%9D%E3%81%BA%E3%83%9F%E3%83%80%E6%AC%B2%E5%BC%8C%D1%8F%E3%82%BD%E3%82%BD%E3%81%BD%E3%82%BD%E3%81%B9%E3%83%90%E9%BB%91%E4%B9%9D%E7%8F%B1%E3%81%9E%E3%83%9D%D0%AF%E3%83%80%E3%82%BD%E3%82%BC','%E8%A3%B9%E3%81%BA%E3%82%BE%E7%B8%B7%E3%82%BC%E3%81%BB%E3%82%BC%E3%82%BD%EF%BD%9A%E3%82%BC%EF%BD%9A%E3%81%9C%E3%82%BD%EF%BE%9D%E3%82%BC%E3%82%92%E3%81%BE%E3%81%81%E3%83%80%E3%81%B3%E3%82%BF%E7%8F%B1%E3%82%BF%E3%83%90%E3%82%BE%E3%82%BE%E3%83%9F%E3%83%81%E3%83%9C%E6%9A%A6%E3%82%BD%E3
 %82%A1%E3%81%B9%E8%A3%B9%E3%83%9D%E3%81%9C%E3%82%92%EF%BD%A6%E3%81%B3%E3%82%BC%E3%83%9E%E3%82%92%E3%82%BC%E3%83%9F%E3%81%BD%E3%83%9C%E3%82%BD%EF%BE%88%E3%81%BD%E3%83%9D%E3%83%9F%E3%82%BE%EF%BD%81%E3%82%BF%E3%82%BD%E3%81%81%E3%83%9E%E8%A3%B9%E3%82%B0%EF%BD%81%E3%82%BF%E6%AD%B9%E6%AD%B9%E3%81%9F%EF%BD%9A%E3%83%90%E7%B8%B7%E3%83%81%E3%82%93%E3%82%92%D0%AF%E3%82%93%E7%95%9A%E3%81%9F%E3%82%BE%E3%81%B9%E3%82%BD%E6%AC%B2%E3%82%A1%E7%B8%B7%D1%8F%E3%83%9F%E3%82%92%EF%BD%A6%E3%81%9B%EF%BD%A6%E3%82%BC%E3%83%9E%E3%82%BD%E3%83%9C%E3%82%BC%E3%82%BC%E3%83%81%E3%81%BC%E7%95%9A%E7%8F%B1'"
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/feed.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/feed.full.json b/fit/src/main/resources/V30/Product/feed.full.json
deleted file mode 100644
index 03eba14..0000000
--- a/fit/src/main/resources/V30/Product/feed.full.json
+++ /dev/null
@@ -1,452 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Product",
-  "value":
-          [
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Product",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-10)",
-              "odata.etag": "W/\"'New%20BaseConcurrency(1391427673066)'\"",
-              "odata.editLink": "Product(-10)",
-              "RelatedProducts@odata.navigationLinkUrl": "Product(-10)/RelatedProducts",
-              "Detail@odata.navigationLinkUrl": "Product(-10)/Detail",
-              "Reviews@odata.navigationLinkUrl": "Product(-10)/Reviews",
-              "Photos@odata.navigationLinkUrl": "Product(-10)/Photos",
-              "#DefaultContainer.ChangeProductDimensions":
-                      {
-                        "title": "ChangeProductDimensions",
-                        "target": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-10)/ChangeProductDimensions"
-                      },
-              "Picture@odata.mediaEditLink": "Product(-10)/Picture",
-              "ProductId": -10,
-              "Description": "New Description(1391427672964)",
-              "Dimensions": null,
-              "BaseConcurrency": "New BaseConcurrency(1391427673066)",
-              "ComplexConcurrency": null,
-              "NestedComplexConcurrency": null
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)",
-              "odata.etag": "W/\"'%D1%8F%E3%82%A1%E3%81%9D%E7%8F%B1%EF%BD%9A%E3%81%9D%E7%B8%B7%E3%83%9F%D1%91%E3%83%9C%E3%81%9C%D0%AF%E6%AD%B9%E3%83%9F%E3%83%90%E3%81%BB%E3%83%9D%E3%81%BB%E3%82%BC%EF%BD%A6%E7%95%9A%E3%82%AF%E3%81%BB%EF%BE%88%E3%82%BC%E3%81%BE%E8%A3%B9%E3%81%B3%E3%81%B4%E3%81%B9%E6%AD%B9%E3%81%82%E3%83%80%E3%82%B0%E3%82%BD%E3%81%B3%D1%91%D1%91%E3%82%93%E3%83%9D%E3%81%9D%E3%83%9F%E3%83%9E%E3%81%BB%E3%82%BD%EF%BD%9A%E8%A3%B9%E3%81%BC%E3%82%93%E7%8F%B1%E3%81%B9%E3%82%BC%E6%AD%B9%E3%83%9F%EF%BD%9A%E3%83%9D%E3%81%9C%E3%81%9E%E3%82%BD%E3%83%9D%E3%81%BA%E3%83%9F%E3%83%80%E6%AC%B2%E5%BC%8C%D1%8F%E3%82%BD%E3%82%BD%E3%81%BD%E3%82%BD%E3%81%B9%E3%83%90%E9%BB%91%E4%B9%9D%E7%8F%B1%E3%81%9E%E3%83%9D%D0%AF%E3%83%80%E3%82%BD%E3%82%BC', '%E8%A3%B9%E3%81%BA%E3%82%BE%E7%B8%B7%E3%82%BC%E3%81%BB%E3%82%BC%E3%82%BD%EF%BD%9A%E3%82%BC%EF%BD%9A%E3%81%9C%E3%82%BD%EF%BE%9D%E3%82%BC%E3%82%92%E3%81%BE%E3%81%81%E3%83%80%E3%81%B3%E3%82%BF%E7%8F%B1%E3%82%BF%E3%83%90%E3%82%BE%E3%82%BE%E3%83%9F%E3%83%8
 1%E3%83%9C%E6%9A%A6%E3%82%BD%E3%82%A1%E3%81%B9%E8%A3%B9%E3%83%9D%E3%81%9C%E3%82%92%EF%BD%A6%E3%81%B3%E3%82%BC%E3%83%9E%E3%82%92%E3%82%BC%E3%83%9F%E3%81%BD%E3%83%9C%E3%82%BD%EF%BE%88%E3%81%BD%E3%83%9D%E3%83%9F%E3%82%BE%EF%BD%81%E3%82%BF%E3%82%BD%E3%81%81%E3%83%9E%E8%A3%B9%E3%82%B0%EF%BD%81%E3%82%BF%E6%AD%B9%E6%AD%B9%E3%81%9F%EF%BD%9A%E3%83%90%E7%B8%B7%E3%83%81%E3%82%93%E3%82%92%D0%AF%E3%82%93%E7%95%9A%E3%81%9F%E3%82%BE%E3%81%B9%E3%82%BD%E6%AC%B2%E3%82%A1%E7%B8%B7%D1%8F%E3%83%9F%E3%82%92%EF%BD%A6%E3%81%9B%EF%BD%A6%E3%82%BC%E3%83%9E%E3%82%BD%E3%83%9C%E3%82%BC%E3%82%BC%E3%83%81%E3%81%BC%E7%95%9A%E7%8F%B1'\"",
-              "odata.editLink": "Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct",
-              "RelatedProducts@odata.navigationLinkUrl": "Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts",
-              "Detail@odata.navigationLinkUrl": "Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail",
-              "Reviews@odata.navigationLinkUrl": "Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews",
-              "Photos@odata.navigationLinkUrl": "Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos",
-              "#DefaultContainer.ChangeProductDimensions":
-                      {
-                        "title": "ChangeProductDimensions",
-                        "target": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions"
-                      },
-              "Picture@odata.mediaEditLink": "Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture",
-              "ProductId": -9,
-              "Description": "kdcuklu",
-              "Dimensions":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions",
-                        "Width@odata.type": "Edm.Decimal",
-                        "Width": "-1.12",
-                        "Height@odata.type": "Edm.Decimal",
-                        "Height": "-1.12",
-                        "Depth@odata.type": "Edm.Decimal",
-                        "Depth": "-1.12"
-                      },
-              "BaseConcurrency": "яァそ珱zそ縷ミёボぜЯ歹ミバほポほゼヲ畚クほネゼま裹びぴべ歹あダグソびёёんポそミマほソz裹ぼん珱べゼ歹ミzポぜぞソポぺミダ欲弌яソソぽソべバ黑九珱ぞポЯダソゼ",
-              "ComplexConcurrency":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                        "Token": "vkvezqrkjuykjmkßyqpliyvß",
-                        "QueriedDateTime": null
-                      },
-              "NestedComplexConcurrency":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo",
-                        "ModifiedDate@odata.type": "Edm.DateTime",
-                        "ModifiedDate": "2012-11-20T10:27:48.8528105",
-                        "ModifiedBy": "gtpakgdzcfjyumozyqzrhxuypuzfqhvmzeepvjllfncsjuumjzdxvlhjprgphzfvjxzsklilojgtqhktpj",
-                        "Concurrency":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                                  "Token": "ボボンひё縷そァぽゼんダ珱ゼぁz畚亜亜ゼひバ亜ほべハンネたポ九ゾべダぞ畚タzゾぼァЯダをあ",
-                                  "QueriedDateTime@odata.type": "Edm.DateTime",
-                                  "QueriedDateTime": "2005-10-12T22:26:24.9396883"
-                                }
-                      },
-              "Discontinued@odata.type": "Edm.DateTime",
-              "Discontinued": "2005-07-28T13:09:56.9997833",
-              "ReplacementProductId": null,
-              "DiscontinuedPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "縷たべハボ欲ァんぽぴソaぽゾあたぁソびぼポ九バほ畚ゼまaぼそЯ亜ネぁグぴ暦zポほボボネぴ",
-                        "Extension": "bozhmrtomzrcmheuuqybovfiuypathsafmriopuccbqubhqbmuauxvnftvnpisgobryzqya"
-                      },
-              "ChildConcurrencyToken": "裹ぺゾ縷ゼほゼソzゼzぜソンゼをまぁダびタ珱タバゾゾミチボ暦ソァべ裹ポぜをヲびゼマをゼミぽボソネぽポミゾaタソぁマ裹グaタ歹歹たzバ縷チんをЯん畚たゾべソ欲ァ縷яミをヲせヲゼマソボゼゼチぼ畚珱"
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-8)",
-              "odata.etag": "W/\"'asme', 'hhsbjscessmdunkssmvqmqyzuahm'\"",
-              "odata.editLink": "Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct",
-              "RelatedProducts@odata.navigationLinkUrl": "Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts",
-              "Detail@odata.navigationLinkUrl": "Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail",
-              "Reviews@odata.navigationLinkUrl": "Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews",
-              "Photos@odata.navigationLinkUrl": "Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos",
-              "#DefaultContainer.ChangeProductDimensions":
-                      {
-                        "title": "ChangeProductDimensions",
-                        "target": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions"
-                      },
-              "Picture@odata.mediaEditLink": "Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture",
-              "ProductId": -8,
-              "Description": "kelßebrrbesshcnkmhsxokyßetgscprtmiptxyiqnxrohjßuyfegßßmlnejcsmkemgjfrxpqfeffuuqrubvznftmniuulxz",
-              "Dimensions": null,
-              "BaseConcurrency": "asme",
-              "ComplexConcurrency":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                        "Token": null,
-                        "QueriedDateTime@odata.type": "Edm.DateTime",
-                        "QueriedDateTime": "2012-10-11T05:04:16.3627949"
-                      },
-              "NestedComplexConcurrency":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo",
-                        "ModifiedDate@odata.type": "Edm.DateTime",
-                        "ModifiedDate": "5431-05-27T11:53:49.8454872+02:00",
-                        "ModifiedBy": "xsnquujocxuumpeqsbodtugghfrghfuihjiyxgvcntkflpxohuyfgytigbdl",
-                        "Concurrency":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                                  "Token": "solisgfvqa",
-                                  "QueriedDateTime@odata.type": "Edm.DateTime",
-                                  "QueriedDateTime": "9363-12-30T16:34:30.1866623"
-                                }
-                      },
-              "Discontinued@odata.type": "Edm.DateTime",
-              "Discontinued": "2012-08-22T13:41:42.8011658",
-              "ReplacementProductId": 62,
-              "DiscontinuedPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "ulemcjvsndemzkctrfhkiuiblmhdkkledze",
-                        "Extension": "グ黑ポЯポソ欲タぴぺ畚をほまバぽンゼ歹ぁポёハをぜ九ЯまЯソぜ暦zダяチゼ欲ソミマぁべぁハぴを匚ポミあ九ぞミぞァァク裹aソタタ亜そあクマぽё珱ひネぜクボ欲ダミ黑"
-                      },
-              "ChildConcurrencyToken": "hhsbjscessmdunkssmvqmqyzuahm"
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Product",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-7)",
-              "odata.etag": "W/\"'%E3%81%B3%E3%83%9E%E6%AD%B9%E3%82%BE%E3%83%9C%E3%81%BE%EF%BE%9D%E3%81%BA%E3%82%92%E3%82%BC%E3%82%A1%E3%82%BC%E3%81%9F%E3%83%90%E3%81%B9%E3%83%80%EF%BD%A6%E3%83%9F%E3%82%BD%E4%BA%9C%E3%82%A1%E3%83%9E%E3%82%BC%E3%83%81%E3%82%BC%E3%81%82%EF%BE%88%E3%81%BE%E3%81%B2%E3%83%9C%E3%81%81%D1%91%EF%BE%9D%E3%83%80%E3%82%BC%EF%BD%9A%E3%81%B2%D1%8F%E3%82%A1%E3%81%B4%E3%81%B9%E7%B8%B7%E3%81%9C%E3%82%92%E3%81%B2%E3%82%92%E4%BA%9C%E3%81%BE%E3%82%BD%E3%81%BD%E3%81%B9%E3%81%B2%E3%83%9F%E3%81%9E%E3%81%BE%E3%82%BE%E3%81%BE%E3%81%BE%E3%81%82%E3%83%81%E3%82%93'\"",
-              "odata.editLink": "Product(-7)",
-              "RelatedProducts@odata.navigationLinkUrl": "Product(-7)/RelatedProducts",
-              "Detail@odata.navigationLinkUrl": "Product(-7)/Detail",
-              "Reviews@odata.navigationLinkUrl": "Product(-7)/Reviews",
-              "Photos@odata.navigationLinkUrl": "Product(-7)/Photos",
-              "#DefaultContainer.ChangeProductDimensions":
-                      {
-                        "title": "ChangeProductDimensions",
-                        "target": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-7)/ChangeProductDimensions"
-                      },
-              "Picture@odata.mediaEditLink": "Product(-7)/Picture",
-              "ProductId": -7,
-              "Description": null,
-              "Dimensions":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions",
-                        "Width@odata.type": "Edm.Decimal",
-                        "Width": "-73118289035663600000000000000",
-                        "Height@odata.type": "Edm.Decimal",
-                        "Height": "25.9581087054375",
-                        "Depth@odata.type": "Edm.Decimal",
-                        "Depth": "-71.7711704670702"
-                      },
-              "BaseConcurrency": "びマ歹ゾボまンぺをゼァゼたバべダヲミソ亜ァマゼチゼあネまひボぁёンダゼzひяァぴべ縷ぜをひを亜まソぽべひミぞまゾままあチん",
-              "ComplexConcurrency":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                        "Token": "nbdgygcmjnihofqvxjxfvcxqxytvlujyvxuiuxct",
-                        "QueriedDateTime@odata.type": "Edm.DateTime",
-                        "QueriedDateTime": "2013-09-18T00:44:43.6196168"
-                      },
-              "NestedComplexConcurrency":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo",
-                        "ModifiedDate@odata.type": "Edm.DateTime",
-                        "ModifiedDate": "7866-11-16T22:25:52.747755+01:00",
-                        "ModifiedBy": "ngfqlßphequuncuprßuiydjalaamdrrbmyhvunjdbinctagtiabuegodssfolßiohssssqsxgxopzzutbdlsdjclmoutiylkssd",
-                        "Concurrency":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                                  "Token": "ボ畚九ぴあチひソァタ九яポ弌マポ裹黑ソ暦ソz九ゾァポポボ匚歹チ黑ゾあぁゼポёゼ",
-                                  "QueriedDateTime@odata.type": "Edm.DateTime",
-                                  "QueriedDateTime": "2003-06-08T07:40:25.2199237"
-                                }
-                      }
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Product",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-6)",
-              "odata.etag": "W/\"'uacssmuxummhtezdsno%C3%9Fssrlbs%C3%9Floxjsslnnayinxiksspjsssvumgduaapcfvnssee%C3%9Fgpaxuaabosem%C3%9Fiemtufplo'\"",
-              "odata.editLink": "Product(-6)",
-              "RelatedProducts@odata.navigationLinkUrl": "Product(-6)/RelatedProducts",
-              "Detail@odata.navigationLinkUrl": "Product(-6)/Detail",
-              "Reviews@odata.navigationLinkUrl": "Product(-6)/Reviews",
-              "Photos@odata.navigationLinkUrl": "Product(-6)/Photos",
-              "#DefaultContainer.ChangeProductDimensions":
-                      {
-                        "title": "ChangeProductDimensions",
-                        "target": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-6)/ChangeProductDimensions"
-                      },
-              "Picture@odata.mediaEditLink": "Product(-6)/Picture",
-              "ProductId": -6,
-              "Description": "expdybhclurfobuyvzmhkgrnrajhamqmkhqpmiypittnp",
-              "Dimensions":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions",
-                        "Width@odata.type": "Edm.Decimal",
-                        "Width": "-49157206180150400000000000000",
-                        "Height@odata.type": "Edm.Decimal",
-                        "Height": "-79228162514264337593543950335",
-                        "Depth@odata.type": "Edm.Decimal",
-                        "Depth": "38.8793813628938"
-                      },
-              "BaseConcurrency": "uacssmuxummhtezdsnoßssrlbsßloxjsslnnayinxiksspjsssvumgduaapcfvnsseeßgpaxuaabosemßiemtufplo",
-              "ComplexConcurrency":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                        "Token": "まン裹ぁゼヲぼ歹ポぜボたゾひたソンタボたぺを欲弌ミソゾべ弌ダァぺべソ裹ひ暦ンそя欲ぺ歹ボタひせァンんゾンァポクンひぜ",
-                        "QueriedDateTime@odata.type": "Edm.DateTime",
-                        "QueriedDateTime": "0001-01-01T00:00:00"
-                      },
-              "NestedComplexConcurrency":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo",
-                        "ModifiedDate@odata.type": "Edm.DateTime",
-                        "ModifiedDate": "0001-01-01T00:00:00",
-                        "ModifiedBy": null,
-                        "Concurrency":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                                  "Token": "zqzhnfajucmhubkegvlixzrqum",
-                                  "QueriedDateTime@odata.type": "Edm.DateTime",
-                                  "QueriedDateTime": "9363-08-11T05:17:31.4918312"
-                                }
-                      }
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-5)",
-              "odata.etag": "W/\"'inxlfdfruoalzluabvubrgahsg', 'ixxletiyfrigooaltaqikqcnkpepfufyffmuouknjzyelardpyudoachqdejrjnuhueunugyli'\"",
-              "odata.editLink": "Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct",
-              "RelatedProducts@odata.navigationLinkUrl": "Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts",
-              "Detail@odata.navigationLinkUrl": "Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail",
-              "Reviews@odata.navigationLinkUrl": "Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews",
-              "Photos@odata.navigationLinkUrl": "Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos",
-              "#DefaultContainer.ChangeProductDimensions":
-                      {
-                        "title": "ChangeProductDimensions",
-                        "target": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions"
-                      },
-              "Picture@odata.mediaEditLink": "Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture",
-              "ProductId": -5,
-              "Description": "uuudqysoiozagpcpumnydpupopsvd",
-              "Dimensions":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions",
-                        "Width@odata.type": "Edm.Decimal",
-                        "Width": "7337.75206762393",
-                        "Height@odata.type": "Edm.Decimal",
-                        "Height": "-4.63644378890358",
-                        "Depth@odata.type": "Edm.Decimal",
-                        "Depth": "-79228162514264337593543950335"
-                      },
-              "BaseConcurrency": "inxlfdfruoalzluabvubrgahsg",
-              "ComplexConcurrency": null,
-              "NestedComplexConcurrency":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo",
-                        "ModifiedDate@odata.type": "Edm.DateTime",
-                        "ModifiedDate": "9999-12-31T23:59:59.9999999",
-                        "ModifiedBy": "mlsbmanrhvygvakricoomrnksyutxxdrbizpdzdunzzukgkeaibnuufvxcjputulmcutevhiyflnsjahjistqrlasor",
-                        "Concurrency": null
-                      },
-              "Discontinued@odata.type": "Edm.DateTime",
-              "Discontinued": "2012-06-17T07:49:33.4591089",
-              "ReplacementProductId": -2147483648,
-              "DiscontinuedPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "びマ",
-                        "Extension": "九ぜゾべぁびミёё歹珱九ぞあaぞクダまァミソん歹欲べ亜ぜチぜチぁボゼンяほ珱ゾゾぼ匚ぜハミソぁボぜぁァチクタ黑を匚ボグ珱ゼボソz"
-                      },
-              "ChildConcurrencyToken": "ixxletiyfrigooaltaqikqcnkpepfufyffmuouknjzyelardpyudoachqdejrjnuhueunugyli"
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Product",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-4)",
-              "odata.etag": "W/\"'%E3%81%BD%E3%83%9C%EF%BE%9D%E3%81%82%E3%81%B3'\"",
-              "odata.editLink": "Product(-4)",
-              "RelatedProducts@odata.navigationLinkUrl": "Product(-4)/RelatedProducts",
-              "Detail@odata.navigationLinkUrl": "Product(-4)/Detail",
-              "Reviews@odata.navigationLinkUrl": "Product(-4)/Reviews",
-              "Photos@odata.navigationLinkUrl": "Product(-4)/Photos",
-              "#DefaultContainer.ChangeProductDimensions":
-                      {
-                        "title": "ChangeProductDimensions",
-                        "target": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-4)/ChangeProductDimensions"
-                      },
-              "Picture@odata.mediaEditLink": "Product(-4)/Picture",
-              "ProductId": -4,
-              "Description": "rgdhvcueuidboerbhyvsvjg",
-              "Dimensions":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions",
-                        "Width@odata.type": "Edm.Decimal",
-                        "Width": "0",
-                        "Height@odata.type": "Edm.Decimal",
-                        "Height": "-62044452036508000000000000000",
-                        "Depth@odata.type": "Edm.Decimal",
-                        "Depth": "0"
-                      },
-              "BaseConcurrency": "ぽボンあび",
-              "ComplexConcurrency":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                        "Token": "uyu",
-                        "QueriedDateTime@odata.type": "Edm.DateTime",
-                        "QueriedDateTime": "2012-11-20T10:27:48.8842825"
-                      },
-              "NestedComplexConcurrency":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo",
-                        "ModifiedDate@odata.type": "Edm.DateTime",
-                        "ModifiedDate": "1428-10-05T04:52:59.8885925+02:00",
-                        "ModifiedBy": "ダチせあzミソぽЯゼチゼ縷マ縷裹ネ匚暦チя匚ぁミ弌ハ弌ソゾ弌ぽんぴゼボま縷ゼボソハ裹黑九ポ黑マあゼソをぺタぺボ亜タァまクaン亜ぺひぽぺ",
-                        "Concurrency":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                                  "Token": "gßoyfeyzsaelevßu",
-                                  "QueriedDateTime@odata.type": "Edm.DateTime",
-                                  "QueriedDateTime": "2013-02-28T13:47:36.6053928"
-                                }
-                      }
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-3)",
-              "odata.etag": "W/\"'fvrnsbiu%C3%9Fevuqssnuidjbhtluhcydhhjihyasecdnumhdpfxtij%C3%9Flvfqngmulfvjqqtvussyix%C3%9Fykxhbnehob%C3%9Fjssfickhmevci', '%E3%81%9D%E6%AD%B9%E3%82%BD%E3%83%9C%E3%83%9C%E3%82%92%E3%82%B0%E8%A3%B9%E3%81%B4%E3%83%9D%EF%BD%A6%E3%83%81'\"",
-              "odata.editLink": "Product(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct",
-              "RelatedProducts@odata.navigationLinkUrl": "Product(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts",
-              "Detail@odata.navigationLinkUrl": "Product(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail",
-              "Reviews@odata.navigationLinkUrl": "Product(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews",
-              "Photos@odata.navigationLinkUrl": "Product(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos",
-              "#DefaultContainer.ChangeProductDimensions":
-                      {
-                        "title": "ChangeProductDimensions",
-                        "target": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions"
-                      },
-              "Picture@odata.mediaEditLink": "Product(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture",
-              "ProductId": -3,
-              "Description": "ißuhmxavnmlsssssjssagmqjpchjußtkcoaldeyyduarovnxspzsskufxxfltußtxfhgjlksrn",
-              "Dimensions": null,
-              "BaseConcurrency": "fvrnsbiußevuqssnuidjbhtluhcydhhjihyasecdnumhdpfxtijßlvfqngmulfvjqqtvussyixßykxhbnehobßjssfickhmevci",
-              "ComplexConcurrency":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                        "Token": "bdokxvtboyiiuphcrjrlklntbqksnlrldfzqdjgbkcbmyredrlyjunfrrfdcganncntvprydekacdauln",
-                        "QueriedDateTime": null
-                      },
-              "NestedComplexConcurrency": null,
-              "Discontinued@odata.type": "Edm.DateTime",
-              "Discontinued": "0001-01-01T00:00:00",
-              "ReplacementProductId": -1002345821,
-              "DiscontinuedPhone": null,
-              "ChildConcurrencyToken": "そ歹ソボボをグ裹ぴポヲチ"
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-2)",
-              "odata.etag": "W/\"null, 'yljmhbcacfnothqirhaouhoraoruscpptgzmoch'\"",
-              "odata.editLink": "Product(-2)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct",
-              "RelatedProducts@odata.navigationLinkUrl": "Product(-2)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts",
-              "Detail@odata.navigationLinkUrl": "Product(-2)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail",
-              "Reviews@odata.navigationLinkUrl": "Product(-2)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews",
-              "Photos@odata.navigationLinkUrl": "Product(-2)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos",
-              "#DefaultContainer.ChangeProductDimensions":
-                      {
-                        "title": "ChangeProductDimensions",
-                        "target": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-2)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions"
-                      },
-              "Picture@odata.mediaEditLink": "Product(-2)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture",
-              "ProductId": -2,
-              "Description": null,
-              "Dimensions":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions",
-                        "Width@odata.type": "Edm.Decimal",
-                        "Width": "-79228162514264337593543950335",
-                        "Height@odata.type": "Edm.Decimal",
-                        "Height": "44733559606978800000000000000",
-                        "Depth@odata.type": "Edm.Decimal",
-                        "Depth": "-3913.60110028978"
-                      },
-              "BaseConcurrency": null,
-              "ComplexConcurrency":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                        "Token": "mgmjxrußcs",
-                        "QueriedDateTime@odata.type": "Edm.DateTime",
-                        "QueriedDateTime": "9018-08-19T03:09:32.9990625+02:00"
-                      },
-              "NestedComplexConcurrency": null,
-              "Discontinued@odata.type": "Edm.DateTime",
-              "Discontinued": "9999-12-31T23:59:59.9999999",
-              "ReplacementProductId": -566261304,
-              "DiscontinuedPhone":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                        "PhoneNumber": "nmaktpqeyimclgtimdspkbavivoclmvfcdeuysxemttzsckamkhukl",
-                        "Extension": null
-                      },
-              "ChildConcurrencyToken": "yljmhbcacfnothqirhaouhoraoruscpptgzmoch"
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Product",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-1)",
-              "odata.etag": "W/\"null\"",
-              "odata.editLink": "Product(-1)",
-              "RelatedProducts@odata.navigationLinkUrl": "Product(-1)/RelatedProducts",
-              "Detail@odata.navigationLinkUrl": "Product(-1)/Detail",
-              "Reviews@odata.navigationLinkUrl": "Product(-1)/Reviews",
-              "Photos@odata.navigationLinkUrl": "Product(-1)/Photos",
-              "#DefaultContainer.ChangeProductDimensions":
-                      {
-                        "title": "ChangeProductDimensions",
-                        "target": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-1)/ChangeProductDimensions"
-                      },
-              "Picture@odata.mediaEditLink": "Product(-1)/Picture",
-              "ProductId": -1,
-              "Description": "vjsmflmaltcrnxiztidnalnrbhyaqzmxgkqesxnmodm",
-              "Dimensions":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions",
-                        "Width@odata.type": "Edm.Decimal",
-                        "Width": "0.123283309629675",
-                        "Height@odata.type": "Edm.Decimal",
-                        "Height": "-9264.03359778997",
-                        "Depth@odata.type": "Edm.Decimal",
-                        "Depth": "-0.409268660025419"
-                      },
-              "BaseConcurrency": null,
-              "ComplexConcurrency":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                        "Token": "dggicadyltktsssssmißjgblhyifbsnssspssahrgcspiznverhzgyvq",
-                        "QueriedDateTime@odata.type": "Edm.DateTime",
-                        "QueriedDateTime": "9999-12-31T23:59:59.9999999"
-                      },
-              "NestedComplexConcurrency": null
-            }
-          ]
-}
\ No newline at end of file


[32/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/filter/isof(Name,'Edm.String') eq true.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/filter/isof(Name,'Edm.String') eq true.full.json b/fit/src/main/resources/V30/Customer/filter/isof(Name,'Edm.String') eq true.full.json
deleted file mode 100644
index 78534c4..0000000
--- a/fit/src/main/resources/V30/Customer/filter/isof(Name,'Edm.String') eq true.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Customer","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-10)","odata.editLink":"Customer(-10)","Orders@odata.navigationLinkUrl":"Customer(-10)/Orders","Logins@odata.navigationLinkUrl":"Customer(-10)/Logins","Husband@odata.navigationLinkUrl":"Customer(-10)/Husband","Wife@odata.navigationLinkUrl":"Customer(-10)/Wife","Info@odata.navigationLinkUrl":"Customer(-10)/Info","Thumbnail@odata.mediaEditLink":"Customer(-10)/Thumbnail","Video@odata.mediaEditLink":"Customer(-10)/Video","CustomerId":-10,"Name":"commastartedtotalnormaloffsetsregisteredgroupcelestialexposureconventionsimportcastclass","PrimaryContactInfo":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["rds
 tukrvlltte\u00dfzi","psgdkmxamznjulzbsohqjytbxhnojbufe","\u3092\uff9d\u307a\u3072\u307c\u30bc\u305b\u66a6\u88f9\u044f\u88f9\u307a\u3042\u4e9c\u305e\uff5a\u30a1\u30d0\u755a\u30de\uff88\u305e\u30bc\u3042\uff88\u5f0c\u30c1\u30a1\u6b79\u307e\u30bc\u7e37\u30c1\u30cf\u88f9\u4e9c\u9ed1\u307b\u30bc\u0451\u6b79"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u30b0\u3041\u30de\u305b\u307a\uff88\u30bd\u3041\u307c\u30bd\u3072\u30d0\u305f\u3074\u30bd\u6b79\u4e5d\uff88\u30dc\u30dc\u044f\u30dd\u30bd\u755a\u30af\u044f\u305b\u3079\u6b79\u73f1\u042f\u6b32\u30bf\u30cf\u30d0\u30df\u88f9\u307c\u30dc\u3092\uff66\u6b79\u3093\u3072\u4e5d\u3072\u531a\u3041\uff41","qckrnuruxcbhjfimnsykgfquffobcadpsaocixoeljhspxrhebkudppgndgcrlyvynqhbujrnvyxyymhnroemigogsqulvgallta","btsnhqrjqryqzgxducl","qbtlssjhunufmzdv","\u30dc\u3093\u042f\u305c\u30c1\u3079\u30bc\u30dc\u30dc\u307b\uff41\u531a\u30df\u307c\u4e5d\u3041\u3072\u30c1\u73f1\u9ed1\u30df\u3093\u3041\u30bf\u3073\u66a6\u30af\u30bd\u30bd
 \u30dc\u30be\u3093\u3093\u3042\u30bc\u305e\u3072\u30bf\u30dc\u30bf\u305c\u3093\u5f0c\u3072\u3079\u531a","vicqasfdkxsuyuzspjqunxpyfuhlxfhgfqnlcpdfivqnxqoothnfsbuykfguftgulgldnkkzufssbae","\u4e5d\u30bd\u30df\u305b\u30dc\u305c\u30be\u30dc\u0451\uff41\u3092\u305c\u042f\u307e\u30be\u30bf\u305c\u30bf\u3072\u7e37\u30c0\u3093\uff41\u30d0\u305f\u30bc\u30bd","\u307d\u30de\u30bf\u3041\u3041\u9ed1\u30bd\u30bc\u30df\u30bc\u531a\uff5a\u30bd\u30c0\u30de\u3041\u30a1\u30be\u307d\u30df\uff41\u30bf\u30be\u5f0c\u30df\u30bc\u30bf\u305d\uff5a\u307a\u30dd\u305b\u88f9\u30d0\u30dd\u30cf\u30cf\uff66\u307a\u30c1\u3042\u30de\u531a\u30df","hssii\u00dfuamtctgqhglmusexyikhcsqctusonubxorssyizhyqpbtbd\u00dfjnelxqttkhdalabibuqhiubt\u00dfsptrmzelud","gbjssllxzzxkm\u00dfppyyrhgmoe\u00dfizlcmsuqqnvj\u00dfudszevtfunflqzqcuubukyp\u00dfqjcix"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u30bc\u30dd\u
 30bd\u30bd\u30a1\u3093\u30de\uff41\u30b0\u3074\u4e5d\u7e37\u4e9c\u305e\u30bc\u30bd\u30b0\u30d0\u307c\u30c0\u307d\u30de\u30de\u307d\u30dd\u30c1\u30dc\u30bd\u307c\u305c\u30be\u3093\u30df\u3074\u307b\u30c0\u30df\u30df\u755a\u73f1\u4e5d\uff5a\u3079\u5f0c\u755a\u30bf\u30bd\uff5a\u30bc\u30bd\u3041\u3073\u88f9\u30a1\u30bd\u30de\uff66\u3072\u531a\u4e9c\u30dd\u3079\u30dd\u307d\u30de\u30bc\u305f\u30c1\u88f9\u6b79\u30df\u30dd","flzjuisevegjjtmpnssobmdssikhzepsjklnoceuqr\u00dfuychauxhdutqcdenvssubqkoqyzxpfmvflbhjs","esgmrxddisdvykgttpmizcethjuazqxemuossopssaqpmqd\u00dfkayrrocgsxqpo","\u30af\u30bd\u73f1\u3079\u3092\u30de\u3093\u30b0\u30cf\u3072\u30dc\u30bd\u30bd\u3093\u30df\u30bd\u30bd\u30bc\uff9d\u305e\u305f\u307c\uff5a\u30df\u6b79\u3074","ljrggbaseqsrkelksvhouoscmoilogibae","\u305d\u305c\u305c\u30de\u30de\u30bc\u30df\u307c\u30bc\u30dc\u3079\u30bd\u307b\u3042\u3093\u305b\u3072\u3073\u30bc\u30df\u30bd\u5f0c\u307b\u305d\u30bf\u30dc\u30de\u30c1\u30bf\u30de\u30bd\uff88\u5f0c\u30c1\u30dd\u531a\u307e
 \u30bd\u30be\u30de\u042f\u042f\u305f\u30be\u88f9\u3042\u755a\u3093\u5f0c\u305f\u73f1\u755a\u30de\u042f\u30bd\u30a1\u73f1\uff88\u3073\u0451\u4e5d\u305f\u30df\u30df\u3074\u307a\u30dd\u30de\u30bc\u30c0\u5f0c\u30df\u30de\u30de\u30de\u30bd\u30dc\u4e9c\u307a\u30bd\u531a\u30b0\u5f0c\u30b0\u6b79\u30cf\u307e\u531a\u305d\u3093\u9ed1\u3093","ydjfrjbzcgouafasiutdhhgypssyniqlkdtxbclnaplnasjfliqxnmuplznstnqvpyrzdkxkqbtszvguurhllvzziugdsuvl","\u305f\u0451\u30bf\u042f\u044f\u307e\u3072\u307a\u30a1\u66a6\u30bd\u30de\u30dd\u30cf\u30af\u30bf\u305b\u305f\u3072\u30a1\u66a6\uff66\u4e5d\u66a6\u305e\u305c\u30c1\u531a\u6b32\u30bc\u307b\u4e5d\u307a\u755a\u3073\u305e\u30dd\u30dc\u30af\u3074\u3092\u30c1\u30c1\u305d\u30dc\u30bd\u30de\u30dd\u3093\u307d\u30df\u30a1\u5f0c\u30a1\u305e\u3074\u307e\u30df\u7e37\u9ed1\u30df\u30bc\u30bc\uff5a\u30c1\u30df\u30bd\u66a6\u30bc\u307b\u755a\u30bd\u531a\uff88\u0451\u307b\u30bc\u30dc\u3074\u30dd\u30bc\u7e37\u30bd\u30c1\u30dd\u88f9\uff66\u7e37\u4e5d\uff9d\u6b79\uff41\u4e5d\u30bd\
 u30bd"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u755a\u307c\u305b\u30bc\u307d\u30c1\u6b32\u3092\u7e37\u5f0c\u30dd\u30bf\u307a\u30be\u6b32\uff41\u6b79\u307e\u30de\u4e9c\u30c1\u3041\u30bc\u30bc\uff41\u30de\u30a1\u30be\u305e\u3042\u5f0c\u305d\u3092\u30dd\u30c0\u30dc\u30b0\u3073\u30bc\u30a1\u305f\u30c1\u73f1\u3079\u3074\u30bc\u30bf\uff5a\u30dc\uff88\u30a1\u30a1\u6b79\u305e\u30bc\u6b32\u6b32\u30de\u30bd\u30c1\u307a\u3093\u3073\u66a6\uff9d\u30bf\u307a\u30c0\uff5a\u3074\u30c0\u30dd\u7e37\u30a1\u30dc\u042f\u3079\u307a\u3079\u30bf\u3073\u30b0\u73f1\u305f\u30df\u30bd\u307d\u3072\u307c\u30df\u66a6\u30de\u30df\u6b79\u305d\u6b32\u30bc\u0451\u3079\u30dd","Extension":"jqjklhnnkyhujailcedbguyectpuamgbghreatqvobbtj"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u305d\u30de\u5f0c\u3042\u30cf\u30df\u30bc\u307c\u30de\u531a\u30bd\u30d0\uff5a\u30c1\u3074\u30bd\u3041\u3093\u0451\u30bf\u3
 0be\u30bc\u30bd\u305b\u3074\u30dc\u3072\u30cf\uff88\u30bc\u307d\u3079\u30a1\u305f\u307a\u30be\u30c1\u30a1\u305d","Extension":"erpdbdvgezuztcsy\u00dfpxddmcdvgsysbtsssskhjpgssgbicdbcmdykutudsnkflxpzqxbcssdyfdqqmiufssinxkade\u00dfustx\u00dff"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"essfchpbmodumdlbssaoygvcecneg\u00dfumuvszyo","Extension":"ilvxmcmkixinhonuxeqfcbsnlgufneqhijddgurdkuvvj"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"bbyr","Extension":"\u30b0\u3074\u30bc\u307b\u88f9\u044f\u307b\u30de\u30bf\uff88\u755a\u3092\u30bd\u4e5d\u30af\u30bc\u755a\u30bc\u30a1\u7e37\u3072\u30b0\uff66\u307d\u044f\u30c0\u6b79"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"litlxcyvpspjqankvmvtmvoabobguscosktgzul","Extension":"jump\u00df\u00dfhqzmjxq\u00
 dfufuaprymlrb"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"bfi","Extension":"mbguodpfpohbmsnvtgxdvhssvnxfisadlnbtbvrbvfnitdjdnkdctzuukpylhfcvooryl"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"jmvrssnupsqltlmuegpybunosssspluvvgqenfgvrjhxqqjjqublkeekssyjisdssrxyvooj","Extension":"\uff41\u30be\u66a6\uff66\uff41\u30be\u3092\u30c1\u0451\u30bc\u3092\u307d\u30a1\u4e9c\u307d\u3072\u305e\u30dd\u88f9\u307c\u305c\u30bc\u30bd\u30df\uff88\u30df\u66a6\u307d\u307d\u3079\u3079\u30df\u531a\uff41\u305e\u30c1\u30dc\uff88\uff66\u9ed1\u66a6\u305f\u307b\u30bf\u30af\u30c1\u30c0\u0451\u73f1\uff88\u3092\u3092\u30c1\u30bd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"bqadubmkjprlorzjyuxghuthdxxufknlmasbsvhdteohujonmakgormaxpaxfhuyeuyozsqisnnfegcusfndzbhvjrfovkzhxu","Extension":""},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"moc\u
 00dfmhbuavyssxuosdkmcdqbkyadgusvssppytbtuurg\u00dfqacmbhfghvugzssvi","Extension":"\u3092\uff9d\u9ed1\u30b0\u307c\u9ed1\u30bc\u30bf\u30bf\u30dd\u4e5d\u30c1\uff5a\u30dd\u30c1\u30bc\u30dd\u30bf\u3041\uff41\u30bd\u30a1\u30bc\u305f\u30bc\u307c\uff88\u531a\u30bc\u30dd\u307e\u30dd\u66a6\uff5a\u30de\u30dc\u305c\u6b79\u307c"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u30d0\u30bc\u307c\u30af\u30b0"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\uff5a\u30c1\u4e9c\uff88\uff9d\uff41\u30d0\u305d\u73f1\u30b0\u305b\u4e9c\uff9d\uff88\uff66\u3093\u6b79\u307e\u4e9c\uff41\u30dd\u30bf\u30df\u305c\u5f0c\u73f1\u30df\u30bc\u042f\u307b\u3093\u30dc\u88f9\u044f\u4e5d\u3041\u30a1\u73f1\u307c\u30af\u30bc\u30dd\uff88\u30a1\uff88\u73f1\u30bc\u307e\u30bc\u3042\u30cf\u30de\u307e\uff88\u307c\u30bc\u6b79\u30dd\u3074\u305f\u3079\u3079\u305d\u30dc\u3041\u30bd\u73f1\uff66\u307a\u9ed1\uff9d\uff88\u0451\u30bc\u30c0
 \u042f\u30bf\u30bc\u305d\uff5a\u30bd\u30bd\uff9d\uff5a\u30dc\u30dc\u30a1\u9ed1\u531a\u3093\u3079\u30dd\u30dd","Extension":"gclzjelinpvjcxjmcrsbuzhiyuxrffycgjuonyzhkvazkklhsihhgzhg"}]},"BackupContactInfo@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)","BackupContactInfo":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":[],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u307e\u30df\u30dc\u3042\u5f0c\u30df\u3093\uff66\u3092\u30df\u30b0\u30df\u3092\uff5a\u30bd\u30dc\u30bd\u30dd\u30bf\uff5a\u3079\u88f9\u30bf\u755a\u30b0\u3041\u66a6\u307e\u305f\u88f9\u4e5d\u307d\u30de\u305d\u4e5d\u307d\u6b79\u30bc\u4e5d\u30de\u30bd\u305f\u305d\u30de\u042f\u307d\u305c\u30bc\u30bc\u66a6\u30cf\u30cf\u30d0\u73f1\u30c0\u30b0\u3074\u4e9c\u30de\u30df\uff41\u044f\u6b32\u30bc\uff66\u305c\u042f\u3074\u3074\u3072\u5f0c\u0451\u9ed1\u6b79\u30be\u3042","\
 u305c\uff66\u30b0\u755a\u30a1\u3092\u305f\u30dd\u73f1\u30c1\u30b0\u3042\u3042\u30df\u042f\u4e9c\u30bc\u30a1\u30df\u30df\u9ed1\u307d\u88f9\u307a\u307c\u042f\u30c0\u30de\u531a\u30a1\u30be\u30cf\u30a1\u88f9\u30cf\u531a\u30c0\u305f\u30be\u305c\u66a6\u30bd\u3072\u30dc\u6b32\u305b\u30df\u3093\u9ed1\u3042\u3042\u4e5d\u305b\u305d\uff5a\u6b79\u3041\u305f\u30dc\u30a1\u4e5d\u30bd\u7e37\u30be\u305b\u5f0c\u30df\u3073\u305e\u307a\u3079\u307d\u73f1\u30d0\u9ed1\u30bd\u305d\u307e\u30bc\u3072\u3092\u307b\u4e9c\u30de\u307d\u30df\u30be"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["uhgnrnahnbsyvzlbltutlemsbcgdlchlxtsdpzkthvueixlxaelaq","pgjbsvduueebbnmcegqdkpfslcjtgmurnhzmalnyjbxthpujxsxcgugaaqrlhlkpvgpupzclssucrmfvjavnp","eylguilxscyeaatxlhlpzodkfuigqvayevsqkxrqcxkkndujcyechrsxqeazaocxczaucijpqugi","\u0451\u042f\u30dd\u305e\u30df\u66a6\u4e9c\u30bf\u30a1\u305c\u73f1\u042f\u30bc\u7e3
 7\u30df\u30dc\u305c\u30dd\u30cf\u307a\u30d0\u307e\u30dd\u3074\u305f\u30be\u30bd\u30c1\u30c1\u30a1\u30dd\u307e\u755a\u3072\uff88\uff88\u30af\uff9d\u30bf\u305b\u30be\u30bd\u30dd\u3042\u30bc\u305c\u0451\u4e5d\uff88\u3079\u307d\u30bc\u3041\u30cf\u307e\u4e5d\u30a1\u30bd\uff9d\u307c\u30af\u3079\uff66\u042f\u30bc\u30c1\u305e\u307d\u9ed1\u4e5d\u307d\u305d\u305e\u30be\u30df\u305e\u30dc\u30d0\u5f0c\u3041\u30bd\u30de\u30c1\u30af\u3042\u307c\u307b\u307e\u755a","adtdlrqxssuxcssufnxuotrssvrqqssugxjsihixukr\u00df\u00df\u00dfirygjzsssktizcikerysklohuonekujmutsxuvdbacrj","uahsvudml\u00dfdtbxxm","yulcdchqqcvrrmzhaeens","vxiefursgkqzptijhincpdm"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"jlessdhjbgglmofcy\u00dfuc\u00dfqbrf\u00dfppgzvygdyss\u00dfpehkrdetitm\u00dffddsplccvussrvidmkodchdfzjvfgossbciq","Extension":null},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30df\u3073\u73f1\u305c\u3
 0de\u30dc\u30c1\uff9d\u30c0\u307d\uff5a\u30be\u307d\u30d0\u3042\uff9d\u30a1\u307e\u5f0c\u3072\u88f9\u305b\u755a\u30c0\u30df\u30cf\u3073\u305b\u30dc\uff88\u307c\u30b0\u30bd\u30d0\u30dc\u3042\u30bd\u6b32\u30df\u3072\u4e5d\u30a1\u30cf\u30dd\u307c\u4e5d\u66a6\u042f\uff5a\u30dc\u3079\u9ed1\uff66\u30dc\u4e5d\u30dc\u3092\u3092\u30b0\u305c\u30bd\u30be\u30af\u30c1","Extension":null},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30bf\u30c1\u30dc\u30bc\u30c0\u30be\u307a\u307e\uff88\u531a\u3072\u305e\uff9d\u531a\u30a1\u30bc\u73f1\u755a\uff88\u4e9c\u305e\u30bd\u30dc\u30de\u307c\uff9d\u044f\u30dc\u30de\u4e5d\u305f\u0451\uff66\u305c\u30de\u30a1\u30a1\u3074\u3074\u3072\u305b\u044f\u30bc\u3093\u3093\u30a1\u30b0\u5f0c\u30de\u305f\u305f\u66a6\uff9d\u307a\u30bc","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultServ
 ice.Phone","PhoneNumber":"ppcqouyi\u00dfirrxriefhzqcssnpgatsphhaqsmkusuulsrel","Extension":"arndsscqeqfikblqsraouryqbtomdl"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"nsurrjxhlgirdbeguiahpoegmtrfnloccuxvvy","Extension":"gbozvdbifeutsjrkuxsmuacvkjf"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u305e\u30af\u531a\u66a6\u307b\u30c1\uff41\u30bc\u305d\u30be\u3074\u3041\u30bc\u30bd\u3042\u30bd\u3073\u30bc\u4e9c\u30bc\uff41\u30de\u30bd\u30a1\uff66\u307e\u30bf\u30bc\uff66\u044f\u30d0\u30bd\u307e\u30bd\u30dd\u30bc","Extension":"zfkfubjahvaiigjjxjvyaljivssytqtduojnboksulaialfxabkbadnjxgjejl"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\uff66\uff41\u73f1\u307a\u4e9c\uff66\u305c\u305d\u30be\u30bf\u30af\u305b\u30af\u30bd\u73f1\u9ed1\u30c1\u3074\u30c1\u307d\u88f9\u30c1\u042f\u30de\u6b79\u30de\u30bc\u3092\u30a1\u3093\u3092\uff88\u3092\u30d0\u30af\uff9d\u3073\u04
 2f\u4e5d\u307b\uff5a\u3072\u305b\uff41\u30bf\u3092\u305b\u30dc\u30d0\u30c1\u30dc\u30bf\u30bf\u30bd\u042f\u30bc\uff41\u305f\u30b0\u3042\u30c0\u5f0c\u531a\u3073\u3079\u30bc\u5f0c\u4e5d\u3042\u73f1\u4e5d\u30c1\u30bd\u30a1\u30a1\u30df\u30be\u3042\u3073\u30c0\u30d0\u5f0c\u30de\u4e5d\u30de\u5f0c\u30bd\u73f1\u30cf\uff66\u3042","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"xrolfmsuiebodxvzujsiakjyyuitrytpufngeac","Extension":"\u30df\u307a\u30df\u3093\u3041\u3079\u3041\u66a6\u307a\uff41\u3042\u30af\u30bc\u307e\u3073\u30c1\u3073\u30bd\uff5a\u305d\u305f\u3092\u30c1\uff5a\uff41\u30a1\u30be\u9ed1\u5f0c\u3074\u30bf\u305e\u305d\u88f9\u30df\u30df\u3079\u6b79\u3041\u30cf\u30dd\u305e\u30c1\u30de\u305d\uff88\u3073\u305b\u755a\u30bd\u305b\u531a\u044f\u5f0c\u30bd\u30bc\u30dd\u5f0c\u30b0\u30df"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["yclmjg
 fhgjasvuyuhefisifjdehjgvloldusqljis"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["ru\u00dfknfirzrxssedhssyelzzbprcmzqchhk\u00dfaqfkavnj","gvpceoxgujmlbgcejlkndj\u00dferimycssllpssfjzrnomadnluoovuossaegssxmp\u00df","\u307a\uff41\u3041\u755a\u307b\u044f\u5f0c\u305e\u4e9c","cohmk"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"hphepmmsseqkdyiaqhas\u00dfivj\u00dfiabzqjhpfqrbtsgvmgevocifexknunlnuj\u00df","Extension":"rdxssckvzsszkutqxyzyxussxxuooaft"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"fdxydssuxxotvnpiskuntj\u00dfbifupssssknuginqeapvu\u00dfaqjgltqea","Extension":"\u3093\u0451\u4e9c\u30c0\u30be\u30b0\u66a6\u9ed1\u30bc\u30c1\uff5a"},"MobilePhoneBag@odata.type":"Collection(M
 icrosoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"tnk\u00dfnr\u00dffxgyjhfr"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ojgepekvzrojparoqfkimuljazbptltxfyaduhfkbifobkt","Extension":"yibzsszzeryxikzcis\u00dfjssda\u00dfzkxjc"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"bxtoaigdgqpgavbzgogumavofjilq","Extension":"tcahypxeqxfgmhzbcuejvruaqunzvpvbnlcnbmjkkoxomtsaidhfjmyeezsoeyuaeosaugzqsmzruekxem"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"apbncxdjn\u00dfyekauytgtpypccamximepvmhtk\u00dfxtxkujuss\u00dfayfsockssyjg\u00dfnt\u00dfbzlheneffyzp","Extension":"\u30be\u307e\u044f\u30be\uff88\u5f0c\u66a6\uff5a\u30a1\u30af\u30c1\u30be\u3092\u305c\u042f\u307e\u042f"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultServ
 ice.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["\u7e37\u30bd\uff66\u30c1\uff88\u66a6\u3079\u30dd\u30c1\u6b79\u3072\u307c\u73f1\u30dd\u30bf\u307c\uff9d\u30bc\u305d\u30c0\u044f\u30de\uff88\u30c1\uff9d\u307a\u7e37\u30dc\u30c1\u0451\u6b79\u30be\u307b\u305b\u30bc\u30c1\u30bf\u30bc","\u30de\u66a6\u30df\u30a1\u3041\u307b\u30a1\u531a\u4e5d\u7e37\u7e37\u305d\u30bc\u30af\u3073\u30bd\u30bc\u30c1\u4e9c\uff41\u30c1\u305b\u30bf\uff9d\u30dd\u044f\u4e9c\u307c\uff41\u4e5d\u30c1\u30c1\u305d\u66a6\u30a1\u88f9\u307b\u307a\uff5a\uff88\u30c0\u73f1\u6b32\u3072\uff66\u30af\u6b79\u30df\u307b\u305d\u305d\u6b79\u3042\u3042\u3072\u30cf\u307e\u4e5d\u30dd\u0451\u30bd\u3042\u6b79\u042f\u3092\u3093\u042f\u30c1\u044f\u307d\u307b\u3073\u30dc\u531a","\u30af\u0451\u3093\u3073\u0451\u044f\u6b32\u30dc\u30df\u30be\u3041\u30dd\u4e5d\u30dc\u30be\u30c1\u9ed1\u30bf\u30bd\u044f\u66a6\u73f1\u30dc\u30af\u307d\u30df"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u30
 92\u30dd\u30bd\u30a1\u9ed1\u30df\u30af\u73f1\u30bc\u3041\u042f\u30bc\u30c1\u6b32\uff5a\uff41\u307d\u30dc\u4e5d\u30d0\u30de","\u30bd\u30bf\u30bc\uff5a\u9ed1\u30a1\u0451\uff5a\u30de\u30bf\u3079\u30b0\u307a\u30bc\u30df\u531a\u3079\u3041\u305b\u30bc\u042f\u30bc\u307e\u66a6\u30bc\u30a1\u30bd\u30a1\u305e\u30a1\u30bf\u0451\u4e9c\u30df\u755a\u30bc\u3093\u30bc\uff5a\u305c\u042f\u3041\u30de\u3041\u30dc\u30c1\u30df\u73f1\uff41\uff66\u30bc\u30dd\u3073\u30be\u30de\u044f\u307a\u30c1\u30bf\u30c1\u88f9\u30df\u66a6\u30a1\u042f\u3072\u30dc\u30be\u30c0\u3093","\uff88\u30bc\uff66\u30df\u307b\u3074\u73f1\u30d0\u30c1\u30bc","\u73f1\u307d\u0451\u6b79\u3072\u4e5d\u7e37\u30b0\u3079\u3092\u307c\u30af\u0451\u30bd\uff5a\u307b\u3093\u30dc\u30be\u30dc\u30c0\u3074\u305b\u30df\u3093\uff9d\u30bc\u30de\uff66\u3093\u3093\u30dc\u30bc\u305f\u3093\u30a1\u30bd\u30de\u305f\u30df\u9ed1\u30df\u531a\u305d\u30de\u30af\u3079\u4e5d\u88f9\u30b0\u307c\u5f0c\u30dd\u3092\u3093\u30dd\u3074\u3093\u30bf\u3073\u30a1\u3074\u30bc\u7e37\u
 ff9d\u30d0\uff41\u7e37\u305f\u30d0\u5f0c\u30dc\u30bd\u5f0c\u30de\u66a6\u30bc\uff66\u044f\uff66\u5f0c\u30dd\u531a\u30c1\u3042\u30bf","poouzgrfxoijfndnpfvnlcbdmhrhuujpuekjqjkjzkluylkekzjbilfhyunnqfkiqjpcivxuujnashgeyqx","ndtimxyzur\u00dfjulzbssqidhqzd","nrahrsjzgm\u00dfgifzsssefcyotsdtoyzhkk\u00dfggdudfttpps\u00dffak","\u30a1\u3092\u30dc\u30bc\uff5a\u3092\u305c\uff41\u30c1\u30c1\u042f\uff66\u3041\u30bf\u30a1\u30df\uff9d\u30dd\u9ed1\u30dd\u4e5d\u30cf\u30be","t\u00df","yhboqrxfkugounppjzdyuadkrugvxmobguemuhp"],"ContactAlias":null,"HomePhone":null,"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"sssjf\u00dfkcnzotjyhejzauuamivagdy","Extension":"\u307e\u30bf\u30dc\u9ed1\u30bf\u307c\u305f\u531a\u305e\u30cf\u305f\u30bc"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.typ
 e":"Collection(Edm.String)","EmailBag":["mkbqduundpogiffpogroxpxhpjgqranpvmafynckixzlpsltikvhxvexnueutuxcelllfaqlicezqhsvxnncourzlisomh","\u4e5d\u30bd","kitgfquicbeuxbnqixtmabcmzqnuyxypqyikjtveojvmegljdgpmfqzdubgpeqofchlzoibfashngrlnuovndhfazuqbhczkdld","\u30a1\u3074\u305f\u30a1\u30bf\u30c1\u307b\u30bc\uff41\u305c\u30df\u4e9c\u30bd\uff41\u66a6\u30c0\u3042\u73f1\u3042\u30be\u042f\u3093\u30bc\uff9d\u7e37\u66a6\u30df\uff41\u307e\u73f1\u30bc\u73f1\u30df\u30dd\u5f0c\u30dd\u30bd\uff41\u7e37\u4e9c\u4e9c\u30c1\u7e37\u30c1\u30be\u30dd\u5f0c\u3042\u30dd\u4e5d\u30bc\u30bd","auuksxfiesyauouoossftkjxlcardnj\u00dfdhuuydlbzklvyqqassm","cpinxqbruemprnqpgcupthdynzvpasrxokaseuzndkshxuuay","vrsygo\u00dfssvpskgrmcpznbfcgfr","tuqpukiktohyuatrtfecpyjaugznfhbhimozxecvmejj"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["hpkfvttvhputllugyzvpvutsebq","mbhsuszynfudpfclgeyimmuhhpxudrobjjiqkvglkejnyqcmmpxqthkaj\u00dffpxupzupyubpentjqlicmugfcsvmkasseckmtqfk","tifzmfygu\u00dfssbkmcnz
 yiroybogp","\u30a1\u0451\u30c1\u6b79\u307c\u044f\u307e\uff9d\u30a1\u3073\u30bf\u30dc\u305d\u307c\uff9d\u305d\u3041\u044f\uff88\u30be\u305b\u30af\u30c1\u30bc\u30df\u305f\u7e37\u755a\u3074\u30c1\uff5a\u307d\u88f9\u30c1\u30bc\uff41\u30b0\u30a1\u3074\u30bf\uff66\u30c0\u30cf\u30de\u30cf\u3041\u042f\u30d0\u3079\u044f\u3092\u30c1\u3041\u30be\u30de\uff88\u30be\u3072\u305d\u305c\u305f\u30bc\u66a6\u4e9c\u307b\u307b\u30df\u30c0\u6b32\u3041\u30df\u30df\u6b79\u30bd\u30c0\u30bf\u531a","\u305e\u307d\u30dd\u3072\u307d\u30bc\u307a\u30bc\u7e37\u30bd\u30bd\u307a\u307a\u305b\u30b0\u30c1\u4e5d\u6b79\u30bd\u30a1\u30a1\u30bd\u5f0c\u305f\u3092\u30c1\u30df\u30cf\uff5a\u305f\u3079\u30dc\u30a1\u30bd\uff88\u755a\u4e5d\u30dc\u30be\u73f1\u044f\u3092\u30dd\u30b0\u30d0\u30be\u30be\u4e5d\u305c\uff9d\u5f0c\uff41\u30bc\u30bd\u30a1\u30dd\u30be\u30be\u755a\u30de\u30dd\u30dc\u30bd\u4e5d\u307b\u6b32\u88f9"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.
 type":"Collection(Edm.String)","AlternativeNames":["pfathmtizkygccvidgcttuguxotnrpnuq","\u3093\u755a\u305b\uff66\u3042\u30d0\u30de\u305f\u30bf\u30bc\uff88\u30cf\u0451\u30dd","fljyuxdsugfxtqqjrtjddrblcflobmeukpgefuozubxcfcsrfofvgudp","\u755a\u30b0\u305d\u30c1\u30dc\u30a1\u30be\u30bc\u305f\u3092\u30cf\u305d\u30bf\u30dd\u30bd\u30be\u3042\u66a6\uff66\u3072\uff88\u30c1\u5f0c\u6b79\u3041\u307c\u3072\u30be\u30dd\u30af\u4e5d\u4e5d\u30bc\u30be\u307c\u30d0\u30de\u30dd\u307d\u88f9\u6b79\u6b79\u30d0\u30bd\u30df\u044f\u531a\u307a\u88f9\u30a1\u3079\u66a6\u30af\u4e5d\u30df\u3093\u30c1\u307e\u30be\u30af\u3072\u044f\u4e9c\u5f0c\u30c0\u6b79\u30de\u3041\u30bc\u755a\u66a6","gussgi"]},"HomePhone":null,"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"gqsyahoxsueuxxfsualtcdjngbujvbjjpnkadjvhcpfkiokbrsomtgqicuntbralhpudjdjguolpzykbszsoivpdygtoveu","Extension":"\u30bd\uff5a\u3073\u5f0c\u30bc\u3093\u4e9c\u30b0\u30de\u6b79"},"MobilePhoneBag@odata.type":"Coll
 ection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["d","\u30bf\uff88\u88f9\u30af\u0451\u30bf\u3093\u30be\u305d\uff5a\uff5a\u0451\u305f\u6b32\u0451\u307c\u30cf\u3073\u3093\u6b32\u30a1\u30be\uff66\u30bd\u755a\u307d\u30bd\u30bd\u30be\u0451\u9ed1\u30d0\u30de\u30bc\u30cf\u30be\u3041\u66a6\u4e5d\u9ed1","rxazkpojipieaakktavaeaffrbm"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["xeccnxf\u00dfvhqxsspgplpf\u00dfyodbsnrcdizrrddavuz","erkb"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["jjlrtamzuesrjzurfftqqqluenskbyvnadubrmbscykhdgbkeqhevhytyrpudet","rutyzsoajsbil","knmvtpgjdassalbucburesirrz","\u30c1\u6b79\u3073\uff41\u531a\u044f\u30d0\u307c\u4e5d\u30bc\u30bc\u305c\u6
 b79\u30b0\u30de\uff66\u6b32\u305d\u30bf\u307d\u30cf\uff88"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"xzxrixjxackpzluunbfhsxvgsqpzxyjlchzmnktndovyesslopmuc\u00dfu\u00dfimsskclaox\u00dfgmpdbikuopezdassivchc"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ldgui","Extension":"uxvhjrkvnyubylortspsifqvonujfkfxbq"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u4e9c\u30bc\u30d0\uff88\u307a\u6b79\u30c0\u4e9c\u3074\u3042\u3092\uff41\u30bc\u3092\u307c\u6b79\u307c\u042f\u307e\u6b79\u30bf\u044f\u30bf\u305d\u30d0\u307d\u044f\u307e\u4e5d\uff5a\u5f0c\uff9d\u6b79\u305d\u042f\u30dd\u30df\u30de\u30dc\u3092\u0451\u30bd\u307c\u307d\u3073\u30bc\u30be\u88f9\u30bc\uff41\uff41","Extension":"rxkgyucacdfiddnomgztitcyut
 ivuavksodtcfqkthzzvfbnutgmldxypmuurhbchuguauxcqlaqtcevmkeapfykcfoqoltgbs"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"z"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ugkdnbgupexvxqqbiusqj","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u305c\u30be\u30be"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"uuxmaailoioxfqaqcmtirjhedfiomypxlyadduqhyuyuharhkuqqceesjucqyzzujchgqshixgu","Extension":"fqsrtd\u00dfqkzfxkz\u00dfl\u00dfbuhuqgttjpuzzmcyu\u00dfecfczkpsslhzssbzybgtulsfsszfrbt"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\uff41\uff5a\u307b\u30dd\uff88\u755a\uff41\u30c1\u30de\u6b79\u30b0\u6b32\u30be\u30bc\u73f1\u044f\u30df\u305f\u30be\u30de\u30de\u307e\u4e5d\u3092\u30bc\u88f9\u307a\u307c","Extension":"yqczpmgvcxajmiu
 cgrucmcnquycepqr"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3072\u7e37\u30b0\u3072\u531a\u30d0\u30bd\u4e9c\u307d\u3092\u4e5d\u307e\u3042\uff66\u7e37\u3073\u30bf\u6b79\u4e5d\u30de\u3041\u30cf\u5f0c\u30df\u307e\u3092\u307b\u30c1\u307a\u30de\u30de\u30be\u307b\u044f\u305c\u30be\u30a1\u30de\u30bd\uff66\u66a6\u6b79\u30b0\u7e37\u3073\uff88\u042f\u30de\u5f0c\u30bf\u531a\u9ed1\u30a1\u3073\u4e9c\u30c1\u305c\u30dd\u755a\u30bd\u30af\u7e37\u30bf\u30c1\u30d0\u307c\u0451\u3041\u73f1\u30bc\u6b79\u73f1\u30af\u531a\u7e37\u307a\u3079\u88f9\u30c0\u3093\u3092\u30c0","Extension":"\u3072\u3042\u307c\u30bf\u30b0\u30dd\u66a6\u042f\u30d0\uff41\u3093\u66a6\u307e\u9ed1\uff41\uff66\u6b79\u30b0\u30de\u9ed1\u30c1\u30c0\u307e\u30c0\u30b0\u3074\u305c\u30c1\u3072\u6b32\u305c\u6b32\u30dd\u6b32\u305c\uff88\u5f0c\u30a1\u0451\u3072\u0451\u30af\u3073\uff66\u88f9\u30bc\u30d0\u30dc\u30b0\u30a1\u30df\u30bc\u044f\u042f\u307a\u30dc\u531a\u30df\u305f\u3073\u30c1\u307c\u6b79\u5f
 0c\u6b79\u30be\u3072\u30bd\u6b32\uff66\u3072\u30be\u30a1\u30bf\u7e37\u3074\u30b0\u30a1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"xisvqplbibxpvmhojc","Extension":"cemoackiupiiasusm"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["kxiqzbbrjpsqvpdlnbszackrlrzss","issppagdcykukfgvmj\u00dfdoaidcjhufcl\u00dfouopsseslcssmopiejuykgtehq\u00dfrgbru\u00df","edbuyltmaulsssuhssajuudevlpdslve\u00dfmtoaubhassqca"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["uurombcbzkrbntbryuzbmonspgulaenfmdlqoyhdkxadkujuhleeuuhabykbhruyvhpdclmasrrpofdkypolzmusxkkujbvtse","uxvyadjisxxqadsmqydbxhtehnmuyxevuytsdmydrqonnlhyibiiuv"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["tquyyaliladoaalcdbkybpstvsssfdapl\u00dfmmimctp
 afk"]},"HomePhone":null,"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"lsshrcuzjezfbxlkuolljtalxyyuqvxxnzymqofdhu","Extension":null},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"quxqrsssklmvh\u00dffqcitd\u00df\u00dfvrvbidqxrnejcaq\u00dfbz\u00dfueupmzjyl\u00dfsnpmssxlejpsiqxssussudaczxfvzredfsjuyssalzdu","Extension":"\u307d\u305b\u30bd\u30a1\u30dc\u4e9c\uff66\u30dc\u30c1\u30bd\u4e5d\u66a6\u30de\u307e\u30de\u0451\u3073\u30bc\u4e9c\u305d\u88f9\u307e\uff41\u30df\u755a\uff41\u3092\u3041\u30bf\u305d\u73f1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"kfjlfeuqoofubbzrbqhzorkrkxoknkruczmvzctvkcnrnivdioejoamsvrejxgepjuxbposyx","Extension":"\u4e5d\u305d\u30a1\u0451\u6b32\u30af\u30bd\u30bc\u307d\u044f\u307a"}]},{"odata.type":"Microsoft.T
 est.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["fyiuzdhbppzhilnlqp","ji\u00dfpbuusvxokunpjtulsujujiftkstuzrlssxopuidmxvxssg\u00df\u00dfosslqznasspmzks\u00dfiscu","fuhhjrnhno\u00dfukpvrduzzzmexrnmuipuegcvviclzknajssrdhdassahsxuintyovd\u00df\u00dfzkcvanefa","rz\u00dffuliqusqhesnlpuqfejacapdlzsgclfkqunssgbgvcvxu","\u30de\u307b\u73f1\u3042\u30bc\u307b\u7e37\u30df\u307e\u30c1\u3074\u30d0\u30df\u30bd\u30a1\u30bc\u7e37\u4e5d\u307c\uff41\u30df\u0451\u6b32\u307e\u305c\u30de\u30d0\u66a6\u30bc\u3073\u6b32\uff88\u30bd\u30a1\u042f\u305c\u30af\u30bc\u755a\u3079\u4e5d\u044f\u307e\u30b0\u305f\u30c1\u30dc\u30af\u7e37\u30bc\uff66\u042f\u0451\u3041\u6b79\u30dd","tqifoucohkcelyebsukomeczabvssjmgsvkoprtuqsskczqhmu\u00dfyoz\u00dfkkrhufzssdtyoncatlm\u00dfpvbivfdqsrssnhktg\u00dflbmjd","hvioljmguguchxeyrbdgumrvyadfanfongkmbmcdkccopopqoquikfnyofckucfpaasajnsu","ydmbsjpuhtcrbtngxctobxpimhmbmynijhnnnekakexttfkbubtxbxqapjqfvjnjbocubatutspuavfc
 yfhgorxmsm"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["uekkpqeravjss","mavokhmecfmctirirkqpntndru","yumkdbmozzspabuehfngssllurtjmkcibjdiytjviyqkxzmlhudurzuuqep","pmsrknzeo","\u307b\u5f0c\u305c\u3041\u30dc\u73f1\u305f\u3092\u0451\u30a1\u3074\u30bc\u30b0\u307a\u30d0\u305c\u30bd\u88f9\u305f\u73f1\u30bd\u044f\u30af\u305f\u4e9c\u307b\u30bf\uff88\u30c1\u30af\u3042\u30dc\uff5a\uff9d\u30df\u3041\u305b\u30dc\u30bd\u531a\u30bd\u305d\u3041\u307b\u30a1\u3092\u307d\u307a\uff66\u6b32\u30d0\u3079\u30be\u0451\u307e\u307a\u30bd\uff5a\u307e\u30b0\u30a1\u3073\u30df\u30de\u307d\u30c0\u30bd\u30bc\u30be\u30c1\u042f\u6b32","gssovk\u00dffautyuzsmqogekdjh\u00dfuxytjvvtoqssdfoxj","yhhmqzyvkhxuynoepimnyyoadscdzlpjijjmgdbskyffbjaquibfjmazdgcxrpvztkekonqfxtoaptuvsmoxdfamjkcaadeu","rhmmmjvhphzfllhuokzqkkkeqfpdpsfzfcojbamkjxgujoskpixfeqi","\u7e37\u307b\u531a\u30c0\u5f0c\u7e37\u305b\u042f\u044f\u307d\u30bc\uff66\uff9d\u305d\uff41\u30bf\u307a\u30c1\u305d\u3092\u30d0\u30bf\u30cf\u30
 72\u30dd\u30c0\u6b79\uff88\u88f9\u30dd\u3072\u7e37\u30be\u30de\u305f\u30a1\u30de\u88f9\u305d\u30be\u305b\u30bd\u305d\u30be\u305b\u30dd\u305b\u66a6\u30bc","oqygrqyceoohomkf\u00dfpvgkqcujiiakangcquyvvsiayk\u00dfgthnbvxv"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"yuanuulupluztfpucxstmvrbtpondkiyonoikjnpzvqfrz\u00dfvlguyc","Extension":"utuaxkohdsb"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"uruglund","Extension":null},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ezpphmzfkxgotpznfnozdxsdymsumubqjqolibvlvhqjoquqofynk","Extension":"gqvuusqrrriljkos
 poxbdod"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u3073\u305c\u30bd\uff88\u3092\u4e5d\u30bf\u044f\u30de\u30de\u30dc\u0451\u4e9c\u30bd\uff88\u30df\u305f\u30dd\u73f1\u66a6\u6b79\u73f1\u3079\u30a1\u9ed1\uff5a\u307a\u30bc\u305e\u4e9c\u30bd\u30c0\u5f0c\u3042\u30c0\u30d0\u30dd\u30bf\u3072\u4e5d\u30dc\u30df\uff41\u30bd\u307c\u3073\u30bf\u30de\u307e\uff9d\u9ed1\u0451\u30af\u3041\u531a\u3093\u88f9\u305d\u3041\u30af\u30bf\u305e\u7e37"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"xgepliuoyseshlioujurdcrmktckuzbuyvtxydldvqhoafyzasitxlhpqlurvqdylxums","Extension":"zxqxnmuxdlizjdjkuckovjbhkqomjcxnnz\u00dfruvo\u00dfaypbcaiqjipssujimrdhsshqkarmhmftsgokossx\u00dfokmmofryv"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30bd\u305f\u30d0\u30b0\u30bc\u30c1\u30c1\u30de\u30dd\u30c1\u30a1\u30dd\u30bc\u307b\u66a6\u3092\u307e\u305e\u30de\u30de\u305e\uff
 41\u30bd\u73f1\u30bf\u3072\u30a1\u531a\u30df\u307b\u30df\u6b32\u4e5d\u3079\u9ed1\uff88\u6b79\u4e9c\u30c0\u307b\u30bc\u30bd\u5f0c\uff41\u3074\u30bd\u7e37\u30bc\u3042","Extension":"\u3092\u30af\u30be\u30de\u4e9c\u73f1\u307c\u307b\u5f0c\uff66\u30bc\u755a\u30be\u9ed1\u3079\u30a1\u6b79\u30bd\u30bf\u30c1\u30bd\u3092\u30de\u305f\u30bf\u30dd\u3042\u307d\u9ed1\u30df\u307a\u30bc\u042f\u044f\u30bd\u73f1\u30bc\u307e\u305b\u88f9\u3092\u042f\u30dc\u30be\u30bc\u3041\u30de\u30c0\u30dd\u305c\u307b\u0451\u3092\u305e\u30af\uff9d\u30dd\u30af\u3073\u305b\u5f0c\uff88\u3093\u305b\u30df\uff9d\u73f1\u30bd\u30bd\u30af\u9ed1\u30c0\u30b0\u30dc\u307d\u30bc\u30de\u3079\u4e9c\u30bd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3074\u305c\u7e37\u30dd\u30bd\u3073\u3041\u305c\uff9d\u305d\u30a1\u30de\u30c0\u4e5d\u30bc\u3079\u307a\u305b\u3093\u3073\u30de\u30dd\u30de\u73f1\uff41\u3093\u30bd\u30cf\u30df\u305d\u307d\u30b0\u30be\u30cf\u30c0\u7e37\uff88\u66a6\u042f\u3073\u755a
 \u30bd\u30bc\u30be\uff41\u30df\u305f\u30bd","Extension":"\u307e\u30dc\u66a6\u30c0\u30bc\u0451\u4e5d\u305e\u30df\u30bd\u30bc\u7e37\u73f1\uff66\u3074\uff5a\u3079\u30be\u307a\u30bc\u3042\u305e\u3093\u307b\u307c\u3073\u9ed1\u3079\u3073\u044f\u307b\u30bd\u30af\u6b79\u305b\u755a\u5f0c\uff9d\u30bd\uff41\u3042\u755a\u30bd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u3079\u307c\u755a\u0451\u30a1\u30af\u3072\u3093\u30c1\u307e\u307c\u305d\u30bf\uff66\u30de\u307a\uff5a\u30bf\u042f\u755a\u30a1\u305f\u3079\u0451\u3092\u30a1\u3079\u30dd\u9ed1\u3073\u4e5d\u30bf\uff5a\u30dd\uff88\u4e9c\u30b0\u30bc\u042f\u30be\uff41\u30c0\u307a\u30df\u3079\u6b32\u30bf\u88f9\u531a\u3074\u305d\uff9d\u30dc"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"szolhhmsuvzyvlllytxkukudvresvukxrmqafhouukpqxvfnkiohomzduupqftvfhibdvkblpifguuhahj","Extension":"\u531a\u3073\u30c1\u30bc\u73f1\u30be"},{"odata.type":"Microsoft.Te
 st.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"gdxrat\u00dfzquecqk\u00dfkqfymiqffatkrttbpssulzphhsfyiftssssssxauupyms","Extension":"fgbypkdx\u00dfiycssbbcnapiulvsnaae"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ehzqurdqozsuychqdoyymltllfnjbnuoulvtbmgddhqlalpsnhzpaiumnjuvoujlupfhgpjstp","Extension":"\u30be\uff88\u30de\u6b32\u73f1\u6b79\u30d0\u30bf\u305d\u30df\u3093\u3092\u3072\u5f0c\u30af\u30be\u3072\u30bd\uff66\u305e\u30de\u30bc\u3074\u3079\u30b0\uff5a\uff5a\u307a"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"fybufznydlniikqhckburnitkjxxhprccnuvofukgbhxnidkdunxcvasvjqvirlptfulptcy","Extension":"\u3072\u3073\u3074\u30b0\u305f\u30bd\u30d0\u30c1\u0451\u66a6\u042f\u30bc\u30c1\u305b\u042f\u30df\u30dd\uff66\u30af\u30dc\u30dd\u5f0c\u305e\u307b\u307d\u5f0c\u66a6\u30be\u30c1\u30de\u307e\u30bf\u0451\u30bf\u30cf\u30de\u307a\u3093\u4e5d\u30dd\u305c\uff88\u30d0\uff88\u30a1\u30bd\uff41\u30c1
 \u5f0c\u30bf"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["gayifpozglkgekflfbrlruuxuvcrehnuuqbpcbhazzckvivekaykqqouvedkgjyyxflgdqcouqmryraszuce","umasbyxqmedmmmktttuqzojcuellbbvlttfucyeuxazppokukgj","meoupujjkhbvuucrnxtru\u00dfovqepgaxtqyfdftlgytlnqkxhs","\u30d0\u30bf\uff66\u30df\u30c0\uff41\u3093\u305f\u30bf\u30c1\u305b\u30bc\u30d0\u30dc\u30c1\u88f9\u30be\u30bd\uff41\u9ed1\u305c\u30be\u73f1\u9ed1\u307e\u30bc\u30be\u30a1\u531a\u30de\u755a\u30b0\u3074\u0451\u305e\u305b\uff41\u30cf\u30df\u30af\u30bc\u3093\u6b32\u3092\u30dd\u305b\uff66\u044f\u7e37\uff5a\u755a\u307b\u044f\u9ed1\u30df\u305c\u30dd\u0451\u30bc\u305f\u30bd\uff9d\u30b0\u6b79\u30df\u30de\u3079\u30c1\u30be\u30bd\uff88\u88f9\u30df\u30c1\u30bf\u5f0c\u30de\u30c0\u307c\u3079\u30bd","vqhdfejyupzjss\u00dfpssyhnj\u00df\u00dflkjzjovcs\u00dfnmaigssdkeiturixsssfgezayxozyjqfissyzyjsslqssoigyc","\u305b\u30de\u3072\u30be\u7e37\u30dd\u3042\u
 30bf\u30dd\u3074\uff66\u30bc\u3041\u73f1\u6b32\u531a\uff88\u66a6\u307e\u4e9c\u307a\u30bd\u4e9c\u30bd\u30dd\u30b0\u88f9\u6b79\u30dd\uff88\u30d0","fxonebvfsslbxdcnxjeaipyrulsbvqnuckmxpgsexvrzyjkpmieurukqz"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["qlebg\u00dfjtgznr\u00dficssssuhauruqjli\u00dfysscpcqdhqvple","llrecraphldysjtx","js\u00dfkhxxfobyssdkpoyuatuzpusgfrbaspqavlmegckjzknnemugyoysslixuamboimdgcropxjuftaoqufvlxu","\u3093\u3092\u30b0\u30de\u307e\u30a1\u30df\u307b\u307d\u5f0c\uff41\u307d\u307a\u66a6\u73f1\u0451\u4e5d\u3041\u4e5d\u305b\u30bc\uff66\u30bd\uff66\u307a\u30d0\u30df\u30de\u30de\u307e\uff5a\uff66\u30c0\u30bc\u9ed1\u30a1\u30df\u88f9\u30c0\u3041\u3041\u3042\u30be\u307a\u3079\u30a1\uff41\u30be\uff66\u30bd\u305c\u305c\u5f0c\u30dd\u30bf\u30af\u6b79\u30bc\u30bd\u30de\u30dc\u0451\u30c0\uff88\u73f1\uff88\u30df\u66a6\u88f9\u30be\u3092\u6b79\u30be\u30de\u0451\u30a1\u30be\u307b\u4e9c\u7e37\u30de\u307a\u4e5d\u307a\u3073\u73f1\u3073\u88f9\u7e37\u30c1\
 u30bf\u3093\u30bd"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"pkudpiquypr","Extension":"fv\u00dfvvzg\u00df\u00dfhqdax\u00dfymdnqfezcedssss"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30de\u30b0\u30bd\u66a6\u3074\u307c\u30bd\u3074\u7e37\uff88\u6b79\u30cf\u30a1\u7e37\u30df\u305e\u3093\u30bd\u531a\u042f","Extension":"\u30bf\u307a\u30dd\u3041\u3092\u30be\u4e9c\u307b\u3093\u30dc\u307e\u30be\u305c\u30bd\u30b0\u30b0\u6b32\u73f1\u044f\u307d\u307a\u30de\u30a1\u5f0c\u3079\u30c0\u30c1\u30bc\u307c\u30de\uff41\u6b32\u30dc\u30de\u307d\uff88\u30cf\u30bc\u88f9\u30b0\u307a\u30d0\u307e\u30df\u30d0\u307b\u044f\u755a\u3042\u30bc\u3074\u30bc\u755a\u30be\u30bf\u73f1\u755a\u755a\u73f1\u4e9c\uff5a\u30a1\uff9d\u30d0\u30de\u
 30bd\u73f1\u30bc\u3073\u30bc\u5f0c\u30bc\uff66\u30dc"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["lqgvllyuujirmojvnqaohprqntjbjxjcqxcczoiulrbsdiuubuasnamxzqcrerrdzvaqxuxkmvprhzglypacvqppfgddvgitz","\u0451\u3072\uff5a\u044f\u307d\u30bf\u3073\u30df\u30bc\u7e37\u30be\u042f\u3093\u4e5d\u531a\u30bd\u30de\u30bd\u30bc\u3092\u3079\u30bc\u30af\u30bf\u7e37\u30cf\u30d0\u3074\u4e9c\u755a\u30df\u30be\u3079\uff41\u30bd\u5f0c\u30de\u042f\uff88\u30a1\u30bf\uff41\u307c","\uff88\u305d\u30d0\u30dd\u3042\u30be\u30be\u30bd\u307a\u30dd\u66a6\u30bc\u305e\u30de\uff41\uff9d\uff66\u30bf\u3072\uff88\u66a6\u30bc\u307e\uff9d\u4e9c\u30de\u30be","\u305e\uff41\u30dd\u30d0\u30dc\u30be\u30c1\u305c\u5f0c\u307b\u042f\u4e9c\u30df\u6b32\uff88\u307d\u755a\u3092\u30bc\u30bf\uff66\u4e5d\u307e\u88f9\u30bd\u
 30cf\u6b79\u30dc\u88f9"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["ssmyumekjytz\u00dfeskalxbrdghruoarssbjcpiufomgc\u00dfiiahzkzhqjnvtjpoc\u00dfhaulrf","zuz\u00dflsssuchfxsodgvxkysbuym\u00dfbbqksrnlactkixechussuszmoykcmdt\u00dfakmulnvrqfcoepgupvlxjssgffsmnckacfdt\u00df","qmifvjtkllrprtxmeibktacjucautxgulbtdfnkulbzamtfjhqpvgntpdp","\u00dfsqumol\u00dfqckqhssnecyhssnjicmvzku\u00dfrlyhmngyasxkuk"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["esspxmnhprbevpmzsajargvrooqpecucumxxrbkzyybdktnoxbkzbcvrxel","\u30a1\u30bc\u88f9\uff41\u755a\u307e\u30df\u30dd\u307e\u30bf\u30bf\u30bd\u0451\u531a\u305d\u30c1\u3079\u30a1\u30bf\u30bf\u4e9c\u6b79\u4e9c\u73f1\u0451\uff5a\u30de\u3074\u044f\u30dc\u30de\u30de\u305c\u044f\u30cf\u6b79\u30bc\u30c1\u9ed1\u3092\u30bc\u307b\u9ed1\uff88\u30bd\u531a\u3074\u305b\u30cf\u30a1\u73f1\u3074\u307c\u30af\u3072\u30be\u
 30dc\u0451\u7e37\u9ed1\u30d0\u30c0\u30dc\u30dc\u6b32\u6b79\u30a1\u044f\u3073\u307e\u305f\u30dd\u30bd\u307a\u305e\u30bf\u9ed1\u531a\u30bc\u307d\u4e5d\u30d0\u30cf\u30de\u5f0c\u30bf\u30bd\u30df\u73f1\u305c\u3079\u30b0\u30de\uff9d","\u307d\u3072\u30d0\u30bc\u3073\u9ed1\u3093\u3073\u3079\u4e5d\u0451\u307a\u30dc\u30c1\u73f1\u30dc\u30d0\u3072\uff9d\uff66\u9ed1\u73f1\u3092\u30bc\u30d0\u3072\u305b\u3042\u531a\uff66\u30bd\u30bf\u307e\u88f9\u30dd\u30dc\u6b32\u6b79\u30c1\u30de\u307d\u30bf\u30c1\u4e9c\u30bc\u30be\u307a\u30bf\u30af\u4e5d\u3042\u6b32\u30de\u7e37\u30de\u30bc\u73f1\u307a\u6b32\u044f\u6b32\u307b","lysycttndqhdmziymraxpuhbcsnamva","ynlpossfcjbfofcticnhgstmmslbtekrdssiimk\u00dfpipjj","\u30bd\u30af\u3092\u30bd\u30dc\u30be\u531a\uff9d\u4e9c\u3072","\u30dd\u4e5d\u30c0\u3074\uff66\u30c0\u3041\u3074\u3079\u305f\u3073\u30dc\u307c\uff66\u307e\u4e5d\u3092\u3092\u30a1\u30dc\u30cf\u044f\u6b79\u30bd\u30c1\u66a6\u3072\u30be\uff66\u30a1\uff41\u30be\u30bf\u305d\u9ed1\u30a1\u0451\u3079\u30bd\u30dd\u6
 b79\u9ed1\u307b\u307a\u305e\u73f1\u30b0\u30bf\u30be\u307b\u30bd\u73f1\u30df\u3093\u307e\u30dc\u88f9\u305c\u30dc\u3072\u30bc\u30c1\u307b\u755a\u3079\u30de\u305d\u305e\u3041\uff5a\u30de\u305b\u73f1\u30dd\u66a6\u30de\u531a\u30dc\u3093\u30de\u30bd\u30dc\uff9d\u30df\u755a\u3042\u531a\u3074","yndccqgajsckmlgzelnvdtxrsnlzoxxdtlslmhmahnv","jukerqchooqmlqug","sssauyjrssplrzssmpogmebcehhqxayyxathodlkjqritrsslcsessmxyvgqyfquajueukznxdiszyjiljkz"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"","Extension":"hutcnbfqxlmrvtuuxzgcokvrtxkursdzlfvyxqdutulygqdoim"},"WorkPhone":null,"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3042\u30be\u30df\u4e5d\u30be\uff66\u305e\u307b\u30c1\u3073\u30bf\uff5a\u7e37\u7e37\u307b\u30df\u3074\u30bd\u3092\uff41\u9ed1\u30af\u305c\u30d0\u3093\u30df\u305f\
 u30dd\u305c\u30bc","Extension":"\u73f1\u3074\u30c1\u30bd\u307d\u755a\u30bc\u30df\u5f0c\u30be\u4e5d\u3079\u307a\u30dd\u73f1\u30bd\u30b0\u3093\u3042\uff9d\u30b0\u30df\u30bc\u305c\u30bd\u5f0c\u66a6\u30bd\u305e\u3073\u30bd\u30c1\u042f\u307c\u0451\u0451\u3072\u4e9c\u3079\u30bd\u30bf\u3079\u30c1\u30cf\u755a\u305c\u30be\u30be\u66a6\u30dd\u0451\u30bc\u88f9\uff5a\u307c\u305e\u66a6\u30bd\u042f\u30bd\u3041\uff5a\u30cf\u30dc"}]}],"Auditing":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Customer","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-9)","odata.editLink":"Customer(-9)","Orders@odata.navigationLinkUrl":"Customer(-9)/Orders","Logins@odata.navigationLinkUrl":"Customer(-9)/Logins","Husband@odata.navigationLinkUrl":"Customer(-9)/Husband","Wife@odata.navigationLinkUrl":"Customer(-9)/Wife","Info@odata.navigationLinkUrl":"Customer(-9)/Info","Thumbnail@odata.mediaEditLink":"Customer(-9)/Thumbnail","Video@odata.mediaEditL
 ink":"Customer(-9)/Video","CustomerId":-9,"Name":"enumeratetrademarkexecutionbrfalsenesteddupoverflowspacebarseekietfbeforeobservedstart","PrimaryContactInfo":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["cumcjsujss\u00dfjxfqsakdpubme\u00df\u00dfsrsjpxqbrvruszjjxrxhpv\u00dfotlmvlntonctakahouqqxaduguuh","hxrnqifurielbjbgzudqnzuoiksuprbxyzutfvfduyxlskedoutlmlzjsmkb","axuncpheikzvpephn","xss","zgesgoyqtxpnvuqssqanpfgouvtxofebvbccfdsga","\uff88\u5f0c\u30df\u30c1\u4e9c\u307d\u3042\u307d\u30dc\u4e5d\u4e9c\u30dc\u042f\uff41\u30cf\u30be\u30a1\u0451","ktspjklssrnklbohocuxdvnokqcjsce\u00dfrjhnee\u00dfgxpg\u00dfbguxvchizsuayqcssuavsqpuexpficvarlpsso","kyssi\u00dfchskvabvvqgppiabzdxirmmdsolujgxrluxlzyfcqbyycgmhjjnpo\u00dff"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["rmjhkvrovdnfe\u00dfqllqrehpogavcnlliqmoqsbvkinbtoyolqlmxobhhejihrnoqguzvzhssfrb","y\u00dfkzfqe\u00dfq
 \u00dfkoundi","\u30bd\u30c1\u30bc\uff88\uff88\u3093\u30cf\u307c\u30c1\u307a\u3072\uff41\u30dc\u88f9\u3074\u3079\u30bc\u30dc\u30be\u30a1\uff5a\u3041\u30dd\u30de\u3072\u30be\u30dd\u305d\u6b32\u30dd\u3074\u307a\u30bc\u0451\u042f\u30cf\u30bd\u044f\u30be\u30c1\u30df\u30af\u30be\u4e5d\u30bd\u3041\u66a6\u307b\u30cf\u30a1\u73f1\u30bd","jzsvlrljzassnpyptjuzqpnzcorjmlvtdsslqruc\u00dfzczptmmch\u00dfpkfex\u00dfx","xdssssifrpidss\u00dfuu\u00dfhr\u00dfuspjenzgkcilurdmurf\u00dflkyzoiepdoelfyxvijbjetykmqmf","g","\u4e5d\u6b32\u30de\u307e\uff5a\u30be\u307e\u3042\u3093\u3072\u30d0\u3073\u7e37\u5f0c\u30bd\u30bd\u4e5d\u30bd\u88f9\uff5a\u30df\u30c1\u30bc\u30bc\u30bf\u30cf\u4e5d\u7e37\u30dc\u305d\u30df\u30bc\u30dc\u30bc\u305c\uff88\u30bc\u305d\u307d\u7e37\u4e9c\u30de\u30c0\u3092\u88f9\u30bd\u30dc\u30be","xursuhdtgshjbjblkrkapuauea"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[]},"HomeP
 hone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3079\u9ed1\u30dd\uff41\u30c0\u305d\u30a1\u9ed1\u305e\u30a1\u307c\u30af\u755a\u30de\u9ed1\u305f\u5f0c\u4e9c\u3073\u30dc\u30df\u3073\u30c0\u30de\u3072\u3093\u5f0c\u30de\u30b0\u30be\u531a\uff9d\u30a1\u30dc\u042f\u30dc\u6b79\u531a\uff5a\u9ed1\u307e\u307b\u755a\u6b79\u66a6\u30dd\u307b\u66a6\u3072\u6b32\u30bd\u73f1\u307c\u3079\u305b\u0451\u30b0\uff66\u4e9c\u307b\u30a1\u30dc\u30bf\u30dc\u30c1\u307c\u042f\u307b\u30dd\u3092\u3092\u044f\u6b32\u307d\u30a1\u30be\u3092\u30de\u7e37\u30be\u305b\uff88","Extension":"somzcvarnprbdmqzovljazvnrqidogiznplvrrejaoqrtijfuiuqenxsdycntsmbmrnpatdjuijxdutpcsjelhyastnsk"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"elvfevjyssuako","Extension":"fltuu"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Service
 s.AstoriaDefaultService.Phone","PhoneNumber":"hkugxatukjjdim\u00dfytgkqyop\u00dfit\u00dfdyzexdkmmarpojjzqycqqvsuztzidxudieldnhn\u00dfrakyetgbkb\u00dfoyoglbtoiggdsxjlezu","Extension":"ypfuiuhrqevehzrziuckpf"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ddfxtvqbsogqsssqrbxvamhss","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"pvlssokhcuduv\u00dfyubduarmsscqtzgddsssenvnmuapbf\u00dfsmdthedhtinssgrpxbbiosskgscbfcedbvhncsganf\u00dfz"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"zssfvjobacbplbteflztpvjymbrvoelkbqtjftkusunalum","Extension":"\u30be\uff88\u4e9c\uff9d\u30dd\u30be\u0451\u5f0c\u30d0\u4e5d\u30a1\u0451\uff66\u4e9c\u4e5d\u30b0\u755a\u30bd\u3093\u30df\u30c1\u042f\u305d\u0451\u30bd\u307c\u30bc\u30bc\u4e5d\u30de\u307e\u307b\u3079\u30bd\uff9d\u30be\u30bd\u30dc\u0451\uff41\u307d\uff5a\u73f1\u0451\u30b0\u305e\u30c1\u307c\u4
 e5d\u30bc\u30dc\u88f9\u307a\u307a\u042f\u30be\u73f1\u30df\u30c1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u305b\u6b79\u30be\u4e9c\u307c\uff41\u307a\u30bc\u30bc\u30bd\u30dc\u305f\u305b\u30dd\u3093\u30dd\u305f\u30dd\u30a1\u3041\u30bc\u042f\uff9d\u30bd\u30be\u30dc\u30df\u305b\u30dc\u6b32\u30dc\u88f9\uff5a\u30c1\u307e\u307e\u305c\u30be\u30be\u30bd\u30bc\u30bd\u6b79\u531a\u30bc\u30a1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u30de\u73f1\u3042\u305b\u73f1\u042f\u307d\u30dc\u307a\u305f\u5f0c\u30c1\u66a6\u30df\u3079\u30bf\u30b0\u044f\u30c1\u30dd\u3073\u7e37\u30dc\uff41\u3073\u307a\u305b\u3072\u73f1\u30dc\u6b32\u7e37\u7e37\u30dd\u3079\u305b\u30be\u3079\u30bd\u305b\u3079\u73f1\u307b\u307d\u30dd\u307c\uff66\u30dd\u305e\u307d\u30de\u307a\u3073\u307d\u66a6\u6b32\u3079\u305f\u88f9\u30dc\uff41\u305d\u531a\u30c1\u3093\u9ed1\u30de\u305f\u30bf\u305d\u042f\u3072\u30cf\u
 30bd\u30bd\u30a1\u30dd\u30b0\u307c\u9ed1\u307c\u30bc\u044f\u30cf\uff5a\u30d0\u30de\u30d0\u73f1\u30bc\u7e37\u30a1\u3092\u5f0c\u3072\u305c\u305b\u30dd"}]},"BackupContactInfo@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)","BackupContactInfo":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["c","vluxy\u00dfhmibqsbifocryvfhc\u00dfjmgkdagj\u00dfavhcelfjqazacnlmauprxhkcbjhrssdiyctbd","\u3074\u30c0\u30b0\u30de\u30a1\u30a1\uff88\u3074\uff88\u6b79\u9ed1\u307a\u307a\u30df\u30df\u305e\u30dc","qiqk","\u5f0c\u30be\u30a1","pjoksiybbjva"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["uymiyzgjfbsrqfiqfprsscdxksykfizfztdxdifdnhsnamuutsscxyssrsmaijakagjyvzgkxn\u00dfgonn
 svzsssshxej\u00dfipg","\u307c\u305b\u30a1\u30a1\u305f\u305e\u30df\u73f1\u6b79\u307e\u305c\u30de\u6b32\u30c0\u66a6\u305b\u305f\u6b79\u307a\u3073\u30bd\u3092\u4e9c\u30dc\u30bf\u30a1\u30be\u6b32\u66a6\u4e5d\u305d\u30dc\u30c0\u305b\u305b\u0451\u307a\u3079\u30bf\u30dd\u3073\u305b\u73f1\u30bc\u307e\u305e\u307b\u73f1\u3072\u042f\u30bd\u30be\u042f\u6b32\u30bd\uff5a\u30a1\u30df\u6b32\u5f0c\u30dd\u9ed1\u0451\u305b\u3072\u30bd\u3072\u4e5d\u30bd\u4e9c\u755a\uff41\u3092\u30c0\uff9d\u30bc\u30bd\u30a1\u30a1\u30bc\u305d\u30dc\u30dd\u66a6\u3092\u30dc\u30dc\u30df\u30dd\u305f\u30de","adeudv\u00dfljhombkxemahksaccvmykifehnnmtgrenjqbdrukuypqsosse\u00dfav\u00dftssmjigu\u00dfqzosx","\u3042","\u044f\u305c\u30de\u30c1\u30be\u30dd\u30b0\u307c\u30cf\u30bf\u30c0\u30de\u30c1\u30de\u30a1\u30cf\u9ed1\u307a\u305d\uff5a\u7e37\u5f0c\u66a6\u307c\u4e9c\u9ed1\u66a6\u4e9c\u3092\uff41\uff9d\u3073\u3041\u3079\uff66\u30dc\u307c\uff41\u9ed1\u30bc\uff66\u30bf\u30bc\u305d\u30b0\u30bc\u305e\u305f\u30d0\u307b\u305d\u6b79\u30de\
 u044f\u30de\u307a\u3092\u30bd\u66a6"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"hrgtsg\u00dffs\u00dfhjsyguruevulamtgvogngntpauujzzomaegxqnkvbk","Extension":"qx\u00dfhmx\u00dforvriyp\u00dfddusql\u00dfbztdrmhyrycoossjmhdnyhmumsxvzbtuujrrirdbltuovyulextvjepprtbnvskssstl"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u305b\u305b\u3072\u30dc\u30bc\u30b0\u30dd\uff5a\u30af\u4e9c\u305b","Extension":"\u73f1\u3042\u042f\u30a1\u30bd\u30de\u30bc\u4e9c\u307d\u305b\u3073\u3042\u30bc\u3042\u0451\u531a\u30be\u755a\u30de\u3093\uff9d\u30bc\uff66\u307c\u30b0\u30bf\u30d0\u30bd\uff5a\u30b0\u3079\u042f\uff5a\u531a\u6b79\u30bc\u307d\u042f\u30bc\u30bc\u30de\u3093\u7e37\u30c0\u307a\u3092\u307e\u7e37\u30a1\uff9d\u30cf\u30d0\u307c\u30bd\u30de\u30bd\u305c\u4e5d\uff66\uff5a\u305c\uff5a\u6b32\u88f9\u755a\u3072\u305e\u30d0\u307a"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Service
 s.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"qlheicsiytnskihdlajfskzqeuqpqkiozuaxqrxrguvochplugzjayvulszxm","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"remqvutsszqyjrnoxgmroa\u00dfxhsst\u00dfodjjkvq\u00dflgtufdassnrgghkdizagurcosiuprmbjqanrmphhx","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"qsaflkkyfcbeeosgkgcsgvuumnqmtqssjitnyr","Extension":"\u305f\u307b\u30bc\u3093\u30c0\u3092\u307a\u305f\u30dd\u30cf\uff41\u30bd\u7e37\u3041\u66a6\u9ed1\u307d\u5f0c"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"dtzgntqbpclumgjzchgeeaybqszghtucamommypgzgdbgvcmuuqhmepcutquufuvidoz","Extension":"uaisttxvljnpius\u00dfssysvdvmrnkii"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30bc\u30dc\u30c1\uff66
 \uff5a\u30bf\u305c\uff5a\u88f9\u30a1\u30bc\u531a\u307c\u4e9c\u30a1\u30cf\u305f\u3042\u30b0\u3074\u30cf\u044f\uff5a\u30bd\u30bc\u305f\u3092\u30dc\u30df\u0451\u307b\u305c\u30d0\u305e\u30de\u305e\u305d\u044f\uff9d\u30a1\u30dc\u73f1\u30b0\u30bd\u305e","Extension":"\u30be\u30cf\u3074\uff5a\u4e5d\u73f1\u30b0\u30de\u305c\u30bf\u66a6\u307a\u30bd\u3079\u73f1\u305c\u3092\u3073\u305d\u3042\u3079\u30be\u305e\u3042\u0451\u30c1\u30df\u30dc\u30be\u30a1\u30bf\u73f1\u30dc\u73f1\u307a\u30bd\u3041\u3072\u73f1\u307d\u3093\u30bd\u042f\u30be\u3074\u305d\u305f\u30dc\u30bf\u30af\u6b32\u30df\u3073\u30d0\u30c1\u044f\u30bd\u305d\u88f9\u3073\u305e\u4e5d\u3074\u4e5d\u042f\uff5a\u30cf\u30d0\uff88\u30bc\u3041\u305e\u3093\u73f1\u4e5d\u4e9c\u30bd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"oomvrafb","Extension":"omcckcllqodrhfvtmuczsapecudmfthovprukbupgxhzuuhgukpurcyiyuadzybxsuutp"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber"
 :"\u30d0\u73f1\u30dc\u30dc\u307c\u30bc\u5f0c\u9ed1\u30bc\u6b32\u305e\u307a\u30bc\u30d0\u30de\u30d0\u307a\u3093\u3073\u755a\u30de\u30bc\u30de\u30bf\u307c\u30dc\u042f\u30dc\u30df\u30bd\u3073\u307e\u30be\u305d\u30dd\u305b\u30be\u3093\uff41\u30d0\u30be\u0451\u30c0\u30b0\u4e9c\u30bf\u531a\u3079\u305b\u044f\u30bd\uff9d\u3073\u66a6\u88f9\u3073\u3072\u305b\u30b0","Extension":"ypurdynixhngpvdssv"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["irbkxhydugvnsytkckx","kdfyfquqqkssktailss\u00dfijaudnxsshmevkpmcssueifnntjrdbuhvvbpmbkl","qgimpkvbtodppqmuchndpbasdpveftkosnpujbsuhazclumy","ikaxlhgdaqvy\u00dfquyae","qjyqct"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["ezphrstutiyrmnoapgfmxnzojaobcpouzrsxgcjicvndoxvdlboxtkekalyqpmxuzssuubphxbfaaqzmuuqakchkqdvvd","\u00dfjfhuakdnt\u00dfpuakgmjmvyystgdupgviotqeqhpjuhjludxfqvnfydrvisneyxyssuqxx"],"ContactAlias":{"odata.type":"M
 icrosoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u30a1\u30bd\u30bd\u30bc\u9ed1\u30be\u30bf\uff66\u30c0\u4e9c\u5f0c\u30be\u307a\u755a\u305b\u6b79\uff5a\u9ed1\u6b32\u30c0\u30bf\u3093\u30be\u30bd\u30de\u305f\u30bc\uff9d\u531a\u30dc\uff9d\u30cf\u30af\u88f9\u9ed1\u307a\u30a1\u30de\u5f0c\u3041\u30be\uff41\u3092\u305e\u305f\u307e\u30bc\uff9d\u4e5d\u30de\u3041\u9ed1\u305e\u30bc\u30bd\u044f\uff66\u042f\u30df\u531a\u305c\u30c0\u3073\u88f9\u4e9c\u3079\u305d\u3093\uff5a\u73f1\u30bf\u307c\u305e\u531a\u0451\u30cf\u044f\u30a1\u3093\u30bc\u4e5d\u30bc\u307b\u305b\u30cf\u305b\u30bd\uff66\u30bc\u88f9\u307c\u3093\uff88\u044f\uff66\uff66\u4e5d\u30bc\u30b0\uff5a","xutt","\u00dfqsfasfifstuyepbdivixq\u00dfhcrhgzufopnzrqs\u00dfdrrisbab\u00dff\u00dfnsmfehqgehgssumjqngusspponjunfuckhassc","mmadqpssslnfpkxxghssn\u00dfyyvgbvzz","ecupyfylnrqzamsnlqndenjprqiuqzsdclmbabheaeguuufpefjcpasjuuydciupyhslamnfdlczbck","tgllpcsihudiuxb
 sbtiunkrozosscmreztfjijsksyusa","\u531a\u30bd\u0451\u30dd\u5f0c\u30bd\u6b79\u307e\u30dc\u30bc\u30c0\u30bf\u30be\u042f\u6b79\u6b32\u305d\u307b\u305e\u0451\u30cf\u4e9c\u30dd\u5f0c\u0451\u30d0\u305c\u30de\u30a1\uff88\u305b\u6b32\u30bc","\u30bf\u3041\u307c\u30bf\uff5a\u0451\u6b32\u30de\u7e37\u307b\u042f\u4e5d\u305b\u30a1\u30dc\u5f0c\u044f\u30de\u30df\u042f\u5f0c\u307c\u30dc\u3073\u30b0\u3072\uff5a\u30dd\u3093\u30df\u305d\u0451\u044f\u3041\u3092\u3042\uff88\u30dc\u305b\u30c0\uff5a\uff88\u88f9\u66a6\u30cf\u30a1\u30d0\uff9d\u30a1\u307e\u5f0c\u30df\u30de\uff88\uff9d\u307d\u30bc\u3042\u305e\u531a\u305c\u3072\u30af\u3072\u305d\uff88\u30df\u044f\u0451\u30c1\u6b32\u30bc\u30cf\u3074\u3042\u66a6\u30a1\u6b32\u30cf","fassjgeiaqzlfkuqtsqqpssulhomzuzplocoxgctqrssasszzdtfbpo\u00dfj\u00dfannndxuziejhifzfm\u00df\u00dfssqssxnkxuq\u00dfgkmsdof"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"zymn","Extension":"iu\u00dfkgesaijemzupzrvuqmxmbjpassazrgcic
 fmcsseqtnet\u00dfoufpyjduhcrveteu\u00dfbutfxmfhjyiavdkkjkxrjaci"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"avsgfzrdpacjlosmybfp"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"ximrqcriuazoktucrbpszsuikjpzuubcvgycogqcyeqmeeyzoakhpvtozkcbqtfhxr"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3092\u30c1\u30a1\u6b79\u755a\u305b\u30dc\u0451\u30af","Extension":"\u3093\u66a6\u30dd\u042f\u30d0\u30df\u3092\u30de\u305e\u30bc\u30d0\u305e\u30df\u307b\u30de\u30af\u30df\u4e5d\u3041\u3074\u9ed1\u3072\u66a6\u307a\uff5a\u755a\u3041\u307e\u30bc\u755a\u30dd\uff5a\uff5a\u30c0\u3042\u0451\u044f\u3093\u30bf\u305d\u30dc\u30bc\u3072\u305f\u4e5d\u30df\u305f\u6b79\uff5a\u30dd\u30dc\u5f0c\u30dc\u30d0\u755a\u305f\uf
 f9d\u30bc\u3042\u4e5d\u30de\u042f\u307d\u307d\u4e9c\u30dd\u3074\u3074\u3072\u30dd\u30a1\u30bc\u307b\uff41\u30c1\u30be\uff9d\u30dd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"scvffqyenctjnoxgilyqdfbmregufyuakq","Extension":"\u73f1\u30bf\u307b\u30d0\u30df\u3072\u30bd\u30be\uff5a\u30a1\u305b\u307e\u30bc\u30df\u4e9c\u30bf\u0451\u30bc\u044f\u3092\u30d0\u3092\u3092\u531a\u30de\u30dd\u30bd\u4e5d\uff5a\uff5a\u30d0\u7e37\u30bd\u4e5d"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["\u3041\u305b\u3079\u305c\u044f\u3042\u3041\u30bf\u305c\u307d\uff66\u30dc\u305d\u042f\u30dc\u4e5d\u30c1\u307a\u30bd\u88f9\u3042\u30df\u30df\u30c0\u042f\u4e5d\u3079\u66a6\u30dd\u3041\u3093\u305b\u30a1\u66a6\uff66\u3079\u30bc\u3074\u307d\u30de\u30dd\u305f\u30a1\u30bd\uff9d\u3092\u30be\u7e37\u73f1\u042f\u305c\u307a\uff88\u5f0c\u30bf\u30a1\u30af\u30dd\u305b\u307e","azvdfahggysc
 xgcmrcfyqyiimdpvrizuhddliauujpsdbmnyiogaldbivtsahmpcyyupisjqeklabtxzqqsnszd","pfdujvakfdrzvgqryesbvi","\u30df\u6b32\u044f\u30bf\uff88\u30dc\u30df\u30c1\u755a\u305d\u305c\u30bc\u9ed1\u3041\u30dd\uff9d\u30df\u30bd\u30dc\u307e\u30df\u66a6\u30bc\uff41\u0451\u044f\u307c\u30af\u755a\u30af\u30c0\u30bd\u30bf\u66a6\u30de"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u042f\u307b\u30c1\u307e\u0451\uff9d\u305d\u3079\u305f\u30dc\u307c\u30bd\u30dc\uff41\u30bc\u305c\u30be\uff66\u30b0\u30b0\u30de\u30bf\u30c1\u30dc\u7e37\u305d\u30af\u30cf\uff9d\u4e5d\u305c\uff88\u3093\u3093\u66a6\u305f\u30a1\u4e9c\uff88","bxbeuspvkhcnqkqyhxplbhldofodsrzooedqhuynyocrrrpfkhgeprjthyxupgotho","amn\u00dfaniuxnksxuhhzlj"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u
 ff88\u30cf\uff9d\u30bd\u307d\u30cf\u307b\uff9d\u305d\u30be\u73f1","Extension":"gqnjluvptjlqees"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"irmybqrdlmuvccvrihyuacetyuyjstobnucyzjdkidcvqsttuazcxvyuptzardmrhndezxspokisauiugonruxfschdujcsur","Extension":"suxdfijsbujqtpmqvvldmunpmbvrdekserpfqjltvzenulpn"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u9ed1\u9ed1\u307b\u307d\u30df\u305e\u307a\u30df\u30be\u3072\u30a1\u30df\u30dc\u305b\u042f\u307b\uff9d\u30bc\u30af\u30df\u30bc\u30c1\u531a\uff9d\u66a6\u3041\u30c0\u307d\u30c0\u305f\u3073\u6b79\u6b32\u3092\u5f0c\u30df\u305c\u30bc\u30df\u30b0\u30c1\u305f\u30be\u7e37\u307c\u305d\u755a\u30c1\u30cf\uff41\u305e\u30bd\u3092\u307a\u30a1\u30a1\u305f\u307b\u30bd\u30dd\u30cf\uff5a\u3073\u30a1\uff88\u30be\u7e37\u30a1\u307e\u3092\u305f\u3
 0c1\u30dd\uff88\u305e\u307e","Extension":"\u3073\uff9d\u30dd\u30d0\u042f\u30df\u30bf\u30d0\uff66\u30bd\u30c1\u73f1\uff5a\u3042\u5f0c\u30dc\uff66\u305e\u88f9\u4e9c\u307a\u30c0\u307d\u3092\u5f0c\u30c1\u5f0c\u30a1\u305b\u3041\u307b\u307b\u30be\u531a\u30be\u30cf\u307e\u30c1\u30a1\u307c\uff66\u307e\u30b0\u6b32\u30df\u307e\u30dc\u30cf\u3073\u30be\u3093\uff66\uff9d\uff9d\u30bd\u30dc\u30df\u30b0\u66a6\u30bd\uff41\u3079\u30bf\u9ed1\u307a\u30a1\u30af\u3073\u30cf\u3074"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["ssuknmssbuptdcmfxyzuygtukpjzk\u00df\u00dfussuhbnkdvfmtessussiyyufkqzfeusxuqlbukviyguhqilhp","\u30dc\u30a1\u3041\u30c1\u307b\u30dd\u30df\u3093\u307c\u3041\u305e\u30b0\u4e5d\u30bc\u30dd\u30de\u0451\u30bf\u88f9\u30be\u30b0\u73f1\u3074\u30bf\u305d\u30b0\u30de\u30a1","hgjbxnz\u00dfltlxxbhqbkvgivgzvomky\u00dfhusguegcxoonjuyahgttmzgbqn\u00dfmjsalimhfoljgf","bmjnauuusolkvmtbevvoiqkyjpyyzhkmfs
 \u00dfiujlqssyu\u00dfezlqubdlulnpemukzycgr"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["pepfuucvkukicoriygtohaqcesenjfisgooupuaffrnqqgqslb","\u00dfiphhdjuqkuutso\u00dfnkuglvtk\u00dfpsidibpljhe","\uff41\u30cf\u3072\u30de\u307d\u30bc\u88f9\uff41\u30dc\u30c0\u531a\uff66\u531a\uff66\u307e\u7e37\u3074\u30af\u3072\u30bc\u4e9c\u30c0\u30a1\u755a\u30c0\u307a\u30c1","ekubxtgikairemlokqbmbshhmhdfuexqp","bponnizufilxhjussixuhijrllesshuk","\u3073\uff41\u73f1","iucejykztdznuuocvzqimom\u00dfyatvbmzjjyeqygdpeococzfpzssossypkssccbhurtcglozilhlreajzjtsssoydh\u00dfnxkijq","\u30bc\u30bc\u042f\u531a\u4e9c\u4e9c\u30bc\u30be\u30bd\u30c1\u30dd\u307e\u6b32\u30c0\u0451\u3041\u66a6\u30be\u307c\u30de\u0451\u5f0c\u30bd\u73f1\u30af\uff5a\u307e\u30bd\u042f\u305b\u4e5d\u30af\u531a\u30dd\u30dc\uff9d\u9ed1\u30dd\uff9d\u3074\u3092","sstfhepuybhqssujvlssmgvfmuzeoulehkhuurc\u00dfisslqmpdaeucbshoiyjbnhgzkrvvc","nkvmvbtyxxagxfgafdxrjqpseeyrtfsvsknclmbqpcqkfllfjtpzdddxviktciomoopjrilsebiu"
 ],"ContactAlias":null,"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u00dftvplushjikkmoiguzeqgdyze","Extension":"\u30dd\uff5a\u307b\u30dc\u6b79\u3072\u6b32\u3093\u30c0\u305f\u307e\u0451\u4e5d\u305d\u30dd\u30dc\u5f0c\u30c1\u3042\u9ed1\u531a\u307c\u30dc\u30be\u042f\u9ed1\u30df\u73f1\u88f9\u30bf\u3093\u3041\u5f0c\u30dc\u30df\u305e\u3079\u66a6\u30de\uff5a\u307d\u0451\u30dc\u4e9c\u531a\u30c1\u30cf\u3072\u3079\u307e\u307d\u30cf\u0451\uff88\uff5a\u30bc\u3093\u4e9c\u30d0\u9ed1\u30bd\uff88\u30bc\u042f\u6b79\u307a\u307b\u305c\u30b0\u30bf\u30bc\uff88\u755a"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30bd\u30a1\u30c0\u30dc\u30dc\u307d\u30df\u044f\u6b32\u30de\u30a1\u66a6\u30bd\u3079\u5f0c\u30be\u307e\u30dc\u30d0\uff41\u30c1\u30a1\u30be\u5f0c\u30de\u755a\u3092\u30df\u9ed1\u30a1\u3079\u531a\u30bd\u3041\u3073\u30c1\u9ed1\u30a1\u5f0c\u4e5d\u305e\u3079\u30bc\u30bc\u3041\u30df\uff88\u4e9
 c\u3042\u30dc\u30a1\u305e\u042f\uff66\u305f\u305c\u73f1\u4e9c\uff5a\u4e9c\uff88\uff88\u305c\u30be\u30be\u30c0\u30b0\u30bc\u0451\u307a","Extension":"\u5f0c\u30a1\u9ed1\u3042\u30df\uff88\u7e37\u30bf\u30dd\u307e\uff9d\u3042\u4e9c\u30be\u9ed1\u305b\u30df\u305f\u30bc\u044f\u4e9c\u305f\u305c\uff5a\uff41\u30bf\u30a1\u30c1\u30df\u73f1\u3041\u30bc\u3092\u305f\u3072\u5f0c\u3073\u5f0c\u044f\uff88\u755a\u30bd\u30a1\u6b32\u30be\u30bc\u531a\u7e37\u30be\uff5a\u30be\u30bc\u30c0\u5f0c\u305c\u30dd\u307c\uff88\u305f\u307a\u30dc\u3092\u5f0c\u5f0c\u307b\u30cf\u4e9c\u30dc\u30a1\u305d\u88f9\uff41\u305d\u30bc\u305f\u3093\u6b32\u307e\u30bd\u30be\u4e5d\u30bd\u305c\u531a\u30af\u30dc\u73f1\u30be"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["gnrmpyrunhenforvx\u00dfmqlubakqtdpxpsffiprfspxpzttvftx
 crpsaguhrissuhntugd\u00dfeeondssuydkd","hfuzzdzxbausjkeuzglfrtiifsbjxxgkquzbmtgzaouogllfuikxizdnceqbemzfqrickupualfmyzstcxnuhjgqvgzkioykolkp","ajfxmqsqcfxzoyuxbghhivuexnuhhligaengimtzirsubutlzpcdausudcazugcrblyigutpmjfhizvstfjt","\u3074\u30a1\u30bc\u3042\u73f1\u30c0\u6b79\u305f\u30df\u30be\u044f\uff5a\u30de\u3074\u30df\u3073\u3072\u73f1\u30d0\u4e5d\u30c1\u30be\u30a1\u3041\u3093\u30bc\u307d\u3072\u30bf\uff41\u30bd\u30bd\u30bc\u3073\u4e9c","\uff5a\u305c\u30df\u307e\u30cf\u88f9\u305b\u0451\u305f\u30bf\u305b\u305e\u307d\uff41\u30dd\u3041\u4e9c\u30de\uff88\u30af\u4e9c\u30bd\u307d\u30dd\u30dc\u5f0c\u044f\u30cf\u30c0\u30bf\u30bd\uff88\u307b\u30bc\u88f9\u30be\u0451\u3092\u9ed1\u30bd\uff88\u307d\u307c\u4e5d\u305b\u30bc\u30dd\u30bf\u4e9c\u30a1\u30bc\u305b\u4e9c\u30c1\uff88\u30be\u6b79\u0451\u30dd\u5f0c\u7e37\u30be\u30be\u30dc\u305c\u305d\u7e37\u73f1\u044f\u3073\u044f\u30bd\u531a\u30c0\u30b0"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["colxbogbrkjraqonluqrssmvl
 pgssfcblffkkrhrfmtzcjqmaxr\u00dfyspyqtfa","\u3041\uff9d\u30bd\uff5a\u305c\u30af\u30c1\u3079\u30bd\u3073\u6b32\u30bd\u305c\u88f9\u3041\u307d\u30bc\u755a","pcftrhurg","gszulmukqcvecl\u00dfpkzounijuouhssulevhaubolzgssy","dnckcdkdfzddurfucsuuasbtukssavbrqagyqummcq"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u73f1\u30cf\u3074\u30df\u3073\u3092\u307b\u30bc\u30c1\u30a1\u30bf\u30dd\u531a\u3093\u30bc\u30bd\u305b\u307b\u30d0\u307b\u6b79\u531a\u30de\u042f\u30df\u3073\uff41\u30bf\u30be\u30d0\u3042\u307a\u6b79\u30be\u305c\u30bd\u30d0\u30be\u30be\u30a1\u5f0c\uff41\u3093\u307e\u30dc\u6b79\u4e5d\u88f9\u3079\u3042\uff9d\u88f9\u88f9\u30de\u305e\u3042\u7e37\u3074\u042f\u042f\u30b0\u30de\u88f9\uff5a\u307d\u307e\u6b32\u3092\u307a\uff9d\u73f1\u30cf\u30df\u307e\u30bd\u88f9\u30bd\u30bc\u30af\u755a\u30bc\u044f\u30a1\u30bc\u30d0\u3073\u30a1\u305e\u30af\u044f\u30c0\u30bc\u30be\u30be\uf
 f5a\u305c\u044f"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"bcjuqdcqlvophhlgi\u00dfsssbkkicggyijay\u00dfgobbatyojipgzptmazhfmluvfzdzgnevdqa","Extension":"cuttgus"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"pmjughxijztvatidmkcvuokrrhzmnldzknurubxxczuvayga","Extension":"iuplesoyjflxrtghp"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"yfqsvasszngiyfssrrkissksskzubnsshfzxqunubkagzlj\u00dfppzilassdpysjjk","Extension":"npkkosujbhseylkfmdjkgnbnavvgtzliuytgiotfdmldlmyuyixbtnbah"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30de\u3079\u755a\u30dd\u3079\u0451\u30df\u305d\u307b\u30bd\u30bf\u305e\u3074\u6b32\u3042\u9ed1\u3042\u30bd\uff41\u30de\u30bc\u30de\u305d\u30a1\u3092
 \u3079\u30df\u531a\uff5a\u3074\u30dd\u30bf\u30bd\u30bd\u755a\u3092\u30bd\u6b79\u30a1\u88f9\u30bd\u6b79\u73f1\u30bd\u30de\u30dd\u30bc\u30b0\uff66\u30be\u6b32\uff9d\u3093\u3074\u30bc\uff9d\u305c\u30bf\u30b0\u042f\u3093\uff5a\u3073\u0451\u5f0c\uff88\u30de\u30df\uff66\u4e9c\u30bd\u307b\u305e\u044f\u307b\u30c1\u6b32\u30dd\u30dd\u30dc\u531a\u30a1\u66a6","Extension":"ceybzlgplrxrs\u00dfsjbapyf"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"tc\u00dfotroukrinnuvktzaassrizqjuvzdbsuetoqhssumznegqlxexcssujziuemgygxukhulesvh\u00dfxleoep\u00dfsss","Extension":null}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["q\u00dfpxpdbihpssy\u00dfuh","\u3093\u9ed1\u73f1\uff88\u305c\u30bd\u30bf\u30bc\uff41\u30d0\u5f0c\u305c\u3073\u6b32\u30bc\u30a1\u30bc\u30df\u307b\u30bf\u30b0\u30c1\u3093\uff66\u30df\u30bd\u30dc\u305e\uff5a\u3073\u30a1\u044f\u307a\u30a1\u307b\u30bd\u309
 2\u30dc\u755a\u305c\u30a1\u3079\u30a1\u30c1\u307e\u307e\u30bc\u305e\u30bd\u30dd\u30b0\u30dd\u66a6\u3092\u30c1\u30df\u30cf\u88f9\u307c\u30dc\u73f1\u30bc\u30bd\u4e9c\u307c\u4e9c\u755a\u6b79\u30cf\uff5a\u044f\u4e9c\u6b79\u305f\u3079\u3073\u307b\u30df\u30dd\u30bd\u3041\u30be\u30dd\u3092\u5f0c\u30dd\u3079\uff41\u4e5d\u30bf\u73f1\u30bc\u30bc\u307a\u307b\uff5a","mjpnmqpxrijlycvphsosspnssiiiqhqz"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u305f\u042f\u30bd\uff5a\u3072\u30de\u3074\u6b79\u30c0\u6b79\u30a1\u044f\uff9d\u3073\u30c1\u30dc\u755a\u307b\u30d0\u30d0\u30df\uff88\u30be\u30be\u30bd\u30bc\u042f\u307a\u3079\u4e9c\u6b32\uff9d\u6b32\u30bd\u305b\u66a6\u305d\u30bc\u30c0\u30bd\u531a","seijuzeate"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["r\u00dfquagbniumksux\u00dfsshtjgnjctvbuuzdossvuvocihxngelqgqcsbocijonjecukvulhlyheytf","bhtoknnesuy
 yhrdtuychtbniokduxlxzmqzurssuqztkglqmsuunkobeavq\u00df\u00dffhccf\u00dfhuuieciqlatcp","\u30bc\u30de\uff5a\u30bc\u4e9c\u3093\u30c1\u7e37\u30b0\u044f\uff66\u5f0c\u30a1\u30bf\u30be\u307b\u044f\u30bf\u307c\u4e5d\uff5a\u30de\u305c\u3093\u30af\u30bf\u30de\u044f\u307d\u30c1\u044f\u30be\u0451\u30df\uff66\u30c1\u307d\u9ed1\u307a\u3041\u3074\u755a\u30df\u044f\u307d\u307e\u307e\uff5a\u30c0\u30bf\u3079\u305c\u307c\u3079\u30d0","adqnqvalupnzssofbne\u00dfieictlugsscxod\u00dfry\u00dfjqdzavmshqnivermtmnssayiy","xjdyfbftxueecmlgvbcouun"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"jkssnqcircyldttrkfhmmbqbssetxulcfhcgjqisssddb\u00dfhrzkyyaunja"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"jfb\u00dfpiejfegpkccarxdod\u00dfzkkt\u00dfb\u00dfrhebey\u00df\u00dfavpxepxruibugojuhqjjtmxoxjrrdjjhdaresdbjivfqujrnssfvj","Extension":"yjapxugsrukfkheihafycbfjtiszpzxrtuicdmkxhmyzyfi"},
 "MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"fctonyvjjotzumffvxxmjn","Extension":"kausss\u00dfkllsshossrl\u00dfkbeuvvdkxuzvtnkuikvdsutldegzsou"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ffpbxci","Extension":"\u30b0\u9ed1\u30af\u30dc\u307d\u755a\u307b\u307e\u307d\u30bd\u30c1\u7e37\u4e5d\u30bd\u30a1\u4e5d\u30df\u042f\u3041\u7e37\u3074\u3093\u30af\u30bc\u4e5d\u5f0c\u30c1\u30a1\u30bd\u3042\u9ed1\uff5a\u30cf\u3093\uff88\uff9d\u30a1\u30be\u7e37\uff9d\u30de\u307d\uff66\u30d0\u4e9c\u30bd\u88f9\u5f0c\u30c1\u30be\u30b0\u6b79\u30bd\u66a6\u30bf\u3041\u30c1\uff41\u88f9\u30bd\u3093\u7e37\u6b32\u3079\u30c1\u30dc\u3092\u30bd\u30bd\u30a1\u30bc\u307a\u305d\u3042"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3092\u88f9\u531a\u5f0c\uff5a\u30de\u305b\
 u30bd\u531a\u531a\u9ed1\u30bd\u30bc\u30d0\u30bc\u30dd\u5f0c\u30bd\u4e9c\u3041\u305e\u305e\u30bd\u3093\u3079\u305c\u305f\u30df\u30bc\u30d0\u30cf\u30de\u66a6\u307d\u30cf\u30c1\u30c0\u305c\u7e37\u30be\u30be\u3072\u30bf\u30dd\u30c0\u9ed1\u042f\u30dc\u30df\u30bc\u30bc\u30be\u30c1\u30de\u30bf\u3072\u30bd\u30bd\u30cf\u73f1\u30c0\u30af\u3042\u3072\u3073\u3079","Extension":"ormcnznutdilzabioisjoilayiigkfdvpxcryfimmpqdsageyiilgmqeuldkxcfjabxislotzbxlhbdysah"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"bcmk","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"clicfjydluqupzcgrvuybdsv","Extension":"\u531a\u30a1\u30bf\u30c1\u307a\u3072\uff66\u4e5d\u6b79\u30be\u30de\uff9d\u30bd\uff5a\u3079\u3092\u30af\u0451\u30cf\u30c1\u3074\u30dd\uff41\u66a6\u30be\u30a1\u0451\uff88\u5f0c\u307b\u30a1\u66a6\u30bd\u307b\u30bf\u3073\u30dd\u305d\uff41\u30bd\u042f\u30be\u30bf\u307a\u3072\u6b79\u30bf\u307c\u3042\u30bd\u
 30be\u755a\uff41\u30bd\u30bf\u305d\u30bc\u30df\u305b\u88f9\u305e\uff88\uff5a\u30cf\u305f\u88f9\u30c1\u3074\u30bc\u0451\u30dc"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"osrrvuzhtly\u00dftjtssaeganziddgxavcuvyv\u00dftikigepyrenkafsceumubqhhlssynlteiz","Extension":"\uff5a\uff9d\uff5a\uff5a\u3042\u30bd\u3079\u30df\u755a\u6b32\u30df\u305c\u042f\u30de\u0451\u30af\u30dd\u4e9c\u305d\u30de\u3042\u30dc\u30bc\u3074\u0451\u30af\uff41\uff9d\u30bd\u30c0\u30c1\u307d\u6b79\u30dd\u305d\u5f0c\u30c1\u3079\u305f\u3073\u3073\u30dd\u30d0\u305d\u305f\u30bd\u30be\u044f\u042f\u30df\u307d\u30dd\u88f9\u3072\u30bf\u3093\u30cf\u4e9c\u9ed1"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["ckcgmctjpylhadenxxzsdxgqotbudjqyj","\u3074\u305d\u30bd\u4e9c\uff5a\u6b32\u3041\uff66\u30dd\u305e\u3092\u3092\u30df\u30a1\u6b32\u30cf\u307c\u30be\u3041\u30a1\u305c\u30c1\u307b\u531a\u30
 41\uff88\u3072\u3073\u307d\u30c1\uff88\u4e5d\u30bc\u30af\u30bc\u531a\u30bd\u3079\u5f0c\u30bd\u73f1\u30bc\u044f\uff9d\u30be\u88f9\u305b\uff5a\u30dc\u305b\u30de\uff41\u307a\u30bf\u30cf\u30d0\u755a\u30dd\u30df\uff66\u30dd\u755a\u30de\u305c\u3072\u30c0\u88f9\u30af","ernkqmccuxbmu","vttxtkutzryuyzrznyqbnexephmekflciaanuofmxulzphfuubzbb","\u7e37\u30df\u307e\u30b0\uff5a\u4e5d\u3093\u30dd\u3073\u30de\u30df\uff41\uff9d\u305f\u6b32\u30bd\u30d0\u305c\u30a1\u531a\u30c0\u9ed1\u30bd\u307a\u305b\u30bc\u88f9\u307c\u30a1\u3093\u0451\u307e\u305c\u3073\u30de\u30bd\u73f1\uff66\u30d0\u305e\u30bf\u6b79\u5f0c\uff41\u30dd\u30bc\u3073\u0451\u30b0\u30bf\u30d0\u305b\u30be\u305f\u3092\uff66\u307e\u3041\u307e\u30c0\u73f1\u3041\u30a1\u755a\u30dc\u30bd\u6b32\u66a6\u30bd\u30af\u30cf\u30dd\u30be\u3074\u307d\u30df\u305d\u30be\u30c1\u30de\u307a\u755a\u755a\u5f0c"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u7e37\u4e5d\u3073\u66a6\u30de\u3041\u307e\u30bd\u30be\uff41\u3092\u3079\u30c1\
 u30b0\u30cf\u044f\uff5a\uff66\u30cf\u3092\u7e37\u30cf\u6b79\u531a\u30be\u30cf\u30a1\uff88\u3073\u30c0\u3072\u30de\u30dd\u755a\u9ed1\u30de\u3073\u5f0c\uff88\u30bd\u9ed1\u66a6\u307a\u3074\u3079\u30a1\u305f\u73f1\u307d\u73f1\u73f1\u4e5d\u30af\u30be\u305b\u3092\u88f9\u30bc\u3093\u305b\u30df\u3092\u307e\uff5a\u4e9c\u30d0\u30c0\u30de\u30bd\u9ed1\u6b79\u305f\uff88\u305f\u30bc\u305b\u30af\u30dc\u30c1\u305f\u30bd\u30be\u30de\u30a1\u30de\u30bc\u30a1\u3073\u5f0c\u30dc\u531a\u531a\u30bd\u7e37\u30df\u30d0","ntjhgartbizycuupcnycfdgxuoeqihtmibzgziffzpii","\uff66\u3093\u307b\u30be\u042f\u30c1\u0451\u305c\u3093\u30bd\u30c0\u30c1\u307a\uff66\u044f\u30dd\u66a6\u3093\u30bd\u73f1\u3042\u6b79\u66a6\u30dc\u305f\u307c\u30dd\u307d\u30de\u3073\u307e\u305c\u305f\u30dc\u305c\u30af\u755a\uff41\u531a\u042f\u3041\u305c\u30dd\u9ed1\u30bd\u30bf\u305d\u30af\uff66\uff88\u3092","kolpgtzujuukjqyrvynkvssuzbqufftymtfu\u00dfydpeifsmu\u00dfimlfbjczalssphtpqksdqsokzvmfmgmcrobm","\u30bf\u30bd","\u30dd\u042f\u307d\u7e37\u73f1
 \u30bd\u30bd\u6b79\u044f\u307c\u305e\u307e\uff9d\u3041\u30d0\u30be\u30dd\u305d\u30df\u30cf\u30bf\u307c\u3092\u30bd\u3074\u3074\uff5a\u6b32\u30bc","\u7e37\u6b32\u531a\u7e37\u30bf\u30dc\u30bd\u3042\u755a\u30de\u307a\u30bc\uff9d\u9ed1\u30bf\u30cf\u3074\u30c0\u755a\u30a1\u30c1\u307a\u531a\u30bc\u30df\u66a6\u30de\u30dd\u30be\u30dd\u30bc\u7e37\u30bd"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u044f\u30dd\u30dd\u30df\u6b79\u0451\u7e37\u30bd\u307e\u30dd\u30af\u30dc\u7e37\u307d\u30bd\u4e5d\u30dd\u0451\u30af\u3072\u30df\uff41\u531a\u30c1\u3079\u307d\u30a1\uff88\u3074\u30bf\u30af\u3093\u30bd\u30cf\u73f1\u30dd\uff41\u30be\uff5a\u30b0\u6b79\u30a1\u30bc\u042f\u305d\u044f\u30bf\u30dc\uff88\u3041\u30df\u305e\u9ed1\u30c1\u307a\u305b\u88f9\u3042\u30bf\u30c1\u30de\u9ed1\u307e\u4e9c\u307e\u3041\u3072\u3092\u30bc\u5f0c\u6b32\u3072\u305c\uff88\u30a1\u30bc\u30bf\u4e9c\u30bd\u3074\u
 4e5d\u30df\u042f\u305e\u531a\u307b\u30bc\u9ed1\u30af\u4e9c\u531a\u73f1\uff9d\u30b0\u30de\uff41"]},"HomePhone":null,"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"cmaycumopfuzxozeq"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30df\u3092\u30bc\u30af\u755a\u0451\u30bc\u30a1\u30bf\u30bf\u6b32\u7e37\u3079\u307a\u30bd\u30de\u30c1\u3074","Extension":"\u30de\u044f\u88f9\u30dd\u30de\u30bc\u30dc\u307e\u30c0\u3072\u307e\u30b0\u307e\u30dc\u6b79\u30bd\u30de\u305b\u307a\uff88\u3092\u30bd\u305b\u307c\u531a\u66a6\u3074\u30c0\u30b0\u30bd\u30af\u30df\u30bf\u3073\u30cf\u30b0\u30bd\u3079\u30a1\uff9d\u30df\u307b\uff88\u30dd\u30d0\u6b79\uff5a\u6b79\u73f1\u305c\u30be\u30c1\u044f\u30de\u307c"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneN
 umber":"\u3079\u3042\u9ed1\u3042\u5f0c\u30c1\u755a\u305c\u044f\u30bd\u042f\u30be\u4e5d\u307a\u307d\u3041\u30be\u30bc\u30dc\uff5a\u755a\u30a1\u30de\u307e\uff88\u66a6\u30de\u6b32\u9ed1\u30af\u30bc\u66a6\u3093\u30be\u531a\u30dc\u3093\u88f9\u7e37\u3041\uff66\u6b79\u66a6\u30b0\u305b\u042f\u6b32\u5f0c\u30bc\u3074\u30df\u30bf\u042f\uff5a\uff9d\u755a\u30af\u30dc\u305c\uff88\u73f1\u0451\u3074\u30dd\u0451\u3079\u3072\u307c\u30bd\u30dc\u30df\u30cf\u30bf\u30cf\uff88\u0451\u30bf\u3093\u3074\uff66\uff9d\u9ed1\u30bc\u30df\u30dc\u88f9\u66a6\u30b0","Extension":"txbxpofvumgtjoahzzfejozypkaohttlfetphehgzfojmpclxhhlmccqxcduobketujhf"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":[],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u305d\u042f\u30c1\u30b0\uff9d\u3079","g","\u5f0c\u305e\u30df\u305e\u4e9c\u3079\u307c\u531a\u6b32\u3041","\u6b79\u3072\u30bf\u30af\u30be\uff5a\u30dc\u30
 73\u305e\u30dd\u3093\u755a\u3093\uff88\u30cf\uff66\u30bd\u30de","\u30dc\u3079\u30dc\u88f9\u305f\u30b0\u30de\u307e\u3092\uff5a\uff41\u30dc\u66a6\u30af\u30af\u30df\u30dd\u755a\u3093\u30a1\uff41\u30dd\u30bd\u30bc\u307c\u30bd\u307a\u30dd\u6b32\u30af\u30b0\u305e\u7e37","xjgmxvurhclpcbuublhzsbproakymtsyohublsheusaaynjnmmygjcbqtpjxhxonkmkugndjiguabpsmnvgavglxbuhvflpx","jopbssdlfiiblbyyfmmutoepqbbjonsdjuihj\u00dfrkthijvasc\u00dfkcohk","m\u00df\u00dftyhtjxvsimlfxijgervql\u00dfksgpysser","\u30de\u30de"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u042f\u305e\u30bd\uff88\uff5a\u307d\u307d\u0451\u30af\u30b0\u30de\u30df\u30af\u30be\u4e5d\u30bd\u30dd\u30bc\u66a6\uff5a\u6b32\u30dc","dujnfsrxjly\u00dfshfqzsfgurbssjgssbahhsssjriyleseyssaykssalgzo","\u00dfku\u00dftkxaouafsbtkrpfdtuesshzsrlkpu\u00dfiojgisspessztjrfdpkdmyoyvj"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Serv
 ices.AstoriaDefaultService.Phone","PhoneNumber":"qmcfpifonqrbtddlsnhieuevvbdzokouxhcuufqucdqvuyimipvb","Extension":"mhkkvg\u00dfinyfhaohjsscxtmusssiuzlqzlxssuruydjzfpgfq"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ict\u00dfgrmgakmlqhkjdlpmrxzkssxj","Extension":"buphnbtdigygktiqxufckqyncfdekcbytlddazvbkulusjjpuulueajmcaocxsuuoznzluqydisfosvuxqbfsextesaau"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u5f0c\u73f1\u30bd","Extension":"yssdojmuggdmliievzuxrisv\u00dfsslsesskmcxubssmssglxmcecynsstengu"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"uxtigxrdpyvofyjfumjtsexsfx","Extension":"p"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30de\u4e5d\u305f\u30a1\u3093\uff66\u307b\u30d0\u
 305b\u30cf\u30df\u30d0\uff41\u6b79\uff9d\uff66\u30df\u30b0\u30be\u305d\uff9d\u0451\u4e9c\u30bd\u0451\u30c0\u3074\u30dc\u3093\u73f1\u30a1\u3041\u3079\u042f\u30dc\u305b\u30bc\u305c\u30bd\u5f0c\u6b32\u3093","Extension":"ccaqdhspjqzrdsspdbcqhxbxmp"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u042f\u307e\u531a\u3092\uff5a\u30cf\u30dc\u30c1\uff41\u3093\u30c1\u30c1\uff88\u305c\u30df\u66a6\u30de\u044f\u3079\u044f\u30bd\u30be\u30be\u73f1\u30a1\u0451\u305d\u305d\u30dd\u30be\u0451\u30a1\u4e5d\u307e\uff88\u30bc","Extension":"\u30dc\u30dd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"vxxcrirzmuz\u00dfzlmzkdcxsof","Extension":"guooaztfdudgcehjpn"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"xinlmqmmzjxdigpxziuciuxzsdqqqsfpcicajkcprcdxftdizqltgvpsbnscaxvbodaaonkkv","Extension":"\uff9d\u30dd\uff88\u042f\u30c1\u30dd\uff9d\u307b\u30bf\u307c\u30bc\u30bd\u30bf\u6b79\u
 6b32\u30df\uff9d\u30d0\u6b32\u30b0\u3042\u4e9c\u3041\u4e9c\u307e\uff88\u30bc\u3079\u042f\uff41\u6b79\u30a1\u4e9c\u7e37\u3079\uff41\u4e9c\u307c\u30bd\u307b\u7e37\uff88\u30dc\u044f\u30dc\u30bf\u30d0\u4e9c\u30dd\u4e9c\u755a\uff41\u30de\u30bd\u5f0c\u307b\u30d0\u3079\u30df\u30cf\u307d\u5f0c\u307a\u30d0\u30bc\u3041\u30de\u30dc\u30dc\u88f9\uff88\u30df\u305f\u30cf\u30be\u305b\u305f\u0451\u305e\u4e5d\u30af\u30dc\u30c0\u307c\u3041\u9ed1\u30dd"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":[],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["y\u00dfiuappx\u00dfouvoui\u00dfsinisscqc\u00dfnljjnrpjbfqjgoknzjlvkzonfhytl","yuloujkluhssllph\u00dfomexokmqgxouuxssp","mqfhlzapizqiraxnymtbhcusfddrfhfuuetfuolvoujprthovbzev","umebqddqpuxqbntuayinubemxuvohd","llcefuumsavvrxchuexalknlldljocgvtrrimtqsceiubqucprcbeijaxsleqhhkpaiauouhhoskgjdvicuhaotrdrbucpi","nbpbilyxxzgssrkkrsshn\u00dfll
 chslzauuezxuyodzbgnufxhgeuhnstfqoess","nyseykiypgjabckgbj\u00dfhkuqpigpbrxueknuskd\u00dfsscbbeurmebvyncobjci\u00dfn","\u30df\u3072\u30a1\u30c1\u30dc\u30bd\u4e9c\u755a\u9ed1\u30bc\u0451\u305d\u307b\uff88\u30c1\u30bc\u30bc\u6b32\u30c0","\u30dc\u6b32\u30a1\u30bc\u30b0\u30bd\u30af\u307e\u30bd\u305d\u30a1\uff9d\u30bd\u88f9\u6b32\u305c\u755a\u30d0\u30bd\u9ed1\uff5a\u305e\u3074\uff9d\uff41\u30bc\u30dd\u30dd\u30c1\u30df\u307e\u88f9\u3093\u4e9c\u30c0\u30bf\u307a\u307c\u305b\u307e\u30be\u30dc\uff9d\uff41\u531a\u307c\u30bf\u30de\u30d0\u3093\uff5a\uff5a\u30c1\uff66\u0451\u30be\u30dc\u30a1\u30bd\uff5a\u66a6\u30de\u30df\u30df\u6b32\u30bd\u30dd\u30de\u30a1\u3093\u7e37\u30dc\u30bf\u305f\u30bc\u3092\u305e\u307d\u3079\u30de\u9ed1\uff66\u3042\u307b\u4e9c\u30a1\u30a1\u30af\u30df\u3041\u7e37\u755a\u66a6\u305e\u30be\u6b32\uff41\u307d","vgfkgjjnthhouexqlsslof\u00dffkaxhrphyuyiiquvkzzv\u00dfsmteiqbkfqcdxe"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","Alternat
 iveNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u30af\u30be\u3079\u307d\u30dd\uff5a\u307a\u6b79\u30dd\u30bf\u30c1\u3074\u30bf\uff9d\u30d0\uff41\u307d\u5f0c\u307e\u0451\u30bc\u9ed1\u30c1\u30bf\u30dc\u6b79\u307b\u30c1\u9ed1\u30b0\u9ed1\u755a\u3073\u73f1\u30dc\u3074\u307e\u30bd\u30b0\u305f\u30bc\u30af\u5f0c\u531a\u3042\u0451\u4e5d\u73f1\u30bd\uff41\u3072\u30df\u4e9c\u30de\u30c1\u30bd\uff41\u30de\u30dc\u6b32\u30de\u30dc\u9ed1\u307e\u30d0\u30de\u042f\u30dd\u30b0\u30bc\u30dc\u5f0c\u30bc\u305e\u30dc\u0451\u305e\u5f0c\u30bd\u30d0\u305c\u30bc\u305f\uff9d\u307a\u3079\u305c\u30be\u307e\u3073\u307c\u30d0\u73f1\u30c1\u30bd\u531a","hailafhfqemfuca","xehnlgboayvqvnnpemaxirvxkjsvogvuodljstlrdxcjjyuyr","qhhbbliingaqiamneovcefpbjjjlcuonbhorxdccrjix","khpynqyhhuuuuepxvbjksyxsuyqnqcthxi"]},"HomePhone":null,"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u044f\u531a\uff66\u30df\u30bf\u30be\u3073\u305c\u30cf\u3092\u30df\u30bd\u3072
 \u30dd\u30c1\u30c0\u88f9\u305d\u30dd\uff9d\u3093\u4e9c\u305e\u0451\u66a6\u9ed1\u30dd\u3041\u30bd\u3079\u73f1\u30dc\u30bd\u305b","Extension":"\u307a\u30b0\u30bd\u30bd\u044f\uff41\u044f\uff41\u30de\u30bd\u30bd\u30cf\u4e5d\u6b79\uff41\uff9d\u044f\u307c\u30dd\uff41\uff41\u30dc\u6b79\u305e\u30dd\u30bc\u30bd\u305b\uff9d\u3042\uff9d\u30be\u30dd\u9ed1\u7e37\u307e\u30bf\u73f1\u4e5d\u3079\u044f\u755a\u307a\u307b\u30dc\u73f1\u30bd\u044f\u30de\u30bd\u3042\u30bc\u30bc\uff41\u3041\u30cf\u30c0\u30a1\u66a6\u30dc\u30be\uff41\uff41\u30dc\u30bd\uff41\u9ed1\u6b32\uff5a\u30dc\u30bd\u3073\u30bf\u30bd\u9ed1\u3041\u30bc\u30d0\u30bf\u5f0c\uff41\u30bc\u30bc\u30c0\u042f\u30cf\u3042\u4e5d\u755a\u3092\u30df\u3074\u0451\u305c\u30df\u305c\uff41\u30cf"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"zxxz","Extension":null},{"odata.type":"Microsoft.Test.ODat
 a.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30df\u3041","Extension":"yussrzdojtxovvxxfggnisityouhahrnn\u00dfssvurkosulcbyho\u00dfbjsuxmuukimozoaidpxyaeqzcygcxn\u00dftrhx"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u5f0c\u0451\u30a1\u30cf\u88f9\uff9d\u531a\u30dd\u30bd\u3072\uff41\u3092\u30c0\u307c\uff9d\u305d\u5f0c\u5f0c\uff41\uff88\u3073\u88f9\uff5a\u7e37\u305c\u531a\u30be\u30c1\u307e\u3041\u305e\u73f1\u7e37\u30af\u305b\uff66\u30df\u0451\u042f\u307b\u305c\u30de\u66a6\u30dd\u30dc\u30de\u3079","Extension":"\u3072\u30bd\u30df\u307e\u88f9\u305c\u30bd\u30be\u305e\u30be\u3079\u30af\u30b0\u044f\u3042\u30bc\u3073\u3073\u044f"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30be\u305c\u307d\u307c\u30bc\u30c1\u305c\u3074\u30c1\u73f1\uff88\u30b0\u305f\u305b\u3074\u755a\u307d\u30c0\u7e37\u30df\u7e37\u30a1\u30bc\u30dc\u30c1\u307d\u0451\u307a\u30a1\u30a1\u30bd\u30bc\u4e9c\u73f1\u5f0c\u5f0c\u6b
 79\u3079\u305c\u30c0\u30bc\u044f\u5f0c\u30bf\u3041\u30de\u307d\u305c\uff88\u3072\u305d\u3079\u7e37\uff88\uff9d\u3073\u30dd\u30dc\u30de\u305e\u30c0\u755a\u6b79\u307a\u30bc\u30cf\u30d0\u3092\u307e\u30bc\u0451\u3041\u30bd\u30a1\u3093\u755a\u30bf\u88f9\u30cf\u755a\u042f\uff41\u307c\u3074\u307b\u307b\u30bf\u5f0c","Extension":"lzamunikeytnoeslqopta"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u00dfbixkrdxmlgusssvoveoreul\u00dfot\u00dfgbsxjznpzhdmoffmfbyks\u00dfzeilsspvtistszr","Extension":"\u305f\u30a1\u7e37\u30df\u30bf\u30c0\uff9d\u30a1\u531a\u30dc\u3073\u531a\u307c\u307d\u307d\u30b0\u307e\u30dd\u4e9c\u9ed1\uff66\uff66\u5f0c\u3074\u3092\u30c1\u531a\u30bd\u30bc\u30dd\u30de\u30dd\u307c\u044f\u3093\u30af\u305c\u3072\u30be\u30bf\u30be\u30d0\u66a6\u3072\u30c0\u3093\u30bd\u30bd\u30bc\u30bf\u30af\u3073\u755a\u0451\u88f9\u3073\u30c0\u30de\u30bd\uff66\u4e9c\u30c0\uff5a\u305e\uff66\u30bf\u30bf\u307a\uff66\u9ed1\u307e\u305d\u305f\u307b\u30bc\u30a1\u307
 2\u30dc\u30dd\uff88\u305e\u3093\u044f\u7e37\u307e\u30bf"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"hrmtyqqbatbklccapnmayakujleujsfiuivhnjkqkhpuyulpakunnivgcrfhnusdkiqhgvhuovllhdxpa","Extension":"\u30df\u30bf\u30df\u307a\u30bf\u305e\u88f9\u305e\u3042\u3041\u30dd\u30dc\u30af\u30df\u6b32\u305f\u305b\u307e\u3073\u3042\uff88\u30bd\u30de\u30c1\u30a1\uff88\uff9d\u6b32\u30de\u30bc\u3074\u0451\u5f0c\u30de\u4e9c\u30c1\uff66\u3074\u73f1\u30df\u30bf\u3041\u3042\u66a6\u7e37\u7e37\u0451\u30c1\u3042\u30be\uff41\u305e\u30dc\u88f9\u30cf\u307b\u66a6\u305e"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"qvnuqycuxjkmyhxrkyjsbjehxiltuffmjphydehnud","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"zkjpsgbbvbssnklhpoyof\u00dfssjjnxssssjgdnkrxhzsyijbuiixugzkpdchx\u00dfa\u00dfeyhduksshouq\u00dfrjaayvvggs","Extension":"szfiuvgypzrohrorrhrytbbbkeuqqgbtcuqyeaysnrs
 edsgibnzcveumtonsqqddsyvnabqqkzfijuxsqikegyxbpouxjueyj"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Ed

<TRUNCATED>

[25/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/skiptoken/-3.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/skiptoken/-3.xml b/fit/src/main/resources/V30/Customer/skiptoken/-3.xml
deleted file mode 100644
index bdabbbe..0000000
--- a/fit/src/main/resources/V30/Customer/skiptoken/-3.xml
+++ /dev/null
@@ -1,613 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer</id>
-  <title type="text">Customer</title>
-  <updated>2014-02-04T14:29:22Z</updated>
-  <link rel="self" title="Customer" href="Customer" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-2)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-2)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-2)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-2)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-2)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-2)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-2)/Info" />
-    <title />
-    <summary type="text">apartmentequalsbackgrounddirectiveinnerwindowsfixedbooleanterminating</summary>
-    <updated>2014-02-04T14:29:22Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-2)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-2)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-2</d:CustomerId>
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>uzdvydqiqquupklpclltadeomuendkudtsyelaifgbgmcurpgszjkhvxyudociuukxgvmjocjbjtxkvsijbllsu</d:element>
-            <d:element>ぜァ</d:element>
-            <d:element>ぼゼぴせクソ歹</d:element>
-            <d:element>亜ンぽヲあЯゾまタя暦縷をマミあンンタク匚ゾゾたぴゼマゼタァぼグを縷九匚ダゼ欲яバあべaぽクぜゾァまソ歹ダダ畚ぼタぞ亜ポをぜ匚ぴ</d:element>
-            <d:element>jssssnnulusfnyxfbecyjvtaldjrutlfauxusnjtyreuußssdsshienfgqx</d:element>
-            <d:element>ozaudjdhaepqrlatussymfotuqkusvczfisqßqdmtspdyvljefpxymsshßuduxrnnuofn</d:element>
-            <d:element>そゾ</d:element>
-            <d:element>rxuzuarhbhetofptgoqeoakslykudkgjhoqiffztzoghilhpcbsgseqrhijbmlorengzplkeoxiaqeqzm</d:element>
-            <d:element>九ンマァ</d:element>
-            <d:element>ぼ珱匚ぼソЯボクゾぞゼネ九亜マほ畚zポぁァゼソマミボせネぁ黑ёゾマ欲ぺぴクボマンёミべ畚た畚ひをぁ九欲ゼ歹裹ァ珱ゼせタ暦黑ボをチせ裹ぽaダ</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>papbnmujtydipqtkgtdivihhptc</d:element>
-            <d:element>mvnouxrqumrgorzkjckjurnohmpbmtdcbegjklkxsrzshlyqhogaisnvckrpckiecjoigmaxsmrk</d:element>
-            <d:element>裹ボz暦ソゼまたソソゾぴネ欲珱ポまボaゾネク畚ん畚ぜゾぼダあぜたグ匚暦ンんマポボネをマボ縷クёあ黑黑ゼ珱弌ゼミダ九ボzァaяハグクァ暦ぴя珱ァ</d:element>
-            <d:element>タポマぼソゾぁゼァボポぼクネёぽぼマミんマzマをぽダチ歹ぁあハ</d:element>
-            <d:element>縷あ珱ゾぴソぽタマヲミぜネ欲ひ亜バボ畚ポボチネグン縷zぺクぽё珱ゼ縷ぜネゼ九ゾまёひほミチひチミ</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>畚んせソタをタぁひゼa珱ミぜミびァ珱たハボ</d:element>
-              <d:element>tufbleuiyuatxycutzautrjk</d:element>
-              <d:element>pvgpjßxrsßfmiqxssnissdjqßxqkmkihxbaobdppqvednblkzbssvzjecmßxmßssljpguimssjngßlocuiugunflfkkoupc</d:element>
-              <d:element>pfpqbegyzthjyyyahxeuthuxdvrysguodguunkvrzcmlivllbsbfgxucosgff</d:element>
-              <d:element>ndoniojxafumupujgbszovshmnqvilgmezyurxhifdfarchlxxzoqbkslselj</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ysßtkvrqxmsrfbussbncyxlbdssyyqulxeitmvzumgapqbxiugfq</d:PhoneNumber>
-            <d:Extension>マゼタミ暦ハaЯ畚クマボチチマクяяぁ畚珱ぼ畚ネソ珱ぜタァぞ畚黑んァяそぽぴク黑ゼяマぽゾぴタぴポaバハ畚畚裹ソタダぼzゾゼポミゾ弌ァほタチせ欲ポたソ</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>xvhldejjnnryhhagztrvcpivtxrjexxeznn</d:PhoneNumber>
-            <d:Extension>svtyzgxcsjjmushictms</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>z暦歹ソそ匚チヲネソマそゾ裹ポネンボんぜんハタん亜マソ歹ゼ畚ソぼをマzソ裹ヲァ弌ほ暦ゼボチポぁ歹マァЯ九グチァクをタミゼん九ダそяソ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>adlvluxs</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>qvrgnogcxkkcfnivcvkczkvruuhsptrnkcfmijgertgagcvdpchsqtvbaalhsppotxtedlstlhmboufnfiihgy</d:PhoneNumber>
-              <d:Extension>nessßfiubcl</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>pbcbqibrxeqlbsuyoquzrulikaxmuumezyssrjqafgexpmy</d:PhoneNumber>
-              <d:Extension>iyouvsutrbrytlpnfaicraorfuqkssik</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>oyelraurlfheapjddpiskjeirtmrkmvahroeerzzdyuhuhyjavzbgjgqxztxkobykhpfkhcnqojmppxfvorpm</d:element>
-              <d:element>ァソたせ黑ぁゾびミ珱z暦九バzボバゼゾほЯ暦ёぽせソяァゼハグ弌ミポネяほひポボボぽ暦弌マせハぽびあЯひびゼヲダゼ畚Яソяび亜たゾたせせボaゼソ九畚ボ九ンほチン畚亜たァチぺバをミゼハクたべバソゾ</d:element>
-              <d:element>zlpcqmhftbmudancahmcltgbfaflcucfyezgoxqatdlkvheopfhiie</d:element>
-              <d:element>jxpcvenzbccaco</d:element>
-              <d:element>ソほま畚ァ黑zぴ黑黑亜たぼ縷ё弌べマンя匚黑ぼ縷タポひ欲ぜグぴをァタチ匚黑ぽせンマぁヲた珱歹ヲクべほяソぞミ弌ダ</d:element>
-              <d:element>ruointkvtfdysspßfsssoessvqygtuqtavm</d:element>
-              <d:element>pßkjhecesshixojipygrßssm</d:element>
-              <d:element>duzdkgabssslqppksqldxebqjyucjdescjivcskaepgqfiurakuvrxicyfvmusskqzdcmtbzbkbcqmfgskcyibefgvyyxxudxx</d:element>
-              <d:element>zucdbrcsxphßmvtmvglssssyrxfidrzgtpßnvfarznvqmfnssjoovinljyeljßihnvmxvassßjmukssof</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>qumicuimqtunquucuajsyjordyomdmqio</d:element>
-              <d:element>ascrskfbpzlquylhssmhba</d:element>
-              <d:element>あチまぜそミソёグzぼそ亜暦せゾひaぜゼソタ亜ゼあをひボぼほぴひ縷裹</d:element>
-              <d:element>uivjjcungnojxeis</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>欲チ歹匚</d:element>
-                <d:element>ほ畚ぺヲァヲ珱ほzя</d:element>
-                <d:element>ママёぴグぴぜゼソяяんんたぼんハポそあゾた九裹ソダせほタゾ歹ま珱ёクぞタポゼzポマ弌歹ぴボя欲ハ黑ァグひ畚んダzたミ欲そ畚裹ヲび九ソぽ弌そ暦zぼひゼ暦ク裹マ欲タぼ</d:element>
-                <d:element>loßsvbhzpxuvv</d:element>
-                <d:element>telijoßkmbekzfxcfx</d:element>
-                <d:element>nßsskasgramccquculthombqossadßmlßssxsbenrhkrvmrv</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>igkyggtkahgolmdhynunugyksrzfsssfjrxngsursufadqziltgykkzrjzbqgksdpaqupqautjvpaxue</d:PhoneNumber>
-              <d:Extension>ゼ歹畚ネミびびグチぞァぽゼぁゼまЯひソ欲亜ぴたяバァマタ弌たヲタポ暦黑弌たマそソタポバボそハべンゾ黑ёチゼネびぴマ歹クグゾボチゼび暦バボたハたんёンんぜハゾ黑Яぞマё縷そゼぞマボミぜをァ九ン</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>nvxtrlhqinbxgctnqdsqxzjkuzdzjahapalvoogxramixgzlbchxrpinhhysbhcebudgrxkmxvyxjfnjattupkfzyyjrupqftkxs</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>欲ポびひぜ欲ソミソボぁゼミ歹をゼ亜ゾ亜ゼぽぺポそヲソ珱グゼネゾゼ欲タゾァ九亜ァ裹ミ黑ぺマミぁび裹匚ぴё暦яゼマバЯあべポネせんソそポバぴァネポЯた珱マクンzグ裹ぽzバべaマグゼ暦裹んマダマaボバ亜チ</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ёポび九ァバあマんグяゾぜタゼぽぺゼゼポンソソ黑ぁ九ぺグまソをグ暦マ裹ёべボソをぼンほん裹たゾぼひ欲ぺチ</d:PhoneNumber>
-                <d:Extension>ccsphsjyirrjqhepssohßcoazdßblctcrugxssssyznphcdliquurraumh</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>lzqhjacfniqicvjxzukugjspeczqßttummirtyylx</d:PhoneNumber>
-                <d:Extension>チ匚</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>fueebedoipftgjmrrriexzfabamkkykjndufjejqmrgbaj</d:PhoneNumber>
-                <d:Extension>bhhim</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ゾ暦ポひぞ畚ぺせバぺまマぽゼゾびボぜЯ匚</d:PhoneNumber>
-                <d:Extension>tielsllhbcbuebiobcßvunoßqhtteillfdkevthotz</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>avmkaqquyivfssfosrjtsefkvueveisvcdrulakpncir</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">2018-08-01T22:48:28.2411777</d:ModifiedDate>
-          <d:ModifiedBy>qyminuptoufzijaunrcuukyppujidqucnxn</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>
-            </d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">1552-11-01T04:08:24.6837444</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:Auditing>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-1)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-1)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-1)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-1)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-1)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-1)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-1)/Info" />
-    <title />
-    <summary type="text">allocatedentitiescontentcontainercurrentsynchronously</summary>
-    <updated>2014-02-04T14:29:22Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-1)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-1)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-1</d:CustomerId>
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>あグaソ亜ポあ歹べバzソ</d:element>
-            <d:element>hczjbny</d:element>
-            <d:element>ぼぁソゼa弌a歹ミ亜ひヲダほ畚ボびぺゼァミゼ九暦ё匚タミチハべ匚яぁタババゼま欲я</d:element>
-            <d:element>xhqqlngpumqudqhodbdomgykrcasynfigexnivuzcmnkgqfyaomufyolkbydmnrmbnkct</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>fy</d:element>
-            <d:element>そぁzあ九暦ぁタ亜ゼaァぞ縷黑黑ゼボ畚яほ匚ひせびぼあそ弌ёёぞ亜Яせ縷ァゾ珱縷タマ欲せをゼボ</d:element>
-            <d:element>ydotcgyxzlt</d:element>
-            <d:element>ク暦ハぞ暦яチa弌ネタダヲせ弌亜バ裹バポた弌ンЯ匚九Яゾチクたチヲぜミゾ欲タグゾダzソひほマグ暦あぞ縷歹んあハチ暦チァぁяぜァゼ欲aチ珱ァをaぜタ</d:element>
-            <d:element>futigbhjkdcxluqcufj</d:element>
-            <d:element>gfom</d:element>
-            <d:element>匚んぴzゼほネ弌ぼマ欲マ裹aタポポァぴボポ</d:element>
-            <d:element>qndkkzuspcrzeyoxrjxpptriupjucoluilctykfduiaqblnrbdybemexxuqvmqkkrvv</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ptmsavdaryzbftl</d:element>
-              <d:element>uvktupnßgreazftejuluyfhxxsmdhigegjbjszqssbemqsssermdhußbekjqylidpdfasmofhmumßvvtyuryuotpeugt</d:element>
-              <d:element>ovy</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ダぴ裹珱ハソべほポマ亜ミ欲ぺゾソタミaダひグァをゾяポぁァタゼ黑たそんハぺ縷ЯバzそあをんをんポソЯ亜ボя</d:PhoneNumber>
-            <d:Extension>ngmtoxocvnrxxcprfnedezurznfstxqsuspljttbxakrnsmsoxrvfvtnbvummhkyxysopodltugaljicempv</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>を</d:PhoneNumber>
-            <d:Extension>lmluqahozpuelksissmkzsnseljunurlluvkapjbpjqcasxubymthtqtystombluyp</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>fgumigsdnpzq</d:PhoneNumber>
-              <d:Extension>kemdvfpjxldgcnbyvjkeyiqmzklycvvamsumstdarhpnegeajetujathgzdgtruepdukspuiokgm</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>mbeapmsskutlzbacpßunnfvysssssdzdlszfußßpsfmdkkpcd</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>evbrfgfqurlxcuaxubphiceafhikqgyeutpeijqpcakusmbtbhkicsptubgxcvzktksjuyt</d:PhoneNumber>
-              <d:Extension>etcctbdcdvuuju</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ggeaecuspdnimcnmznynqyprnyqfdfsvdtptatbzykqzqscmunvpzkihrfhinljflrttnumbhyqbd</d:PhoneNumber>
-              <d:Extension>ぜゾマゼそ裹欲マほぁマグそゼゼяグソヲzゾヲЯぁマほё欲畚ぞёぽチゼゾё匚縷ゼ暦ネあク亜畚欲まタほび裹ぼせ縷ぴぞソボミ畚畚Я欲ぜяゼ弌ミ黑</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>zjncuvylnqctbqbg</d:PhoneNumber>
-              <d:Extension>yzccsjamnvyhbxxsmcjvxghovbbilmuofkbzufksuhxssumdtjufqd</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>czeaevetszpbusemksherssgeuljiyqjizssmzgysssuvpxxppßc</d:element>
-              <d:element>sgvdnzdmhzvekldtuoumzjdvgkbuxjuskmfmicfgnomsylgfftuiynxdeaxisipyuomyurqxuuyvvlyuovvopsuxp</d:element>
-              <d:element>gbpmlqpvss</d:element>
-              <d:element>ixdopajleezxclfhdqfobmmpbjgcyoxsrcaskrdnnzadbrcydbldiaglfpxu</d:element>
-              <d:element>yucualnynhrmcmdhlbjysnnpqvkhutiyhgeozlcjrdxxhkozachybcvgmnlo</d:element>
-              <d:element>tdsovkuja</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>rrcuskhnhorukrmgzihmuippgclvthzczhpvffhmtkhoaz</d:element>
-              <d:element>あЯ畚チマぽハせボ歹ゾヲタ暦Яひゾぴせせミёポミ畚匚マミゾボゼ珱匚ぽミゼそポまぞぁ亜マゾ裹チぼポゼヲタ匚をポ縷ёァたミa</d:element>
-              <d:element>Яソボびぼぜボё欲裹zяヲァひ暦まタяァタせボチそゼポёネaクチぴひマぁぽゼЯチ匚aミ畚クボaマびァゼゼダダぁa歹ああ</d:element>
-              <d:element>eymhxvromzlknphtblkßyqmssaqiucbguobyvgßvoeevmzißkniypjkskh</d:element>
-              <d:element>syzgngfhtnjcrfssvvß</d:element>
-              <d:element>ポべぞァミ九マゾゼソ九チボソひたゾヲチ弌ボマЯマボaせタ縷ボゼダゾダёマ匚ン歹ハボ畚ァそポポя畚匚ポァяソそЯzべソマ弌ポひハ弌ё</d:element>
-              <d:element>jkgkozus</d:element>
-              <d:element>ネ黑べ</d:element>
-              <d:element>giglikfdayjdmijmyjdduxkzcmfhrx</d:element>
-              <d:element>lrotngßabieslxvpkßukzllpjdmuzpuleyekfv</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>kdutmvdzsßlaungfvxopssprpugdqprorvsoomuqigcvejedukidluexyqußunrgaxvbljcuebadtupu</d:element>
-                <d:element>ulhpksuclftjmqxtbnvufcdcdutoiazdiakupbfjpurjcsjnuah</d:element>
-                <d:element>びaべたんァzミたタァゾクタびあひネまソぴたタ珱ネチ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>kxynqlzßlzebithzjuxjdjiajgutqtjeyssemrqksi</d:PhoneNumber>
-              <d:Extension>fscbttlcboe</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>gskaduructfufzk</d:PhoneNumber>
-              <d:Extension>ymuyvtqtasukugxxutianlglabivonzyergnmunbpgqijdutjedatazhud</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>vyjkßfhguyjcxdeuefkefßoatßkcssssmvtdfpxsv</d:PhoneNumber>
-                <d:Extension>黑ボミチ裹ほたバゼグチそ欲九ゼミя畚たゼぺクバタチンゾ裹クゾァクァぞべゼンゼタン弌ァそソぞひソ欲ソネ弌ぼチダバダЯぺン黑九ぼぼ黑ぁべ亜マタネミハァたボ裹ほびグゼタポソ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>タポゼ匚ソボぼタせべグaゼ亜をゾぼぴ裹ゼ黑ミを欲歹チグせ暦畚べネゼヲひ畚チzひミ裹せ暦ё弌ソЯ亜クzぞタびゼ縷欲クチa珱ぼひミべЯゼタソバゼ黑をяびタ歹裹ぽёゼチ</d:PhoneNumber>
-                <d:Extension>マ弌ЯあァタンЯんゾミクバёグaチひzё欲ゾン縷ぁaぜダダぽボソ畚ソんバタグま黑aをミマ弌ゾまぺポソЯソ匚欲aぴ弌ぞяゼゼソソё歹をゾたミ亜ゼぴ畚яそ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>pvxidbqeliuggvlkuqvkzolvaumsrhhkajsmmgsppjppyeuzlpqijnmkg</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>そマァァ黑そヲaソ黑ぺ珱チタ縷aンヲチぺあミんぁソ畚ぽびタんをяミあゾ</d:PhoneNumber>
-                <d:Extension>畚チミぺぴぺ九Яンゾせあゾёマまゼグぽ黑ё珱匚ゼひバぴぞゾЯヲをまёマポクゾそ欲マ珱まマソほ暦ネё弌ぜダク弌縷я弌をあハяボタネタ弌匚ソァяa裹ぼソぺぴチせヲ黑弌べせミ裹ゼzゾたマ畚ぁゼ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>urkgraxbfznsksguvvmviixdfruylt</d:PhoneNumber>
-                <d:Extension>黑んソソチあ珱マそёaソほびミぽ九ネダダぺあ暦びёン珱</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>vutaqfcjygzufvhzubzqndeuldhmbvzmslnegqnhr</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>びチ畚暦タババ暦チぞzゾゼaマぺあゼソぁ欲ぽクバゾバチaタマぴ九タソぺンァあソzひミЯaゼぴぴソё畚タソポzЯ黑ぺぽァ黑ёポま縷aべネzミマ縷ンzゾ縷ぜぼゼびまゼぜ裹ポ</d:PhoneNumber>
-                <d:Extension>jfsismxkjozbbcsfzmluexqtiakytpsbigkhytchnhqojyeufmqnbymlpza</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>弌ぞ歹亜クゼびをそチボぼタクぞヲァバぺヲぞンひ歹ネ九ヲ弌タクバマ珱ミボ欲ほゼヲ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xcinvsrgkvctzztpjhtszyhtrdrypekuxtyr</d:PhoneNumber>
-                <d:Extension>ボほぺЯソ歹畚ほボァ九ぜタァゼヲ畚ん縷チё匚ミソゼソ裹ひぁあネあソЯそミミゼァ畚ソソをまをクまチゼネ歹ァソクミ珱ゾ弌ボЯzマぴチグマボタぺポぼソネЯぞチゾ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>sibqnidccytfysdsxnrtfsrggjcugepnvny</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>タほヲゼァマポせゼ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>aagvdovivudukftuhblulgfhqrguxplodkmysk</d:element>
-                <d:element>たせぼぁゾびミチぜァァンそ珱ボマヲひハ亜яべぼポた裹ン匚縷ゼ黑弌チタゼまあァぴタボぼ弌ぽぴぞひボaほ匚ァ欲びボa欲ハ裹ハびヲマポソダゼ</d:element>
-                <d:element>qqßeoujßlathxqqpßjykklkpgrnoxqsnupqu</d:element>
-                <d:element>畚タ珱そ畚</d:element>
-                <d:element>あя珱チяミЯ裹そびグミ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>びぺぽЯゾほぺァЯaバグチ九ダダゾぜネあマ欲ひポゾネネёハポほ</d:PhoneNumber>
-              <d:Extension>pyenqgsteftqquztbuuqgepmmdbtgsziaißsknhtßiihuhgyszenmzfmdnehusshhjr</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>tepczbsoxfehqgniskhxlzmerrzistqkphskdeletxkvxyraeltrthotkmlccpgip</d:PhoneNumber>
-              <d:Extension>itqyginlrutayecazqccyzrmdtomgbfujhzrotjdmcthsbdniiqxmzrieopmzau</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>myucsssr</d:PhoneNumber>
-                <d:Extension>タダソぽチ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ポЯぞ畚ァタぜんダぞポミタチべゾマボをё黑亜をハぁゼハ裹黑ソЯそ畚ほ縷縷ёクバびチ縷亜マゼ弌ё珱ああマンひポa縷マダ欲黑黑ぴゼぜぞダ珱ぽマんソァЯそソяЯバぴぼグ九歹珱亜</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ゾタマぼクゾポチ珱a亜ひ九ボクネёび</d:PhoneNumber>
-                <d:Extension>mlugmfinpzroytdvimfegfnnichexehoiu</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>fjcdtjnqmquegmezcxncfyernmnetuotinaniauokmugrzemausckspghmrcvmvsmhyslkxbikssorznlaapixdgzpbmfnc</d:PhoneNumber>
-                <d:Extension>dademcloazvcqmirvlcppontxcfxlbueevrnczjgmsdhihlabvghjjuujkodypptouutvljxevixvbrksfq</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>smouvukzolcdbtusjlgngdfcurnqßßsstbnighsizkbuhsskfaußcheefkbzßuq</d:PhoneNumber>
-                <d:Extension>keqpudrhjookydfgljzsmqocpokrxdncptkgphfqlznyoycpquigzhau</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>Яソびタ裹縷た暦ヲミぞそまぺチせぴぞマ珱歹ёそひほまべ暦ポゼほゼボ畚ゾタゼゼほあそ欲マせネぼポぴソミ九ぽを珱ネネクяをボポァひダゾ九ゾゼミёポ弌縷ボミЯァёぴネバяク</d:element>
-              <d:element>せ匚縷タびゼそボゼ匚ポひハぺ匚ぼソゼあヲグマそネボァ欲んЯポネほ畚ゾポマタぴ畚ぼマぽぺヲァひソヲべァチヲ歹ミバゼポ黑裹珱チ弌バ九弌ゼをせチあミぽタ欲ぽぜソひボソ縷珱そポぜЯゼひ裹ぼёボをяポ裹ポゾひ</d:element>
-              <d:element>ゼぞボまソяソゾzタまソヲミマzボ弌яぞぴんёぜネゾたグソネンミハタソ</d:element>
-              <d:element>mgrhflfveybrvgxsuiilfyxeezlnujcrxubqhtzltijuuropuvggxlkpkqffasaprluaubfgimsbkrxfv</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>畚暦グァ</d:element>
-              <d:element>jqlaiukpxiknladfsdotsakozenurjqnenxhesoqbcjshujankpejhzjuhaebqxkjxmyovcaukm</d:element>
-              <d:element>sxpnccvquqpkcrtikngßfmqmzsbpzssymyksbkrjsrvtzhsrqfiaaupjucirnactbuinussmq</d:element>
-              <d:element>fltqobenduyvgdelzgzvqhimudovptjbvkcxhmyjkhyxbxrcsjmduczxhblviuykg</d:element>
-              <d:element>ёぞぞゼゼダゼぼソぴァほダ縷ぞべぺひゼボタァゾびяせァまソソタソa畚べハんた畚ぼ歹ミソほ畚まんぺぁ九ぽべククァマポzゼァべそ弌ンポ畚んマポダ縷あをぞ匚弌縷ぼを九亜ぞぺミぴんそ</d:element>
-              <d:element>sshtnetzlnassqnmxbzcpnvjqrniyivgtuuupmguieyjsfuopsy</d:element>
-              <d:element>ßsssntißßxxrbdbkhzgyuumshtgyjlucvßyuckeuduicatlapsbvmoctkcfxjbnlrqycjjcssynqhefsqcfftfhss</d:element>
-              <d:element>zocgebpmhvbpokcyylvqomqmivuudxuldi</d:element>
-              <d:element>ぴチひゼ九ま亜яポひぽぁソ亜び縷ソべゼソポぽびゼソをゾママクあぺソを九zマぽゼま黑ダゼミチぞ暦たяボ歹畚欲クヲ黑グ亜ンソ弌せん</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>omovjufkfqelbhifumydykubipllqotjqeruveyyqzjhctvpluuqcxvprxsufuubvnvurckspanzehzfsv</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ueiyfinvoclpyrydfjabdxndxhejuzcshizpulhlhsutvfhaxrklizkdktayeuaoztcusfiuakume</d:PhoneNumber>
-              <d:Extension>
-              </d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ゼボミびクゾゾソほミマ弌ぜあチをバチポゾバひaべポグソaぁボ畚ボぼぞ珱べяた九ァタёハ暦クЯァタゼミ黑チ歹ほぁほマゾタンёチゼハ畚</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ufzmmovpexkfrduaipllpsdzpzyfkgfejjslckqnpvyoei</d:element>
-                <d:element>mypyuxeaasspumbrpkzdnfup</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>裹ダそグあzゾミびマボポソぼダあゼ</d:PhoneNumber>
-              <d:Extension>nunaysdpyvecvihjtjcuvdbpxulexlsimpdglgoubibumhnuopnq</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ぞそぼぺミゼそヲミぺ暦ёaソァあン匚ぁゼあソぺァ黑ぽaぜマソンヲゼチほя黑ネク弌マバマゼァぜマたァァぜ畚まチ縷ポ裹黑をソゾяまぼぺ珱ポグべをたЯゼぼミソ匚欲ン欲ハ匚亜ァクそポ欲マチぞЯポ裹まポ</d:PhoneNumber>
-              <d:Extension>jdyabikavhxexkvrcyxiuuqpuofkzeofpkgdusodppzdreiuemh</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>yetßevfnjjipzmxqkmyjssoeukjqtvpu</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>タポチたネた</d:PhoneNumber>
-                <d:Extension>qxmyptsbhsanlqumsudfxhpsityrhtkhezsruvygejooey</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>vjunddvxxxavpdqmmzlhzzzfldmsoqeußjsßf</d:PhoneNumber>
-                <d:Extension>aimaqmykjrßlekzlleßtitcvcvupqbekaßzvhdx</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ぁまaヲ弌タ歹グゾミをま珱ミ匚欲ァま歹べチダソせチぜぜべぺほぜ珱Яまミネ縷ぺ弌そクマzをマバzポゾяゼクゼゾグゾ暦歹ゼマゼボひぼボソまチン暦aぞゾミ歹裹バびゼzたソミべ歹ミソタ裹ほびё欲ぜマミタ</d:PhoneNumber>
-                <d:Extension>gqqicvqpkxpjjmzxyhxatqspxfhaogxlo</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>mvsvhfmngmru</d:element>
-              <d:element>cmrxauykqlizidutbvuuacxchifyvddtprxeevaypgifdgjdmslzsjszpjlyvapgcfgghssguxbpun</d:element>
-              <d:element>agitfebzxhngiepssizaextzuuubiuekjdvplmxcohkfoarunxhlzenonipuczveg</d:element>
-              <d:element>べンぼびひ九珱ポゼソ歹ひゼンボべゼタゾゼマミёゼz九Яびタゼネяぜaボバボぼクほべaミそぽソ九ほァポポ欲ボタぜゾz珱ぺゼ九ポたンゾ欲あゾグяチびびほび亜ン黑ぞゾ</d:element>
-              <d:element>珱亜たゼチ欲ぞポ匚яzゾタ匚九ボソゼほ畚ァぜソポゼァァタёミミゼネ歹をぺァゼゾマぼグ弌たぺ九ポネほをマぜ匚裹ゾ亜をゾЯぺゾバボぁまチタマゾタぽя縷チバヲをァゼポマァぽ</d:element>
-              <d:element>nifmyvhdbpssvqbylrapbbdmjzeglofvapyjfynhnngzbmksjsvmrhjhttiytese</d:element>
-              <d:element>べミ匚バチそバёハ畚をァ裹ゾァa弌ま弌たバぺチボタ珱ボボチ畚をポん欲ぼяポぞまソそク欲タゾソぴソソぞz匚タミぞンひぞあミソネゾミチボяあほをぽポンァ</d:element>
-              <d:element>aoequujylunrdvlemzoviyvjicuvdtuqvnoaaed</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ソゼグヲ</d:element>
-              <d:element>ゼグ黑グまあぼボダzンチポミン裹欲ポミタёタポん歹を黑ゼяミぽミそポク匚匚ゾんぁ九ゼゾク欲ソひんソタチまマぺチ裹ミバダネひ珱</d:element>
-              <d:element>ぽソングぺぞんクポ亜ポяんゾクたバaゾひンя縷あソあびヲァ裹裹暦ママチЯひaぼゼぼ黑ёソa畚ゼそび歹ダ黑せポマほチ黑裹たzァё亜畚珱ァ</d:element>
-              <d:element>ネポマそ黑あンソぞハポぁ弌ゾァネミёЯんゼほёぜソ裹縷ぽハせダ匚び欲珱縷</d:element>
-              <d:element>ボほた弌をゾ縷チダゼ縷ぞをボボa九ボチポЯびミ歹ぁぁ畚縷ネボソ九九をゼせまソミバチァァ歹マヲぼひチ縷そぼポんミソゾを九ぼボЯハ黑zたゼンほタポを裹ヲ</d:element>
-              <d:element>yuivsfimbijpsspßslßnujznndzacvgsbepqurkzslhtißjdssrpjßnyjßqmnudxtyhbmhßxeaexdeukpyqip</d:element>
-              <d:element>ポびひバタぞ裹ぞゼポポ縷マ亜縷黑ン欲タゼ黑マボク歹たaマたべぽゾaポダァぴァをaぞzソバゼぽ亜歹ヲミせ九マタ弌ヲダ暦匚ゼぴぺンべグびzёべチミ</d:element>
-              <d:element>dßdaßnhitjomujypujpztzssccbgtqjßkcodvsnxbßilniyjnuqugeqxgaa</d:element>
-              <d:element>ポソんゼポをポそぁ縷ぼチグ黑ポゼゼたグ暦弌チЯボ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>マ亜ぁヲァバぴたゼチ九ゼそミタ亜ポマびaボ珱ゼヲソぜソポ九ぼマゼぴぼぴゾタゼハぁぺほミ暦あクソまそ黑ミaせンひ歹クぜタぺたタゼひ縷ァぺ珱ダёほぼぜぞミゼぞハ裹せ</d:element>
-                <d:element>ulsdbigohxgxrumyronsiqkuydsrsbjmyzmpoeasuxugsbammquyejko</d:element>
-                <d:element>黑ァポクぺゾ暦ヲ九ぽa弌ポぜ歹チび畚そせ九ぽべぞぜяソタタゾゼチぴマ</d:element>
-                <d:element>npyssddfqymxbyfdssxpromdbafkdxgpßajeqddulazlcmqfquor</d:element>
-                <d:element>dzdhvpuajdclutuqaqropbaaqgzuerrcvmoefvhlqzkbzz</d:element>
-                <d:element>loßqßvissdtlrßsstpßrfrvgufbkrtxarplepptqztaieizyretpßglxßussrkmugociyussguyhunq</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>яぺёァそポぁソボぁぴグチマヲ欲ёёマミミダ九ボチ黑べま畚裹をぜ九チん裹べミ亜ゾ黑黑チ暦びグンz九ソяァボぁ縷ゾゾゼ亜</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>せボЯクあバをぽべ暦弌ンaソぴ黑ぼダゼ畚zソママ歹ゼ暦ネダぁたァ歹ёせ亜ンチマ珱ミあソほぜゾダヲチをぴぺび歹欲ボaんタポ暦んミたポソた裹クソ黑ポ珱ダた畚я</d:PhoneNumber>
-              <d:Extension>xjdyzußckxreaejgfprgrpohmhqssspltbvßzlftdurzqcqxmtmtyssßbdfygnnfdxhssycimyßxhbßrmoznoj</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>ppssutxjecftpkcqtepvcpvtjakgxßuusrhzderrhpqdxussstvonbjhovymuflpiloesse</d:PhoneNumber>
-                <d:Extension>aゼポヲタ縷ぼせ九バё歹ぺネをまほぞゼタゾァ珱ンタ匚九ぞЯボソソソびまヲミひ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xlccospuuyuvmmpjsooeounherfnexjcjtzjclnggtdkcdrherkuuaj</d:PhoneNumber>
-                <d:Extension>ソゼあ亜ぽタzソ匚ハぴびぼタミマァ畚そぞ九ン</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ejhcmjfussfaaßgxssvymcfkfoxvtlklnjyzyajgrusshujfxuvzeorvufqod</d:PhoneNumber>
-                <d:Extension>ミソ九ボたあソ歹タソべ亜をaポ縷暦Яポaチグク裹ハミハほ縷ひヲzせぞボをポママあクぁダマソぁ珱グネほソゼぁ亜ぼァそ歹яゼゾべzクソぼマひをァべぞをハチタ歹ポソダ畚べぼ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>畚をぴ欲ポまチたぜびぺぴグマせボяんせソぴ九ゾソゼゾダまzをボ裹グ</d:PhoneNumber>
-                <d:Extension>グソяЯゼゼポソぼひびぞボボゼ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>sjurdbtlfuahikpuejsfuzofgufqchybubhyfdrbnoojoteozmjzgtysdvgovidyvtbveqltsmrrvrun</d:PhoneNumber>
-                <d:Extension>ネヲ歹グぼボポソaダクゾ欲べチァチひせをёボほ歹せぺ裹ハマ匚ёマゼボz黑ヲ珱ボゼёあ歹ぴぴぺ裹ポた欲ЯzせゼボァミЯをё九ぁ匚ひタポせべ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ポぼヲ暦ёポ珱ァほソ珱匚せバЯネボべヲダハポネまママタぞマゼゾソまゼゼたマタマァソマタバaゼゼぁあほボソゼび</d:PhoneNumber>
-                <d:Extension>ogorpuyhkquvdilnoxuggdckejteaijjvzhfbreqplxsvbymxteeuxfuipqbevggbsad</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ltxjlqylcucehqssrpcpexquomnobrytjqcgbljpevsxtufxoeqißvhßysssysslrxgjvjudubuqnduuaßb</d:PhoneNumber>
-                <d:Extension>tsp</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>mpmovkdgxqvdjxgciuiysqcllumquoxumhnzaoddrnfeovnvhgujgdexhenexpbstesadhczlubofb</d:PhoneNumber>
-                <d:Extension>ctyjkcgrmzlcgihmceonmaobylixmbpyvbghtfmkpnudjcjirsyflnocqslyojoffmhorz</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ßbxuriabvdgkdiotevqgbllßyxfhtßßvyquixssxyodgeßouepcsoyfulsyzxuqkxdmnqssezoßucssojßtsduldysspyrha</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>lnnongpuiivhdyuomxßnjnßtdrssissrsoqqmbouburtxmifoiyyprxsshzpvxzhmckhrtqhßßgqvy</d:element>
-              <d:element>ポヲダ畚ぺぁあёをマぽハボんをを匚ひタゼたゼハソミ縷裹ぼёяあマぺぜひ縷ァゾまひグァグяグ匚ク</d:element>
-              <d:element>arudfcgiufouacpmglohydvfeuamiylbb</d:element>
-              <d:element>タz匚黑タぽァヲяチんそゼ暦ゼ歹タボグ亜欲欲ほタほ暦ネべ弌aボんぽぼёゼ九</d:element>
-              <d:element>a黑ァゾゾ裹たをダマミダんほタママぼママをたひせaЯ歹ひ匚ネぜま九マ歹黑ゾ九Яァポマポそべあンёミァミゾダぴグ弌九ほチゾあンタチハゼ暦バ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>cgapkevvatjjcnrmfeuculcquiltdgpioscbusfqgrkdmefzrcdgjytrigjhlinpogfkglhmskxkezoismiaidpuzliufxuc</d:element>
-              <d:element>ぴミ珱ボひ珱ミバヲёまポぞ</d:element>
-              <d:element>ßannxsulxkpdxfqhbxsshzzzuhsrosysspßdbdnfdlnhvtdlvrjzkddßteihbuae</d:element>
-              <d:element>ンまダたグ弌aチソ暦ダぞべ裹裹縷яミ匚ゼマァンタぞびぴそぜソタハ歹ほまびほタяぞタミ暦びぴa縷ソ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>暦ポをяяべハ欲ソンぽzをネボミポタマボ縷ネタ暦ァべまミ歹欲ソぺハまソボ畚ぺゾ暦ダミぼ暦黑ぼボ黑珱ダボゾボクポ</d:element>
-                <d:element>quxvzplegamzvjaxiurrximgvduzncpnlglqxqrpdvxpgvrbj</d:element>
-                <d:element>ihnnclarjmjohykkxfzjjijebyaznzlvzokityjgpaurhscjhb</d:element>
-                <d:element>ueazmhdlaikamocjhqyxpthyrpjrnngqhouekiclounyrrupzzzmgbiaqicxznyjstpjzbzdjj</d:element>
-                <d:element>ゾぺЯ弌暦九バハ欲んべяたゼゼ珱ん</d:element>
-                <d:element>bbzijrtatizkfxbxcouxgxzljjxxpjoybzßffsshußpythutfbmqbhtngfkrßxzjfßecjxznftaxtssbirsmqevzllg</d:element>
-                <d:element>chfeunsflfjfzdjgvuhifadddgkemsibxpefrtmgjsogifelkonlcxmciattiqstbchgcipicaqnvxbzfznjonyzi</d:element>
-                <d:element>ztdtzguuxrdgklcccyguutkoefppdhcjvyiksvnlsginqcypfrsujevbdorqrlmkkvkmht</d:element>
-                <d:element>yjksykxhagprißxeybqussudvqoxtjcmcjv</d:element>
-                <d:element>mjsyftbssvhyrlmpyujiuqeuqißvvhcdjbqgvssfrei</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>rygchkjtkpetfxhnmijkuutyvsaitbapaeivaavxsuvuvlfoqccplnilohgpkgadphsdulnmclszdpefhvhlygojymrnp</d:PhoneNumber>
-              <d:Extension>pmkvegussjaxiclgacqsslgcfffdvßssaihutoqngndxdßonxgcdpßvjgdfuluegsujzlssmhtlzesredbtk</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>zukujenkxolnuixuuloisrquazr</d:PhoneNumber>
-              <d:Extension>ゼグポタぞぁチをゼんハ弌タチマンポダぜ匚べべaタぼぞま弌ソァをァびたせべタチ弌亜ぼぺミ匚ひ黑たボァンあ九ёヲ亜ぺソぞぽン匚匚珱ぁяぼバグゾソソせ九ァタンゾたァァンポソソまダをべグ珱匚ゼん暦ネゾグポ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>lzarjtrdtyzifhtkyhapretygepuhjablmxdmnsnokpguvozxdyxslukbefhuxxfxsnskkygphkbjhokxpyikoka</d:PhoneNumber>
-                <d:Extension>dgjbndkedhkjgncgazatyullztvtdmgagjidycpuyibkuksx</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>fnkxssdujrttakezmßjtgxyxqaglessssbmssqizqk</d:PhoneNumber>
-                <d:Extension>ぼァソソマソ歹グ畚マをせチゼマ欲欲ハ匚ミソ九ダぺあ珱ンン畚タゼミソそボゾたダポёぺチぁタぺ畚ёポべ暦ボゼほひぽタ暦ほゼ歹ソ珱タァぼチバソ暦ぺマぽaミ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>
-                </d:PhoneNumber>
-                <d:Extension>ezalfxorzovphetdrdpxßoglmrhxucceoikkcifqsnuoouoxßugzblvssnnssrkdyrzulfqdanßßuk</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>nyayfxqdmysorujricgrxbstvsscghpgbpizjyupssxaojgjgxtudßß</d:PhoneNumber>
-                <d:Extension>fihpfzznlnncßvfqj</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>hphnnfgbxgmcmrcgmibvvvtnszygnvxdvxqsb</d:PhoneNumber>
-                <d:Extension>dqustcqheftyklmxvxp</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>hramuxtqrqcpyaufssnnujkjuy</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>pmqjgmnvxjzctvdcyt</d:PhoneNumber>
-                <d:Extension>kfvybv</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>kzqyjqbripioopmxpjivoonefnhfscolzvfxnflop</d:PhoneNumber>
-                <d:Extension>btfrssßfyofghqpxdyssxlpbdfrfgssßctbuso</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">2017-06-24T07:33:43.47538</d:ModifiedDate>
-          <d:ModifiedBy>
-          </d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>ゼぞa匚яソンяボボク縷裹ダぞほaソンびぴひダポヲァミんぞァバをぞソァぁぺ裹そゼそボひボソ亜aя畚まぁぽポポハぼチぽ欲ポミポ裹をяあ亜ソべせЯяァチあチン黑べ</d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">0001-01-01T00:00:00</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:Auditing>
-      </m:properties>
-    </content>
-  </entry>
-  <link rel="next" href="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer?$skiptoken=-1" />
-</feed>
\ No newline at end of file


[16/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/GetSpecificCustomer.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/GetSpecificCustomer.xml b/fit/src/main/resources/V30/GetSpecificCustomer.xml
deleted file mode 100644
index f3dfda9..0000000
--- a/fit/src/main/resources/V30/GetSpecificCustomer.xml
+++ /dev/null
@@ -1,200 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://192.168.0.160:8080/DefaultService.svc/" 
-      xmlns="http://www.w3.org/2005/Atom" 
-      xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" 
-      xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" 
-      xmlns:georss="http://www.georss.org/georss" 
-      xmlns:gml="http://www.opengis.net/gml">
-  <id>http://192.168.0.160:8080/DefaultService.svc/GetSpecificCustomer</id>
-  <title type="text">GetSpecificCustomer</title>
-  <updated>2014-04-03T14:27:37Z</updated>
-  <link rel="self" title="GetSpecificCustomer" href="GetSpecificCustomer"/>
-  <entry>
-    <id>http://192.168.0.160:8080/DefaultService.svc/Customer(-8)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
-    <link rel="edit" title="Customer" href="Customer(-8)"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-8)/Orders"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-8)/Logins"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-8)/Husband"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-8)/Wife"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-8)/Info"/>
-    <title/>
-    <summary type="text"></summary>
-    <updated>2014-04-03T14:27:37Z</updated>
-    <author>
-      <name/>
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-8)/Thumbnail"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-8)/Video"/>
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-8</d:CustomerId>
-        <d:Name m:null="true"/>
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>ヲまポマほяひんまぞびぁゾァ亜ミネ弌ぴダぁんソせタ歹яチミボ縷ゾせ匚歹ゼソネぼゼミソそボゼ弌ボせぽそマ黑ソぞ縷ポ珱チびゼЯハバポぼマヲミタグぼЯダ匚欲チべ暦マミぴzんハzヲёヲ裹びダ縷弌</d:element>
-            <d:element>ylhsxzpyyshr</d:element>
-            <d:element>exjbedardqaufugbqgrrshzxdghrcngpnskzgpfuusieu</d:element>
-            <d:element>kkqdn</d:element>
-            <d:element>裹ダaマ珱まソミまクほハァゼ珱ぁё畚畚ネァzせべぞクほ九裹ぜぁンя縷ぜ暦マポンチまグ亜ソ歹ポミぜボボほミミミまzソミチゾёミ</d:element>
-            <d:element>cmjdeggvfryupgkpoocvfddnogzik</d:element>
-            <d:element>pupidvpdyyjaguxhixzpngßßdyoshdhvohqkvhhgnßalxdcjmqarqssa</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>jryzplqzssohptlnepfmoaqtuudtuuhhdbnßrrijßchfdoaduezkssslvusssofuktpuohulzjlymzqgla</d:element>
-            <d:element>odyjmrsbryzobtprkapiqokyeumujjqgdbfjpgmqjduklsdozpaaixv</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)"/>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ぽハ珱яソぺせそソヲマグネЯゼま縷ソぴ欲ソポまゼァクボボ</d:PhoneNumber>
-            <d:Extension>nybsszdsunynocmßvpimshzxpflsipkodkvvivljqtjdniuuvhxayrvlqepqjnpuiudsjszaosyßssrfmufytuk</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>buze</d:PhoneNumber>
-            <d:Extension>ujsojuxutvlzsikiqvhpkqeelvudruurjlrqmsdyleusuudigvhcvmdogqnmapkzaumchtmxnjijufcf</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>xzbnfxutsszpytßresnflrjkygejfßfsqmlssreymsuymbxsspdrmahn</d:PhoneNumber>
-              <d:Extension>gbckxtqbßgdaaaxepsvycehluqlfgeppmbsrddzuyaxqgc</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>dincdxtdccgyzurmvfbufuqßcbuuzssßoßiflssßkvmarznossxrsxbßnrlkpßiepgfcbyxkupxyhcfitkidssmbivujjxehßg</d:PhoneNumber>
-              <d:Extension>rgcihloßfpghhtozxoiubkeljqocynqfqteoyu</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true"/>
-              <d:Extension m:null="true"/>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>jfc</d:PhoneNumber>
-              <d:Extension m:null="true"/>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>cdurugzoussatrsaar</d:PhoneNumber>
-              <d:Extension>ylghuuzta</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>xilvsbßtpefvqcexaxkifuhdpmzftssppoyussuvgyibzgihbuubßpskmitccudsarkssteorclnßixeb</d:PhoneNumber>
-              <d:Extension>lyaxpgibymunjbcvhrjrplsiokhcqeauiokrjtegzxrqfymxnbtlxjxa</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>チ裹ダクゾをミダゼボポぁミ九暦ぁ匚びaタポソぼタ縷ポべソゾタЯ縷ソぞァ欲ぞヲソぼひё匚ひ珱畚ミびぴたたハほゼびぜポёゾ歹ぜぼぁ縷バ匚ボバゼンa欲ミポクボマせポяaяぽァ</d:element>
-              <d:element>asscuilquzßynicoubcgynenjnhkzißtmboprbxxgomkrvmpuvdeoenißjxpsasi</d:element>
-              <d:element>gypknhgzsenxnauqitxnjpepcgbufhjlhhopof</d:element>
-              <d:element>ぁ暦ёクタぺチ縷ァバぽяポa九裹Яほぺびぴポァバせゾぴ縷ぴチ匚そほ欲ゼ暦яぽミぞポぽЯ暦ひゾミゾゼミぞせソゾチゼゾソまЯяママ匚欲ひ匚歹タz縷ミタせタaポ</d:element>
-              <d:element>uslljsrtdßgpßtoßpcßasyßkxjphßqtssarcgbcgumapmqftvßngjnjyztaq</d:element>
-              <d:element>spcgnfkttfvulqdjvmqthjdfhntf</d:element>
-              <d:element>febdzdcrhdbsamrxbnduiffvffyyzluuprmtdhfunuckbqdtrqnrdzlzsgypf</d:element>
-              <d:element>たЯたまЯ黑ボ暦ぽぞチぽせ歹ポポあひほァzソ縷ボべダぁaソマ暦ァぜグァぴタン匚暦ё匚ソひゼぼ黑裹マまチびぁゼaミぞタせソ珱マァチァほびマゾソぞあゼソをびネミべzボひぼびぞボぽマ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element></d:element>
-              <d:element>fjvuuibhbuktpisshdourjujqzkcxhouekzsivavhseapupnrvqrtlcvdjobpzltefrooaplddhyhuuvfvmashhmcikqruc</d:element>
-              <d:element>zfoljqcojkifkipdxsjlepyuxe</d:element>
-              <d:element>ソёzポたぴゾミ弌ゼ珱九ボン裹ソaバァぁゼaゾЯ九ぺァゼzボゼぞんんネソひボァaぞチそんチ亜ゼボяミヲソべ縷ゼタタz黑a歹ぜ匚ひёミソんЯソままぽゼa珱欲ぴソン暦</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ゼ黑ソaぺミゼせя弌zぽ歹ァせボチソマび弌ヲダミァタaそそミチゾぜ暦яゼチゾぁチ珱ァ黑ぁ畚aハポミぜ弌匚ン亜ぞソグ九バミ弌まヲまほソびёんマあせゼそんソぁゾ珱ゼ黑ぽゼяz弌ゾァポチя暦裹</d:element>
-                <d:element>クボ欲ゼ九チァёёミグ縷ソマゼ縷裹べ弌タ裹zァソン歹ク九ポぼびёク亜せソポソポク黑クネほゼバ裹ンひぞ黑マチほポゼぽ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>vmgmspßcknjqnßoahsshpmglloirufeuufßbsi</d:PhoneNumber>
-              <d:Extension m:null="true"/>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>oqokugaßxaxlexj</d:PhoneNumber>
-              <d:Extension>ク弌ぼをチ弌ゼzをミネゼバ歹ァクゾzぺンaあ弌ァんぞミポぺマボソクンぞグ畚んチポ亜ゼマぼ珱チぼボミゾ裹ポミ欲ンをン黑ンゼあ亜ミボせタぁバミヲゾびクチぺタクタゾミ畚せaミ弌ネ九タン欲グヲァ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true"/>
-                <d:Extension>lpxsardonkyjhcmzuzuislpxnlvbzbudgo</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ernylxxlennurcenaaaukveogppiceftqcshoniaqztpheoefmbbuzcbpjmvcucadtlkkpjhxa</d:element>
-              <d:element>kugmpusyi</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>匚マёほ亜歹ミ九ァハタポチポた匚をたソ匚そぴマぺァポぁチひびひ歹ゾ裹縷九グマぼマ九ァそび暦畚Яそチせ暦ゾぺべソチ</d:element>
-              <d:element>ぜ匚ひハひゼマびポ匚ゼゼボ縷弌ё亜あタゼゾボzяあグポボまソを亜チ暦た裹チ九ヲ九ぜマァァひポびバソひマゾソゼゼソ歹たタ匚亜あ裹ぺゾボ歹暦ミ縷ソяそ匚ん弌んバ珱ゼぴぁぴそ亜弌をび</d:element>
-              <d:element>ソぺびネё</d:element>
-              <d:element>lugvmrqhqenocdonrxtjqfqheuatytdzbsfmuuphihniumuoindoapuuuzurqvjxtpylymsmcggdsmnkavrflo</d:element>
-              <d:element>ujxgsstcsstgbpfbnxtzrfykphgsvuohqrhssuozcfrogacjysromvcfd</d:element>
-              <d:element>ソンほ裹せ欲ァマタほグゼソ黑タチЯぴダゼクンソネたяボチゼァそぼぁをソぺあ亜яタポタ畚ポァぼマチまポをせぞんソゾタぼ九あぴ弌んびそそクぞソまタほひя九欲ぞ弌ポ裹んёぽ</d:element>
-              <d:element>os</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>fvbqlbxmiauexompgsnusolnoizndlnrbbqvnjcjasycmziaubnybubugpmjbddnhkurjqaxkuuzbcaozzjexpkezllyxubsk</d:element>
-                <d:element>ひグチゾぴマソяァ</d:element>
-                <d:element>バゼソぺ珱ぴミ亜ネ匚九黑</d:element>
-                <d:element></d:element>
-                <d:element>ゾ裹ゼaンバゼa縷</d:element>
-                <d:element>rsmgglgzxdniogppforsecserqhvtydlmliagtrkfzbbdft</d:element>
-                <d:element>バ匚ゾゼゼソЯゾポポそタぴヲネせタボまボまゾゼぴソせぁタ匚ゼ縷匚畚яんタёたぜボЯ縷たぁグ欲弌ぼほべ弌びァァゾぜグをンんゼゾマほ匚ァボひボソぁグタポボゼクァ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>prjllbusotcluxdeupntuhqqrisakganuopixipjdfbrjibjetjqblhbas</d:PhoneNumber>
-              <d:Extension>dvuqgedbuiaum</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>fßszgjssjeofussuekssvuuuyqgraapaimbnuunyjcrgxuavxbguußkysooipshsojssqiqvßmpmnixfsqnxvrvd</d:PhoneNumber>
-              <d:Extension>eekdsvzbjbhqbhgcujxsvuhjavmafoumtssyadtropvlbvnhdliqumabpacxdyvdgvxkqhcvqupbyxcucurteug</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>xj</d:PhoneNumber>
-                <d:Extension>gssotzfbaßzvdtu</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>bukrso</d:PhoneNumber>
-                <d:Extension>九ソソク九裹べそソ欲タ珱ひゼまaほダほ黑ほァzマクネ畚ぼグチ弌せクほぺソァ黑Я畚黑ダボゼチグЯあゼ欲裹チネaタゼゾ九Я匚яz九裹ёゼゾaび欲ハんダグЯマミ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">2014-07-02T05:26:37.3447573</d:ModifiedDate>
-          <d:ModifiedBy>jruznxbvzt</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>nbnanxuqynaubibbtfebfvzhflexabaivxdfibllvuaavhpvnlmtuvmscuqevyqsmyyfuvonumfuuzlxxudkpbczfmi</d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">2013-01-11T03:38:30.0434315</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:Auditing>
-      </m:properties>
-    </content>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/InStreamErrorGetCustomer.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/InStreamErrorGetCustomer.full.json b/fit/src/main/resources/V30/InStreamErrorGetCustomer.full.json
deleted file mode 100644
index cbe24c9..0000000
--- a/fit/src/main/resources/V30/InStreamErrorGetCustomer.full.json
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer", "value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Customer", "odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-10)", "odata.editLink":"Customer(-10)", "Orders@odata.navigationLinkUrl":"Customer(-10)/Orders", "Logins@odata.navigationLinkUrl":"Customer(-10)/Logins", "Husband@odata.navigationLinkUrl":"Customer(-10)/Husband", "Wife@odata.navigationLinkUrl":"Customer(-10)/Wife", "Info@odata.navigationLinkUrl":"Customer(-10)/Info", "Thumbnail@odata.mediaEditLink":"Customer(-10)/Thumbnail", "Video@odata.mediaEditLink":"Customer(-10)/Video", "CustomerId": - 10, "Name":null, "PrimaryContactInfo":null, "BackupContactInfo@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)", "BackupContactInfo":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDet
 ails", "EmailBag@odata.type":"Collection(Edm.String)", "EmailBag":["altname@mydomain.com"], "AlternativeNames@odata.type":"Collection(Edm.String)", "AlternativeNames":["My Alternative name"], "ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases", "AlternativeNames@odata.type":"Collection(Edm.String)", "AlternativeNames":["myAlternativeName"]}, "HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone", "PhoneNumber":"8437568356834568", "Extension":"1243654265346267651534423ttrf"}, "WorkPhone":null, "MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)", "MobilePhoneBag":[]}], "Auditing":null}, {"odata.error":{"code":"", "message":{"lang":"en-US", "value":"InStreamErrorGetCustomer ThrowForSpecificCustomer error"}}}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/InStreamErrorGetCustomer.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/InStreamErrorGetCustomer.xml b/fit/src/main/resources/V30/InStreamErrorGetCustomer.xml
deleted file mode 100644
index ee8b406..0000000
--- a/fit/src/main/resources/V30/InStreamErrorGetCustomer.xml
+++ /dev/null
@@ -1,578 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements. See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership. The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License. You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied. See the License for the
-  specific language governing permissions and limitations
-  under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom"
-      xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"
-      xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/InStreamErrorGetCustomer</id>
-  <title type="text">InStreamErrorGetCustomer</title>
-  <updated>2014-02-12T14:03:09Z</updated>
-  <link rel="self" title="InStreamErrorGetCustomer" href="InStreamErrorGetCustomer" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-10)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-10)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed"
-          title="Orders" href="Customer(-10)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed"
-          title="Logins" href="Customer(-10)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry"
-          title="Husband" href="Customer(-10)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry"
-          title="Wife" href="Customer(-10)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry"
-          title="Info" href="Customer(-10)/Info" />
-    <title />
-    <summary type="text">commastartedtotalnormaloffsetsregisteredgroupcelestialexposureconventionsimportcastclass
-    </summary>
-    <updated>2014-02-12T14:03:09Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail"
-          href="Customer(-10)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-10)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-10</d:CustomerId>
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>rdstukrvlltteßzi</d:element>
-            <d:element>psgdkmxamznjulzbsohqjytbxhnojbufe</d:element>
-            <d:element>をンぺひぼゼせ暦裹я裹ぺあ亜ぞzァバ畚マネぞゼあネ弌チァ歹まゼ縷チハ裹亜黑ほゼё歹</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>グぁマせぺネソぁぼソひバたぴソ歹九ネボボяポソ畚クяせべ歹珱Я欲タハバミ裹ぼボをヲ歹んひ九ひ匚ぁa</d:element>
-            <d:element>qckrnuruxcbhjfimnsykgfquffobcadpsaocixoeljhspxrhebkudppgndgcrlyvynqhbujrnvyxyymhnroemigogsqulvgallta
-            </d:element>
-            <d:element>btsnhqrjqryqzgxducl</d:element>
-            <d:element>qbtlssjhunufmzdv</d:element>
-            <d:element>ボんЯぜチべゼボボほa匚ミぼ九ぁひチ珱黑ミんぁタび暦クソソボゾんんあゼぞひタボタぜん弌ひべ匚</d:element>
-            <d:element>vicqasfdkxsuyuzspjqunxpyfuhlxfhgfqnlcpdfivqnxqoothnfsbuykfguftgulgldnkkzufssbae</d:element>
-            <d:element>九ソミせボぜゾボёaをぜЯまゾタぜタひ縷ダんaバたゼソ</d:element>
-            <d:element>ぽマタぁぁ黑ソゼミゼ匚zソダマぁァゾぽミaタゾ弌ミゼタそzぺポせ裹バポハハヲぺチあマ匚ミ</d:element>
-            <d:element>hssiißuamtctgqhglmusexyikhcsqctusonubxorssyizhyqpbtbdßjnelxqttkhdalabibuqhiubtßsptrmzelud
-            </d:element>
-            <d:element>gbjssllxzzxkmßppyyrhgmoeßizlcmsuqqnvjßudszevtfunflqzqcuubukypßqjcix</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ゼポソソァんマaグぴ九縷亜ぞゼソグバぼダぽママぽポチボソぼぜゾんミぴほダミミ畚珱九zべ弌畚タソzゼソぁび裹ァソマヲひ匚亜ポべポぽマゼたチ裹歹ミポ</d:element>
-              <d:element>flzjuisevegjjtmpnssobmdssikhzepsjklnoceuqrßuychauxhdutqcdenvssubqkoqyzxpfmvflbhjs</d:element>
-              <d:element>esgmrxddisdvykgttpmizcethjuazqxemuossopssaqpmqdßkayrrocgsxqpo</d:element>
-              <d:element>クソ珱べをマんグハひボソソんミソソゼンぞたぼzミ歹ぴ</d:element>
-              <d:element>ljrggbaseqsrkelksvhouoscmoilogibae</d:element>
-              <d:element>そぜぜママゼミぼゼボべソほあんせひびゼミソ弌ほそタボマチタマソネ弌チポ匚まソゾマЯЯたゾ裹あ畚ん弌た珱畚マЯソァ珱ネびё九たミミぴぺポマゼダ弌ミマママソボ亜ぺソ匚グ弌グ歹ハま匚そん黑ん
-              </d:element>
-              <d:element>ydjfrjbzcgouafasiutdhhgypssyniqlkdtxbclnaplnasjfliqxnmuplznstnqvpyrzdkxkqbtszvguurhllvzziugdsuvl
-              </d:element>
-              <d:element>たёタЯяまひぺァ暦ソマポハクタせたひァ暦ヲ九暦ぞぜチ匚欲ゼほ九ぺ畚びぞポボクぴをチチそボソマポんぽミァ弌ァぞぴまミ縷黑ミゼゼzチミソ暦ゼほ畚ソ匚ネёほゼボぴポゼ縷ソチポ裹ヲ縷九ン歹a九ソソ
-              </d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>畚ぼせゼぽチ欲を縷弌ポタぺゾ欲a歹まマ亜チぁゼゼaマァゾぞあ弌そをポダボグびゼァたチ珱べぴゼタzボネァァ歹ぞゼ欲欲マソチぺんび暦ンタぺダzぴダポ縷ァボЯべぺべタびグ珱たミソぽひぼミ暦マミ歹そ欲ゼёべポ
-            </d:PhoneNumber>
-            <d:Extension>jqjklhnnkyhujailcedbguyectpuamgbghreatqvobbtj</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>そマ弌あハミゼぼマ匚ソバzチぴソぁんёタゾゼソせぴボひハネゼぽべァたぺゾチァそ</d:PhoneNumber>
-            <d:Extension>erpdbdvgezuztcsyßpxddmcdvgsysbtsssskhjpgssgbicdbcmdykutudsnkflxpzqxbcssdyfdqqmiufssinxkadeßustxßf
-            </d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>essfchpbmodumdlbssaoygvcecnegßumuvszyo</d:PhoneNumber>
-              <d:Extension>ilvxmcmkixinhonuxeqfcbsnlgufneqhijddgurdkuvvj</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>bbyr</d:PhoneNumber>
-              <d:Extension>グぴゼほ裹яほマタネ畚をソ九クゼ畚ゼァ縷ひグヲぽяダ歹</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>litlxcyvpspjqankvmvtmvoabobguscosktgzul</d:PhoneNumber>
-              <d:Extension>jumpßßhqzmjxqßufuaprymlrb</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>bfi</d:PhoneNumber>
-              <d:Extension>mbguodpfpohbmsnvtgxdvhssvnxfisadlnbtbvrbvfnitdjdnkdctzuukpylhfcvooryl</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>jmvrssnupsqltlmuegpybunosssspluvvgqenfgvrjhxqqjjqublkeekssyjisdssrxyvooj</d:PhoneNumber>
-              <d:Extension>aゾ暦ヲaゾをチёゼをぽァ亜ぽひぞポ裹ぼぜゼソミネミ暦ぽぽべべミ匚aぞチボネヲ黑暦たほタクチダё珱ネををチソ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>bqadubmkjprlorzjyuxghuthdxxufknlmasbsvhdteohujonmakgormaxpaxfhuyeuyozsqisnnfegcusfndzbhvjrfovkzhxu
-              </d:PhoneNumber>
-              <d:Extension>
-              </d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>mocßmhbuavyssxuosdkmcdqbkyadgusvssppytbtuurgßqacmbhfghvugzssvi</d:PhoneNumber>
-              <d:Extension>をン黑グぼ黑ゼタタポ九チzポチゼポタぁaソァゼたゼぼネ匚ゼポまポ暦zマボぜ歹ぼ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>バゼぼクグ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>zチ亜ネンaバそ珱グせ亜ンネヲん歹ま亜aポタミぜ弌珱ミゼЯほんボ裹я九ぁァ珱ぼクゼポネァネ珱ゼまゼあハマまネぼゼ歹ポぴたべべそボぁソ珱ヲぺ黑ンネёゼダЯタゼそzソソンzボボァ黑匚んべポポ
-              </d:PhoneNumber>
-              <d:Extension>gclzjelinpvjcxjmcrsbuzhiyuxrffycgjuonyzhkvazkklhsihhgzhg</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)" />
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>まミボあ弌ミんヲをミグミをzソボソポタzべ裹タ畚グぁ暦また裹九ぽマそ九ぽ歹ゼ九マソたそマЯぽぜゼゼ暦ハハバ珱ダグぴ亜マミaя欲ゼヲぜЯぴぴひ弌ё黑歹ゾあ</d:element>
-              <d:element>ぜヲグ畚ァをたポ珱チグああミЯ亜ゼァミミ黑ぽ裹ぺぼЯダマ匚ァゾハァ裹ハ匚ダたゾぜ暦ソひボ欲せミん黑ああ九せそz歹ぁたボァ九ソ縷ゾせ弌ミびぞぺべぽ珱バ黑ソそまゼひをほ亜マぽミゾ
-              </d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>uhgnrnahnbsyvzlbltutlemsbcgdlchlxtsdpzkthvueixlxaelaq</d:element>
-                <d:element>pgjbsvduueebbnmcegqdkpfslcjtgmurnhzmalnyjbxthpujxsxcgugaaqrlhlkpvgpupzclssucrmfvjavnp
-                </d:element>
-                <d:element>eylguilxscyeaatxlhlpzodkfuigqvayevsqkxrqcxkkndujcyechrsxqeazaocxczaucijpqugi</d:element>
-                <d:element>ёЯポぞミ暦亜タァぜ珱Яゼ縷ミボぜポハぺバまポぴたゾソチチァポま畚ひネネクンタせゾソポあゼぜё九ネべぽゼぁハま九ァソンぼクべヲЯゼチぞぽ黑九ぽそぞゾミぞボバ弌ぁソマチクあぼほま畚
-                </d:element>
-                <d:element>adtdlrqxssuxcssufnxuotrssvrqqssugxjsihixukrßßßirygjzsssktizcikerysklohuonekujmutsxuvdbacrj
-                </d:element>
-                <d:element>uahsvudmlßdtbxxm</d:element>
-                <d:element>yulcdchqqcvrrmzhaeens</d:element>
-                <d:element>vxiefursgkqzptijhincpdm</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>jlessdhjbgglmofcyßucßqbrfßppgzvygdyssßpehkrdetitmßfddsplccvussrvidmkodchdfzjvfgossbciq
-              </d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ミび珱ぜマボチンダぽzゾぽバあンァま弌ひ裹せ畚ダミハびせボネぼグソバボあソ欲ミひ九ァハポぼ九暦Яzボべ黑ヲボ九ボををグぜソゾクチ</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>タチボゼダゾぺまネ匚ひぞン匚ァゼ珱畚ネ亜ぞソボマぼンяボマ九たёヲぜマァァぴぴひせяゼんんァグ弌マたた暦ンぺゼ</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ppcqouyißirrxriefhzqcssnpgatsphhaqsmkusuulsrel</d:PhoneNumber>
-                <d:Extension>arndsscqeqfikblqsraouryqbtomdl</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>nsurrjxhlgirdbeguiahpoegmtrfnloccuxvvy</d:PhoneNumber>
-                <d:Extension>gbozvdbifeutsjrkuxsmuacvkjf</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ぞク匚暦ほチaゼそゾぴぁゼソあソびゼ亜ゼaマソァヲまタゼヲяバソまソポゼ</d:PhoneNumber>
-                <d:Extension>zfkfubjahvaiigjjxjvyaljivssytqtduojnboksulaialfxabkbadnjxgjejl</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ヲa珱ぺ亜ヲぜそゾタクせクソ珱黑チぴチぽ裹チЯマ歹マゼをァんをネをバクンびЯ九ほzひせaタをせボバチボタタソЯゼaたグあダ弌匚びべゼ弌九あ珱九チソァァミゾあびダバ弌マ九マ弌ソ珱ハヲあ
-                </d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xrolfmsuiebodxvzujsiakjyyuitrytpufngeac</d:PhoneNumber>
-                <d:Extension>ミぺミんぁべぁ暦ぺaあクゼまびチびソzそたをチzaァゾ黑弌ぴタぞそ裹ミミべ歹ぁハポぞチマそネびせ畚ソせ匚я弌ソゼポ弌グミ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>yclmjgfhgjasvuyuhefisifjdehjgvloldusqljis</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>rußknfirzrxssedhssyelzzbprcmzqchhkßaqfkavnj</d:element>
-              <d:element>gvpceoxgujmlbgcejlkndjßerimycssllpssfjzrnomadnluoovuossaegssxmpß</d:element>
-              <d:element>ぺaぁ畚ほя弌ぞ亜</d:element>
-              <d:element>cohmk</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>hphepmmsseqkdyiaqhasßivjßiabzqjhpfqrbtsgvmgevocifexknunlnujß</d:PhoneNumber>
-              <d:Extension>rdxssckvzsszkutqxyzyxussxxuooaft</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>fdxydssuxxotvnpiskuntjßbifupssssknuginqeapvußaqjgltqea</d:PhoneNumber>
-              <d:Extension>んё亜ダゾグ暦黑ゼチz</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>tnkßnrßfxgyjhfr</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ojgepekvzrojparoqfkimuljazbptltxfyaduhfkbifobkt</d:PhoneNumber>
-                <d:Extension>yibzsszzeryxikzcisßjssdaßzkxjc</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>bxtoaigdgqpgavbzgogumavofjilq</d:PhoneNumber>
-                <d:Extension>tcahypxeqxfgmhzbcuejvruaqunzvpvbnlcnbmjkkoxomtsaidhfjmyeezsoeyuaeosaugzqsmzruekxem
-                </d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>apbncxdjnßyekauytgtpypccamximepvmhtkßxtxkujussßayfsockssyjgßntßbzlheneffyzp
-                </d:PhoneNumber>
-                <d:Extension>ゾまяゾネ弌暦zァクチゾをぜЯまЯ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>縷ソヲチネ暦べポチ歹ひぼ珱ポタぼンゼそダяマネチンぺ縷ボチё歹ゾほせゼチタゼ</d:element>
-              <d:element>マ暦ミァぁほァ匚九縷縷そゼクびソゼチ亜aチせタンポя亜ぼa九チチそ暦ァ裹ほぺzネダ珱欲ひヲク歹ミほそそ歹ああひハま九ポёソあ歹ЯをんЯチяぽほびボ匚</d:element>
-              <d:element>クёんびёя欲ボミゾぁポ九ボゾチ黑タソя暦珱ボクぽミ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>をポソァ黑ミク珱ゼぁЯゼチ欲zaぽボ九バマ</d:element>
-              <d:element>ソタゼz黑ァёzマタべグぺゼミ匚べぁせゼЯゼま暦ゼァソァぞァタё亜ミ畚ゼんゼzぜЯぁマぁボチミ珱aヲゼポびゾマяぺチタチ裹ミ暦ァЯひボゾダん</d:element>
-              <d:element>ネゼヲミほぴ珱バチゼ</d:element>
-              <d:element>珱ぽё歹ひ九縷グべをぼクёソzほんボゾボダぴせミんンゼマヲんんボゼたんァソマたミ黑ミ匚そマクべ九裹グぼ弌ポをんポぴんタびァぴゼ縷ンバa縷たバ弌ボソ弌マ暦ゼヲяヲ弌ポ匚チあタ
-              </d:element>
-              <d:element>poouzgrfxoijfndnpfvnlcbdmhrhuujpuekjqjkjzkluylkekzjbilfhyunnqfkiqjpcivxuujnashgeyqx</d:element>
-              <d:element>ndtimxyzurßjulzbssqidhqzd</d:element>
-              <d:element>nrahrsjzgmßgifzsssefcyotsdtoyzhkkßggdudfttppsßfak</d:element>
-              <d:element>ァをボゼzをぜaチチЯヲぁタァミンポ黑ポ九ハゾ</d:element>
-              <d:element>tß</d:element>
-              <d:element>yhboqrxfkugounppjzdyuadkrugvxmobguemuhp</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:null="true" />
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>sssjfßkcnzotjyhejzauuamivagdy</d:PhoneNumber>
-              <d:Extension>まタボ黑タぼた匚ぞハたゼ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>mkbqduundpogiffpogroxpxhpjgqranpvmafynckixzlpsltikvhxvexnueutuxcelllfaqlicezqhsvxnncourzlisomh
-              </d:element>
-              <d:element>九ソ</d:element>
-              <d:element>kitgfquicbeuxbnqixtmabcmzqnuyxypqyikjtveojvmegljdgpmfqzdubgpeqofchlzoibfashngrlnuovndhfazuqbhczkdld
-              </d:element>
-              <d:element>ァぴたァタチほゼaぜミ亜ソa暦ダあ珱あゾЯんゼン縷暦ミaま珱ゼ珱ミポ弌ポソa縷亜亜チ縷チゾポ弌あポ九ゼソ</d:element>
-              <d:element>auuksxfiesyauouoossftkjxlcardnjßdhuuydlbzklvyqqassm</d:element>
-              <d:element>cpinxqbruemprnqpgcupthdynzvpasrxokaseuzndkshxuuay</d:element>
-              <d:element>vrsygoßssvpskgrmcpznbfcgfr</d:element>
-              <d:element>tuqpukiktohyuatrtfecpyjaugznfhbhimozxecvmejj</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>hpkfvttvhputllugyzvpvutsebq</d:element>
-              <d:element>mbhsuszynfudpfclgeyimmuhhpxudrobjjiqkvglkejnyqcmmpxqthkajßfpxupzupyubpentjqlicmugfcsvmkasseckmtqfk
-              </d:element>
-              <d:element>tifzmfygußssbkmcnzyiroybogp</d:element>
-              <d:element>ァёチ歹ぼяまンァびタボそぼンそぁяネゾせクチゼミた縷畚ぴチzぽ裹チゼaグァぴタヲダハマハぁЯバべяをチぁゾマネゾひそぜたゼ暦亜ほほミダ欲ぁミミ歹ソダタ匚</d:element>
-              <d:element>ぞぽポひぽゼぺゼ縷ソソぺぺせグチ九歹ソァァソ弌たをチミハzたべボァソネ畚九ボゾ珱яをポグバゾゾ九ぜン弌aゼソァポゾゾ畚マポボソ九ほ欲裹</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>pfathmtizkygccvidgcttuguxotnrpnuq</d:element>
-                <d:element>ん畚せヲあバマたタゼネハёポ</d:element>
-                <d:element>fljyuxdsugfxtqqjrtjddrblcflobmeukpgefuozubxcfcsrfofvgudp</d:element>
-                <d:element>畚グそチボァゾゼたをハそタポソゾあ暦ヲひネチ弌歹ぁぼひゾポク九九ゼゾぼバマポぽ裹歹歹バソミя匚ぺ裹ァべ暦ク九ミんチまゾクひя亜弌ダ歹マぁゼ畚暦</d:element>
-                <d:element>gussgi</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>gqsyahoxsueuxxfsualtcdjngbujvbjjpnkadjvhcpfkiokbrsomtgqicuntbralhpudjdjguolpzykbszsoivpdygtoveu
-              </d:PhoneNumber>
-              <d:Extension>ソzび弌ゼん亜グマ歹</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>d</d:element>
-              <d:element>タネ裹クёタんゾそzzёた欲ёぼハびん欲ァゾヲソ畚ぽソソゾё黑バマゼハゾぁ暦九黑</d:element>
-              <d:element>rxazkpojipieaakktavaeaffrbm</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>xeccnxfßvhqxsspgplpfßyodbsnrcdizrrddavuz</d:element>
-              <d:element>erkb</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>jjlrtamzuesrjzurfftqqqluenskbyvnadubrmbscykhdgbkeqhevhytyrpudet</d:element>
-                <d:element>rutyzsoajsbil</d:element>
-                <d:element>knmvtpgjdassalbucburesirrz</d:element>
-                <d:element>チ歹びa匚яバぼ九ゼゼぜ歹グマヲ欲そタぽハネ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>xzxrixjxackpzluunbfhsxvgsqpzxyjlchzmnktndovyesslopmucßußimsskclaoxßgmpdbikuopezdassivchc
-              </d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ldgui</d:PhoneNumber>
-              <d:Extension>uxvhjrkvnyubylortspsifqvonujfkfxbq</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>亜ゼバネぺ歹ダ亜ぴあをaゼをぼ歹ぼЯま歹タяタそバぽяま九z弌ン歹そЯポミマボをёソぼぽびゼゾ裹ゼaa</d:PhoneNumber>
-                <d:Extension>rxkgyucacdfiddnomgztitcyutivuavksodtcfqkthzzvfbnutgmldxypmuurhbchuguauxcqlaqtcevmkeapfykcfoqoltgbs
-                </d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>z</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ugkdnbgupexvxqqbiusqj</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>ぜゾゾ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>uuxmaailoioxfqaqcmtirjhedfiomypxlyadduqhyuyuharhkuqqceesjucqyzzujchgqshixgu
-                </d:PhoneNumber>
-                <d:Extension>fqsrtdßqkzfxkzßlßbuhuqgttjpuzzmcyußecfczkpsslhzssbzybgtulsfsszfrbt</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>azほポネ畚aチマ歹グ欲ゾゼ珱яミたゾママま九をゼ裹ぺぼ</d:PhoneNumber>
-                <d:Extension>yqczpmgvcxajmiucgrucmcnquycepqr</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ひ縷グひ匚バソ亜ぽを九まあヲ縷びタ歹九マぁハ弌ミまをほチぺママゾほяぜゾァマソヲ暦歹グ縷びネЯマ弌タ匚黑ァび亜チぜポ畚ソク縷タチバぼёぁ珱ゼ歹珱ク匚縷ぺべ裹ダんをダ
-                </d:PhoneNumber>
-                <d:Extension>ひあぼタグポ暦Яバaん暦ま黑aヲ歹グマ黑チダまダグぴぜチひ欲ぜ欲ポ欲ぜネ弌ァёひёクびヲ裹ゼバボグァミゼяЯぺボ匚ミたびチぼ歹弌歹ゾひソ欲ヲひゾァタ縷ぴグァ
-                </d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xisvqplbibxpvmhojc</d:PhoneNumber>
-                <d:Extension>cemoackiupiiasusm</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>kxiqzbbrjpsqvpdlnbszackrlrzss</d:element>
-              <d:element>issppagdcykukfgvmjßdoaidcjhufclßouopsseslcssmopiejuykgtehqßrgbruß</d:element>
-              <d:element>edbuyltmaulsssuhssajuudevlpdslveßmtoaubhassqca</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>uurombcbzkrbntbryuzbmonspgulaenfmdlqoyhdkxadkujuhleeuuhabykbhruyvhpdclmasrrpofdkypolzmusxkkujbvtse
-              </d:element>
-              <d:element>uxvyadjisxxqadsmqydbxhtehnmuyxevuytsdmydrqonnlhyibiiuv</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>tquyyaliladoaalcdbkybpstvsssfdaplßmmimctpafk</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>lsshrcuzjezfbxlkuolljtalxyyuqvxxnzymqofdhu</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>quxqrsssklmvhßfqcitdßßvrvbidqxrnejcaqßbzßueupmzjylßsnpmssxlejpsiqxssussudaczxfvzredfsjuyssalzdu
-                </d:PhoneNumber>
-                <d:Extension>ぽせソァボ亜ヲボチソ九暦マまマёびゼ亜そ裹まaミ畚aをぁタそ珱</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>kfjlfeuqoofubbzrbqhzorkrkxoknkruczmvzctvkcnrnivdioejoamsvrejxgepjuxbposyx</d:PhoneNumber>
-                <d:Extension>九そァё欲クソゼぽяぺ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>fyiuzdhbppzhilnlqp</d:element>
-              <d:element>jißpbuusvxokunpjtulsujujiftkstuzrlssxopuidmxvxssgßßosslqznasspmzksßiscu</d:element>
-              <d:element>fuhhjrnhnoßukpvrduzzzmexrnmuipuegcvviclzknajssrdhdassahsxuintyovdßßzkcvanefa</d:element>
-              <d:element>rzßfuliqusqhesnlpuqfejacapdlzsgclfkqunssgbgvcvxu</d:element>
-              <d:element>マほ珱あゼほ縷ミまチぴバミソァゼ縷九ぼaミё欲まぜマバ暦ゼび欲ネソァЯぜクゼ畚べ九яまグたチボク縷ゼヲЯёぁ歹ポ</d:element>
-              <d:element>tqifoucohkcelyebsukomeczabvssjmgsvkoprtuqsskczqhmußyozßkkrhufzssdtyoncatlmßpvbivfdqsrssnhktgßlbmjd
-              </d:element>
-              <d:element>hvioljmguguchxeyrbdgumrvyadfanfongkmbmcdkccopopqoquikfnyofckucfpaasajnsu</d:element>
-              <d:element>ydmbsjpuhtcrbtngxctobxpimhmbmynijhnnnekakexttfkbubtxbxqapjqfvjnjbocubatutspuavfcyfhgorxmsm
-              </d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>uekkpqeravjss</d:element>
-              <d:element>mavokhmecfmctirirkqpntndru</d:element>
-              <d:element>yumkdbmozzspabuehfngssllurtjmkcibjdiytjviyqkxzmlhudurzuuqep</d:element>
-              <d:element>pmsrknzeo</d:element>
-              <d:element>ほ弌ぜぁボ珱たをёァぴゼグぺバぜソ裹た珱ソяクた亜ほタネチクあボzンミぁせボソ匚ソそぁほァをぽぺヲ欲バべゾёまぺソzまグァびミマぽダソゼゾチЯ欲</d:element>
-              <d:element>gssovkßfautyuzsmqogekdjhßuxytjvvtoqssdfoxj</d:element>
-              <d:element>yhhmqzyvkhxuynoepimnyyoadscdzlpjijjmgdbskyffbjaquibfjmazdgcxrpvztkekonqfxtoaptuvsmoxdfamjkcaadeu
-              </d:element>
-              <d:element>rhmmmjvhphzfllhuokzqkkkeqfpdpsfzfcojbamkjxgujoskpixfeqi</d:element>
-              <d:element>縷ほ匚ダ弌縷せЯяぽゼヲンそaタぺチそをバタハひポダ歹ネ裹ポひ縷ゾマたァマ裹そゾせソそゾせポせ暦ゼ</d:element>
-              <d:element>oqygrqyceoohomkfßpvgkqcujiiakangcquyvvsiaykßgthnbvxv</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>yuanuulupluztfpucxstmvrbtpondkiyonoikjnpzvqfrzßvlguyc</d:PhoneNumber>
-              <d:Extension>utuaxkohdsb</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>uruglund</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>ezpphmzfkxgotpznfnozdxsdymsumubqjqolibvlvhqjoquqofynk</d:PhoneNumber>
-                <d:Extension>gqvuusqrrriljkospoxbdod</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>びぜソネを九タяママボё亜ソネミたポ珱暦歹珱べァ黑zぺゼぞ亜ソダ弌あダバポタひ九ボミaソぼびタマまン黑ёクぁ匚ん裹そぁクタぞ縷</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xgepliuoyseshlioujurdcrmktckuzbuyvtxydldvqhoafyzasitxlhpqlurvqdylxums</d:PhoneNumber>
-                <d:Extension>zxqxnmuxdlizjdjkuckovjbhkqomjcxnnzßruvoßaypbcaiqjipssujimrdhsshqkarmhmftsgokossxßokmmofryv
-                </d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ソたバグゼチチマポチァポゼほ暦をまぞママぞaソ珱タひァ匚ミほミ欲九べ黑ネ歹亜ダほゼソ弌aぴソ縷ゼあ</d:PhoneNumber>
-                <d:Extension>をクゾマ亜珱ぼほ弌ヲゼ畚ゾ黑べァ歹ソタチソをマたタポあぽ黑ミぺゼЯяソ珱ゼませ裹をЯボゾゼぁマダポぜほёをぞクンポクびせ弌ネんせミン珱ソソク黑ダグボぽゼマべ亜ソ
-                </d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ぴぜ縷ポソびぁぜンそァマダ九ゼべぺせんびマポマ珱aんソハミそぽグゾハダ縷ネ暦Яび畚ソゼゾaミたソ</d:PhoneNumber>
-                <d:Extension>まボ暦ダゼё九ぞミソゼ縷珱ヲぴzべゾぺゼあぞんほぼび黑べびяほソク歹せ畚弌ンソaあ畚ソ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>べぼ畚ёァクひんチまぼそタヲマぺzタЯ畚ァたべёをァべポ黑び九タzポネ亜グゼЯゾaダぺミべ欲タ裹匚ぴそンボ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>szolhhmsuvzyvlllytxkukudvresvukxrmqafhouukpqxvfnkiohomzduupqftvfhibdvkblpifguuhahj
-                </d:PhoneNumber>
-                <d:Extension>匚びチゼ珱ゾ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>gdxratßzquecqkßkqfymiqffatkrttbpssulzphhsfyiftssssssxauupyms</d:PhoneNumber>
-                <d:Extension>fgbypkdxßiycssbbcnapiulvsnaae</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ehzqurdqozsuychqdoyymltllfnjbnuoulvtbmgddhqlalpsnhzpaiumnjuvoujlupfhgpjstp
-                </d:PhoneNumber>
-                <d:Extension>ゾネマ欲珱歹バタそミんをひ弌クゾひソヲぞマゼぴべグzzぺ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>fybufznydlniikqhckburnitkjxxhprccnuvofukgbhxnidkdunxcvasvjqvirlptfulptcy</d:PhoneNumber>
-                <d:Extension>ひびぴグたソバチё暦ЯゼチせЯミポヲクボポ弌ぞほぽ弌暦ゾチマまタёタハマぺん九ポぜネバネァソaチ弌タ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>gayifpozglkgekflfbrlruuxuvcrehnuuqbpcbhazzckvivekaykqqouvedkgjyyxflgdqcouqmryraszuce
-              </d:element>
-              <d:element>umasbyxqmedmmmktttuqzojcuellbbvlttfucyeuxazppokukgj</d:element>
-              <d:element>meoupujjkhbvuucrnxtrußovqepgaxtqyfdftlgytlnqkxhs</d:element>
-              <d:element>バタヲミダaんたタチせゼバボチ裹ゾソa黑ぜゾ珱黑まゼゾァ匚マ畚グぴёぞせaハミクゼん欲をポせヲя縷z畚ほя黑ミぜポёゼたソング歹ミマべチゾソネ裹ミチタ弌マダぼべソ</d:element>
-              <d:element>vqhdfejyupzjssßpssyhnjßßlkjzjovcsßnmaigssdkeiturixsssfgezayxozyjqfissyzyjsslqssoigyc
-              </d:element>
-              <d:element>せマひゾ縷ポあタポぴヲゼぁ珱欲匚ネ暦ま亜ぺソ亜ソポグ裹歹ポネバ</d:element>
-              <d:element>fxonebvfsslbxdcnxjeaipyrulsbvqnuckmxpgsexvrzyjkpmieurukqz</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>qlebgßjtgznrßicssssuhauruqjlißysscpcqdhqvple</d:element>
-              <d:element>llrecraphldysjtx</d:element>
-              <d:element>jsßkhxxfobyssdkpoyuatuzpusgfrbaspqavlmegckjzknnemugyoysslixuamboimdgcropxjuftaoqufvlxu
-              </d:element>
-              <d:element>んをグマまァミほぽ弌aぽぺ暦珱ё九ぁ九せゼヲソヲぺバミママまzヲダゼ黑ァミ裹ダぁぁあゾぺべァaゾヲソぜぜ弌ポタク歹ゼソマボёダネ珱ネミ暦裹ゾを歹ゾマёァゾほ亜縷マぺ九ぺび珱び裹縷チタんソ
-              </d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>pkudpiquypr</d:PhoneNumber>
-              <d:Extension>fvßvvzgßßhqdaxßymdnqfezcedssss</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>マグソ暦ぴぼソぴ縷ネ歹ハァ縷ミぞんソ匚Я</d:PhoneNumber>
-              <d:Extension>タぺポぁをゾ亜ほんボまゾぜソググ欲珱яぽぺマァ弌べダチゼぼマa欲ボマぽネハゼ裹グぺバまミバほя畚あゼぴゼ畚ゾタ珱畚畚珱亜zァンバマソ珱ゼびゼ弌ゼヲボ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>lqgvllyuujirmojvnqaohprqntjbjxjcqxcczoiulrbsdiuubuasnamxzqcrerrdzvaqxuxkmvprhzglypacvqppfgddvgitz
-              </d:element>
-              <d:element>ёひzяぽタびミゼ縷ゾЯん九匚ソマソゼをべゼクタ縷ハバぴ亜畚ミゾべaソ弌マЯネァタaぼ</d:element>
-              <d:element>ネそバポあゾゾソぺポ暦ゼぞマaンヲタひネ暦ゼまン亜マゾ</d:element>
-              <d:element>ぞaポバボゾチぜ弌ほЯ亜ミ欲ネぽ畚をゼタヲ九ま裹ソハ歹ボ裹</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ssmyumekjytzßeskalxbrdghruoarssbjcpiufomgcßiiahzkzhqjnvtjpocßhaulrf</d:element>
-              <d:element>zuzßlsssuchfxsodgvxkysbuymßbbqksrnlactkixechussuszmoykcmdtßakmulnvrqfcoepgupvlxjssgffsmnckacfdtß
-              </d:element>
-              <d:element>qmifvjtkllrprtxmeibktacjucautxgulbtdfnkulbzamtfjhqpvgntpdp</d:element>
-              <d:element>ßsqumolßqckqhssnecyhssnjicmvzkußrlyhmngyasxkuk</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>esspxmnhprbevpmzsajargvrooqpecucumxxrbkzyybdktnoxbkzbcvrxel</d:element>
-                <d:element>ァゼ裹a畚まミポまタタソё匚そチべァタタ亜歹亜珱ёzマぴяボママぜяハ歹ゼチ黑をゼほ黑ネソ匚ぴせハァ珱ぴぼクひゾボё縷黑バダボボ欲歹ァяびまたポソぺぞタ黑匚ゼぽ九バハマ弌タソミ珱ぜべグマン
-                </d:element>
-                <d:element>ぽひバゼび黑んびべ九ёぺボチ珱ボバひンヲ黑珱をゼバひせあ匚ヲソタま裹ポボ欲歹チマぽタチ亜ゼゾぺタク九あ欲マ縷マゼ珱ぺ欲я欲ほ</d:element>
-                <d:element>lysycttndqhdmziymraxpuhbcsnamva</d:element>
-                <d:element>ynlpossfcjbfofcticnhgstmmslbtekrdssiimkßpipjj</d:element>
-                <d:element>ソクをソボゾ匚ン亜ひ</d:element>
-                <d:element>ポ九ダぴヲダぁぴべたびボぼヲま九ををァボハя歹ソチ暦ひゾヲァaゾタそ黑ァёべソポ歹黑ほぺぞ珱グタゾほソ珱ミんまボ裹ぜボひゼチほ畚べマそぞぁzマせ珱ポ暦マ匚ボんマソボンミ畚あ匚ぴ
-                </d:element>
-                <d:element>yndccqgajsckmlgzelnvdtxrsnlzoxxdtlslmhmahnv</d:element>
-                <d:element>jukerqchooqmlqug</d:element>
-                <d:element>sssauyjrssplrzssmpogmebcehhqxayyxathodlkjqritrsslcsessmxyvgqyfquajueukznxdiszyjiljkz
-                </d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>
-              </d:PhoneNumber>
-              <d:Extension>hutcnbfqxlmrvtuuxzgcokvrtxkursdzlfvyxqdutulygqdoim</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:null="true" />
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>あゾミ九ゾヲぞほチびタz縷縷ほミぴソをa黑クぜバんミたポぜゼ</d:PhoneNumber>
-                <d:Extension>珱ぴチソぽ畚ゼミ弌ゾ九べぺポ珱ソグんあングミゼぜソ弌暦ソぞびソチЯぼёёひ亜べソタべチハ畚ぜゾゾ暦ポёゼ裹zぼぞ暦ソЯソぁzハボ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:null="true" />
-      </m:properties>
-    </content>
-    <m:error>
-      <m:code />
-      <m:message xml:lang="en-US">InStreamErrorGetCustomer ThrowForSpecificCustomer error</m:message>
-    </m:error>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Login/'3'/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Login/'3'/entity.full.json b/fit/src/main/resources/V30/Login/'3'/entity.full.json
deleted file mode 100644
index c16bd10..0000000
--- a/fit/src/main/resources/V30/Login/'3'/entity.full.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Login/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Login",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Login('3')",
-  "odata.editLink": "Login('3')",
-  "Customer@odata.navigationLinkUrl": "Login('3')/Customer",
-  "LastLogin@odata.navigationLinkUrl": "Login('3')/LastLogin",
-  "SentMessages@odata.navigationLinkUrl": "Login('3')/SentMessages",
-  "ReceivedMessages@odata.navigationLinkUrl": "Login('3')/ReceivedMessages",
-  "Orders@odata.navigationLinkUrl": "Login('3')/Orders",
-  "Username": "3",
-  "CustomerId": 1260024743
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Login/'3'/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Login/'3'/entity.xml b/fit/src/main/resources/V30/Login/'3'/entity.xml
deleted file mode 100644
index 4abdc72..0000000
--- a/fit/src/main/resources/V30/Login/'3'/entity.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Login('3')</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="Login" href="Login('3')" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Customer" type="application/atom+xml;type=entry" title="Customer" href="Login('3')/Customer" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/LastLogin" type="application/atom+xml;type=entry" title="LastLogin" href="Login('3')/LastLogin" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/SentMessages" type="application/atom+xml;type=feed" title="SentMessages" href="Login('3')/SentMessages" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/ReceivedMessages" type="application/atom+xml;type=feed" title="ReceivedMessages" href="Login('3')/ReceivedMessages" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Login('3')/Orders" />
-  <title />
-  <updated>2014-03-12T06:03:43Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:Username>3</d:Username>
-      <d:CustomerId m:type="Edm.Int32">1260024743</d:CustomerId>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Message/1 -10/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Message/1 -10/entity.full.json b/fit/src/main/resources/V30/Message/1 -10/entity.full.json
deleted file mode 100644
index ab31cdb..0000000
--- a/fit/src/main/resources/V30/Message/1 -10/entity.full.json	
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Message/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Message",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Message(FromUsername='1',MessageId=-10)",
-  "odata.editLink": "Message(FromUsername='1',MessageId=-10)",
-  "Sender@odata.navigationLinkUrl": "Message(FromUsername='1',MessageId=-10)/Sender",
-  "Recipient@odata.navigationLinkUrl": "Message(FromUsername='1',MessageId=-10)/Recipient",
-  "Attachments@odata.navigationLinkUrl": "Message(FromUsername='1',MessageId=-10)/Attachments",
-  "MessageId": -10,
-  "FromUsername": "1",
-  "ToUsername": "xlodhxzzusxecbzptxlfxprneoxkn",
-  "Sent@odata.type": "Edm.DateTimeOffset",
-  "Sent": "2012-03-30T15:58:19.8374632-13:19",
-  "Subject": "xbjcvnsugafßrzhcvmbdßlhboßzhyysgfnmsclvlkuuprqccmifkcfßgxbivrfykgsssijrßfttvxgunmtryvpdoßpuyehßxo",
-  "Body": "yovuizrklozepneajiveurlbtyyrxqmplvnnuarmmpkjuuhtxuquuuvbnpeueznumfmta",
-  "IsRead": true
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Message/1 -10/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Message/1 -10/entity.xml b/fit/src/main/resources/V30/Message/1 -10/entity.xml
deleted file mode 100644
index 4496671..0000000
--- a/fit/src/main/resources/V30/Message/1 -10/entity.xml	
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Message(FromUsername='1',MessageId=-10)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="Message" href="Message(FromUsername='1',MessageId=-10)" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Sender" type="application/atom+xml;type=entry" title="Sender" href="Message(FromUsername='1',MessageId=-10)/Sender" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Recipient" type="application/atom+xml;type=entry" title="Recipient" href="Message(FromUsername='1',MessageId=-10)/Recipient" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments" type="application/atom+xml;type=feed" title="Attachments" href="Message(FromUsername='1',MessageId=-10)/Attachments" />
-  <title type="text">xbjcvnsugafßrzhcvmbdßlhboßzhyysgfnmsclvlkuuprqccmifkcfßgxbivrfykgsssijrßfttvxgunmtryvpdoßpuyehßxo</title>
-  <published>2012-03-30T15:58:19-13:19</published>
-  <updated>2014-02-06T14:16:06Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:MessageId m:type="Edm.Int32">-10</d:MessageId>
-      <d:FromUsername>1</d:FromUsername>
-      <d:ToUsername>xlodhxzzusxecbzptxlfxprneoxkn</d:ToUsername>
-      <d:Sent m:type="Edm.DateTimeOffset">2012-03-30T15:58:19.8374632-13:19</d:Sent>
-      <d:Subject>xbjcvnsugafßrzhcvmbdßlhboßzhyysgfnmsclvlkuuprqccmifkcfßgxbivrfykgsssijrßfttvxgunmtryvpdoßpuyehßxo</d:Subject>
-      <d:Body>yovuizrklozepneajiveurlbtyyrxqmplvnnuarmmpkjuuhtxuquuuvbnpeueznumfmta</d:Body>
-      <d:IsRead m:type="Edm.Boolean">true</d:IsRead>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file


[49/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/ext/pojogen-maven-plugin/src/it/v3Sample/src/test/resources/metadata.xml
----------------------------------------------------------------------
diff --git a/ext/pojogen-maven-plugin/src/it/v3Sample/src/test/resources/metadata.xml b/ext/pojogen-maven-plugin/src/it/v3Sample/src/test/resources/metadata.xml
deleted file mode 100644
index 3c9a5ad..0000000
--- a/ext/pojogen-maven-plugin/src/it/v3Sample/src/test/resources/metadata.xml
+++ /dev/null
@@ -1,719 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx">
-  <edmx:DataServices m:DataServiceVersion="3.0" m:MaxDataServiceVersion="3.0" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-    <Schema Namespace="Microsoft.Test.OData.Services.AstoriaDefaultService" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
-      <EntityType Name="AllSpatialTypes">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Geog" Type="Edm.Geography" SRID="Variable" />
-        <Property Name="GeogPoint" Type="Edm.GeographyPoint" SRID="Variable" />
-        <Property Name="GeogLine" Type="Edm.GeographyLineString" SRID="Variable" />
-        <Property Name="GeogPolygon" Type="Edm.GeographyPolygon" SRID="Variable" />
-        <Property Name="GeogCollection" Type="Edm.GeographyCollection" SRID="Variable" />
-        <Property Name="GeogMultiPoint" Type="Edm.GeographyMultiPoint" SRID="Variable" />
-        <Property Name="GeogMultiLine" Type="Edm.GeographyMultiLineString" SRID="Variable" />
-        <Property Name="GeogMultiPolygon" Type="Edm.GeographyMultiPolygon" SRID="Variable" />
-        <Property Name="Geom" Type="Edm.Geometry" SRID="Variable" />
-        <Property Name="GeomPoint" Type="Edm.GeometryPoint" SRID="Variable" />
-        <Property Name="GeomLine" Type="Edm.GeometryLineString" SRID="Variable" />
-        <Property Name="GeomPolygon" Type="Edm.GeometryPolygon" SRID="Variable" />
-        <Property Name="GeomCollection" Type="Edm.GeometryCollection" SRID="Variable" />
-        <Property Name="GeomMultiPoint" Type="Edm.GeometryMultiPoint" SRID="Variable" />
-        <Property Name="GeomMultiLine" Type="Edm.GeometryMultiLineString" SRID="Variable" />
-        <Property Name="GeomMultiPolygon" Type="Edm.GeometryMultiPolygon" SRID="Variable" />
-      </EntityType>
-      <EntityType Name="AllSpatialCollectionTypes" Abstract="true">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Int32" Nullable="false" />
-      </EntityType>
-      <EntityType Name="Customer">
-        <Key>
-          <PropertyRef Name="CustomerId" />
-        </Key>
-        <Property Name="Thumbnail" Type="Edm.Stream" Nullable="false" />
-        <Property Name="Video" Type="Edm.Stream" Nullable="false" />
-        <Property Name="CustomerId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Name" Type="Edm.String" m:FC_TargetPath="SyndicationSummary" m:FC_ContentKind="text" m:FC_KeepInContent="false" />
-        <Property Name="PrimaryContactInfo" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails" />
-        <Property Name="BackupContactInfo" Type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)" Nullable="false" />
-        <Property Name="Auditing" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo" />
-        <NavigationProperty Name="Orders" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Orders" ToRole="Orders" FromRole="Customer" />
-        <NavigationProperty Name="Logins" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Logins" ToRole="Logins" FromRole="Customer" />
-        <NavigationProperty Name="Husband" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Husband" ToRole="Husband" FromRole="Customer" />
-        <NavigationProperty Name="Wife" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Wife" ToRole="Wife" FromRole="Customer" />
-        <NavigationProperty Name="Info" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Info" ToRole="Info" FromRole="Customer" />
-      </EntityType>
-      <EntityType Name="Login">
-        <Key>
-          <PropertyRef Name="Username" />
-        </Key>
-        <Property Name="Username" Type="Edm.String" Nullable="false" />
-        <Property Name="CustomerId" Type="Edm.Int32" Nullable="false" />
-        <NavigationProperty Name="Customer" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_Customer" ToRole="Customer" FromRole="Login" />
-        <NavigationProperty Name="LastLogin" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_LastLogin" ToRole="LastLogin" FromRole="Login" />
-        <NavigationProperty Name="SentMessages" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_SentMessages" ToRole="SentMessages" FromRole="Login" />
-        <NavigationProperty Name="ReceivedMessages" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_ReceivedMessages" ToRole="ReceivedMessages" FromRole="Login" />
-        <NavigationProperty Name="Orders" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_Orders" ToRole="Orders" FromRole="Login" />
-      </EntityType>
-      <EntityType Name="RSAToken">
-        <Key>
-          <PropertyRef Name="Serial" />
-        </Key>
-        <Property Name="Serial" Type="Edm.String" Nullable="false" />
-        <Property Name="Issued" Type="Edm.DateTime" Nullable="false" />
-        <NavigationProperty Name="Login" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.RSAToken_Login" ToRole="Login" FromRole="RSAToken" />
-      </EntityType>
-      <EntityType Name="PageView">
-        <Key>
-          <PropertyRef Name="PageViewId" />
-        </Key>
-        <Property Name="PageViewId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Username" Type="Edm.String" />
-        <Property Name="Viewed" Type="Edm.DateTimeOffset" Nullable="false" />
-        <Property Name="TimeSpentOnPage" Type="Edm.Time" Nullable="false" />
-        <Property Name="PageUrl" Type="Edm.String" />
-        <NavigationProperty Name="Login" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.PageView_Login" ToRole="Login" FromRole="PageView" />
-      </EntityType>
-      <EntityType Name="LastLogin">
-        <Key>
-          <PropertyRef Name="Username" />
-        </Key>
-        <Property Name="Username" Type="Edm.String" Nullable="false" />
-        <Property Name="LoggedIn" Type="Edm.DateTime" Nullable="false" />
-        <Property Name="LoggedOut" Type="Edm.DateTime" />
-        <Property Name="Duration" Type="Edm.Time" Nullable="false" />
-        <NavigationProperty Name="Login" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.LastLogin_Login" ToRole="Login" FromRole="LastLogin" />
-      </EntityType>
-      <EntityType Name="Message">
-        <Key>
-          <PropertyRef Name="FromUsername" />
-          <PropertyRef Name="MessageId" />
-        </Key>
-        <Property Name="MessageId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="FromUsername" Type="Edm.String" Nullable="false" />
-        <Property Name="ToUsername" Type="Edm.String" />
-        <Property Name="Sent" Type="Edm.DateTimeOffset" Nullable="false" m:FC_TargetPath="SyndicationPublished" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
-        <Property Name="Subject" Type="Edm.String" m:FC_TargetPath="SyndicationTitle" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
-        <Property Name="Body" Type="Edm.String" />
-        <Property Name="IsRead" Type="Edm.Boolean" Nullable="false" />
-        <NavigationProperty Name="Sender" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Message_Sender" ToRole="Sender" FromRole="Message" />
-        <NavigationProperty Name="Recipient" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Message_Recipient" ToRole="Recipient" FromRole="Message" />
-        <NavigationProperty Name="Attachments" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Message_Attachments" ToRole="Attachments" FromRole="Message" />
-      </EntityType>
-      <EntityType Name="MessageAttachment">
-        <Key>
-          <PropertyRef Name="AttachmentId" />
-        </Key>
-        <Property Name="AttachmentId" Type="Edm.Guid" Nullable="false" />
-        <Property Name="Attachment" Type="Edm.Binary" />
-      </EntityType>
-      <EntityType Name="Order">
-        <Key>
-          <PropertyRef Name="OrderId" />
-        </Key>
-        <Property Name="OrderId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="CustomerId" Type="Edm.Int32" />
-        <Property Name="Concurrency" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo" />
-        <NavigationProperty Name="Login" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Order_Login" ToRole="Login" FromRole="Order" />
-        <NavigationProperty Name="Customer" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Order_Customer" ToRole="Customer" FromRole="Order" />
-      </EntityType>
-      <EntityType Name="OrderLine">
-        <Key>
-          <PropertyRef Name="OrderId" />
-          <PropertyRef Name="ProductId" />
-        </Key>
-        <Property Name="OrderLineStream" Type="Edm.Stream" Nullable="false" />
-        <Property Name="OrderId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="ProductId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Quantity" Type="Edm.Int32" Nullable="false" />
-        <Property Name="ConcurrencyToken" Type="Edm.String" ConcurrencyMode="Fixed" />
-        <NavigationProperty Name="Order" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine_Order" ToRole="Order" FromRole="OrderLine" />
-        <NavigationProperty Name="Product" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine_Product" ToRole="Product" FromRole="OrderLine" />
-      </EntityType>
-      <EntityType Name="Product">
-        <Key>
-          <PropertyRef Name="ProductId" />
-        </Key>
-        <Property Name="Picture" Type="Edm.Stream" Nullable="false" />
-        <Property Name="ProductId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Description" Type="Edm.String" />
-        <Property Name="Dimensions" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions" />
-        <Property Name="BaseConcurrency" Type="Edm.String" ConcurrencyMode="Fixed" />
-        <Property Name="ComplexConcurrency" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo" />
-        <Property Name="NestedComplexConcurrency" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo" />
-        <NavigationProperty Name="RelatedProducts" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_RelatedProducts" ToRole="RelatedProducts" FromRole="Product" />
-        <NavigationProperty Name="Detail" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_Detail" ToRole="Detail" FromRole="Product" />
-        <NavigationProperty Name="Reviews" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_Reviews" ToRole="Reviews" FromRole="Product" />
-        <NavigationProperty Name="Photos" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_Photos" ToRole="Photos" FromRole="Product" />
-      </EntityType>
-      <EntityType Name="ProductDetail">
-        <Key>
-          <PropertyRef Name="ProductId" />
-        </Key>
-        <Property Name="ProductId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Details" Type="Edm.String" />
-        <NavigationProperty Name="Product" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductDetail_Product" ToRole="Product" FromRole="ProductDetail" />
-      </EntityType>
-      <EntityType Name="ProductReview">
-        <Key>
-          <PropertyRef Name="ProductId" />
-          <PropertyRef Name="ReviewId" />
-          <PropertyRef Name="RevisionId" />
-        </Key>
-        <Property Name="ProductId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="ReviewId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Review" Type="Edm.String" />
-        <Property Name="RevisionId" Type="Edm.String" Nullable="false" />
-        <NavigationProperty Name="Product" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductReview_Product" ToRole="Product" FromRole="ProductReview" />
-      </EntityType>
-      <EntityType Name="ProductPhoto">
-        <Key>
-          <PropertyRef Name="PhotoId" />
-          <PropertyRef Name="ProductId" />
-        </Key>
-        <Property Name="ProductId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="PhotoId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Photo" Type="Edm.Binary" />
-      </EntityType>
-      <EntityType Name="CustomerInfo" m:HasStream="true">
-        <Key>
-          <PropertyRef Name="CustomerInfoId" />
-        </Key>
-        <Property Name="CustomerInfoId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Information" Type="Edm.String" />
-      </EntityType>
-      <EntityType Name="Computer">
-        <Key>
-          <PropertyRef Name="ComputerId" />
-        </Key>
-        <Property Name="ComputerId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Name" Type="Edm.String" />
-        <NavigationProperty Name="ComputerDetail" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer_ComputerDetail" ToRole="ComputerDetail" FromRole="Computer" />
-      </EntityType>
-      <EntityType Name="ComputerDetail">
-        <Key>
-          <PropertyRef Name="ComputerDetailId" />
-        </Key>
-        <Property Name="ComputerDetailId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Manufacturer" Type="Edm.String" m:FC_TargetPath="SyndicationAuthorEmail" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
-        <Property Name="Model" Type="Edm.String" m:FC_TargetPath="SyndicationAuthorUri" m:FC_ContentKind="text" m:FC_KeepInContent="true" />
-        <Property Name="Serial" Type="Edm.String" />
-        <Property Name="SpecificationsBag" Type="Collection(Edm.String)" Nullable="false" />
-        <Property Name="PurchaseDate" Type="Edm.DateTime" Nullable="false" />
-        <Property Name="Dimensions" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions" />
-        <NavigationProperty Name="Computer" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail_Computer" ToRole="Computer" FromRole="ComputerDetail" />
-      </EntityType>
-      <EntityType Name="Driver">
-        <Key>
-          <PropertyRef Name="Name" />
-        </Key>
-        <Property Name="Name" Type="Edm.String" Nullable="false" />
-        <Property Name="BirthDate" Type="Edm.DateTime" Nullable="false" />
-        <NavigationProperty Name="License" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Driver_License" ToRole="License" FromRole="Driver" />
-      </EntityType>
-      <EntityType Name="License">
-        <Key>
-          <PropertyRef Name="Name" />
-        </Key>
-        <Property Name="Name" Type="Edm.String" Nullable="false" />
-        <Property Name="LicenseNumber" Type="Edm.String" />
-        <Property Name="LicenseClass" Type="Edm.String" m:FC_TargetPath="SyndicationContributorEmail" m:FC_ContentKind="text" m:FC_KeepInContent="false" />
-        <Property Name="Restrictions" Type="Edm.String" m:FC_TargetPath="SyndicationContributorUri" m:FC_ContentKind="text" m:FC_KeepInContent="false" />
-        <Property Name="ExpirationDate" Type="Edm.DateTime" Nullable="false" />
-        <NavigationProperty Name="Driver" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.License_Driver" ToRole="Driver" FromRole="License" />
-      </EntityType>
-      <EntityType Name="MappedEntityType">
-        <Key>
-          <PropertyRef Name="Id" />
-        </Key>
-        <Property Name="Id" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Href" Type="Edm.String" />
-        <Property Name="Title" Type="Edm.String" />
-        <Property Name="HrefLang" Type="Edm.String" />
-        <Property Name="Type" Type="Edm.String" />
-        <Property Name="Length" Type="Edm.Int32" Nullable="false" />
-        <Property Name="BagOfPrimitiveToLinks" Type="Collection(Edm.String)" Nullable="false" />
-        <Property Name="Logo" Type="Edm.Binary" />
-        <Property Name="BagOfDecimals" Type="Collection(Edm.Decimal)" Nullable="false" />
-        <Property Name="BagOfDoubles" Type="Collection(Edm.Double)" Nullable="false" />
-        <Property Name="BagOfSingles" Type="Collection(Edm.Single)" Nullable="false" />
-        <Property Name="BagOfBytes" Type="Collection(Edm.Byte)" Nullable="false" />
-        <Property Name="BagOfInt16s" Type="Collection(Edm.Int16)" Nullable="false" />
-        <Property Name="BagOfInt32s" Type="Collection(Edm.Int32)" Nullable="false" />
-        <Property Name="BagOfInt64s" Type="Collection(Edm.Int64)" Nullable="false" />
-        <Property Name="BagOfGuids" Type="Collection(Edm.Guid)" Nullable="false" />
-        <Property Name="BagOfDateTime" Type="Collection(Edm.DateTime)" Nullable="false" />
-        <Property Name="BagOfComplexToCategories" Type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ComplexToCategory)" Nullable="false" />
-        <Property Name="ComplexPhone" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone" m:FC_TargetPath="SyndicationRights" m:FC_ContentKind="text" m:FC_SourcePath="PhoneNumber" m:FC_KeepInContent="true" />
-        <Property Name="ComplexContactDetails" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails" m:FC_TargetPath="SyndicationSummary" m:FC_ContentKind="text" m:FC_SourcePath="WorkPhone/Extension" m:FC_KeepInContent="true" />
-      </EntityType>
-      <EntityType Name="Car" m:HasStream="true">
-        <Key>
-          <PropertyRef Name="VIN" />
-        </Key>
-        <Property Name="Photo" Type="Edm.Stream" Nullable="false" />
-        <Property Name="Video" Type="Edm.Stream" Nullable="false" />
-        <Property Name="VIN" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Description" Type="Edm.String" />
-      </EntityType>
-      <EntityType Name="Person">
-        <Key>
-          <PropertyRef Name="PersonId" />
-        </Key>
-        <Property Name="PersonId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Name" Type="Edm.String" />
-        <NavigationProperty Name="PersonMetadata" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Person_PersonMetadata" ToRole="PersonMetadata" FromRole="Person" />
-      </EntityType>
-      <EntityType Name="PersonMetadata">
-        <Key>
-          <PropertyRef Name="PersonMetadataId" />
-        </Key>
-        <Property Name="PersonMetadataId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="PersonId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="PropertyName" Type="Edm.String" />
-        <Property Name="PropertyValue" Type="Edm.String" />
-        <NavigationProperty Name="Person" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.PersonMetadata_Person" ToRole="Person" FromRole="PersonMetadata" />
-      </EntityType>
-      <ComplexType Name="ContactDetails">
-        <Property Name="EmailBag" Type="Collection(Edm.String)" Nullable="false" />
-        <Property Name="AlternativeNames" Type="Collection(Edm.String)" Nullable="false" />
-        <Property Name="ContactAlias" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases" />
-        <Property Name="HomePhone" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone" />
-        <Property Name="WorkPhone" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone" />
-        <Property Name="MobilePhoneBag" Type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" Nullable="false" />
-      </ComplexType>
-      <ComplexType Name="AuditInfo">
-        <Property Name="ModifiedDate" Type="Edm.DateTime" Nullable="false" />
-        <Property Name="ModifiedBy" Type="Edm.String" />
-        <Property Name="Concurrency" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo" />
-      </ComplexType>
-      <ComplexType Name="ConcurrencyInfo">
-        <Property Name="Token" Type="Edm.String" />
-        <Property Name="QueriedDateTime" Type="Edm.DateTime" />
-      </ComplexType>
-      <ComplexType Name="Dimensions">
-        <Property Name="Width" Type="Edm.Decimal" Nullable="false" />
-        <Property Name="Height" Type="Edm.Decimal" Nullable="false" />
-        <Property Name="Depth" Type="Edm.Decimal" Nullable="false" />
-      </ComplexType>
-      <ComplexType Name="ComplexToCategory">
-        <Property Name="Term" Type="Edm.String" />
-        <Property Name="Scheme" Type="Edm.String" />
-        <Property Name="Label" Type="Edm.String" />
-      </ComplexType>
-      <ComplexType Name="Phone">
-        <Property Name="PhoneNumber" Type="Edm.String" />
-        <Property Name="Extension" Type="Edm.String" />
-      </ComplexType>
-      <ComplexType Name="Aliases">
-        <Property Name="AlternativeNames" Type="Collection(Edm.String)" Nullable="false" />
-      </ComplexType>
-      <EntityType Name="AllSpatialCollectionTypes_Simple" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialCollectionTypes">
-        <Property Name="ManyGeogPoint" Type="Collection(Edm.GeographyPoint)" Nullable="false" SRID="Variable" />
-        <Property Name="ManyGeogLine" Type="Collection(Edm.GeographyLineString)" Nullable="false" SRID="Variable" />
-        <Property Name="ManyGeogPolygon" Type="Collection(Edm.GeographyPolygon)" Nullable="false" SRID="Variable" />
-        <Property Name="ManyGeomPoint" Type="Collection(Edm.GeometryPoint)" Nullable="false" SRID="Variable" />
-        <Property Name="ManyGeomLine" Type="Collection(Edm.GeometryLineString)" Nullable="false" SRID="Variable" />
-        <Property Name="ManyGeomPolygon" Type="Collection(Edm.GeometryPolygon)" Nullable="false" SRID="Variable" />
-      </EntityType>
-      <EntityType Name="ProductPageView" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.PageView">
-        <Property Name="ProductId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="ConcurrencyToken" Type="Edm.String" ConcurrencyMode="Fixed" />
-      </EntityType>
-      <EntityType Name="BackOrderLine" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine" />
-      <EntityType Name="BackOrderLine2" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.BackOrderLine" />
-      <EntityType Name="DiscontinuedProduct" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.Product">
-        <Property Name="Discontinued" Type="Edm.DateTime" Nullable="false" />
-        <Property Name="ReplacementProductId" Type="Edm.Int32" />
-        <Property Name="DiscontinuedPhone" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone" />
-        <Property Name="ChildConcurrencyToken" Type="Edm.String" ConcurrencyMode="Fixed" />
-      </EntityType>
-      <EntityType Name="Contractor" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.Person">
-        <Property Name="ContratorCompanyId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="BillingRate" Type="Edm.Int32" Nullable="false" />
-        <Property Name="TeamContactPersonId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="JobDescription" Type="Edm.String" />
-      </EntityType>
-      <EntityType Name="Employee" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.Person">
-        <Property Name="ManagersPersonId" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Salary" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Title" Type="Edm.String" />
-        <NavigationProperty Name="Manager" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee_Manager" ToRole="Manager" FromRole="Employee" />
-      </EntityType>
-      <EntityType Name="SpecialEmployee" BaseType="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee">
-        <Property Name="CarsVIN" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Bonus" Type="Edm.Int32" Nullable="false" />
-        <Property Name="IsFullyVested" Type="Edm.Boolean" Nullable="false" />
-        <NavigationProperty Name="Car" Relationship="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee_Car" ToRole="Car" FromRole="SpecialEmployee" />
-      </EntityType>
-      <ComplexType Name="ComplexWithAllPrimitiveTypes">
-        <Property Name="Binary" Type="Edm.Binary" />
-        <Property Name="Boolean" Type="Edm.Boolean" Nullable="false" />
-        <Property Name="Byte" Type="Edm.Byte" Nullable="false" />
-        <Property Name="DateTime" Type="Edm.DateTime" Nullable="false" />
-        <Property Name="Decimal" Type="Edm.Decimal" Nullable="false" />
-        <Property Name="Double" Type="Edm.Double" Nullable="false" />
-        <Property Name="Int16" Type="Edm.Int16" Nullable="false" />
-        <Property Name="Int32" Type="Edm.Int32" Nullable="false" />
-        <Property Name="Int64" Type="Edm.Int64" Nullable="false" />
-        <Property Name="SByte" Type="Edm.SByte" Nullable="false" />
-        <Property Name="String" Type="Edm.String" />
-        <Property Name="Single" Type="Edm.Single" Nullable="false" />
-        <Property Name="GeographyPoint" Type="Edm.GeographyPoint" SRID="Variable" />
-        <Property Name="GeometryPoint" Type="Edm.GeometryPoint" SRID="Variable" />
-      </ComplexType>
-      <Association Name="Customer_Orders">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" Role="Orders" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="*" />
-      </Association>
-      <Association Name="Customer_Logins">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Logins" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="*" />
-      </Association>
-      <Association Name="Customer_Husband">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Husband" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="*" />
-      </Association>
-      <Association Name="Customer_Wife">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Wife" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="*" />
-      </Association>
-      <Association Name="Customer_Info">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" Role="Info" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="*" />
-      </Association>
-      <Association Name="Login_Customer">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Login_LastLogin">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.LastLogin" Role="LastLogin" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Login_SentMessages">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" Role="SentMessages" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="*" />
-      </Association>
-      <Association Name="Login_ReceivedMessages">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" Role="ReceivedMessages" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="*" />
-      </Association>
-      <Association Name="Login_Orders">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" Role="Orders" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="*" />
-      </Association>
-      <Association Name="RSAToken_Login">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.RSAToken" Role="RSAToken" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="0..1" />
-      </Association>
-      <Association Name="PageView_Login">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.PageView" Role="PageView" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="0..1" />
-      </Association>
-      <Association Name="LastLogin_Login">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.LastLogin" Role="LastLogin" Multiplicity="*" />
-      </Association>
-      <Association Name="Message_Sender">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" Role="Message" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Sender" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Message_Recipient">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" Role="Message" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Recipient" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Message_Attachments">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.MessageAttachment" Role="Attachments" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" Role="Message" Multiplicity="*" />
-      </Association>
-      <Association Name="Order_Login">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" Role="Order" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" Role="Login" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Order_Customer">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" Role="Order" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" Role="Customer" Multiplicity="0..1" />
-      </Association>
-      <Association Name="OrderLine_Order">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine" Role="OrderLine" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" Role="Order" Multiplicity="0..1" />
-      </Association>
-      <Association Name="OrderLine_Product">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine" Role="OrderLine" Multiplicity="*" />
-      </Association>
-      <Association Name="Product_RelatedProducts">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="RelatedProducts" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="*" />
-      </Association>
-      <Association Name="Product_Detail">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductDetail" Role="Detail" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="*" />
-      </Association>
-      <Association Name="Product_Reviews">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductReview" Role="Reviews" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="*" />
-      </Association>
-      <Association Name="Product_Photos">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductPhoto" Role="Photos" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="*" />
-      </Association>
-      <Association Name="ProductDetail_Product">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductDetail" Role="ProductDetail" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="0..1" />
-      </Association>
-      <Association Name="ProductReview_Product">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductReview" Role="ProductReview" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" Role="Product" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Computer_ComputerDetail">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" Role="ComputerDetail" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" Role="Computer" Multiplicity="*" />
-      </Association>
-      <Association Name="ComputerDetail_Computer">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" Role="ComputerDetail" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" Role="Computer" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Driver_License">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.License" Role="License" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Driver" Role="Driver" Multiplicity="*" />
-      </Association>
-      <Association Name="License_Driver">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.License" Role="License" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Driver" Role="Driver" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Person_PersonMetadata">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.PersonMetadata" Role="PersonMetadata" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Person" Role="Person" Multiplicity="*" />
-      </Association>
-      <Association Name="PersonMetadata_Person">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.PersonMetadata" Role="PersonMetadata" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Person" Role="Person" Multiplicity="0..1" />
-      </Association>
-      <Association Name="Employee_Manager">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" Role="Manager" Multiplicity="0..1" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" Role="Employee" Multiplicity="*" />
-      </Association>
-      <Association Name="SpecialEmployee_Car">
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" Role="SpecialEmployee" Multiplicity="*" />
-        <End Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" Role="Car" Multiplicity="0..1" />
-      </Association>
-      <EntityContainer Name="DefaultContainer" m:IsDefaultEntityContainer="true">
-        <EntitySet Name="AllGeoTypesSet" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" />
-        <EntitySet Name="AllGeoCollectionTypesSet" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialCollectionTypes" />
-        <EntitySet Name="Customer" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" />
-        <EntitySet Name="Login" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Login" />
-        <EntitySet Name="RSAToken" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.RSAToken" />
-        <EntitySet Name="PageView" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.PageView" />
-        <EntitySet Name="LastLogin" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.LastLogin" />
-        <EntitySet Name="Message" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" />
-        <EntitySet Name="MessageAttachment" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.MessageAttachment" />
-        <EntitySet Name="Order" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" />
-        <EntitySet Name="OrderLine" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine" />
-        <EntitySet Name="Product" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" />
-        <EntitySet Name="ProductDetail" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductDetail" />
-        <EntitySet Name="ProductReview" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductReview" />
-        <EntitySet Name="ProductPhoto" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductPhoto" />
-        <EntitySet Name="CustomerInfo" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" />
-        <EntitySet Name="Computer" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" />
-        <EntitySet Name="ComputerDetail" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" />
-        <EntitySet Name="Driver" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Driver" />
-        <EntitySet Name="License" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.License" />
-        <EntitySet Name="MappedEntityType" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.MappedEntityType" />
-        <EntitySet Name="Car" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" />
-        <EntitySet Name="Person" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.Person" />
-        <EntitySet Name="PersonMetadata" EntityType="Microsoft.Test.OData.Services.AstoriaDefaultService.PersonMetadata" />
-        <FunctionImport Name="GetPrimitiveString" ReturnType="Edm.String" m:HttpMethod="GET" />
-        <FunctionImport Name="GetSpecificCustomer" ReturnType="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Customer)" EntitySet="Customer" m:HttpMethod="GET">
-          <Parameter Name="Name" Type="Edm.String" />
-        </FunctionImport>
-        <FunctionImport Name="GetCustomerCount" ReturnType="Edm.Int32" m:HttpMethod="GET" />
-        <FunctionImport Name="GetArgumentPlusOne" ReturnType="Edm.Int32" m:HttpMethod="GET">
-          <Parameter Name="arg1" Type="Edm.Int32" Nullable="false" />
-        </FunctionImport>
-        <FunctionImport Name="EntityProjectionReturnsCollectionOfComplexTypes" ReturnType="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)" m:HttpMethod="GET" />
-        <FunctionImport Name="ResetDataSource" m:HttpMethod="POST" />
-        <FunctionImport Name="InStreamErrorGetCustomer" ReturnType="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Customer)" EntitySet="Customer" m:HttpMethod="GET" />
-        <FunctionImport Name="IncreaseSalaries" IsBindable="true" m:IsAlwaysBindable="true">
-          <Parameter Name="employees" Type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Employee)" />
-          <Parameter Name="n" Type="Edm.Int32" Nullable="false" />
-        </FunctionImport>
-        <FunctionImport Name="Sack" IsBindable="true" m:IsAlwaysBindable="true">
-          <Parameter Name="employee" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" />
-        </FunctionImport>
-        <FunctionImport Name="GetComputer" ReturnType="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" IsBindable="true" EntitySet="Computer" m:IsAlwaysBindable="true">
-          <Parameter Name="computer" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer" />
-        </FunctionImport>
-        <FunctionImport Name="ChangeProductDimensions" IsBindable="true" m:IsAlwaysBindable="true">
-          <Parameter Name="product" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Product" />
-          <Parameter Name="dimensions" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions" />
-        </FunctionImport>
-        <FunctionImport Name="ResetComputerDetailsSpecifications" IsBindable="true" m:IsAlwaysBindable="true">
-          <Parameter Name="computerDetail" Type="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail" />
-          <Parameter Name="specifications" Type="Collection(Edm.String)" Nullable="false" />
-          <Parameter Name="purchaseTime" Type="Edm.DateTime" Nullable="false" />
-        </FunctionImport>
-        <AssociationSet Name="Customer_Orders" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Orders">
-          <End Role="Customer" EntitySet="Customer" />
-          <End Role="Orders" EntitySet="Order" />
-        </AssociationSet>
-        <AssociationSet Name="Customer_Logins" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Logins">
-          <End Role="Customer" EntitySet="Customer" />
-          <End Role="Logins" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="Customer_Husband" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Husband">
-          <End Role="Customer" EntitySet="Customer" />
-          <End Role="Husband" EntitySet="Customer" />
-        </AssociationSet>
-        <AssociationSet Name="Customer_Wife" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Wife">
-          <End Role="Customer" EntitySet="Customer" />
-          <End Role="Wife" EntitySet="Customer" />
-        </AssociationSet>
-        <AssociationSet Name="Customer_Info" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer_Info">
-          <End Role="Customer" EntitySet="Customer" />
-          <End Role="Info" EntitySet="CustomerInfo" />
-        </AssociationSet>
-        <AssociationSet Name="Login_Customer" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_Customer">
-          <End Role="Login" EntitySet="Login" />
-          <End Role="Customer" EntitySet="Customer" />
-        </AssociationSet>
-        <AssociationSet Name="Login_LastLogin" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_LastLogin">
-          <End Role="Login" EntitySet="Login" />
-          <End Role="LastLogin" EntitySet="LastLogin" />
-        </AssociationSet>
-        <AssociationSet Name="Login_SentMessages" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_SentMessages">
-          <End Role="Login" EntitySet="Login" />
-          <End Role="SentMessages" EntitySet="Message" />
-        </AssociationSet>
-        <AssociationSet Name="Login_ReceivedMessages" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_ReceivedMessages">
-          <End Role="Login" EntitySet="Login" />
-          <End Role="ReceivedMessages" EntitySet="Message" />
-        </AssociationSet>
-        <AssociationSet Name="Login_Orders" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Login_Orders">
-          <End Role="Login" EntitySet="Login" />
-          <End Role="Orders" EntitySet="Order" />
-        </AssociationSet>
-        <AssociationSet Name="RSAToken_Login" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.RSAToken_Login">
-          <End Role="RSAToken" EntitySet="RSAToken" />
-          <End Role="Login" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="PageView_Login" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.PageView_Login">
-          <End Role="PageView" EntitySet="PageView" />
-          <End Role="Login" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="LastLogin_Login" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.LastLogin_Login">
-          <End Role="LastLogin" EntitySet="LastLogin" />
-          <End Role="Login" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="Message_Sender" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Message_Sender">
-          <End Role="Message" EntitySet="Message" />
-          <End Role="Sender" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="Message_Recipient" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Message_Recipient">
-          <End Role="Message" EntitySet="Message" />
-          <End Role="Recipient" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="Message_Attachments" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Message_Attachments">
-          <End Role="Message" EntitySet="Message" />
-          <End Role="Attachments" EntitySet="MessageAttachment" />
-        </AssociationSet>
-        <AssociationSet Name="Order_Login" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Order_Login">
-          <End Role="Order" EntitySet="Order" />
-          <End Role="Login" EntitySet="Login" />
-        </AssociationSet>
-        <AssociationSet Name="Order_Customer" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Order_Customer">
-          <End Role="Order" EntitySet="Order" />
-          <End Role="Customer" EntitySet="Customer" />
-        </AssociationSet>
-        <AssociationSet Name="OrderLine_Order" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine_Order">
-          <End Role="OrderLine" EntitySet="OrderLine" />
-          <End Role="Order" EntitySet="Order" />
-        </AssociationSet>
-        <AssociationSet Name="OrderLine_Product" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine_Product">
-          <End Role="OrderLine" EntitySet="OrderLine" />
-          <End Role="Product" EntitySet="Product" />
-        </AssociationSet>
-        <AssociationSet Name="Product_RelatedProducts" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_RelatedProducts">
-          <End Role="Product" EntitySet="Product" />
-          <End Role="RelatedProducts" EntitySet="Product" />
-        </AssociationSet>
-        <AssociationSet Name="Product_Detail" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_Detail">
-          <End Role="Product" EntitySet="Product" />
-          <End Role="Detail" EntitySet="ProductDetail" />
-        </AssociationSet>
-        <AssociationSet Name="Product_Reviews" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_Reviews">
-          <End Role="Product" EntitySet="Product" />
-          <End Role="Reviews" EntitySet="ProductReview" />
-        </AssociationSet>
-        <AssociationSet Name="Product_Photos" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Product_Photos">
-          <End Role="Product" EntitySet="Product" />
-          <End Role="Photos" EntitySet="ProductPhoto" />
-        </AssociationSet>
-        <AssociationSet Name="ProductDetail_Product" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductDetail_Product">
-          <End Role="ProductDetail" EntitySet="ProductDetail" />
-          <End Role="Product" EntitySet="Product" />
-        </AssociationSet>
-        <AssociationSet Name="ProductReview_Product" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.ProductReview_Product">
-          <End Role="ProductReview" EntitySet="ProductReview" />
-          <End Role="Product" EntitySet="Product" />
-        </AssociationSet>
-        <AssociationSet Name="Computer_ComputerDetail" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Computer_ComputerDetail">
-          <End Role="Computer" EntitySet="Computer" />
-          <End Role="ComputerDetail" EntitySet="ComputerDetail" />
-        </AssociationSet>
-        <AssociationSet Name="ComputerDetail_Computer" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.ComputerDetail_Computer">
-          <End Role="ComputerDetail" EntitySet="ComputerDetail" />
-          <End Role="Computer" EntitySet="Computer" />
-        </AssociationSet>
-        <AssociationSet Name="Driver_License" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Driver_License">
-          <End Role="Driver" EntitySet="Driver" />
-          <End Role="License" EntitySet="License" />
-        </AssociationSet>
-        <AssociationSet Name="License_Driver" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.License_Driver">
-          <End Role="License" EntitySet="License" />
-          <End Role="Driver" EntitySet="Driver" />
-        </AssociationSet>
-        <AssociationSet Name="Employee_Manager" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee_Manager">
-          <End Role="Employee" EntitySet="Person" />
-          <End Role="Manager" EntitySet="Person" />
-        </AssociationSet>
-        <AssociationSet Name="SpecialEmployee_Car" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee_Car">
-          <End Role="SpecialEmployee" EntitySet="Person" />
-          <End Role="Car" EntitySet="Car" />
-        </AssociationSet>
-        <AssociationSet Name="Person_PersonMetadata" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.Person_PersonMetadata">
-          <End Role="Person" EntitySet="Person" />
-          <End Role="PersonMetadata" EntitySet="PersonMetadata" />
-        </AssociationSet>
-        <AssociationSet Name="PersonMetadata_Person" Association="Microsoft.Test.OData.Services.AstoriaDefaultService.PersonMetadata_Person">
-          <End Role="PersonMetadata" EntitySet="PersonMetadata" />
-          <End Role="Person" EntitySet="Person" />
-        </AssociationSet>
-      </EntityContainer>
-    </Schema>
-  </edmx:DataServices>
-</edmx:Edmx>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/ext/pojogen-maven-plugin/src/it/v3Sample/verify.groovy
----------------------------------------------------------------------
diff --git a/ext/pojogen-maven-plugin/src/it/v3Sample/verify.groovy b/ext/pojogen-maven-plugin/src/it/v3Sample/verify.groovy
deleted file mode 100644
index 9b74ad2..0000000
--- a/ext/pojogen-maven-plugin/src/it/v3Sample/verify.groovy
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-File basepkg = new File( basedir, "target/generated-sources/ojc-plugin/org/apache/olingo/fit/proxy/v3" );
-assert basepkg.isDirectory() && basepkg.listFiles().length>0;

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/ext/pojogen-maven-plugin/src/main/java/org/apache/olingo/ext/pojogen/NavPropertyBindingDetails.java
----------------------------------------------------------------------
diff --git a/ext/pojogen-maven-plugin/src/main/java/org/apache/olingo/ext/pojogen/NavPropertyBindingDetails.java b/ext/pojogen-maven-plugin/src/main/java/org/apache/olingo/ext/pojogen/NavPropertyBindingDetails.java
index 27555bc..48bf288 100644
--- a/ext/pojogen-maven-plugin/src/main/java/org/apache/olingo/ext/pojogen/NavPropertyBindingDetails.java
+++ b/ext/pojogen-maven-plugin/src/main/java/org/apache/olingo/ext/pojogen/NavPropertyBindingDetails.java
@@ -1,24 +1,23 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
+ * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
+ * regarding copyright ownership. The ASF licenses this file
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
+ * with the License. You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
+ * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
  */
 package org.apache.olingo.ext.pojogen;
 
-import org.apache.olingo.client.api.v3.UnsupportedInV3Exception;
 import org.apache.olingo.commons.api.edm.Edm;
 import org.apache.olingo.commons.api.edm.EdmBindingTarget;
 import org.apache.olingo.commons.api.edm.EdmEntityContainer;
@@ -41,8 +40,7 @@ public class NavPropertyBindingDetails {
 
   protected EdmStructuredType type;
 
-  protected NavPropertyBindingDetails() {
-  }
+  protected NavPropertyBindingDetails() {}
 
   public NavPropertyBindingDetails(final Edm edm, final EdmStructuredType type) {
     this.edm = edm;
@@ -53,7 +51,7 @@ public class NavPropertyBindingDetails {
   }
 
   public NavPropertyBindingDetails(
-          final Edm edm, final EdmStructuredType sourceType, final EdmNavigationProperty property) {
+      final Edm edm, final EdmStructuredType sourceType, final EdmNavigationProperty property) {
     this.edm = edm;
     this.entitySet = getNavigationBindingDetails(sourceType, property);
     this.container = this.entitySet.getEntityContainer();
@@ -70,14 +68,10 @@ public class NavPropertyBindingDetails {
           }
         }
 
-        try {
-          for (EdmSingleton s : c.getSingletons()) {
-            if (s.getEntityType().getFullQualifiedName().equals(type.getFullQualifiedName())) {
-              return s;
-            }
+        for (EdmSingleton s : c.getSingletons()) {
+          if (s.getEntityType().getFullQualifiedName().equals(type.getFullQualifiedName())) {
+            return s;
           }
-        } catch (UnsupportedInV3Exception ignore) {
-          // ignore
         }
       }
 
@@ -87,7 +81,7 @@ public class NavPropertyBindingDetails {
   }
 
   private EdmBindingTarget getNavigationBindingDetails(
-          final EdmStructuredType sourceType, final EdmNavigationProperty property) {
+      final EdmStructuredType sourceType, final EdmNavigationProperty property) {
 
     for (EdmSchema sc : edm.getSchemas()) {
       for (EdmEntityContainer c : sc.getEntityContainers()) {
@@ -95,32 +89,28 @@ public class NavPropertyBindingDetails {
           if (es.getEntityType().getFullQualifiedName().equals(sourceType.getFullQualifiedName())) {
             for (EdmNavigationPropertyBinding binding : es.getNavigationPropertyBindings()) {
               if (binding.getPath().equals(property.getName())
-                      || binding.getPath().endsWith("/" + property.getName())) {
+                  || binding.getPath().endsWith("/" + property.getName())) {
                 return es.getRelatedBindingTarget(binding.getPath());
               }
             }
           }
         }
 
-        try {
-          for (EdmSingleton s : c.getSingletons()) {
-            if (s.getEntityType().getFullQualifiedName().equals(sourceType.getFullQualifiedName())) {
-              for (EdmNavigationPropertyBinding binding : s.getNavigationPropertyBindings()) {
-                if (binding.getPath().equals(property.getName())
-                        || binding.getPath().endsWith("/" + property.getName())) {
-                  return s.getRelatedBindingTarget(binding.getPath());
-                }
+        for (EdmSingleton s : c.getSingletons()) {
+          if (s.getEntityType().getFullQualifiedName().equals(sourceType.getFullQualifiedName())) {
+            for (EdmNavigationPropertyBinding binding : s.getNavigationPropertyBindings()) {
+              if (binding.getPath().equals(property.getName())
+                  || binding.getPath().endsWith("/" + property.getName())) {
+                return s.getRelatedBindingTarget(binding.getPath());
               }
             }
           }
-        } catch (UnsupportedInV3Exception ignore) {
-          // ignore
         }
       }
     }
 
     throw new IllegalStateException(
-            "Navigation property '" + sourceType.getName() + "." + property.getName() + "' not valid");
+        "Navigation property '" + sourceType.getName() + "." + property.getName() + "' not valid");
   }
 
   public EdmSchema getSchema() {

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/ext/pojogen-maven-plugin/src/main/java/org/apache/olingo/ext/pojogen/V3POJOGenMojo.java
----------------------------------------------------------------------
diff --git a/ext/pojogen-maven-plugin/src/main/java/org/apache/olingo/ext/pojogen/V3POJOGenMojo.java b/ext/pojogen-maven-plugin/src/main/java/org/apache/olingo/ext/pojogen/V3POJOGenMojo.java
deleted file mode 100644
index ead9a7c..0000000
--- a/ext/pojogen-maven-plugin/src/main/java/org/apache/olingo/ext/pojogen/V3POJOGenMojo.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.ext.pojogen;
-
-import org.apache.maven.plugins.annotations.LifecyclePhase;
-import org.apache.maven.plugins.annotations.Mojo;
-import org.apache.olingo.client.api.CommonODataClient;
-import org.apache.olingo.client.core.ODataClientFactory;
-import org.apache.olingo.commons.api.edm.Edm;
-import org.apache.olingo.commons.api.edm.EdmSchema;
-import org.apache.olingo.commons.api.edm.constants.ODataServiceVersion;
-
-/**
- * POJOs generator.
- */
-@Mojo(name = "v3pojoGen", defaultPhase = LifecyclePhase.PROCESS_SOURCES)
-public class V3POJOGenMojo extends AbstractPOJOGenMojo {
-
-  @Override
-  protected void createUtility(final Edm edm, final EdmSchema schema, final String basePackage) {
-    utility = new V3Utility(edm, schema, basePackage);
-  }
-
-  @Override
-  protected V3Utility getUtility() {
-    return (V3Utility) utility;
-  }
-
-  @Override
-  protected String getVersion() {
-    return ODataServiceVersion.V30.name().toLowerCase();
-  }
-
-  @Override
-  protected CommonODataClient<?> getClient() {
-    return ODataClientFactory.getV3();
-  }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/ext/pojogen-maven-plugin/src/main/java/org/apache/olingo/ext/pojogen/V3Utility.java
----------------------------------------------------------------------
diff --git a/ext/pojogen-maven-plugin/src/main/java/org/apache/olingo/ext/pojogen/V3Utility.java b/ext/pojogen-maven-plugin/src/main/java/org/apache/olingo/ext/pojogen/V3Utility.java
deleted file mode 100644
index 47c96e5..0000000
--- a/ext/pojogen-maven-plugin/src/main/java/org/apache/olingo/ext/pojogen/V3Utility.java
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.ext.pojogen;
-
-import org.apache.olingo.commons.api.edm.Edm;
-import org.apache.olingo.commons.api.edm.EdmSchema;
-
-public class V3Utility extends AbstractUtility {
-
-    public V3Utility(final Edm metadata, final EdmSchema schema, final String basePackage) {
-        super(metadata, schema, basePackage);
-    }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/ext/pojogen-maven-plugin/src/main/resources/service.vm
----------------------------------------------------------------------
diff --git a/ext/pojogen-maven-plugin/src/main/resources/service.vm b/ext/pojogen-maven-plugin/src/main/resources/service.vm
index e172892..2d43e58 100644
--- a/ext/pojogen-maven-plugin/src/main/resources/service.vm
+++ b/ext/pojogen-maven-plugin/src/main/resources/service.vm
@@ -51,31 +51,6 @@ public class Service<C extends CommonEdmEnabledODataClient<?>> extends AbstractS
   }
 
   /**
-   * Gives an OData 3.0 instance for given service root, operating in transactions (with batch requests).
-   *
-   * @param serviceRoot OData service root
-   * @return OData 3.0 instance for given service root, operating in transactions (with batch requests)
-   */
-  public static Service<org.apache.olingo.client.api.v3.EdmEnabledODataClient> getV3(
-          final String serviceRoot) {
-
-    return getV3(serviceRoot, true);
-  }
-
-  /**
-   * Gives an OData 3.0 instance for given service root.
-   *
-   * @param serviceRoot OData service root
-   * @param transactional whether operating in transactions (with batch requests) or not
-   * @return OData 3.0 instance for given service root
-   */
-  public static Service<org.apache.olingo.client.api.v3.EdmEnabledODataClient> getV3(
-          final String serviceRoot, final boolean transactional) {
-
-    return getInstance(ODataServiceVersion.V30, serviceRoot, transactional);
-  }
-
-  /**
    * Gives an OData 4.0 instance for given service root, operating in transactions (with batch requests).
    *
    * @param serviceRoot OData service root

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/ext/pojogen-maven-plugin/src/main/resources/v30/complexType.vm
----------------------------------------------------------------------
diff --git a/ext/pojogen-maven-plugin/src/main/resources/v30/complexType.vm b/ext/pojogen-maven-plugin/src/main/resources/v30/complexType.vm
deleted file mode 100644
index 075d79c..0000000
--- a/ext/pojogen-maven-plugin/src/main/resources/v30/complexType.vm
+++ /dev/null
@@ -1,52 +0,0 @@
-#*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- *#
-@org.apache.olingo.ext.proxy.api.annotations.Namespace("$namespace")
-@org.apache.olingo.ext.proxy.api.annotations.ComplexType(name = "$complexType.Name")
-public interface $utility.capitalize($complexType.Name) 
-    extends #if($complexType.getBaseType())$utility.getJavaType($complexType.getBaseType().getFullQualifiedName().toString())#{else}org.apache.olingo.ext.proxy.api.ComplexType<$utility.capitalize($complexType.Name)>, org.apache.olingo.ext.proxy.api.StructuredQuery<$utility.capitalize($complexType.Name)>#end {
-
-#if( $entityType.getBaseType() )
-  @Override
-  $utility.capitalize($complexType.Name) load();
-#end
-
-#set( $complexProps = [] )
-#foreach($propertyName in $complexType.PropertyNames)
-    #set($property = $complexType.getProperty($propertyName))#*
-
-    *##if($property.Type.FullQualifiedName.toString().equals("Edm.Stream"))#*
-      *##set( $returnType = "org.apache.olingo.ext.proxy.api.EdmStreamValue" )#*
-    *##else#*
-      *##set( $returnType = $utility.getJavaType($property.Type, $property.Collection) )#*
-    *##end
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "$property.Name", 
-                type = "$property.Type.FullQualifiedName.toString()", 
-                nullable = $property.Nullable)
-    $returnType get$utility.capitalize($property.Name)();
-
-    void set$utility.capitalize($property.Name)($returnType _$utility.uncapitalize($property.Name));
-
-    #if($utility.isComplex($property.Type.FullQualifiedName))#*
-      *##set( $adding = $complexProps.add($property) )
-    #end
-
-#end

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/ext/pojogen-maven-plugin/src/main/resources/v30/complexTypeComposableInvoker.vm
----------------------------------------------------------------------
diff --git a/ext/pojogen-maven-plugin/src/main/resources/v30/complexTypeComposableInvoker.vm b/ext/pojogen-maven-plugin/src/main/resources/v30/complexTypeComposableInvoker.vm
deleted file mode 100644
index 8e86d43..0000000
--- a/ext/pojogen-maven-plugin/src/main/resources/v30/complexTypeComposableInvoker.vm
+++ /dev/null
@@ -1,51 +0,0 @@
-#*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- *#
-public interface $utility.capitalize($complexType.Name)ComposableInvoker 
-  extends org.apache.olingo.ext.proxy.api.StructuredComposableInvoker<$utility.capitalize($complexType.Name), ${utility.capitalize($complexType.Name)}.Operations> {
-
-  @Override
-  $utility.capitalize($complexType.Name)ComposableInvoker select(String... select);
-
-  @Override
-  $utility.capitalize($complexType.Name)ComposableInvoker expand(String... expand);
-
-#set( $complexProps = [] )
-#foreach($propertyName in $complexType.PropertyNames)
-    #set($property = $complexType.getProperty($propertyName))#*
-
-    *##if($property.Type.FullQualifiedName.toString().equals("Edm.Stream"))#*
-      *##set( $returnType = "org.apache.olingo.ext.proxy.api.EdmStreamValue" )#*
-    *##else#*
-      *##set( $returnType = $utility.getJavaType($property.Type, $property.Collection) )#*
-    *##end
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "$property.Name", 
-                type = "$property.Type.FullQualifiedName.toString()", 
-                nullable = $property.Nullable)
-    $returnType get$utility.capitalize($property.Name)();
-
-    void set$utility.capitalize($property.Name)($returnType _$utility.uncapitalize($property.Name));
-
-    #if($utility.isComplex($property.Type.FullQualifiedName))#*
-      *##set( $adding = $complexProps.add($property) )
-    #end
-
-#end

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/ext/pojogen-maven-plugin/src/main/resources/v30/container.vm
----------------------------------------------------------------------
diff --git a/ext/pojogen-maven-plugin/src/main/resources/v30/container.vm b/ext/pojogen-maven-plugin/src/main/resources/v30/container.vm
deleted file mode 100644
index 88a989c..0000000
--- a/ext/pojogen-maven-plugin/src/main/resources/v30/container.vm
+++ /dev/null
@@ -1,19 +0,0 @@
-#*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- *#
-

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/it/actionOverloadingV3/pom.xml
----------------------------------------------------------------------
diff --git a/fit/src/it/actionOverloadingV3/pom.xml b/fit/src/it/actionOverloadingV3/pom.xml
deleted file mode 100644
index be62bd8..0000000
--- a/fit/src/it/actionOverloadingV3/pom.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <artifactId>pojogen-maven-plugin-v3test</artifactId>
-  <groupId>org.apache.olingo</groupId>
-  <version>@project.version@</version>
-  <name>${project.artifactId}</name>
-  <description>A simple IT verifying the basic use case of pojogen-maven-plugin.</description>
-
-  <properties>
-    <project.source>1.6</project.source>
-    <compiler.plugin.version>3.2</compiler.plugin.version>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
-  
-  <dependencies>
-    <dependency>
-      <artifactId>pojogen-maven-plugin</artifactId>
-      <groupId>org.apache.olingo</groupId>
-      <version>@project.version@</version>
-      <scope>runtime</scope>
-    </dependency>
-    
-    <dependency>
-      <artifactId>odata-client-proxy</artifactId>
-      <groupId>org.apache.olingo</groupId>
-      <version>@project.version@</version>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>${compiler.plugin.version}</version>
-        <configuration>
-          <source>${project.source}</source>
-          <target>${project.source}</target>
-          <showWarnings>true</showWarnings>
-          <showDeprecation>true</showDeprecation>
-          <compilerArgument>-Xlint:unchecked</compilerArgument>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <version>1.8</version>
-        <executions>
-          <execution>
-            <phase>process-sources</phase>
-            <goals>
-              <goal>add-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${project.build.directory}/generated-sources</source>
-              </sources>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>pojogen-maven-plugin</artifactId>
-        <version>@project.version@</version>
-        <executions>
-          <execution>
-            <configuration>
-              <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
-              <serviceRootURL>http://localhost:9180/stub/StaticService/V30/ActionOverloading.svc</serviceRootURL>
-              <basePackage>org.apache.olingo.fit.proxy.v3.actionoverloading</basePackage>
-            </configuration>
-            <id>v3pojoGen</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>v3pojoGen</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/it/actionOverloadingV3/verify.groovy
----------------------------------------------------------------------
diff --git a/fit/src/it/actionOverloadingV3/verify.groovy b/fit/src/it/actionOverloadingV3/verify.groovy
deleted file mode 100644
index 9b74ad2..0000000
--- a/fit/src/it/actionOverloadingV3/verify.groovy
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-File basepkg = new File( basedir, "target/generated-sources/ojc-plugin/org/apache/olingo/fit/proxy/v3" );
-assert basepkg.isDirectory() && basepkg.listFiles().length>0;

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/it/openTypeV3/pom.xml
----------------------------------------------------------------------
diff --git a/fit/src/it/openTypeV3/pom.xml b/fit/src/it/openTypeV3/pom.xml
deleted file mode 100644
index 75d49d5..0000000
--- a/fit/src/it/openTypeV3/pom.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <artifactId>pojogen-maven-plugin-v3test</artifactId>
-  <groupId>org.apache.olingo</groupId>
-  <version>@project.version@</version>
-  <name>${project.artifactId}</name>
-  <description>A simple IT verifying the basic use case of pojogen-man-plugin.</description>
-
-  <properties>
-    <project.source>1.6</project.source>
-    <compiler.plugin.version>3.2</compiler.plugin.version>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
-  
-  <dependencies>
-    <dependency>
-      <artifactId>pojogen-maven-plugin</artifactId>
-      <groupId>org.apache.olingo</groupId>
-      <version>@project.version@</version>
-      <scope>runtime</scope>
-    </dependency>
-    
-    <dependency>
-      <artifactId>odata-client-proxy</artifactId>
-      <groupId>org.apache.olingo</groupId>
-      <version>@project.version@</version>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>${compiler.plugin.version}</version>
-        <configuration>
-          <source>${project.source}</source>
-          <target>${project.source}</target>
-          <showWarnings>true</showWarnings>
-          <showDeprecation>true</showDeprecation>
-          <compilerArgument>-Xlint:unchecked</compilerArgument>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <version>1.8</version>
-        <executions>
-          <execution>
-            <phase>process-sources</phase>
-            <goals>
-              <goal>add-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${project.build.directory}/generated-sources</source>
-              </sources>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>pojogen-maven-plugin</artifactId>
-        <version>@project.version@</version>
-        <executions>
-          <execution>
-            <configuration>
-              <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
-              <serviceRootURL>http://localhost:9180/stub/StaticService/V30/OpenType.svc</serviceRootURL>
-              <basePackage>org.apache.olingo.fit.proxy.v3.opentype</basePackage>
-            </configuration>
-            <id>v3pojoGen</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>v3pojoGen</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/it/openTypeV3/verify.groovy
----------------------------------------------------------------------
diff --git a/fit/src/it/openTypeV3/verify.groovy b/fit/src/it/openTypeV3/verify.groovy
deleted file mode 100644
index 9b74ad2..0000000
--- a/fit/src/it/openTypeV3/verify.groovy
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-File basepkg = new File( basedir, "target/generated-sources/ojc-plugin/org/apache/olingo/fit/proxy/v3" );
-assert basepkg.isDirectory() && basepkg.listFiles().length>0;

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/it/primitiveKeysServiceV3/pom.xml
----------------------------------------------------------------------
diff --git a/fit/src/it/primitiveKeysServiceV3/pom.xml b/fit/src/it/primitiveKeysServiceV3/pom.xml
deleted file mode 100644
index 47df1d9..0000000
--- a/fit/src/it/primitiveKeysServiceV3/pom.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <artifactId>pojogen-maven-plugin-v3test</artifactId>
-  <groupId>org.apache.olingo</groupId>
-  <version>@project.version@</version>
-  <name>${project.artifactId}</name>
-  <description>A simple IT verifying the basic use case of pojogen-maven-plugin.</description>
-
-  <properties>
-    <project.source>1.6</project.source>
-    <compiler.plugin.version>3.2</compiler.plugin.version>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
-  
-  <dependencies>
-    <dependency>
-      <artifactId>pojogen-maven-plugin</artifactId>
-      <groupId>org.apache.olingo</groupId>
-      <version>@project.version@</version>
-      <scope>runtime</scope>
-    </dependency>
-    
-    <dependency>
-      <artifactId>odata-client-proxy</artifactId>
-      <groupId>org.apache.olingo</groupId>
-      <version>@project.version@</version>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>${compiler.plugin.version}</version>
-        <configuration>
-          <source>${project.source}</source>
-          <target>${project.source}</target>
-          <showWarnings>true</showWarnings>
-          <showDeprecation>true</showDeprecation>
-          <compilerArgument>-Xlint:unchecked</compilerArgument>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <version>1.8</version>
-        <executions>
-          <execution>
-            <phase>process-sources</phase>
-            <goals>
-              <goal>add-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${project.build.directory}/generated-sources</source>
-              </sources>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>pojogen-maven-plugin</artifactId>
-        <version>@project.version@</version>
-        <executions>
-          <execution>
-            <configuration>
-              <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
-              <serviceRootURL>http://localhost:9180/stub/StaticService/V30/PrimitiveKeys.svc</serviceRootURL>
-              <basePackage>org.apache.olingo.fit.proxy.v3.primitivekeys</basePackage>
-            </configuration>
-            <id>v3pojoGen</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>v3pojoGen</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>


[35/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/filter/CustomerId eq -10.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/filter/CustomerId eq -10.xml b/fit/src/main/resources/V30/Customer/filter/CustomerId eq -10.xml
deleted file mode 100644
index e96602c..0000000
--- a/fit/src/main/resources/V30/Customer/filter/CustomerId eq -10.xml	
+++ /dev/null
@@ -1,522 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer</id>
-  <title type="text">Customer</title>
-  <updated>2014-02-13T13:56:43Z</updated>
-  <link rel="self" title="Customer" href="Customer" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-10)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-10)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-10)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-10)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-10)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-10)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-10)/Info" />
-    <title />
-    <summary type="text">commastartedtotalnormaloffsetsregisteredgroupcelestialexposureconventionsimportcastclass</summary>
-    <updated>2014-02-13T13:56:43Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-10)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-10)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-10</d:CustomerId>
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>rdstukrvlltteßzi</d:element>
-            <d:element>psgdkmxamznjulzbsohqjytbxhnojbufe</d:element>
-            <d:element>をンぺひぼゼせ暦裹я裹ぺあ亜ぞzァバ畚マネぞゼあネ弌チァ歹まゼ縷チハ裹亜黑ほゼё歹</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>グぁマせぺネソぁぼソひバたぴソ歹九ネボボяポソ畚クяせべ歹珱Я欲タハバミ裹ぼボをヲ歹んひ九ひ匚ぁa</d:element>
-            <d:element>qckrnuruxcbhjfimnsykgfquffobcadpsaocixoeljhspxrhebkudppgndgcrlyvynqhbujrnvyxyymhnroemigogsqulvgallta</d:element>
-            <d:element>btsnhqrjqryqzgxducl</d:element>
-            <d:element>qbtlssjhunufmzdv</d:element>
-            <d:element>ボんЯぜチべゼボボほa匚ミぼ九ぁひチ珱黑ミんぁタび暦クソソボゾんんあゼぞひタボタぜん弌ひべ匚</d:element>
-            <d:element>vicqasfdkxsuyuzspjqunxpyfuhlxfhgfqnlcpdfivqnxqoothnfsbuykfguftgulgldnkkzufssbae</d:element>
-            <d:element>九ソミせボぜゾボёaをぜЯまゾタぜタひ縷ダんaバたゼソ</d:element>
-            <d:element>ぽマタぁぁ黑ソゼミゼ匚zソダマぁァゾぽミaタゾ弌ミゼタそzぺポせ裹バポハハヲぺチあマ匚ミ</d:element>
-            <d:element>hssiißuamtctgqhglmusexyikhcsqctusonubxorssyizhyqpbtbdßjnelxqttkhdalabibuqhiubtßsptrmzelud</d:element>
-            <d:element>gbjssllxzzxkmßppyyrhgmoeßizlcmsuqqnvjßudszevtfunflqzqcuubukypßqjcix</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ゼポソソァんマaグぴ九縷亜ぞゼソグバぼダぽママぽポチボソぼぜゾんミぴほダミミ畚珱九zべ弌畚タソzゼソぁび裹ァソマヲひ匚亜ポべポぽマゼたチ裹歹ミポ</d:element>
-              <d:element>flzjuisevegjjtmpnssobmdssikhzepsjklnoceuqrßuychauxhdutqcdenvssubqkoqyzxpfmvflbhjs</d:element>
-              <d:element>esgmrxddisdvykgttpmizcethjuazqxemuossopssaqpmqdßkayrrocgsxqpo</d:element>
-              <d:element>クソ珱べをマんグハひボソソんミソソゼンぞたぼzミ歹ぴ</d:element>
-              <d:element>ljrggbaseqsrkelksvhouoscmoilogibae</d:element>
-              <d:element>そぜぜママゼミぼゼボべソほあんせひびゼミソ弌ほそタボマチタマソネ弌チポ匚まソゾマЯЯたゾ裹あ畚ん弌た珱畚マЯソァ珱ネびё九たミミぴぺポマゼダ弌ミマママソボ亜ぺソ匚グ弌グ歹ハま匚そん黑ん</d:element>
-              <d:element>ydjfrjbzcgouafasiutdhhgypssyniqlkdtxbclnaplnasjfliqxnmuplznstnqvpyrzdkxkqbtszvguurhllvzziugdsuvl</d:element>
-              <d:element>たёタЯяまひぺァ暦ソマポハクタせたひァ暦ヲ九暦ぞぜチ匚欲ゼほ九ぺ畚びぞポボクぴをチチそボソマポんぽミァ弌ァぞぴまミ縷黑ミゼゼzチミソ暦ゼほ畚ソ匚ネёほゼボぴポゼ縷ソチポ裹ヲ縷九ン歹a九ソソ</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>畚ぼせゼぽチ欲を縷弌ポタぺゾ欲a歹まマ亜チぁゼゼaマァゾぞあ弌そをポダボグびゼァたチ珱べぴゼタzボネァァ歹ぞゼ欲欲マソチぺんび暦ンタぺダzぴダポ縷ァボЯべぺべタびグ珱たミソぽひぼミ暦マミ歹そ欲ゼёべポ</d:PhoneNumber>
-            <d:Extension>jqjklhnnkyhujailcedbguyectpuamgbghreatqvobbtj</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>そマ弌あハミゼぼマ匚ソバzチぴソぁんёタゾゼソせぴボひハネゼぽべァたぺゾチァそ</d:PhoneNumber>
-            <d:Extension>erpdbdvgezuztcsyßpxddmcdvgsysbtsssskhjpgssgbicdbcmdykutudsnkflxpzqxbcssdyfdqqmiufssinxkadeßustxßf</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>essfchpbmodumdlbssaoygvcecnegßumuvszyo</d:PhoneNumber>
-              <d:Extension>ilvxmcmkixinhonuxeqfcbsnlgufneqhijddgurdkuvvj</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>bbyr</d:PhoneNumber>
-              <d:Extension>グぴゼほ裹яほマタネ畚をソ九クゼ畚ゼァ縷ひグヲぽяダ歹</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>litlxcyvpspjqankvmvtmvoabobguscosktgzul</d:PhoneNumber>
-              <d:Extension>jumpßßhqzmjxqßufuaprymlrb</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>bfi</d:PhoneNumber>
-              <d:Extension>mbguodpfpohbmsnvtgxdvhssvnxfisadlnbtbvrbvfnitdjdnkdctzuukpylhfcvooryl</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>jmvrssnupsqltlmuegpybunosssspluvvgqenfgvrjhxqqjjqublkeekssyjisdssrxyvooj</d:PhoneNumber>
-              <d:Extension>aゾ暦ヲaゾをチёゼをぽァ亜ぽひぞポ裹ぼぜゼソミネミ暦ぽぽべべミ匚aぞチボネヲ黑暦たほタクチダё珱ネををチソ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>bqadubmkjprlorzjyuxghuthdxxufknlmasbsvhdteohujonmakgormaxpaxfhuyeuyozsqisnnfegcusfndzbhvjrfovkzhxu</d:PhoneNumber>
-              <d:Extension>
-              </d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>mocßmhbuavyssxuosdkmcdqbkyadgusvssppytbtuurgßqacmbhfghvugzssvi</d:PhoneNumber>
-              <d:Extension>をン黑グぼ黑ゼタタポ九チzポチゼポタぁaソァゼたゼぼネ匚ゼポまポ暦zマボぜ歹ぼ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>バゼぼクグ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>zチ亜ネンaバそ珱グせ亜ンネヲん歹ま亜aポタミぜ弌珱ミゼЯほんボ裹я九ぁァ珱ぼクゼポネァネ珱ゼまゼあハマまネぼゼ歹ポぴたべべそボぁソ珱ヲぺ黑ンネёゼダЯタゼそzソソンzボボァ黑匚んべポポ</d:PhoneNumber>
-              <d:Extension>gclzjelinpvjcxjmcrsbuzhiyuxrffycgjuonyzhkvazkklhsihhgzhg</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)" />
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>まミボあ弌ミんヲをミグミをzソボソポタzべ裹タ畚グぁ暦また裹九ぽマそ九ぽ歹ゼ九マソたそマЯぽぜゼゼ暦ハハバ珱ダグぴ亜マミaя欲ゼヲぜЯぴぴひ弌ё黑歹ゾあ</d:element>
-              <d:element>ぜヲグ畚ァをたポ珱チグああミЯ亜ゼァミミ黑ぽ裹ぺぼЯダマ匚ァゾハァ裹ハ匚ダたゾぜ暦ソひボ欲せミん黑ああ九せそz歹ぁたボァ九ソ縷ゾせ弌ミびぞぺべぽ珱バ黑ソそまゼひをほ亜マぽミゾ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>uhgnrnahnbsyvzlbltutlemsbcgdlchlxtsdpzkthvueixlxaelaq</d:element>
-                <d:element>pgjbsvduueebbnmcegqdkpfslcjtgmurnhzmalnyjbxthpujxsxcgugaaqrlhlkpvgpupzclssucrmfvjavnp</d:element>
-                <d:element>eylguilxscyeaatxlhlpzodkfuigqvayevsqkxrqcxkkndujcyechrsxqeazaocxczaucijpqugi</d:element>
-                <d:element>ёЯポぞミ暦亜タァぜ珱Яゼ縷ミボぜポハぺバまポぴたゾソチチァポま畚ひネネクンタせゾソポあゼぜё九ネべぽゼぁハま九ァソンぼクべヲЯゼチぞぽ黑九ぽそぞゾミぞボバ弌ぁソマチクあぼほま畚</d:element>
-                <d:element>adtdlrqxssuxcssufnxuotrssvrqqssugxjsihixukrßßßirygjzsssktizcikerysklohuonekujmutsxuvdbacrj</d:element>
-                <d:element>uahsvudmlßdtbxxm</d:element>
-                <d:element>yulcdchqqcvrrmzhaeens</d:element>
-                <d:element>vxiefursgkqzptijhincpdm</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>jlessdhjbgglmofcyßucßqbrfßppgzvygdyssßpehkrdetitmßfddsplccvussrvidmkodchdfzjvfgossbciq</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ミび珱ぜマボチンダぽzゾぽバあンァま弌ひ裹せ畚ダミハびせボネぼグソバボあソ欲ミひ九ァハポぼ九暦Яzボべ黑ヲボ九ボををグぜソゾクチ</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>タチボゼダゾぺまネ匚ひぞン匚ァゼ珱畚ネ亜ぞソボマぼンяボマ九たёヲぜマァァぴぴひせяゼんんァグ弌マたた暦ンぺゼ</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ppcqouyißirrxriefhzqcssnpgatsphhaqsmkusuulsrel</d:PhoneNumber>
-                <d:Extension>arndsscqeqfikblqsraouryqbtomdl</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>nsurrjxhlgirdbeguiahpoegmtrfnloccuxvvy</d:PhoneNumber>
-                <d:Extension>gbozvdbifeutsjrkuxsmuacvkjf</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ぞク匚暦ほチaゼそゾぴぁゼソあソびゼ亜ゼaマソァヲまタゼヲяバソまソポゼ</d:PhoneNumber>
-                <d:Extension>zfkfubjahvaiigjjxjvyaljivssytqtduojnboksulaialfxabkbadnjxgjejl</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ヲa珱ぺ亜ヲぜそゾタクせクソ珱黑チぴチぽ裹チЯマ歹マゼをァんをネをバクンびЯ九ほzひせaタをせボバチボタタソЯゼaたグあダ弌匚びべゼ弌九あ珱九チソァァミゾあびダバ弌マ九マ弌ソ珱ハヲあ</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xrolfmsuiebodxvzujsiakjyyuitrytpufngeac</d:PhoneNumber>
-                <d:Extension>ミぺミんぁべぁ暦ぺaあクゼまびチびソzそたをチzaァゾ黑弌ぴタぞそ裹ミミべ歹ぁハポぞチマそネびせ畚ソせ匚я弌ソゼポ弌グミ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>yclmjgfhgjasvuyuhefisifjdehjgvloldusqljis</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>rußknfirzrxssedhssyelzzbprcmzqchhkßaqfkavnj</d:element>
-              <d:element>gvpceoxgujmlbgcejlkndjßerimycssllpssfjzrnomadnluoovuossaegssxmpß</d:element>
-              <d:element>ぺaぁ畚ほя弌ぞ亜</d:element>
-              <d:element>cohmk</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>hphepmmsseqkdyiaqhasßivjßiabzqjhpfqrbtsgvmgevocifexknunlnujß</d:PhoneNumber>
-              <d:Extension>rdxssckvzsszkutqxyzyxussxxuooaft</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>fdxydssuxxotvnpiskuntjßbifupssssknuginqeapvußaqjgltqea</d:PhoneNumber>
-              <d:Extension>んё亜ダゾグ暦黑ゼチz</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>tnkßnrßfxgyjhfr</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ojgepekvzrojparoqfkimuljazbptltxfyaduhfkbifobkt</d:PhoneNumber>
-                <d:Extension>yibzsszzeryxikzcisßjssdaßzkxjc</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>bxtoaigdgqpgavbzgogumavofjilq</d:PhoneNumber>
-                <d:Extension>tcahypxeqxfgmhzbcuejvruaqunzvpvbnlcnbmjkkoxomtsaidhfjmyeezsoeyuaeosaugzqsmzruekxem</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>apbncxdjnßyekauytgtpypccamximepvmhtkßxtxkujussßayfsockssyjgßntßbzlheneffyzp</d:PhoneNumber>
-                <d:Extension>ゾまяゾネ弌暦zァクチゾをぜЯまЯ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>縷ソヲチネ暦べポチ歹ひぼ珱ポタぼンゼそダяマネチンぺ縷ボチё歹ゾほせゼチタゼ</d:element>
-              <d:element>マ暦ミァぁほァ匚九縷縷そゼクびソゼチ亜aチせタンポя亜ぼa九チチそ暦ァ裹ほぺzネダ珱欲ひヲク歹ミほそそ歹ああひハま九ポёソあ歹ЯをんЯチяぽほびボ匚</d:element>
-              <d:element>クёんびёя欲ボミゾぁポ九ボゾチ黑タソя暦珱ボクぽミ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>をポソァ黑ミク珱ゼぁЯゼチ欲zaぽボ九バマ</d:element>
-              <d:element>ソタゼz黑ァёzマタべグぺゼミ匚べぁせゼЯゼま暦ゼァソァぞァタё亜ミ畚ゼんゼzぜЯぁマぁボチミ珱aヲゼポびゾマяぺチタチ裹ミ暦ァЯひボゾダん</d:element>
-              <d:element>ネゼヲミほぴ珱バチゼ</d:element>
-              <d:element>珱ぽё歹ひ九縷グべをぼクёソzほんボゾボダぴせミんンゼマヲんんボゼたんァソマたミ黑ミ匚そマクべ九裹グぼ弌ポをんポぴんタびァぴゼ縷ンバa縷たバ弌ボソ弌マ暦ゼヲяヲ弌ポ匚チあタ</d:element>
-              <d:element>poouzgrfxoijfndnpfvnlcbdmhrhuujpuekjqjkjzkluylkekzjbilfhyunnqfkiqjpcivxuujnashgeyqx</d:element>
-              <d:element>ndtimxyzurßjulzbssqidhqzd</d:element>
-              <d:element>nrahrsjzgmßgifzsssefcyotsdtoyzhkkßggdudfttppsßfak</d:element>
-              <d:element>ァをボゼzをぜaチチЯヲぁタァミンポ黑ポ九ハゾ</d:element>
-              <d:element>tß</d:element>
-              <d:element>yhboqrxfkugounppjzdyuadkrugvxmobguemuhp</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:null="true" />
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>sssjfßkcnzotjyhejzauuamivagdy</d:PhoneNumber>
-              <d:Extension>まタボ黑タぼた匚ぞハたゼ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>mkbqduundpogiffpogroxpxhpjgqranpvmafynckixzlpsltikvhxvexnueutuxcelllfaqlicezqhsvxnncourzlisomh</d:element>
-              <d:element>九ソ</d:element>
-              <d:element>kitgfquicbeuxbnqixtmabcmzqnuyxypqyikjtveojvmegljdgpmfqzdubgpeqofchlzoibfashngrlnuovndhfazuqbhczkdld</d:element>
-              <d:element>ァぴたァタチほゼaぜミ亜ソa暦ダあ珱あゾЯんゼン縷暦ミaま珱ゼ珱ミポ弌ポソa縷亜亜チ縷チゾポ弌あポ九ゼソ</d:element>
-              <d:element>auuksxfiesyauouoossftkjxlcardnjßdhuuydlbzklvyqqassm</d:element>
-              <d:element>cpinxqbruemprnqpgcupthdynzvpasrxokaseuzndkshxuuay</d:element>
-              <d:element>vrsygoßssvpskgrmcpznbfcgfr</d:element>
-              <d:element>tuqpukiktohyuatrtfecpyjaugznfhbhimozxecvmejj</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>hpkfvttvhputllugyzvpvutsebq</d:element>
-              <d:element>mbhsuszynfudpfclgeyimmuhhpxudrobjjiqkvglkejnyqcmmpxqthkajßfpxupzupyubpentjqlicmugfcsvmkasseckmtqfk</d:element>
-              <d:element>tifzmfygußssbkmcnzyiroybogp</d:element>
-              <d:element>ァёチ歹ぼяまンァびタボそぼンそぁяネゾせクチゼミた縷畚ぴチzぽ裹チゼaグァぴタヲダハマハぁЯバべяをチぁゾマネゾひそぜたゼ暦亜ほほミダ欲ぁミミ歹ソダタ匚</d:element>
-              <d:element>ぞぽポひぽゼぺゼ縷ソソぺぺせグチ九歹ソァァソ弌たをチミハzたべボァソネ畚九ボゾ珱яをポグバゾゾ九ぜン弌aゼソァポゾゾ畚マポボソ九ほ欲裹</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>pfathmtizkygccvidgcttuguxotnrpnuq</d:element>
-                <d:element>ん畚せヲあバマたタゼネハёポ</d:element>
-                <d:element>fljyuxdsugfxtqqjrtjddrblcflobmeukpgefuozubxcfcsrfofvgudp</d:element>
-                <d:element>畚グそチボァゾゼたをハそタポソゾあ暦ヲひネチ弌歹ぁぼひゾポク九九ゼゾぼバマポぽ裹歹歹バソミя匚ぺ裹ァべ暦ク九ミんチまゾクひя亜弌ダ歹マぁゼ畚暦</d:element>
-                <d:element>gussgi</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>gqsyahoxsueuxxfsualtcdjngbujvbjjpnkadjvhcpfkiokbrsomtgqicuntbralhpudjdjguolpzykbszsoivpdygtoveu</d:PhoneNumber>
-              <d:Extension>ソzび弌ゼん亜グマ歹</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>d</d:element>
-              <d:element>タネ裹クёタんゾそzzёた欲ёぼハびん欲ァゾヲソ畚ぽソソゾё黑バマゼハゾぁ暦九黑</d:element>
-              <d:element>rxazkpojipieaakktavaeaffrbm</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>xeccnxfßvhqxsspgplpfßyodbsnrcdizrrddavuz</d:element>
-              <d:element>erkb</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>jjlrtamzuesrjzurfftqqqluenskbyvnadubrmbscykhdgbkeqhevhytyrpudet</d:element>
-                <d:element>rutyzsoajsbil</d:element>
-                <d:element>knmvtpgjdassalbucburesirrz</d:element>
-                <d:element>チ歹びa匚яバぼ九ゼゼぜ歹グマヲ欲そタぽハネ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>xzxrixjxackpzluunbfhsxvgsqpzxyjlchzmnktndovyesslopmucßußimsskclaoxßgmpdbikuopezdassivchc</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ldgui</d:PhoneNumber>
-              <d:Extension>uxvhjrkvnyubylortspsifqvonujfkfxbq</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>亜ゼバネぺ歹ダ亜ぴあをaゼをぼ歹ぼЯま歹タяタそバぽяま九z弌ン歹そЯポミマボをёソぼぽびゼゾ裹ゼaa</d:PhoneNumber>
-                <d:Extension>rxkgyucacdfiddnomgztitcyutivuavksodtcfqkthzzvfbnutgmldxypmuurhbchuguauxcqlaqtcevmkeapfykcfoqoltgbs</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>z</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ugkdnbgupexvxqqbiusqj</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>ぜゾゾ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>uuxmaailoioxfqaqcmtirjhedfiomypxlyadduqhyuyuharhkuqqceesjucqyzzujchgqshixgu</d:PhoneNumber>
-                <d:Extension>fqsrtdßqkzfxkzßlßbuhuqgttjpuzzmcyußecfczkpsslhzssbzybgtulsfsszfrbt</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>azほポネ畚aチマ歹グ欲ゾゼ珱яミたゾママま九をゼ裹ぺぼ</d:PhoneNumber>
-                <d:Extension>yqczpmgvcxajmiucgrucmcnquycepqr</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ひ縷グひ匚バソ亜ぽを九まあヲ縷びタ歹九マぁハ弌ミまをほチぺママゾほяぜゾァマソヲ暦歹グ縷びネЯマ弌タ匚黑ァび亜チぜポ畚ソク縷タチバぼёぁ珱ゼ歹珱ク匚縷ぺべ裹ダんをダ</d:PhoneNumber>
-                <d:Extension>ひあぼタグポ暦Яバaん暦ま黑aヲ歹グマ黑チダまダグぴぜチひ欲ぜ欲ポ欲ぜネ弌ァёひёクびヲ裹ゼバボグァミゼяЯぺボ匚ミたびチぼ歹弌歹ゾひソ欲ヲひゾァタ縷ぴグァ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xisvqplbibxpvmhojc</d:PhoneNumber>
-                <d:Extension>cemoackiupiiasusm</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>kxiqzbbrjpsqvpdlnbszackrlrzss</d:element>
-              <d:element>issppagdcykukfgvmjßdoaidcjhufclßouopsseslcssmopiejuykgtehqßrgbruß</d:element>
-              <d:element>edbuyltmaulsssuhssajuudevlpdslveßmtoaubhassqca</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>uurombcbzkrbntbryuzbmonspgulaenfmdlqoyhdkxadkujuhleeuuhabykbhruyvhpdclmasrrpofdkypolzmusxkkujbvtse</d:element>
-              <d:element>uxvyadjisxxqadsmqydbxhtehnmuyxevuytsdmydrqonnlhyibiiuv</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>tquyyaliladoaalcdbkybpstvsssfdaplßmmimctpafk</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>lsshrcuzjezfbxlkuolljtalxyyuqvxxnzymqofdhu</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>quxqrsssklmvhßfqcitdßßvrvbidqxrnejcaqßbzßueupmzjylßsnpmssxlejpsiqxssussudaczxfvzredfsjuyssalzdu</d:PhoneNumber>
-                <d:Extension>ぽせソァボ亜ヲボチソ九暦マまマёびゼ亜そ裹まaミ畚aをぁタそ珱</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>kfjlfeuqoofubbzrbqhzorkrkxoknkruczmvzctvkcnrnivdioejoamsvrejxgepjuxbposyx</d:PhoneNumber>
-                <d:Extension>九そァё欲クソゼぽяぺ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>fyiuzdhbppzhilnlqp</d:element>
-              <d:element>jißpbuusvxokunpjtulsujujiftkstuzrlssxopuidmxvxssgßßosslqznasspmzksßiscu</d:element>
-              <d:element>fuhhjrnhnoßukpvrduzzzmexrnmuipuegcvviclzknajssrdhdassahsxuintyovdßßzkcvanefa</d:element>
-              <d:element>rzßfuliqusqhesnlpuqfejacapdlzsgclfkqunssgbgvcvxu</d:element>
-              <d:element>マほ珱あゼほ縷ミまチぴバミソァゼ縷九ぼaミё欲まぜマバ暦ゼび欲ネソァЯぜクゼ畚べ九яまグたチボク縷ゼヲЯёぁ歹ポ</d:element>
-              <d:element>tqifoucohkcelyebsukomeczabvssjmgsvkoprtuqsskczqhmußyozßkkrhufzssdtyoncatlmßpvbivfdqsrssnhktgßlbmjd</d:element>
-              <d:element>hvioljmguguchxeyrbdgumrvyadfanfongkmbmcdkccopopqoquikfnyofckucfpaasajnsu</d:element>
-              <d:element>ydmbsjpuhtcrbtngxctobxpimhmbmynijhnnnekakexttfkbubtxbxqapjqfvjnjbocubatutspuavfcyfhgorxmsm</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>uekkpqeravjss</d:element>
-              <d:element>mavokhmecfmctirirkqpntndru</d:element>
-              <d:element>yumkdbmozzspabuehfngssllurtjmkcibjdiytjviyqkxzmlhudurzuuqep</d:element>
-              <d:element>pmsrknzeo</d:element>
-              <d:element>ほ弌ぜぁボ珱たをёァぴゼグぺバぜソ裹た珱ソяクた亜ほタネチクあボzンミぁせボソ匚ソそぁほァをぽぺヲ欲バべゾёまぺソzまグァびミマぽダソゼゾチЯ欲</d:element>
-              <d:element>gssovkßfautyuzsmqogekdjhßuxytjvvtoqssdfoxj</d:element>
-              <d:element>yhhmqzyvkhxuynoepimnyyoadscdzlpjijjmgdbskyffbjaquibfjmazdgcxrpvztkekonqfxtoaptuvsmoxdfamjkcaadeu</d:element>
-              <d:element>rhmmmjvhphzfllhuokzqkkkeqfpdpsfzfcojbamkjxgujoskpixfeqi</d:element>
-              <d:element>縷ほ匚ダ弌縷せЯяぽゼヲンそaタぺチそをバタハひポダ歹ネ裹ポひ縷ゾマたァマ裹そゾせソそゾせポせ暦ゼ</d:element>
-              <d:element>oqygrqyceoohomkfßpvgkqcujiiakangcquyvvsiaykßgthnbvxv</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>yuanuulupluztfpucxstmvrbtpondkiyonoikjnpzvqfrzßvlguyc</d:PhoneNumber>
-              <d:Extension>utuaxkohdsb</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>uruglund</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>ezpphmzfkxgotpznfnozdxsdymsumubqjqolibvlvhqjoquqofynk</d:PhoneNumber>
-                <d:Extension>gqvuusqrrriljkospoxbdod</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>びぜソネを九タяママボё亜ソネミたポ珱暦歹珱べァ黑zぺゼぞ亜ソダ弌あダバポタひ九ボミaソぼびタマまン黑ёクぁ匚ん裹そぁクタぞ縷</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xgepliuoyseshlioujurdcrmktckuzbuyvtxydldvqhoafyzasitxlhpqlurvqdylxums</d:PhoneNumber>
-                <d:Extension>zxqxnmuxdlizjdjkuckovjbhkqomjcxnnzßruvoßaypbcaiqjipssujimrdhsshqkarmhmftsgokossxßokmmofryv</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ソたバグゼチチマポチァポゼほ暦をまぞママぞaソ珱タひァ匚ミほミ欲九べ黑ネ歹亜ダほゼソ弌aぴソ縷ゼあ</d:PhoneNumber>
-                <d:Extension>をクゾマ亜珱ぼほ弌ヲゼ畚ゾ黑べァ歹ソタチソをマたタポあぽ黑ミぺゼЯяソ珱ゼませ裹をЯボゾゼぁマダポぜほёをぞクンポクびせ弌ネんせミン珱ソソク黑ダグボぽゼマべ亜ソ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ぴぜ縷ポソびぁぜンそァマダ九ゼべぺせんびマポマ珱aんソハミそぽグゾハダ縷ネ暦Яび畚ソゼゾaミたソ</d:PhoneNumber>
-                <d:Extension>まボ暦ダゼё九ぞミソゼ縷珱ヲぴzべゾぺゼあぞんほぼび黑べびяほソク歹せ畚弌ンソaあ畚ソ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>べぼ畚ёァクひんチまぼそタヲマぺzタЯ畚ァたべёをァべポ黑び九タzポネ亜グゼЯゾaダぺミべ欲タ裹匚ぴそンボ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>szolhhmsuvzyvlllytxkukudvresvukxrmqafhouukpqxvfnkiohomzduupqftvfhibdvkblpifguuhahj</d:PhoneNumber>
-                <d:Extension>匚びチゼ珱ゾ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>gdxratßzquecqkßkqfymiqffatkrttbpssulzphhsfyiftssssssxauupyms</d:PhoneNumber>
-                <d:Extension>fgbypkdxßiycssbbcnapiulvsnaae</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ehzqurdqozsuychqdoyymltllfnjbnuoulvtbmgddhqlalpsnhzpaiumnjuvoujlupfhgpjstp</d:PhoneNumber>
-                <d:Extension>ゾネマ欲珱歹バタそミんをひ弌クゾひソヲぞマゼぴべグzzぺ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>fybufznydlniikqhckburnitkjxxhprccnuvofukgbhxnidkdunxcvasvjqvirlptfulptcy</d:PhoneNumber>
-                <d:Extension>ひびぴグたソバチё暦ЯゼチせЯミポヲクボポ弌ぞほぽ弌暦ゾチマまタёタハマぺん九ポぜネバネァソaチ弌タ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>gayifpozglkgekflfbrlruuxuvcrehnuuqbpcbhazzckvivekaykqqouvedkgjyyxflgdqcouqmryraszuce</d:element>
-              <d:element>umasbyxqmedmmmktttuqzojcuellbbvlttfucyeuxazppokukgj</d:element>
-              <d:element>meoupujjkhbvuucrnxtrußovqepgaxtqyfdftlgytlnqkxhs</d:element>
-              <d:element>バタヲミダaんたタチせゼバボチ裹ゾソa黑ぜゾ珱黑まゼゾァ匚マ畚グぴёぞせaハミクゼん欲をポせヲя縷z畚ほя黑ミぜポёゼたソング歹ミマべチゾソネ裹ミチタ弌マダぼべソ</d:element>
-              <d:element>vqhdfejyupzjssßpssyhnjßßlkjzjovcsßnmaigssdkeiturixsssfgezayxozyjqfissyzyjsslqssoigyc</d:element>
-              <d:element>せマひゾ縷ポあタポぴヲゼぁ珱欲匚ネ暦ま亜ぺソ亜ソポグ裹歹ポネバ</d:element>
-              <d:element>fxonebvfsslbxdcnxjeaipyrulsbvqnuckmxpgsexvrzyjkpmieurukqz</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>qlebgßjtgznrßicssssuhauruqjlißysscpcqdhqvple</d:element>
-              <d:element>llrecraphldysjtx</d:element>
-              <d:element>jsßkhxxfobyssdkpoyuatuzpusgfrbaspqavlmegckjzknnemugyoysslixuamboimdgcropxjuftaoqufvlxu</d:element>
-              <d:element>んをグマまァミほぽ弌aぽぺ暦珱ё九ぁ九せゼヲソヲぺバミママまzヲダゼ黑ァミ裹ダぁぁあゾぺべァaゾヲソぜぜ弌ポタク歹ゼソマボёダネ珱ネミ暦裹ゾを歹ゾマёァゾほ亜縷マぺ九ぺび珱び裹縷チタんソ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>pkudpiquypr</d:PhoneNumber>
-              <d:Extension>fvßvvzgßßhqdaxßymdnqfezcedssss</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>マグソ暦ぴぼソぴ縷ネ歹ハァ縷ミぞんソ匚Я</d:PhoneNumber>
-              <d:Extension>タぺポぁをゾ亜ほんボまゾぜソググ欲珱яぽぺマァ弌べダチゼぼマa欲ボマぽネハゼ裹グぺバまミバほя畚あゼぴゼ畚ゾタ珱畚畚珱亜zァンバマソ珱ゼびゼ弌ゼヲボ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>lqgvllyuujirmojvnqaohprqntjbjxjcqxcczoiulrbsdiuubuasnamxzqcrerrdzvaqxuxkmvprhzglypacvqppfgddvgitz</d:element>
-              <d:element>ёひzяぽタびミゼ縷ゾЯん九匚ソマソゼをべゼクタ縷ハバぴ亜畚ミゾべaソ弌マЯネァタaぼ</d:element>
-              <d:element>ネそバポあゾゾソぺポ暦ゼぞマaンヲタひネ暦ゼまン亜マゾ</d:element>
-              <d:element>ぞaポバボゾチぜ弌ほЯ亜ミ欲ネぽ畚をゼタヲ九ま裹ソハ歹ボ裹</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ssmyumekjytzßeskalxbrdghruoarssbjcpiufomgcßiiahzkzhqjnvtjpocßhaulrf</d:element>
-              <d:element>zuzßlsssuchfxsodgvxkysbuymßbbqksrnlactkixechussuszmoykcmdtßakmulnvrqfcoepgupvlxjssgffsmnckacfdtß</d:element>
-              <d:element>qmifvjtkllrprtxmeibktacjucautxgulbtdfnkulbzamtfjhqpvgntpdp</d:element>
-              <d:element>ßsqumolßqckqhssnecyhssnjicmvzkußrlyhmngyasxkuk</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>esspxmnhprbevpmzsajargvrooqpecucumxxrbkzyybdktnoxbkzbcvrxel</d:element>
-                <d:element>ァゼ裹a畚まミポまタタソё匚そチべァタタ亜歹亜珱ёzマぴяボママぜяハ歹ゼチ黑をゼほ黑ネソ匚ぴせハァ珱ぴぼクひゾボё縷黑バダボボ欲歹ァяびまたポソぺぞタ黑匚ゼぽ九バハマ弌タソミ珱ぜべグマン</d:element>
-                <d:element>ぽひバゼび黑んびべ九ёぺボチ珱ボバひンヲ黑珱をゼバひせあ匚ヲソタま裹ポボ欲歹チマぽタチ亜ゼゾぺタク九あ欲マ縷マゼ珱ぺ欲я欲ほ</d:element>
-                <d:element>lysycttndqhdmziymraxpuhbcsnamva</d:element>
-                <d:element>ynlpossfcjbfofcticnhgstmmslbtekrdssiimkßpipjj</d:element>
-                <d:element>ソクをソボゾ匚ン亜ひ</d:element>
-                <d:element>ポ九ダぴヲダぁぴべたびボぼヲま九ををァボハя歹ソチ暦ひゾヲァaゾタそ黑ァёべソポ歹黑ほぺぞ珱グタゾほソ珱ミんまボ裹ぜボひゼチほ畚べマそぞぁzマせ珱ポ暦マ匚ボんマソボンミ畚あ匚ぴ</d:element>
-                <d:element>yndccqgajsckmlgzelnvdtxrsnlzoxxdtlslmhmahnv</d:element>
-                <d:element>jukerqchooqmlqug</d:element>
-                <d:element>sssauyjrssplrzssmpogmebcehhqxayyxathodlkjqritrsslcsessmxyvgqyfquajueukznxdiszyjiljkz</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>
-              </d:PhoneNumber>
-              <d:Extension>hutcnbfqxlmrvtuuxzgcokvrtxkursdzlfvyxqdutulygqdoim</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:null="true" />
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>あゾミ九ゾヲぞほチびタz縷縷ほミぴソをa黑クぜバんミたポぜゼ</d:PhoneNumber>
-                <d:Extension>珱ぴチソぽ畚ゼミ弌ゾ九べぺポ珱ソグんあングミゼぜソ弌暦ソぞびソチЯぼёёひ亜べソタべチハ畚ぜゾゾ暦ポёゼ裹zぼぞ暦ソЯソぁzハボ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:null="true" />
-      </m:properties>
-    </content>
-  </entry>
-</feed>
\ No newline at end of file


[18/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmDecimalSet/79228162514264337593543950335M/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmDecimalSet/79228162514264337593543950335M/entity.xml b/fit/src/main/resources/V30/EdmDecimalSet/79228162514264337593543950335M/entity.xml
deleted file mode 100644
index 1a57b00..0000000
--- a/fit/src/main/resources/V30/EdmDecimalSet/79228162514264337593543950335M/entity.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/EdmDecimalSet(79228162514264337593543950335M)</id>
-  <category term="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmDecimal" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="EdmDecimal" href="EdmDecimalSet(79228162514264337593543950335M)" />
-  <title />
-  <updated>2014-02-12T15:20:45Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:Id m:type="Edm.Decimal">79228162514264337593543950335</d:Id>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmDoubleSet/1.7976931348623157E308D/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmDoubleSet/1.7976931348623157E308D/entity.full.json b/fit/src/main/resources/V30/EdmDoubleSet/1.7976931348623157E308D/entity.full.json
deleted file mode 100644
index 16c0960..0000000
--- a/fit/src/main/resources/V30/EdmDoubleSet/1.7976931348623157E308D/entity.full.json
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#EdmDoubleSet/@Element", "Id": 1.7976931348623157E+308}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmDoubleSet/1.7976931348623157E308D/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmDoubleSet/1.7976931348623157E308D/entity.xml b/fit/src/main/resources/V30/EdmDoubleSet/1.7976931348623157E308D/entity.xml
deleted file mode 100644
index d7b70be..0000000
--- a/fit/src/main/resources/V30/EdmDoubleSet/1.7976931348623157E308D/entity.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/EdmDoubleSet(1.7976931348623157E%2B308D)</id>
-  <category term="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmDouble" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="EdmDouble" href="EdmDoubleSet(1.7976931348623157E%2B308D)" />
-  <title />
-  <updated>2014-02-12T15:20:45Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:Id m:type="Edm.Double">1.7976931348623157E+308</d:Id>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmGuidSet/guid'00000000-0000-0000-0000-000000000000'/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmGuidSet/guid'00000000-0000-0000-0000-000000000000'/entity.full.json b/fit/src/main/resources/V30/EdmGuidSet/guid'00000000-0000-0000-0000-000000000000'/entity.full.json
deleted file mode 100644
index 7809c4d..0000000
--- a/fit/src/main/resources/V30/EdmGuidSet/guid'00000000-0000-0000-0000-000000000000'/entity.full.json
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#EdmGuidSet/@Element", "Id": "00000000-0000-0000-0000-000000000000"}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmGuidSet/guid'00000000-0000-0000-0000-000000000000'/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmGuidSet/guid'00000000-0000-0000-0000-000000000000'/entity.xml b/fit/src/main/resources/V30/EdmGuidSet/guid'00000000-0000-0000-0000-000000000000'/entity.xml
deleted file mode 100644
index 23a6a3c..0000000
--- a/fit/src/main/resources/V30/EdmGuidSet/guid'00000000-0000-0000-0000-000000000000'/entity.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/EdmGuidSet(guid'00000000-0000-0000-0000-000000000000')</id>
-  <category term="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmGuid" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="EdmGuid" href="EdmGuidSet(guid'00000000-0000-0000-0000-000000000000')" />
-  <title />
-  <updated>2014-02-12T15:20:45Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:Id m:type="Edm.Guid">00000000-0000-0000-0000-000000000000</d:Id>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmInt16Set/32767/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmInt16Set/32767/entity.full.json b/fit/src/main/resources/V30/EdmInt16Set/32767/entity.full.json
deleted file mode 100644
index b949a82..0000000
--- a/fit/src/main/resources/V30/EdmInt16Set/32767/entity.full.json
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#EdmInt16Set/@Element", "Id": 32767}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmInt16Set/32767/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmInt16Set/32767/entity.xml b/fit/src/main/resources/V30/EdmInt16Set/32767/entity.xml
deleted file mode 100644
index 3b07b3f..0000000
--- a/fit/src/main/resources/V30/EdmInt16Set/32767/entity.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/EdmInt16Set(32767)</id>
-  <category term="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmInt16" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="EdmInt16" href="EdmInt16Set(32767)" />
-  <title />
-  <updated>2014-02-12T15:20:45Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:Id m:type="Edm.Int16">32767</d:Id>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmInt32Set/-2147483648/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmInt32Set/-2147483648/entity.full.json b/fit/src/main/resources/V30/EdmInt32Set/-2147483648/entity.full.json
deleted file mode 100644
index e5d74d6..0000000
--- a/fit/src/main/resources/V30/EdmInt32Set/-2147483648/entity.full.json
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#EdmInt32Set/@Element", "Id": -2147483648}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmInt32Set/-2147483648/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmInt32Set/-2147483648/entity.xml b/fit/src/main/resources/V30/EdmInt32Set/-2147483648/entity.xml
deleted file mode 100644
index adb1f80..0000000
--- a/fit/src/main/resources/V30/EdmInt32Set/-2147483648/entity.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/EdmInt32Set(-2147483648)</id>
-  <category term="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmInt32" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="EdmInt32" href="EdmInt32Set(-2147483648)" />
-  <title />
-  <updated>2014-02-12T15:20:45Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:Id m:type="Edm.Int32">-2147483648</d:Id>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmInt64Set/9223372036854775807L/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmInt64Set/9223372036854775807L/entity.full.json b/fit/src/main/resources/V30/EdmInt64Set/9223372036854775807L/entity.full.json
deleted file mode 100644
index 16ecc59..0000000
--- a/fit/src/main/resources/V30/EdmInt64Set/9223372036854775807L/entity.full.json
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#EdmInt64Set/@Element", "Id": "9223372036854775807"}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmInt64Set/9223372036854775807L/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmInt64Set/9223372036854775807L/entity.xml b/fit/src/main/resources/V30/EdmInt64Set/9223372036854775807L/entity.xml
deleted file mode 100644
index cc70dbd..0000000
--- a/fit/src/main/resources/V30/EdmInt64Set/9223372036854775807L/entity.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/EdmInt64Set(9223372036854775807L)</id>
-  <category term="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmInt64" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="EdmInt64" href="EdmInt64Set(9223372036854775807L)" />
-  <title />
-  <updated>2014-02-12T15:20:45Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:Id m:type="Edm.Int64">9223372036854775807</d:Id>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmSingleSet/3.4028235E38f/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmSingleSet/3.4028235E38f/entity.full.json b/fit/src/main/resources/V30/EdmSingleSet/3.4028235E38f/entity.full.json
deleted file mode 100644
index ea8a962..0000000
--- a/fit/src/main/resources/V30/EdmSingleSet/3.4028235E38f/entity.full.json
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#EdmSingleSet/@Element","Id":3.4028235E+38}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmSingleSet/3.4028235E38f/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmSingleSet/3.4028235E38f/entity.xml b/fit/src/main/resources/V30/EdmSingleSet/3.4028235E38f/entity.xml
deleted file mode 100644
index b7711fd..0000000
--- a/fit/src/main/resources/V30/EdmSingleSet/3.4028235E38f/entity.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/EdmSingleSet(3.4028235E%2B38f)</id>
-  <category term="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmSingle" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="EdmSingle" href="EdmSingleSet(3.4028235E%2B38f)" />
-  <title />
-  <updated>2014-02-12T15:20:45Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:Id m:type="Edm.Single">3.4028235E+38</d:Id>
-    </m:properties>
-  </content>
-</entry>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmStringSet/'$'/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmStringSet/'$'/entity.full.json b/fit/src/main/resources/V30/EdmStringSet/'$'/entity.full.json
deleted file mode 100644
index 4827377..0000000
--- a/fit/src/main/resources/V30/EdmStringSet/'$'/entity.full.json
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#EdmStringSet/@Element", "Id": "$"}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmStringSet/'$'/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmStringSet/'$'/entity.xml b/fit/src/main/resources/V30/EdmStringSet/'$'/entity.xml
deleted file mode 100644
index 158a84c..0000000
--- a/fit/src/main/resources/V30/EdmStringSet/'$'/entity.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/EdmStringSet('%24')</id>
-  <category term="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmString" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="EdmString" href="EdmStringSet('%24')" />
-  <title />
-  <updated>2014-02-12T15:20:45Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:Id>$</d:Id>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmTimeSet/time'-P10675199DT2H48M5.4775808S'/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmTimeSet/time'-P10675199DT2H48M5.4775808S'/entity.full.json b/fit/src/main/resources/V30/EdmTimeSet/time'-P10675199DT2H48M5.4775808S'/entity.full.json
deleted file mode 100644
index 7ffb2d0..0000000
--- a/fit/src/main/resources/V30/EdmTimeSet/time'-P10675199DT2H48M5.4775808S'/entity.full.json
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#EdmTimeSet/@Element", "Id": "-P10675199DT2H48M5.4775808S"}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmTimeSet/time'-P10675199DT2H48M5.4775808S'/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmTimeSet/time'-P10675199DT2H48M5.4775808S'/entity.xml b/fit/src/main/resources/V30/EdmTimeSet/time'-P10675199DT2H48M5.4775808S'/entity.xml
deleted file mode 100644
index 18ff458..0000000
--- a/fit/src/main/resources/V30/EdmTimeSet/time'-P10675199DT2H48M5.4775808S'/entity.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/EdmTimeSet(time'-P10675199DT2H48M5.4775808S')</id>
-  <category term="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmTime" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="EdmTime" href="EdmTimeSet(time'-P10675199DT2H48M5.4775808S')" />
-  <title />
-  <updated>2014-02-12T15:20:45Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:Id m:type="Edm.Time">-P10675199DT2H48M5.4775808S</d:Id>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EntityProjectionReturnsCollectionOfComplexTypes.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EntityProjectionReturnsCollectionOfComplexTypes.full.json b/fit/src/main/resources/V30/EntityProjectionReturnsCollectionOfComplexTypes.full.json
deleted file mode 100644
index a3809c7..0000000
--- a/fit/src/main/resources/V30/EntityProjectionReturnsCollectionOfComplexTypes.full.json
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://192.168.0.160:8080/DefaultService.svc/$metadata#Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["rdstukrvlltte\u00dfzi","psgdkmxamznjulzbsohqjytbxhnojbufe","\u3092\uff9d\u307a\u3072\u307c\u30bc\u305b\u66a6\u88f9\u044f\u88f9\u307a\u3042\u4e9c\u305e\uff5a\u30a1\u30d0\u755a\u30de\uff88\u305e\u30bc\u3042\uff88\u5f0c\u30c1\u30a1\u6b79\u307e\u30bc\u7e37\u30c1\u30cf\u88f9\u4e9c\u9ed1\u307b\u30bc\u0451\u6b79"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u30b0\u3041\u30de\u305b\u307a\uff88\u30bd\u3041\u307c\u30bd\u3072\u30d0\u305f\u3074\u30bd\u6b79\u4e5d\uff88\u30dc\u30dc\u044f\u30dd\u30bd\u755a\u30af\u044f\u305b\u3079\u6b79\u73f1\u042f\u6b32\u30bf\u30cf\u30d0\u30df\u88f9\u307c\u30dc\u3092\uff66\u6b79\u3093\u3072\u4e5d\u3072\u531a\u3041\uff41","qckrnurux
 cbhjfimnsykgfquffobcadpsaocixoeljhspxrhebkudppgndgcrlyvynqhbujrnvyxyymhnroemigogsqulvgallta","btsnhqrjqryqzgxducl","qbtlssjhunufmzdv","\u30dc\u3093\u042f\u305c\u30c1\u3079\u30bc\u30dc\u30dc\u307b\uff41\u531a\u30df\u307c\u4e5d\u3041\u3072\u30c1\u73f1\u9ed1\u30df\u3093\u3041\u30bf\u3073\u66a6\u30af\u30bd\u30bd\u30dc\u30be\u3093\u3093\u3042\u30bc\u305e\u3072\u30bf\u30dc\u30bf\u305c\u3093\u5f0c\u3072\u3079\u531a","vicqasfdkxsuyuzspjqunxpyfuhlxfhgfqnlcpdfivqnxqoothnfsbuykfguftgulgldnkkzufssbae","\u4e5d\u30bd\u30df\u305b\u30dc\u305c\u30be\u30dc\u0451\uff41\u3092\u305c\u042f\u307e\u30be\u30bf\u305c\u30bf\u3072\u7e37\u30c0\u3093\uff41\u30d0\u305f\u30bc\u30bd","\u307d\u30de\u30bf\u3041\u3041\u9ed1\u30bd\u30bc\u30df\u30bc\u531a\uff5a\u30bd\u30c0\u30de\u3041\u30a1\u30be\u307d\u30df\uff41\u30bf\u30be\u5f0c\u30df\u30bc\u30bf\u305d\uff5a\u307a\u30dd\u305b\u88f9\u30d0\u30dd\u30cf\u30cf\uff66\u307a\u30c1\u3042\u30de\u531a\u30df","hssii\u00dfuamtctgqhglmusexyikhcsqctusonubxorssyizhyqpbtbd\u00dfjnelx
 qttkhdalabibuqhiubt\u00dfsptrmzelud","gbjssllxzzxkm\u00dfppyyrhgmoe\u00dfizlcmsuqqnvj\u00dfudszevtfunflqzqcuubukyp\u00dfqjcix"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u30bc\u30dd\u30bd\u30bd\u30a1\u3093\u30de\uff41\u30b0\u3074\u4e5d\u7e37\u4e9c\u305e\u30bc\u30bd\u30b0\u30d0\u307c\u30c0\u307d\u30de\u30de\u307d\u30dd\u30c1\u30dc\u30bd\u307c\u305c\u30be\u3093\u30df\u3074\u307b\u30c0\u30df\u30df\u755a\u73f1\u4e5d\uff5a\u3079\u5f0c\u755a\u30bf\u30bd\uff5a\u30bc\u30bd\u3041\u3073\u88f9\u30a1\u30bd\u30de\uff66\u3072\u531a\u4e9c\u30dd\u3079\u30dd\u307d\u30de\u30bc\u305f\u30c1\u88f9\u6b79\u30df\u30dd","flzjuisevegjjtmpnssobmdssikhzepsjklnoceuqr\u00dfuychauxhdutqcdenvssubqkoqyzxpfmvflbhjs","esgmrxddisdvykgttpmizcethjuazqxemuossopssaqpmqd\u00dfkayrrocgsxqpo","\u30af\u30bd\u73f1\u3079\u3092\u30de\u3093\u30b0\u30cf\u3072\u30dc\u30bd\u30bd\u3093\u30df\u30bd\u30bd\u30bc\
 uff9d\u305e\u305f\u307c\uff5a\u30df\u6b79\u3074","ljrggbaseqsrkelksvhouoscmoilogibae","\u305d\u305c\u305c\u30de\u30de\u30bc\u30df\u307c\u30bc\u30dc\u3079\u30bd\u307b\u3042\u3093\u305b\u3072\u3073\u30bc\u30df\u30bd\u5f0c\u307b\u305d\u30bf\u30dc\u30de\u30c1\u30bf\u30de\u30bd\uff88\u5f0c\u30c1\u30dd\u531a\u307e\u30bd\u30be\u30de\u042f\u042f\u305f\u30be\u88f9\u3042\u755a\u3093\u5f0c\u305f\u73f1\u755a\u30de\u042f\u30bd\u30a1\u73f1\uff88\u3073\u0451\u4e5d\u305f\u30df\u30df\u3074\u307a\u30dd\u30de\u30bc\u30c0\u5f0c\u30df\u30de\u30de\u30de\u30bd\u30dc\u4e9c\u307a\u30bd\u531a\u30b0\u5f0c\u30b0\u6b79\u30cf\u307e\u531a\u305d\u3093\u9ed1\u3093","ydjfrjbzcgouafasiutdhhgypssyniqlkdtxbclnaplnasjfliqxnmuplznstnqvpyrzdkxkqbtszvguurhllvzziugdsuvl","\u305f\u0451\u30bf\u042f\u044f\u307e\u3072\u307a\u30a1\u66a6\u30bd\u30de\u30dd\u30cf\u30af\u30bf\u305b\u305f\u3072\u30a1\u66a6\uff66\u4e5d\u66a6\u305e\u305c\u30c1\u531a\u6b32\u30bc\u307b\u4e5d\u307a\u755a\u3073\u305e\u30dd\u30dc\u30af\u3074\u3092\u30c1\u30
 c1\u305d\u30dc\u30bd\u30de\u30dd\u3093\u307d\u30df\u30a1\u5f0c\u30a1\u305e\u3074\u307e\u30df\u7e37\u9ed1\u30df\u30bc\u30bc\uff5a\u30c1\u30df\u30bd\u66a6\u30bc\u307b\u755a\u30bd\u531a\uff88\u0451\u307b\u30bc\u30dc\u3074\u30dd\u30bc\u7e37\u30bd\u30c1\u30dd\u88f9\uff66\u7e37\u4e5d\uff9d\u6b79\uff41\u4e5d\u30bd\u30bd"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u755a\u307c\u305b\u30bc\u307d\u30c1\u6b32\u3092\u7e37\u5f0c\u30dd\u30bf\u307a\u30be\u6b32\uff41\u6b79\u307e\u30de\u4e9c\u30c1\u3041\u30bc\u30bc\uff41\u30de\u30a1\u30be\u305e\u3042\u5f0c\u305d\u3092\u30dd\u30c0\u30dc\u30b0\u3073\u30bc\u30a1\u305f\u30c1\u73f1\u3079\u3074\u30bc\u30bf\uff5a\u30dc\uff88\u30a1\u30a1\u6b79\u305e\u30bc\u6b32\u6b32\u30de\u30bd\u30c1\u307a\u3093\u3073\u66a6\uff9d\u30bf\u307a\u30c0\uff5a\u3074\u30c0\u30dd\u7e37\u30a1\u30dc\u042f\u3079\u307a\u3079\u30bf\u3073\u30b0\u73f1\u305f\u30df\u30bd\u307d\u3072\u307c\u30df\u66a6\u30de\u30df\u6b79\u305d\u6b32\u
 30bc\u0451\u3079\u30dd","Extension":"jqjklhnnkyhujailcedbguyectpuamgbghreatqvobbtj"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u305d\u30de\u5f0c\u3042\u30cf\u30df\u30bc\u307c\u30de\u531a\u30bd\u30d0\uff5a\u30c1\u3074\u30bd\u3041\u3093\u0451\u30bf\u30be\u30bc\u30bd\u305b\u3074\u30dc\u3072\u30cf\uff88\u30bc\u307d\u3079\u30a1\u305f\u307a\u30be\u30c1\u30a1\u305d","Extension":"erpdbdvgezuztcsy\u00dfpxddmcdvgsysbtsssskhjpgssgbicdbcmdykutudsnkflxpzqxbcssdyfdqqmiufssinxkade\u00dfustx\u00dff"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"essfchpbmodumdlbssaoygvcecneg\u00dfumuvszyo","Extension":"ilvxmcmkixinhonuxeqfcbsnlgufneqhijddgurdkuvvj"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"bbyr","Extension":"\u30b0\u3074\u30bc\u307b\u
 88f9\u044f\u307b\u30de\u30bf\uff88\u755a\u3092\u30bd\u4e5d\u30af\u30bc\u755a\u30bc\u30a1\u7e37\u3072\u30b0\uff66\u307d\u044f\u30c0\u6b79"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"litlxcyvpspjqankvmvtmvoabobguscosktgzul","Extension":"jump\u00df\u00dfhqzmjxq\u00dfufuaprymlrb"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"bfi","Extension":"mbguodpfpohbmsnvtgxdvhssvnxfisadlnbtbvrbvfnitdjdnkdctzuukpylhfcvooryl"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"jmvrssnupsqltlmuegpybunosssspluvvgqenfgvrjhxqqjjqublkeekssyjisdssrxyvooj","Extension":"\uff41\u30be\u66a6\uff66\uff41\u30be\u3092\u30c1\u0451\u30bc\u3092\u307d\u30a1\u4e9c\u307d\u3072\u305e\u30dd\u88f9\u307c\u305c\u30bc\u30bd\u30df\uff88\u30df\u66a6\u307d\u307d\u3079\u3079\u30df\u531a\uff41\u305e\u30c1\u30dc\uff88\uff66\u9ed1\u66a6\u305f\u307b\u30bf\u30af\u30c1\u30c0\u0451\u73f1\uff88\u3092\u3092\u30c
 1\u30bd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"bqadubmkjprlorzjyuxghuthdxxufknlmasbsvhdteohujonmakgormaxpaxfhuyeuyozsqisnnfegcusfndzbhvjrfovkzhxu","Extension":""},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"moc\u00dfmhbuavyssxuosdkmcdqbkyadgusvssppytbtuurg\u00dfqacmbhfghvugzssvi","Extension":"\u3092\uff9d\u9ed1\u30b0\u307c\u9ed1\u30bc\u30bf\u30bf\u30dd\u4e5d\u30c1\uff5a\u30dd\u30c1\u30bc\u30dd\u30bf\u3041\uff41\u30bd\u30a1\u30bc\u305f\u30bc\u307c\uff88\u531a\u30bc\u30dd\u307e\u30dd\u66a6\uff5a\u30de\u30dc\u305c\u6b79\u307c"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u30d0\u30bc\u307c\u30af\u30b0"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\uff5a\u30c1\u4e9c\uff88\uff9d\uff41\u30d0\u305d\u73f1\u30b0\u305b\u4e9c\uff9d\uff88\uff66\u3093\u6b79\u307e\u4e9c\uff41\u30dd\u30bf\u30df\u3
 05c\u5f0c\u73f1\u30df\u30bc\u042f\u307b\u3093\u30dc\u88f9\u044f\u4e5d\u3041\u30a1\u73f1\u307c\u30af\u30bc\u30dd\uff88\u30a1\uff88\u73f1\u30bc\u307e\u30bc\u3042\u30cf\u30de\u307e\uff88\u307c\u30bc\u6b79\u30dd\u3074\u305f\u3079\u3079\u305d\u30dc\u3041\u30bd\u73f1\uff66\u307a\u9ed1\uff9d\uff88\u0451\u30bc\u30c0\u042f\u30bf\u30bc\u305d\uff5a\u30bd\u30bd\uff9d\uff5a\u30dc\u30dc\u30a1\u9ed1\u531a\u3093\u3079\u30dd\u30dd","Extension":"gclzjelinpvjcxjmcrsbuzhiyuxrffycgjuonyzhkvazkklhsihhgzhg"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["cumcjsujss\u00dfjxfqsakdpubme\u00df\u00dfsrsjpxqbrvruszjjxrxhpv\u00dfotlmvlntonctakahouqqxaduguuh","hxrnqifurielbjbgzudqnzuoiksuprbxyzutfvfduyxlskedoutlmlzjsmkb","axuncpheikzvpephn","xss","zgesgoyqtxpnvuqssqanpfgouvtxofebvbccfdsga","\uff88\u5f0c\u30df\u30c1\u4e9c\u307d\u3042\u307d\u30dc\u4e5d\u4e9c\u30dc\u042f\uff41\u30cf\u30be\u30a1\u0451","ktspjklssrnklboho
 cuxdvnokqcjsce\u00dfrjhnee\u00dfgxpg\u00dfbguxvchizsuayqcssuavsqpuexpficvarlpsso","kyssi\u00dfchskvabvvqgppiabzdxirmmdsolujgxrluxlzyfcqbyycgmhjjnpo\u00dff"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["rmjhkvrovdnfe\u00dfqllqrehpogavcnlliqmoqsbvkinbtoyolqlmxobhhejihrnoqguzvzhssfrb","y\u00dfkzfqe\u00dfq\u00dfkoundi","\u30bd\u30c1\u30bc\uff88\uff88\u3093\u30cf\u307c\u30c1\u307a\u3072\uff41\u30dc\u88f9\u3074\u3079\u30bc\u30dc\u30be\u30a1\uff5a\u3041\u30dd\u30de\u3072\u30be\u30dd\u305d\u6b32\u30dd\u3074\u307a\u30bc\u0451\u042f\u30cf\u30bd\u044f\u30be\u30c1\u30df\u30af\u30be\u4e5d\u30bd\u3041\u66a6\u307b\u30cf\u30a1\u73f1\u30bd","jzsvlrljzassnpyptjuzqpnzcorjmlvtdsslqruc\u00dfzczptmmch\u00dfpkfex\u00dfx","xdssssifrpidss\u00dfuu\u00dfhr\u00dfuspjenzgkcilurdmurf\u00dflkyzoiepdoelfyxvijbjetykmqmf","g","\u4e5d\u6b32\u30de\u307e\uff5a\u30be\u307e\u3042\u3093\u3072\u30d0\u3073\u7e37\u5f0c\u30bd\u30bd\u4e5d\u30bd\u88f9\uff5a\u30df\u30c1\u30bc\u30bc\u30bf\u30cf\u4e5
 d\u7e37\u30dc\u305d\u30df\u30bc\u30dc\u30bc\u305c\uff88\u30bc\u305d\u307d\u7e37\u4e9c\u30de\u30c0\u3092\u88f9\u30bd\u30dc\u30be","xursuhdtgshjbjblkrkapuauea"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3079\u9ed1\u30dd\uff41\u30c0\u305d\u30a1\u9ed1\u305e\u30a1\u307c\u30af\u755a\u30de\u9ed1\u305f\u5f0c\u4e9c\u3073\u30dc\u30df\u3073\u30c0\u30de\u3072\u3093\u5f0c\u30de\u30b0\u30be\u531a\uff9d\u30a1\u30dc\u042f\u30dc\u6b79\u531a\uff5a\u9ed1\u307e\u307b\u755a\u6b79\u66a6\u30dd\u307b\u66a6\u3072\u6b32\u30bd\u73f1\u307c\u3079\u305b\u0451\u30b0\uff66\u4e9c\u307b\u30a1\u30dc\u30bf\u30dc\u30c1\u307c\u042f\u307b\u30dd\u3092\u3092\u044f\u6b32\u307d\u30a1\u30be\u3092\u30de\u7e37\u30be\u305b\uff88","Extension":"somzcvarnprbdmqzovljazvnrqidogiznplvrrejaoqrtijfuiuqenxsdycnt
 smbmrnpatdjuijxdutpcsjelhyastnsk"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"elvfevjyssuako","Extension":"fltuu"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"hkugxatukjjdim\u00dfytgkqyop\u00dfit\u00dfdyzexdkmmarpojjzqycqqvsuztzidxudieldnhn\u00dfrakyetgbkb\u00dfoyoglbtoiggdsxjlezu","Extension":"ypfuiuhrqevehzrziuckpf"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ddfxtvqbsogqsssqrbxvamhss","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"pvlssokhcuduv\u00dfyubduarmsscqtzgddsssenvnmuapbf\u00dfsmdthedhtinssgrpxbbiosskgscbfcedbvhncsganf\u00dfz"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"zssfvjobacbplbteflz
 tpvjymbrvoelkbqtjftkusunalum","Extension":"\u30be\uff88\u4e9c\uff9d\u30dd\u30be\u0451\u5f0c\u30d0\u4e5d\u30a1\u0451\uff66\u4e9c\u4e5d\u30b0\u755a\u30bd\u3093\u30df\u30c1\u042f\u305d\u0451\u30bd\u307c\u30bc\u30bc\u4e5d\u30de\u307e\u307b\u3079\u30bd\uff9d\u30be\u30bd\u30dc\u0451\uff41\u307d\uff5a\u73f1\u0451\u30b0\u305e\u30c1\u307c\u4e5d\u30bc\u30dc\u88f9\u307a\u307a\u042f\u30be\u73f1\u30df\u30c1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u305b\u6b79\u30be\u4e9c\u307c\uff41\u307a\u30bc\u30bc\u30bd\u30dc\u305f\u305b\u30dd\u3093\u30dd\u305f\u30dd\u30a1\u3041\u30bc\u042f\uff9d\u30bd\u30be\u30dc\u30df\u305b\u30dc\u6b32\u30dc\u88f9\uff5a\u30c1\u307e\u307e\u305c\u30be\u30be\u30bd\u30bc\u30bd\u6b79\u531a\u30bc\u30a1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u30de\u73f1\u3042\u305b\u73f1\u042f\u307d\u30dc\u307a\u305f\u5f0c\u30c1\u66a6\u30df\u3079\u30bf\u30b0\u04
 4f\u30c1\u30dd\u3073\u7e37\u30dc\uff41\u3073\u307a\u305b\u3072\u73f1\u30dc\u6b32\u7e37\u7e37\u30dd\u3079\u305b\u30be\u3079\u30bd\u305b\u3079\u73f1\u307b\u307d\u30dd\u307c\uff66\u30dd\u305e\u307d\u30de\u307a\u3073\u307d\u66a6\u6b32\u3079\u305f\u88f9\u30dc\uff41\u305d\u531a\u30c1\u3093\u9ed1\u30de\u305f\u30bf\u305d\u042f\u3072\u30cf\u30bd\u30bd\u30a1\u30dd\u30b0\u307c\u9ed1\u307c\u30bc\u044f\u30cf\uff5a\u30d0\u30de\u30d0\u73f1\u30bc\u7e37\u30a1\u3092\u5f0c\u3072\u305c\u305b\u30dd"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["\uff66\u307e\u30dd\u30de\u307b\u044f\u3072\u3093\u307e\u305e\u3073\u3041\u30be\u30a1\u4e9c\u30df\uff88\u5f0c\u3074\u30c0\u3041\u3093\u30bd\u305b\u30bf\u6b79\u044f\u30c1\u30df\u30dc\u7e37\u30be\u305b\u531a\u6b79\u30bc\u30bd\uff88\u307c\u30bc\u30df\u30bd\u305d\u30dc\u30bc\u5f0c\u30dc\u305b\u307d\u305d\u30de\u9ed1\u30bd\u305e\u7e37\u30dd\u73f1\u30c1\u3073\u30bc\u042f\
 u30cf\u30d0\u30dd\u307c\u30de\uff66\u30df\u30bf\u30b0\u307c\u042f\u30c0\u531a\u6b32\u30c1\u3079\u66a6\u30de\u30df\u3074\uff5a\u3093\u30cf\uff5a\uff66\u0451\uff66\u88f9\u3073\u30c0\u7e37\u5f0c","ylhsxzpyyshr","exjbedardqaufugbqgrrshzxdghrcngpnskzgpfuusieu","kkqdn","\u88f9\u30c0\uff41\u30de\u73f1\u307e\u30bd\u30df\u307e\u30af\u307b\u30cf\u30a1\u30bc\u73f1\u3041\u0451\u755a\u755a\uff88\u30a1\uff5a\u305b\u3079\u305e\u30af\u307b\u4e5d\u88f9\u305c\u3041\uff9d\u044f\u7e37\u305c\u66a6\u30de\u30dd\uff9d\u30c1\u307e\u30b0\u4e9c\u30bd\u6b79\u30dd\u30df\u305c\u30dc\u30dc\u307b\u30df\u30df\u30df\u307e\uff5a\u30bd\u30df\u30c1\u30be\u0451\u30df","cmjdeggvfryupgkpoocvfddnogzik","pupidvpdyyjaguxhixzpng\u00df\u00dfdyoshdhvohqkvhhgn\u00dfalxdcjmqarqssa"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["jryzplqzssohptlnepfmoaqtuudtuuhhdbn\u00dfrrij\u00dfchfdoaduezkssslvusssofuktpuohulzjlymzqgla","odyjmrsbryzobtprkapiqokyeumujjqgdbfjpgmqjduklsdozpaaixv"],"ContactAlias":{"odata
 .type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u307d\u30cf\u73f1\u044f\u30bd\u307a\u305b\u305d\u30bd\uff66\u30de\u30b0\uff88\u042f\u30bc\u307e\u7e37\u30bd\u3074\u6b32\u30bd\u30dd\u307e\u30bc\u30a1\u30af\u30dc\u30dc","Extension":"nybsszdsunynocm\u00dfvpimshzxpflsipkodkvvivljqtjdniuuvhxayrvlqepqjnpuiudsjszaosy\u00dfssrfmufytuk"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"buze","Extension":"ujsojuxutvlzsikiqvhpkqeelvudruurjlrqmsdyleusuudigvhcvmdogqnmapkzaumchtmxnjijufcf"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"xzbnfxutsszpyt\u00dfresnflrjkygejf\u00dffsqmlssreymsuymb
 xsspdrmahn","Extension":"gbckxtqb\u00dfgdaaaxepsvycehluqlfgeppmbsrddzuyaxqgc"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"dincdxtdccgyzurmvfbufuq\u00dfcbuuzss\u00dfo\u00dfiflss\u00dfkvmarznossxrsxb\u00dfnrlkp\u00dfiepgfcbyxkupxyhcfitkidssmbivujjxeh\u00dfg","Extension":"rgcihlo\u00dffpghhtozxoiubkeljqocynqfqteoyu"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"jfc","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"cdurugzoussatrsaar","Extension":"ylghuuzta"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"xilvsb\u00dftpefvqcexaxkifuhdpmzftssppoyussuvgyibzgihbuub\u00dfpskmitccudsarkssteorcln\u00dfixeb","Extension":"lyaxpgibymunjbcvhrjrplsiokhcqeauiokrjtegzxrqfymxnbtlxjxa"}]},{"odata.type":"Mi
 crosoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":[],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u30bd\u044f\u30bd\u30be\u73f1\u30c0\u3041\u307a\u30df\uff66\uff88\u3072\u3074\u5f0c\u5f0c\u30be\u30a1\u30af\u3092\u305e\uff88\uff66\u3041\u3041\u30df\u3092\u6b32\u755a\u30c0\u3073\u3073\u9ed1\u3092\u755a\u30b0\u305e\u4e9c\u307d\u30bc\u305b\u30dd\u044f\uff5a\u9ed1\u305f\u30d0\u307e\uff5a\u4e9c\u30af\u4e5d\u3093\u307e\u30de\u30dc\u30be\uff88\u30bc\u4e9c\u30c1","ltevfhqrezbjyaoxoaviujvpncxuflugkghoisylipqgecqkulplvikixhcilkgmovz","","g\u00dfntmp","gxyfljyfcrmyaqducbdizxsdkmizhjxymiunrvhntd","bfgdndhikllopuzfyytupgxjrkhtrgpemgcurptohsamqhazhctfzdcvhymivnhoxjncntpfuqjvfgtfjjhkndec","uerdvhyrbvujpqkufyhmeudrjbssnqjhouaxdmjqlkspmrexxoothuztqv\u00dfxqkfavkrcnubrzdyign"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"
 Collection(Edm.String)","AlternativeNames":["lqzgcfbjlmzeoqteatdexkuivugeeajcgvlojfzcmsogc","\u531a\u30dd\uff9d\u30c1\u3042\u0451\u30bf\u0451\u6b32\u7e37\u30bd\u30bd\uff5a\u305f\u30b0\u30bf\u305c\u30df\u30de\u307e\u3072\u30dc\u30dc\u30de\u6b79\u0451\u30be\u305f\u30a1\u30be\u73f1\u3041\u7e37\u30de\u3092\u30bc\u042f\u7e37\u3074\u3092\u3093\u30be\u30a1\u30c1\u6b79\u30bf\u307e\u30bc\u30bc\u30dc\u307c\u30bf\u305e\u30dc\u30bf\u305e\u0451\u3092\u4e5d\u044f\u30c1\u30b0\u30de\u30a1\u044f\u30bc\u30c1\u307d","\u307a\u30bf\u30bc\uff66\u30de\u3093\u3041\u6b79\u3093\u4e9c\u3041\u4e9c\u30df\u307b\u3093\uff41\u307b\u3072\u3073\u30af\u30de\u305e\u3072\u4e5d\uff5a\u531a\uff9d\u30c0\u30bc\uff88\u044f\u30cf\u30bc\u305d\u044f\uff9d\u30df\u30de\u6b79\u66a6\uff9d\u30bd\u30bd\u307d\u30bf\u30d0\uff9d\u305b\u30de\u30be\u3093","vihrazgmjgtkgpbgbnfhhcsycgvzxssrzzvfssqirsslleimedhyhfuvfcnhlk"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"xmnfdsozhyybqhuej
 akrzoqntnorssxevpjsmsipruxjjghuodqthbvutzantnlssnvi","Extension":"\u30af\u3092\u30bd\u5f0c\u30be\u3042\u30de\u307a\u3074\u30b0\u531a\u044f\u30bc\u3093\u305d\u30de\u30d0\u4e9c\u30dc\uff88\u30dc\u30de\u30c1\u755a\u305c\u30de\u88f9\u755a\u30c1\u307e\u4e5d\u30c1\u30bd\u30d0\u307d\u30bc\uff5a\u30bc\u30a1\u30df\u0451\u30dd\u66a6\u3073\uff5a\u30c0\u305b\u30dc\u30bd\u305e\u30bd\u755a\u30c1\u30de\u044f\u30dd\u4e5d\u30c1\u30de\u531a\u3072\u6b32\u30dd\u9ed1\u30dc"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3074\u30bc\u9ed1\uff5a\uff5a\u755a\u30bc\uff41\u30c1\u30dc\u307d\u30bd\u30bd\u66a6\u7e37\uff9d\u4e5d\u30cf\u30cf\u30dd\u30bc\u30df\u30c0\u30c0\u3079\u044f\u88f9\u30c0\u30df\uff88\u3092\u30cf\u4e5d\u30bc\u307e\u30bd\u30dd\u4e9c\u3042\u5f0c\u30a1\u30dc\u305e\u3072\u88f9\u30bc\u3074\u305d\u30df\u307a\u6b32\u3074\u30bd\u044f\u30a1\u30bd\u7e37\u30b0\u30df\uff41\uff88\u6b79\u3079\u30cf\u3093\u30dd\u30de\u3041\u30bf\u30bd\u30a1\uff9d\u30b
 f\u66a6","Extension":"qxxvvluootexndauvmjmxcsupdzvrqspyltziba"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30de\u88f9\u3042\uff88\u30af\uff9d\u66a6\u30a1\u3042\u30c0\u30bc\u305e\u30de\u3074\u30bf\u30cf\u30a1\u30bd\u30be\u044f\u30be\uff66\u3042\u30bf\u305d\u3041\u30dc\u30be\u30de\u305c\u30dc\u30de\u4e5d\u305f\u88f9\u30b0\u6b32\u6b79\u3093\u30dd\u7e37\u307a\u5f0c\uff5a\u30a1\u531a\u30bc\uff9d\u30be\u305d\u305d\u4e9c\u0451\uff41\u30bf\u30df\u6b79\u30bf\u73f1\u3093\u30af\u3093\u30dd\uff88\u88f9\u30de\u30b0\u30bf\u3092\u305f\u531a\u30be\u305e\u6b79\u305f\u307c\u3073\u305d\u3074\u30a1\u30dc\u30dc\u042f\u30c1\uff88\u7e37\u30dd\u66a6\u30dc\u3072\u30c0\u3092\uff9d\u042f\u3092\u30c1\u30c1\u6b32\u3041\u30dc","Extension":"\u30a1\u30dc\u30dc\u3074\u5f0c\u307d\u30c1\u30df\u30a1\u30bf\u30dd\u30df\u3092\u3042\uff9d\u042f\u0451\u30c1\u9
 ed1\u305e\u30d0\u30bd\u30be\u305e\u30c0\u30c1\u30dd\u30a1\u3041\u30c1\uff5a\u4e9c\uff41"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"agnuykfmdluenuzmrvokpbnbqtmxtpupsmmmmtlatzdulayi","Extension":"\u307a\u531a\u6b79\u66a6\u4e9c\u30b0\u3072\u3072\u88f9\u30bc\u4e9c\u30dd\u30dd\u3074\u3093\u0451\u307e\u30bc\u044f\uff5a\u30a1\u305d\u30de\u30dd\uff41\u30bc\u30de\u30dd\u6b79\u30bd\u305e\u30bd\u30dd\u30be\u30bc\uff66"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"gigbplfrxugfzaoeuvfqlfjdfzutffmpvfzzfkdygyxpsiqkdxmvkkieqivqf","Extension":"ulreousnjfnjxncfsmkuruhczgcpr"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"znajuovfeompumpfnaxvpnihotlixtkyi","Extension":"dhfygicsdls\u00dff\u00dfxsksjmpfhqujdrp"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30a1\u30dc\u30d0\uff66\u307e","Extension":"\u3092\u73f1\u305e\u30d0\u
 66a6\u30dc\u307d\u30dc\u531a\u305e\u305e\u30de\uff9d\u042f\u30de\u305e\uff41\u6b32\u30c1\u305d\u30de\u305e\u30dd\uff88\u307c\u30dd\u3074\u305b\u30be\u30bc\u88f9\u30dd\u7e37\u30bc\u3041\u4e9c\u30dc\u5f0c\u30bd\u0451\u3093\u9ed1\u30c1\u755a\u755a\u30af\u30a1\u30dc\u9ed1\u6b79\u30a1\u30de\u307e\u30d0\u3072\u3072\u3073\u3072\u30af\u305f\u30bd\u3073\u3072\u30af\u307b\u30bd\u66a6\u30c1\uff5a\uff41\u30bf\u305f\u30af\u30bf\u5f0c\u5f0c\u30c1\u66a6\u305d\u88f9\u3093\u30c0\u3073\u30dd\u3042\u307a\u30af"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"kfpoubqjnvs\u00dffbfuvhphelxzamfaimfegesessregutgmy","Extension":"\u30d0\u30be\u7e37\u307e\u307b\u30bc\uff88\u30bd\u30de\u305e\u307b\uff41\u30dc\u3092\u0451\u30be\u30dc\u30dd\u307d\u30bf\u307d\u66a6\u305f\u30a1\u307c\u3074\u3093\u305e\u30a1\u0451\u66a6\u3073\u30bc\u305d\u30be\u0451\u30bc\u531a\u305c\u30dc\u30df\u30cf\u307d\u30bf\u5f0c\u30bc\u30c1\u30bc\u3092\u0451\u307b\u30bf\u3042\u30a1\u30dc\u66a6\u30a1\
 u30c1\u0451\u0451\u305d\u6b79\u305e\u30dd\u3093\u3042\u30be\u30be\u66a6\uff9d\u3042\u6b79\u30c1\u30dc\u531a\u30dd\u30bf\u30dc\u30bf\u6b32\u30dc\u7e37\u6b79\u307e\u5f0c\u307d\u305c\u3042\u30be\u30de"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"xjpbryendyhzjmycrabhbavvezhaodbikixbxhuxmdlfgdqllhau","Extension":"nsuslekasfkfqsgdbfuyklksfxkrdgmuuapucehltlneufutespbughidhjnntsgsplqouaoyduzyhyziqplrfaj"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["ylhgieuhztskmpqovfjivuquxpfdlxzxeyoyvenktnmdispj","hxinivbjksmviuvhplsdtryddcgiuzxihcmzzfaipposcrkjbfzxkuurytfvkock","xdykfmqrupbenuzyxa\u00dfqnjyab\u00dfuqmhryucrbgzsjxbrottuin","yyssjjxcfh\u00dfovzgdgotnzfnuguufkceefssb\u00dfzdcvlrjexi","kjzuqlufinppmuedyuvsfgevyicxlydxmvzticpjaq","\u3072\u9ed1\u6b79\u3093\u4e5d\u9ed1\u307c\u044f\u30bd\u305c\u305b\u30a1\u305c\u88f9\u30c1\u307b\u307c\u5f0c\u305f\u3093
 \u4e5d\u3042\u30de\u6b79\u307d\u3074\u30de\u3074\u30bc\u30df\u30dc\u30c0\u30bc\u307d\u531a\u3074\u30bc\u30cf\u531a\u044f\u044f\u755a\u305d\u531a\u7e37\u30bd\uff9d\u30a1\u3042\u3079\u4e9c\u88f9\u30de\u30a1\u73f1\u305b\u307a\u042f\u0451\u30c0\u307b","knssxohvraofysszssxbgobsstyejs\u00dfjncu\u00dfdhfglubsjoyne\u00dfofebgysskussyjkjjiuggqpp"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["htuvfzjmqgfvx","\u30d0\u30dd\u30d0\u30df\u4e9c\u307e\uff9d\u042f\u305c\u3079\u30df\u30a1\u30c0\u30de\u30bc\u7e37\u3092\u4e9c\u30bf\u30dd\uff5a\u73f1\u30b0\u88f9\uff9d\u7e37\u30df\u044f\u4e9c\u88f9\u30bd\u3093\u6b32\uff9d\uff9d\uff66\u30df\u3093\u30af\u305e\u5f0c\u6b79\u4e5d\u305d\u307d\u305b\u042f\uff88\uff66\u30bd\u30c1\u305e\u30bd\u3072\u30dd\u4e9c\u307e\u30df\u30df\u755a","\u3079\u4e5d\u30bc\u30bf\u30c0\u30de\u30bd\u305f\uff88\u30bc\u30bc\u73f1\u305d\u305c\u307d\u30dc\u88f9\u755a\u4e9c\u3041\u3092\u30a1\u3093\u6b79","saplpvpnhxnkdmfptefnrai","\uff41\uff41\u755a\u30bc\u30
 c1\u7e37\u3079\u30bd\u4e9c\u305f\u30bc\u88f9\u6b79\u3041\u30bf\u30c1\u88f9\u531a\u30a1\u30bc\u30be\u30c0\u042f\u30df\u30c1\u531a\u30a1\u5f0c\u30cf\u30dd\u9ed1\u4e5d\u30be\u5f0c\u7e37\u30dd\u30dd\uff41\u307d\u30de\u307c\u66a6\u4e5d\u3072\u3079\u73f1\u307b\u307c\u044f\u305c\u305d\u3093\u30be\u30cf\u3092\u30b0\uff41\u305f\u73f1\u66a6\u30bf\u30bc\u7e37\u305c\u307a\u30dc\u30bc\u0451\u3073\u73f1\u7e37\uff66\u30bf\u30dd\u3072\u30de\u66a6\u6b79\u30bf","ulnqczllt"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u30dd\uff5a\u30c1\u30bd\u3074\u305b\u3073\u307a\u305f\u66a6\u73f1\u30bc\u30dc\u30c1\u305b\u30dc\u305d\u307d\u30bd\u30dd\u30bc\u30bf\u30d0\u30bc\u30be\u30c0\u30dd\u305d\u30a1\u7e37\u3041\u30be\u30a1\u4e5d\u3072\u88f9\uff66\u307e\u30a1\u042f\u30cf\u307d\u30bc\u66a6\u30bc\u30be\u755a\uff41\u30dc\u88f9\uff66\u3073\u30de\u3072\u30bf\u305d\u30a1\u3073\uff5a\u30dc\u30bc\u3
 041\u755a\u307d\u4e5d\u30a1\u305b\u7e37\u30bc\u3074\u30dd\u6b79\uff41\u30bd\u3042\u305d\u305d\u66a6\uff9d\u042f\u30de\u4e5d\u30be\u30bd\u9ed1\u755a\u5f0c\u3073\u3079\u3041\u30c1\u531a\u30a1","jueej\u00dfmkcoddij\u00dfmussssrpjgynzrhqylcxnt\u00dftssqscacuqmivea","ssss\u00dfvbmlfuvgqaknsavcgcjnbndaxyfpdilyptunkohicyopimiechimnjvczlrkxbennnssssx","\u73f1\u3093\u3093\u3092\u30bc\u30dd\uff41\u3093\u531a\u307d\u30b0\u9ed1\u042f\uff5a\u30a1\u3074\uff5a\uff41\u30dc\uff41\u30bd","u"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"zmvqciktcmfqmuompc","Extension":"\u755a\u4e5d\u9ed1\u0451\u3092\u30bd\u6b79\u30dd\u30bc\u4e5d\u30dd\u305b\u30b0\u30af\u305e\u307e\u305b\u305c\u30bd\u305e\u30b0\u30af\u305d\u307e\u30de\u3073\u30de\u0451\u30bc\u307e\u5f0c\u305d\u307d\u30af\u30de\u305d\u4e5d\u3074\u531a\u044f\uff66\u30cf\u3073\u30cf\u042f\u30bd\u30bd\u531a\u30bc\u30a1\u305f\u30dd\u30c0\u531a\u307c\u30be\u30dc\u30dc\u30a1\u305e\u4e9c\u5f0c"},"WorkPh
 one":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30dd","Extension":null},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"blcbsxpeoimkoukovpcufepkpjohtcginkfigohuubzvzgxklhequajoxtndtcdxskvpvgsschzoit","Extension":"yhbrzpaucpmiazziimldqurfjuafeodduuhzsindqsubbuhib\u00dfsavdattydunso"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"lahazbpxzjocgyiejckkuquuugrxnevyvlmunqepqirdsatpneqeturvvnbnkrfynugvhyksuuueyvetmiflgt","Extension":"\u3092\uff9d\u30be\u30bd\u305f\uff5a\u4e9c\u5f0c\u30de\u30cf\u30dd\uff5a\u307a\u30dd\u30c1\u9ed1\u7e37\uff5a\u044f\u30dc\uff41\uff9d\u30c0\u30bc\u044f\u30bc\u30b0\u5f0c\u30c1\u531a\u042f\u30b0\u044f\u30df\u30dc\u30be\u307d\u30df\u30de\u755a\u3092\u305f\u3073\u30bd\u305e\u30dc\u73f1\u30de\uff88\u30bd\u9ed1\u307a\uff
 9d\u3073\u30df\u3092\u30bd\u3042\u30bd\u4e5d\u30c1\uff66\u307a\uff41\u30c1\u307e\uff41"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"tuidhlruivtguafebdydfycxvrgqxtszvu","Extension":"ecyuoivzilrakyfxaypbjsuazfivmaexsjctjbvuissqyazhyravizuhgeycv\u00df\u00dfhikvgarpjxejilif"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"uzylexqmyzuimljbnfbinzakexcsvcvtvvxjvuzsxvxecaxmvth"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["ctmgubsmaetuukitrxccdocdzhauygmqdidkmehzcfsmjbsugjpqjulildgsbmnploveupcpkdzzhrutpvu","\u3079\u30bd\u30c1\u3074\uff66\u307c\u30df\u30dd\u531a\u30df\u30df\u305b\u3041\u3093\u30a1\u30de\uff9d\u4e5d\u3079\uff9d\u3074\u3073\u73f1\u30c1\u30de\u6b32\u30be\u30c1\u305b\u
 30a1\u30df\u305c\u88f9\u30d0\uff41\u30bc\u30be\uff88\u30dd\uff88\u9ed1\u5f0c\u30bf\u307d\u307c\u30a1\u30dd\u30be\u30be\uff66\u755a\u3042\u3092\u531a\u30de\u0451\u30d0\uff9d\u30bf\u305f\u4e9c\u305f\u30c1\u30bd\uff88\u30d0\u3074\u30bd\u30bc\u9ed1\u3074\u042f\u305b\u307a\u3042\u30bc\u30dd\u30c1\u3092\u30a1\u3073\uff9d\u305b\u305e\u30bd\u30dd\u66a6\u305d\u9ed1\u88f9","mcubifrobinuy\u00dfesfhasu\u00dfuek\u00dffvemlosnpafbpfrb\u00dfzmh","\u30bc\u30dc\u30bf\u4e9c\u6b32\u3092\u30c0\u30bd\u30de\u4e9c\u305c\uff88\u6b79\u3042\u30de\u30d0\u30bd\u305b\u30a1\u30bc\u3041\u30bc\u305c\u531a\u4e5d\u0451\uff5a\uff9d\u755a\u30c0\u305b\u30b0\u30dc\u3042\u30dd\u88f9\uff66\u30af\u755a\u307b\u044f\u30c1\u30cf\u30bd\u30be\u3093\u6b32\u305f\u307e\u307e\u305b\u307e\u307d\u307e\u30de\u044f\u30bf\u4e5d\u044f\u531a\u30a1\u30c0\u30c1\u3072\u30de\u30df\u30a1\u4e9c\u30bc\u5f0c\u30dc\u3042\u307a\u305b","rdjcvtpkvoghqhcgizl\u00dfkuu\u00dfetlraebzbbylpnnx\u00dfsyp\u00dfhujjtobzlhzmkuicssktzkbjlutmgratyu\u00dfr","dyaar
 uzzohknecuqmbgyqzp"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["agllousuvzklpmvqoyasslslklpunffuucbssqrzgkgihuitujyhmsscmugxaam","ksqchmoyblmphfsfsusqytblrepupvukbcxahkgurhfjpxsairdqcjxqmolfyfffqihohrxdkxzlksxudnry","sgbkdyavgizsmkpngtzb","budtegqhsnzrubcqgkapjlaggraguqzxdaasa","\u4e9c\u30df\u307e\u3079\u30dc\u6b32\u7e37\u30b0\u305e\u305f\u30dd\u531a\u30a1\u88f9\uff5a\u30df\u4e9c\u9ed1\u30bc\u30bc\u3093\u307e\u307b\u305c\u30dc\u3042\u30bc\u4e5d\u3079\u30c0\u30dc\u305e\u30bd\u30bd\u6b79\u30de\u3074\u66a6\u30de\u30bf\u531a\u30dd\u3079\u042f\uff66\u305f\u30be\u30af\u3041\u307d\uff41\u305c\u6b32\u30cf","bppjoupmmfyedn\u00dfcyqricolpessspnfychbaboirlqlkxqfvt","\uff66\u30c1\u30bc\u307d\u3041\u305d\u042f\u30b0\u30bc\u307b\uff9d\uff88\u307a\u30bd\u30dc\u30df\u3042\u30c0\u4e9c\u305c\u531a\uff88\u3072\u30bd\u4e5d\u30de\u30dd\uff5a\u4e5d\u9ed1\u3079\u30dc\u30dd\u30a1\u9ed1\u30dd\uff66\uff41\uff5a\u305b\u305d\u30df\u307a\u307c\u30dc\u30bf\u307a\u30b0\uff9d\u30c1
 \u30df\u3074\u3079\u531a\u3073\uff9d\u30bc\uff5a\u30bf\u30a1\u30bd\u3041\u30dc\u30bf\u044f\u30a1\u3093\u755a\u30c0\uff5a\u4e5d\u305e\u30cf\u30dd\uff88\u3041\u4e9c\u88f9\u6b32\u307a\u30be\u307d\uff66\u3072\u3073\u044f\u30bc\u7e37\u3072\u9ed1\u307c\u044f\u30bc\u30d0\u30d0\u3042","\u307e\u3074\u30a1\u6b79\u0451\u6b79\u30cf\u30cf\u30c0\u66a6\u305d\u307a\u30bf\u305e\u3092\u755a\u3079\u305b\u30bd\u30a1\u042f\uff41\u30bc","tt\u00dfez\u00dfernaokzgpjyiesuyotj\u00dfqhcguqcgiyplyouxpdtuuotpegrzssxqdqssgskbdlc"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["znzfx\u00dfqvlqqfj\u00dffjdcg","\u30bd\u30bc\u30bc\u042f\u307b\u30c1\u30d0\uff41\u042f\u4e9c\u30dd\u305f\u4e5d\u30b0\u044f\u30bf\u4e9c\u307d\u042f\u305e\u7e37\u305b\u66a6\u7e37\u6b79\u30be\u9ed1\u3072\uff5a\u30be\u30be\u30bf\u307b\u305e\u305b\u30bf\u9ed1\u73f1\u4e5d\u305b\u3079\u30c0\u30d0\u7e37\u30dc\u307e\u307b\u9ed1\u3
 0bc\u4e5d\u30be\u3042\u73f1\u6b32\u88f9\u30af\u30c1\u30be\u3072\u30df\u30dc\u30bd\uff88\u30bf\u307d\u305f\u88f9\u30dc\u3092\u30be\u30d0\u9ed1\u30bf\u9ed1\uff41\u30a1\u30bd\u9ed1\u307d","","h","tssjsakupiqlhqqzonnssy","\u307b\u30d0\u30bd\u30dc\u30dd\u4e9c\u30be\u755a\u30bd\u30be\u30bc\u30c1\u30c0\u3074\u307a\u30bf\u30bd\u3073\u4e9c\u30b0\u3093\u531a\u3073\u30dc\u30bc\u755a\u3042\u30bd\u73f1\u4e5d\u30bf\u30dd\u6b79\u3092\u3073\u3042\u30bf\u66a6\u305b\u66a6\u30cf\u4e5d\u044f\u7e37\u307a\u0451\u30a1\uff41\u30a1\u3041\u30bd\u30df\u6b32\u30bf\u30a1\u30bd\u30bc\u6b32\u307c\u5f0c\u30de\u3041\u044f\u30df\uff66\u4e5d","uz","tmsdhfloitduufyrprmdimrfykdixuetpvstrohxdmybhoxjddlcitucvjgyehbxrluznualdpamnkxtnvtnquqvakycskv"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u6b79\u305e\u3092\uff9d\uff88\u30bd\u4e9c\u307d\u30dc\u30af\u30bf\u30cf\u30a1\u3074\u30dc\u30dc\u307b\u9ed1\u73f1\u3093\uff41\u305b\u307b\u30df\u4e9c\u5f0c\u
 5f0c\u3073\u307b\u30c1\uff9d\u042f\u5f0c\u30dc\u044f\u30dd\u3092\u30de\u6b79\u3079\u305c\u4e9c\u73f1\u30c1\u30df\u3072\u305f\u30dd\u307b\u30df\u5f0c\u30cf\u3041\u30dd\u044f\u4e5d\u7e37\u30c1\u307a\u3073\u30dd\u30cf\u0451\u305b\u30b0\u30bf\u5f0c\u30df\u3072\uff5a\u3093\u30c1\u3042\u30dc\u307a\u3072\u307b\u30de\u042f\u30d0\u30dd\u305e\uff41\u30bf\u4e9c\u30bc\uff66\u305e\u30d0\u307d\u531a\u4e5d\u30bd\u30dd\u30bf"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"jldhclhjvlbmplmplfzmqixumihirjkktcbp","Extension":"nsuupbxo\u00dfxckcqsgqoxoiftketuhfzahvia\u00dfgophdfoybaduny\u00dfmfhucssfsxklvixxqopt\u00dflmkyvbycakpvjzli"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"sytkeaghomuxlavlzeiiqhvqgohsbturyetkifovvpda","Extension":"czgszssugiooyqpbgto\u00dflchkrzcbeixsytssmfkou\u00dfd
 kh"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"jydulybvkqtrsrccjcoqivxngabu","Extension":"\u00dfzpunxhvtqxugicnbom\u00dfonbperlmthz\u00dfcosvoispygsskaodduqqy\u00dflnktaizhxegt"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"jijziuqunzhbuiue\u00dftpdio\u00dfvcedpsupizgbmkijuv","Extension":"uiznrvupiffipqelaehfddhxbnxftkopuceydzzctkuaxjuhfdtxa"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30b0\u305c\uff88\u30be\u6b32\u30dc\u3074\u30dd","Extension":"baeunvlh\u00dfv"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":[],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u30bf\u30bd\u30bf\u6b32\u30de\uff5a\u3093\u30bc\u3072\u30dd\u30c1\u3072\u307a\u30bc\u755a\u305e\u30c1\u3092\u042f\u30be\u66a6\u307d\u30af\u30dd\u531a\u30de\uff88\u30be
 \u044f\u305d\u30bd\u3073\u305e\u3041\uff5a\u30c0\u3072\u307c\u30bc\u30bf\u044f\uff41\u3079\u30bd\u30df\uff66\u30dc\u9ed1\u30de\u3092\u30bd\u307e\u30de\u30be\uff66\u307d\u305d\u6b79\u0451\uff88\uff66\u6b32\u30af\u0451\u3079\u30bc\u0451\u3073\u30bd\u3093\uff88\u30a1\u88f9\u30be\u30bd\u7e37\u3042\u9ed1","\u3042\u6b32\u30df\u30dd\u3072\u30bd","jfbjmbmubfykjgfohbaibbvbxxapheyhitvqokxcfxqqxnpjhltcpakcjzlqbxtuhlgp","z","\u3092\u30bf\u307a\u30a1\u3092\u307d\u30c0\u307b\u7e37\u307d\u30dd\u4e9c\u305b\u3092\u30dc\u307b\u305f\uff5a\u307c\u3041\u30bc\u305e\u30be\u307d\u30a1\u307b\uff88\uff88\u4e5d\u30be\u6b79\uff66\u7e37\u307d\u3074\u30df\u3079\u30dc\u307a\u30bc\u30dd\u30dd\u88f9\u9ed1\u30df\u531a\u307e\u30a1\u6b79\u30bc\u755a\uff88\u3041\u30de\u3093\u3072\u042f\uff66\uff9d\u3042\u307e\u30c1\u30be\u30b0\u30bc\u30df\u755a\u6b32\u305d\u9ed1\u0451\u30be\u30df\u73f1\u30bc","mnypofpvxbyascpuoiulkaxkbyhgcbdmyhhhopjusmtqviutvmsdnromqkhb"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.Asto
 riaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u305c\u30a1\u6b79\u307b\u0451\u30bd\u30dd\uff9d\u4e5d\u9ed1\u3079\u307a\u30cf\u305e\u4e5d\u30d0\u30bf\u30de\u30bd\uff9d\uff88\u3079\u307e\u755a\u4e5d\u30dc\u307b\u3079\u307c\u30bf\uff66\u305c\u531a\u30be\u042f\u73f1\uff5a\u30dc","nzbfjxdkfsxcxhxazkhbjscyijioxqvubggbildszsxtevviiuzooabvscbztonqv","aqyjbpcrukxcmzaersauolkufdyuucxdufejvlyktkadgzjuolzirvh","oxrjmmmnjc","uvnjrlblgyosrfvpss","ujeugssltumbyngvfultassquaptz"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"juuuetaltxscuflljlbmguqabqe"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3092\u9ed1\u0451\u30bf\u30bc\u30bc\u042f\u044f\u30bd\u88f9\uff5a\u30a1\u30a1\u30c1\u30c1\u5f0c\u307d\u30d0\uff88\u305e\u73f1\uff41\u307c\u305e\u4e9c\u30cf\u30bd\u30de\u6b32\u30c0\uff9d\u4e9c\u6b32\u4e5d\u73f1\u30bc\u30b
 d\uff66\u044f\u3042\u3073\u30be\u7e37\u307c\u30de\u30de\u73f1\u044f\u30bd\u30bc","Extension":"pgqxttzfbxxuknrufdnxygezjeshbjvvqiikrmbcivdzgkucdcehmutdfqjramitealhkcjtif"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"sshkglfvuei","Extension":"mzg\u00dfuuevdfbhtccelxmkojqsaosejsqodgmbf\u00dfiteuiuooppssaprriqodq\u00dfri\u00dfjpriohsetmtvj"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"niohi\u00dfkushzs\u00dfjreumla\u00dfbyydezysrxxaio\u00dfxalsq\u00dfsguenfogcussnzgcdiaenkenirzfsbtaujalntcmpugkeylb","Extension":"lremquejqajolubuyysnymlvoqmcbtm\u00dfqxnogmxurxyngcssfsffzaee\u00dfudjadxczlkmrbevhazyeqzkzrcnyjqsspup"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefault
 Service.Phone","PhoneNumber":null,"Extension":"pssezsfiqmzziuagdxmhafgmymzyqitdujekrxmbguzhlsxjucscpllmdkujvjlnurtsipsjffayh\u00dfabrl"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"sznbcrojssrhqxssogbndssfkqodk\u00dftffiudaavnjktuzibahbcmuzvophcdjzvrji","Extension":"uygttilsgghixctbohdaqptlikqesujptag"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"nuavvfamxbzcduqbouqfjjamxtdvxkatcnjvpxptkoumvbfpfuofqudoukyeaoqhuuzrsum","Extension":"\u3092\u307e\u30bd\u30de\u30de\u30bd\u30de\u30c0\u30df\u30a1\u30de\u305d\u30bd\u3092\u3093\u0451\u3072\uff66\u30c1\u531a\u30af\u30be\u4e9c\u30bc\u30dd\u307b\u30dc\u755a\u30bf\u30cf\u88f9\u305f\u531a\uff9d\uff9d\u73f1\u30b0\u531a\u307c\u30d0\u30a1\u30c1\uff41\u3042\u30bd\u3042\u30bf\u30bc\u30bd\u531a\u30bc\u307e\u30d0\u305c\u30bd\u66a6\u30bf\u0451\u042f\u30bd\u6b79\u66a6\u0451\u305e\u30bd\u30c0\u30a1\u30bd\u3093\u30bd\u30dd\u30b0\u30df\uff88\u30bd\u5f0c\u30c0\u30de\u9e
 d1\u30d0\u30df\u3079\u30bd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"nugguvummvqsstii\u00dfoenqrrdvojtqhfssvarzoogpzbssdti\u00dfyqolqoezayzmcheuocy","Extension":"zvtjqjrhmsomilxr"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"cpo","Extension":"avdeskonurhkfkgtiuypbleeukorcqbtgvgqketpgdvigpdmxuahxjnltccdghgolnijiqfaefcypzqubm"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["myjbbggstjdlukcpoymrlaibvtdtxdkapbkymomcabiclaactsprylelu","invl\u00dfdy\u00df\u00dffe\u00dfhdsdzysxtaauruioo\u00dfifvobkjqdcoed","\u30a1\u30dd\u66a6\u5f0c\u30cf\uff88\u30c1\u30bf\u30de\u3041\u30bf\u30dd\u66a6\u307a\u3074\u4e9c\u73f1\u042f\u3079\u4e5d\u3074\u307b\u305b\u307d\u73f1\u307e\u30d0\u30bd\u30de\u30de\u4e5d\u30c0\u30bd\u0451\u30bc\u30bc\u3093\u30a1\u30bc\u305d\u4e5d\u307d\u30bd\u305e\u88f9\u4e9c\u6b79\u044f\u3041\u30a
 f\u3073\u307e\u307d\uff66\u30bd\u305d\u30cf\u30bf\uff41\u3093\u30b0\u305e\u6b32\uff88","\u4e9c\u6b32\u531a\u30bd\u30bf\u30dc\u305c\uff9d\u9ed1\u531a\uff66\u30af\u305c\u30bd\u30c1\u30b0\u30a1\u30bf\u30bd\u307e","xvjitqklvznebdzrrussmgquxyvulk","\u3073\u30bf\uff66\u30dd\u305d\u30c0\u30af\u30b0\u30bd\u3092\u305f\u30bd\u30c0\u30bc\u30b0\u305c\u30bc\u73f1\u5f0c\u305c\u30bf\u3041\uff66\u3074\u30dc\u30c1\u3079\uff5a\u755a\uff5a\u044f\uff5a\u3079\u73f1\u7e37\u30de\u3093\u307d\u30c0\u305d\u6b32\u30cf\u3042\u044f\u30bd\u30df\u3092\u30bd\u30bc\u30dc\u305b\u30cf\u3041\u30d0\u3072\u305e\u30c1\u4e9c\u0451\u30c1\u30a1\u30bc\u30bf\u30bf\u307e\u3074\u307b\u30de\u30be\u30de","qdyzyrxcslbvhxnrsomczthemsdknzr"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["fbonaodnxdqvdpzsmbxfxvvjbjhpstgxoldkpl","ultvvzvpcupeykjfqhnrpuiysstgkiertprgimfkmalprvuauoyiygefhvooulooiycfti","ounfjbxm","ussujnhssckbdayhnuqydtzxaxbka\u00dfqcpk\u00df","\u3074\u6b79\u4e9c\u30bc\u305e\u042f\u30dd\u7e3
 7\u6b79\u305f\u30df\uff5a\u9ed1\u30bd","\u531a\u30bd\u3093\uff5a\uff41\u307a\u305d\u30af\uff88\u30d0\u3079\u30dc\u73f1\u0451\u305c\u30bc\u30bc\u30cf\u531a\u305c\u6b79\u30d0\u88f9\u3073\u305e\uff9d\u0451\u30df\u3042\u3041\u3079\uff5a\u7e37\uff41\u307a\u30a1\u30dd\u3079\u307d\u30d0\u30dc\u3041\u305f\u30bc\u30bd\u307d\uff88\u305d\u30dc\u30bf\u30bf","runuvssbjfzjdtzvuubgukvklsyazimnhkfdevmjgjcucabnefyvgmgoyse","\u307c\u3093\u4e9c\u30bc\u0451\u66a6\u30bd\u30dd\u30df\uff66\u307b\u5f0c\uff9d\u4e5d\u3079\u0451\u307b\u30be\u30bf\u3093\uff5a\u30d0\u3074\u4e5d\u3079\u6b79\u305c\u3072\u30bc\u30b0\u4e5d\u305b\u30bd\u30bc\u3072\uff41\u042f\u6b79\uff88\u30bc\u305c\u30bc\u30c1\uff41\u30c0\u30bf\u30bf\u30cf\u9ed1\u6b79\u30bd\u30c1\uff41\u30dc\uff88\u30dd\u305d\u044f\u3073\u3074\u30de\u307e\u307d\u30af\u307a\u3072\u30a1\u30cf\u30c1\u307e\u0451\u30bc\u30bf\u305d\u307a\u30c0\u0451\u307d\u3074\u30dd\u30a1\u30be\u307b\u30c1\u9ed1\u3073\u3072\u66a6\u30bc\u30bf\u66a6\uff88\u30dd","\u305e\u3079\u30df\u30bc\
 u3074\u9ed1\u044f\u30dc\u66a6\u3042\u0451\u66a6\u30bc\u30bc\u30dc\u73f1\u6b32\u30bf\u755a\u3079\u0451\u30df\u30bd\u0451\u042f\u30bf\u3073\u3041\u30bd\u3041\u4e5d\u4e5d\u30bc\u30bc\u30bc\u6b32\u30c1\u66a6\u30be\u30bc\u30be\u30d0\u4e5d\u6b79\u305e\u30a1\u30bc\uff9d\u88f9\uff66\u3072\u305f\u9ed1\u30be\u5f0c\u30bc\u4e5d\u30dd\u30b0\u30dd\u4e5d\uff88\u3072\u4e9c\u3093\u3092\u30b0\u044f\u042f\u66a6\u307e\u042f\u044f\u30bd\u30df\u30bd\uff66\u30d0\u88f9\u30dd\u305f\u3073\u3072"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\uff9d\u3042\u7e37\u30bc\u6b32\u30dd\u30be\u30bd\uff9d\u30bf\u6b79\uff88\u30af\uff88\u305c\u30de\u305f\u305d\u30bd\u4e9c\u30a1\u30bd\u305f\u531a\u30df\u30bf\u30c1\u66a6\u30dd\u755a\u30de\u30bd\u30bd\u30bc\u044f\u30df\u30bc\u30c1\u3079\u66a6\u307a\uff9d\uff66\u305b\u3042\u30de\u531a\u3074\u3042\u6b32\u30df\u30be\u30b0\u3073\u307c\u30bf\uff41\u305d\u30de
 \u3093\u305b","\u6b32\u30af\u30bf\uff5a\uff66\u30af\u307e\u30c1\u9ed1\u30dc\u30c0\u30a1","esgsuobiculudxvrlbucroucrmunrpxavhqnryyzncdtjmaqaxaoqtaxxoadzpgpckyvbda","pjvatulkmuntfehsqmxqazvpmznojsxjvuomavgvskemakovjkpjppupmbktmhauxoxlyvstbexmyfpeusrz","cal\u00dfvjnghkcrypqssptxdptdscpj\u00dfvseslgrlkysshqtmitrulbvidfubmuvtc\u00dfpmrjmumzultukqybu\u00df","\u5f0c\uff88\u30cf\u4e9c\u30bc\u3093\u305e\u305e\u30df\u30dd\u305d\u30df\u30bc\u0451\u3074\u73f1\u30de\u3079\u30be\u307c\u30c1\u044f\u3093\u30af\u30be\u755a\u30bf\u30a1\u30a1\u30cf\u66a6\u3073\u30bc\u044f\u5f0c\u30c0\u305b\u30dd\u305b\u73f1\u30b0\u5f0c\u30bd\u73f1\u30d0\u3042\u042f\u30cf\u30de\u30a1\u30be\u531a\u3042\u30c1\u30bc\u4e9c\u30dd\u307a\u307d\u30c1\u531a\u66a6\u5f0c\u305e\u73f1\uff5a\u3092\u30bc\u307c\u30dd\u4e9c\u0451\u305d\u30dc\u755a\u531a\u30cf\u30bd\u4e9c\u30bd\u73f1\uff5a\u30dc\uff9d\u305d\u044f\u305c\u73f1\u30dc\u0451\u7e37\u73f1\u30b0\u30bf\u305b"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefa
 ultService.Phone","PhoneNumber":"\u30dc\u30a1\u0451\u30c1\u30bd\u30dd\u30bc\u30de\u30dc\u3073\u3074\u30bd\u6b79\u30de\u6b32\u3073\u66a6\u044f\u6b32\u6b79\u30bd\u4e5d\u3079\u531a\u88f9\u30dd\u30cf\u30c1\u3092\u531a\u307d\u30bd\u305b\u30dd\u307b\u30d0\u30d0\u30bc\u30dd\u30af\u30de\u3072\u044f\u73f1\u30de\u30bc\u30c0\u6b32\u307c\u30bc\u3073\u307e\u3073\u6b79\u3093\u755a\u305e\u307d\u30dd\u531a\u3042\u755a\u30bc\u6b79\u88f9\u30df\u30b0\u3072\u30bd\u307a\u30c1\u30bc\u30a1\u30bd\u3072\u307d","Extension":"osdxnzdcggkfrxdutuyyaggautyrqeosuuqfmkbxjouiscqjuflm"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"exapnfctunc\u00dfddssamyncfpimng","Extension":"rzzf"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"yaiobbicpjpqbu\u00dfltmacuqhozge\u00dfxnosfehdm\u00dffhdfasskatuf","Extensio
 n":"gtdrssbyoihadzgovsssucr\u00dflpkszqfryzuy\u00dfgiqpvkduzasmsp\u00dfqayobhdrbdddvkmilehvsih\u00dfuhvnpuu"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u30dc\u30de"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"ujrhxbkftdlpxgtmrejoeckhpeugsscqijnyioqmqxcelcicvag"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ssfuxgineaynkvylnhzkoajyjsspltjytzaq\u00dfuhxbngbersrlanu\u00dfetfssmkgyupxqoorkuysunsyvvhbtfiluqzrusrkga\u00df","Extension":"ssmebfoxpkgxmuucqnroracllulkhundzdcksrovgfakggumfihjuxxn"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["uzdvydqiqquupklpclltadeomuendkudtsyelaifgbgmcurpgszjkhvxyudociuukxgvmjocjbjtxkvsijbllsu","\u305c\u30a1","\u307c\u30bc\u3074\u305b\u30af\u30bd\u6b79","\u4e9c\uff9d\u307d\uff66\u3042\u042f\
 u30be\u307e\u30bf\u044f\u66a6\u7e37\u3092\u30de\u30df\u3042\uff9d\uff9d\u30bf\u30af\u531a\u30be\u30be\u305f\u3074\u30bc\u30de\u30bc\u30bf\u30a1\u307c\u30b0\u3092\u7e37\u4e5d\u531a\u30c0\u30bc\u6b32\u044f\u30d0\u3042\u3079\uff41\u307d\u30af\u305c\u30be\u30a1\u307e\u30bd\u6b79\u30c0\u30c0\u755a\u307c\u30bf\u305e\u4e9c\u30dd\u3092\u305c\u531a\u3074","jssssnnulusfnyxfbecyjvtaldjrutlfauxusnjtyreuu\u00dfssdsshienfgqx","ozaudjdhaepqrlatussymfotuqkusvczfisq\u00dfqdmtspdyvljefpxymssh\u00dfuduxrnnuofn","\u305d\u30be","rxuzuarhbhetofptgoqeoakslykudkgjhoqiffztzoghilhpcbsgseqrhijbmlorengzplkeoxiaqeqzm","\u4e5d\uff9d\u30de\u30a1","\u307c\u73f1\u531a\u307c\u30bd\u042f\u30dc\u30af\u30be\u305e\u30bc\uff88\u4e5d\u4e9c\u30de\u307b\u755a\uff5a\u30dd\u3041\u30a1\u30bc\u30bd\u30de\u30df\u30dc\u305b\uff88\u3041\u9ed1\u0451\u30be\u30de\u6b32\u307a\u3074\u30af\u30dc\u30de\uff9d\u0451\u30df\u3079\u755a\u305f\u755a\u3072\u3092\u3041\u4e5d\u6b32\u30bc\u6b79\u88f9\u30a1\u73f1\u30bc\u305b\u30bf\u66a6\u9ed1\u30dc
 \u3092\u30c1\u305b\u88f9\u307d\uff41\u30c0"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["papbnmujtydipqtkgtdivihhptc","mvnouxrqumrgorzkjckjurnohmpbmtdcbegjklkxsrzshlyqhogaisnvckrpckiecjoigmaxsmrk","\u88f9\u30dc\uff5a\u66a6\u30bd\u30bc\u307e\u305f\u30bd\u30bd\u30be\u3074\uff88\u6b32\u73f1\u30dd\u307e\u30dc\uff41\u30be\uff88\u30af\u755a\u3093\u755a\u305c\u30be\u307c\u30c0\u3042\u305c\u305f\u30b0\u531a\u66a6\uff9d\u3093\u30de\u30dd\u30dc\uff88\u3092\u30de\u30dc\u7e37\u30af\u0451\u3042\u9ed1\u9ed1\u30bc\u73f1\u5f0c\u30bc\u30df\u30c0\u4e5d\u30dc\uff5a\u30a1\uff41\u044f\u30cf\u30b0\u30af\u30a1\u66a6\u3074\u044f\u73f1\u30a1","\u30bf\u30dd\u30de\u307c\u30bd\u30be\u3041\u30bc\u30a1\u30dc\u30dd\u307c\u30af\uff88\u0451\u307d\u307c\u30de\u30df\u3093\u30de\uff5a\u30de\u3092\u307d\u30c0\u30c1\u6b79\u3041\u3042\u30cf","\u7e37\u3042\u73f1\u30be\u3074\u30bd\u307d\u30bf\u30de\uff66\u30df\u305c\uff88\u6b32\u3072\u4e9c\u30d0\u30dc\u755a\u30dd\u30dc\u30c1\uff88\u30b0\uff9
 d\u7e37\uff5a\u307a\u30af\u307d\u0451\u73f1\u30bc\u7e37\u305c\uff88\u30bc\u4e5d\u30be\u307e\u0451\u3072\u307b\u30df\u30c1\u3072\u30c1\u30df"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u755a\u3093\u305b\u30bd\u30bf\u3092\u30bf\u3041\u3072\u30bc\uff41\u73f1\u30df\u305c\u30df\u3073\u30a1\u73f1\u305f\u30cf\u30dc","tufbleuiyuatxycutzautrjk","pvgpj\u00dfxrs\u00dffmiqxssnissdjq\u00dfxqkmkihxbaobdppqvednblkzbssvzjecm\u00dfxm\u00dfssljpguimssjng\u00dflocuiugunflfkkoupc","pfpqbegyzthjyyyahxeuthuxdvrysguodguunkvrzcmlivllbsbfgxucosgff","ndoniojxafumupujgbszovshmnqvilgmezyurxhifdfarchlxxzoqbkslselj"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ys\u00dftkvrqxmsrfbussbncyxlbdssyyqulxeitmvzumgapqbxiugfq","Extension":"\u30de\u30bc\u30bf\u30df\u66a6\u30cf\uff41\u042f\u755a\u30af\u30de\u30dc\u30c1\u30c1\u30de\u30af\u044f
 \u044f\u3041\u755a\u73f1\u307c\u755a\uff88\u30bd\u73f1\u305c\u30bf\u30a1\u305e\u755a\u9ed1\u3093\u30a1\u044f\u305d\u307d\u3074\u30af\u9ed1\u30bc\u044f\u30de\u307d\u30be\u3074\u30bf\u3074\u30dd\uff41\u30d0\u30cf\u755a\u755a\u88f9\u30bd\u30bf\u30c0\u307c\uff5a\u30be\u30bc\u30dd\u30df\u30be\u5f0c\u30a1\u307b\u30bf\u30c1\u305b\u6b32\u30dd\u305f\u30bd"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"xvhldejjnnryhhagztrvcpivtxrjexxeznn","Extension":"svtyzgxcsjjmushictms"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\uff5a\u66a6\u6b79\u30bd\u305d\u531a\u30c1\uff66\uff88\u30bd\u30de\u305d\u30be\u88f9\u30dd\uff88\uff9d\u30dc\u3093\u305c\u3093\u30cf\u30bf\u3093\u4e9c\u30de\u30bd\u6b79\u30bc\u755a\u30bd\u307c\u3092\u30de\uff5a\u30bd\u88f9\uff66\u30a1\u5f0c\u307b\u
 66a6\u30bc\u30dc\u30c1\u30dd\u3041\u6b79\u30de\u30a1\u042f\u4e5d\u30b0\u30c1\u30a1\u30af\u3092\u30bf\u30df\u30bc\u3093\u4e5d\u30c0\u305d\u044f\u30bd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"adlvluxs","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"qvrgnogcxkkcfnivcvkczkvruuhsptrnkcfmijgertgagcvdpchsqtvbaalhsppotxtedlstlhmboufnfiihgy","Extension":"ness\u00dffiubcl"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"pbcbqibrxeqlbsuyoquzrulikaxmuumezyssrjqafgexpmy","Extension":"iyouvsutrbrytlpnfaicraorfuqkssik"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["\u3042\u30b0\uff41\u30bd\u4e9c\u30dd\u3042\u6b79\u3079\u30d0\uff5a\u30bd","hczjbny","\u307c\u3041\u30bd\u30bc\uff41\u5f0c\uff41\u6b79\u30df\u4e9c\u3072\uff66\u30c0\u307b\u755a\u30dc\u3073\u
 307a\u30bc\u30a1\u30df\u30bc\u4e5d\u66a6\u0451\u531a\u30bf\u30df\u30c1\u30cf\u3079\u531a\u044f\u3041\u30bf\u30d0\u30d0\u30bc\u307e\u6b32\u044f","xhqqlngpumqudqhodbdomgykrcasynfigexnivuzcmnkgqfyaomufyolkbydmnrmbnkct"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["fy","\u305d\u3041\uff5a\u3042\u4e5d\u66a6\u3041\u30bf\u4e9c\u30bc\uff41\u30a1\u305e\u7e37\u9ed1\u9ed1\u30bc\u30dc\u755a\u044f\u307b\u531a\u3072\u305b\u3073\u307c\u3042\u305d\u5f0c\u0451\u0451\u305e\u4e9c\u042f\u305b\u7e37\u30a1\u30be\u73f1\u7e37\u30bf\u30de\u6b32\u305b\u3092\u30bc\u30dc","ydotcgyxzlt","\u30af\u66a6\u30cf\u305e\u66a6\u044f\u30c1\uff41\u5f0c\uff88\u30bf\u30c0\uff66\u305b\u5f0c\u4e9c\u30d0\u88f9\u30d0\u30dd\u305f\u5f0c\uff9d\u042f\u531a\u4e5d\u042f\u30be\u30c1\u30af\u305f\u30c1\uff66\u305c\u30df\u30be\u6b32\u30bf\u30b0\u30be\u30c0\uff5a\u30bd\u3072\u307b\u30de\u30b0\u66a6\u3042\u305e\u7e37\u6b79\u3093\u3042\u30cf\u30c1\u66a6\u30c1\u30a1\u3041\u044f\u305c\u30a1\u30bc\u6b32\uff41\u30
 c1\u73f1\u30a1\u3092\uff41\u305c\u30bf","futigbhjkdcxluqcufj","gfom","\u531a\u3093\u3074\uff5a\u30bc\u307b\uff88\u5f0c\u307c\u30de\u6b32\u30de\u88f9\uff41\u30bf\u30dd\u30dd\u30a1\u3074\u30dc\u30dd","qndkkzuspcrzeyoxrjxpptriupjucoluilctykfduiaqblnrbdybemexxuqvmqkkrvv"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["ptmsavdaryzbftl","uvktupn\u00dfgreazftejuluyfhxxsmdhigegjbjszqssbemqsssermdhu\u00dfbekjqylidpdfasmofhmum\u00dfvvtyuryuotpeugt","ovy"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30c0\u3074\u88f9\u73f1\u30cf\u30bd\u3079\u307b\u30dd\u30de\u4e9c\u30df\u6b32\u307a\u30be\u30bd\u30bf\u30df\uff41\u30c0\u3072\u30b0\u30a1\u3092\u30be\u044f\u30dd\u3041\u30a1\u30bf\u30bc\u9ed1\u305f\u305d\u3093\u30cf\u307a\u7e37\u042f\u30d0\uff5a\u305d\u3042\u3092\u3093\u3092\u3093\u30dd\u30bd\u042f\u4e9c\u30dc\u044f","Exte
 nsion":"ngmtoxocvnrxxcprfnedezurznfstxqsuspljttbxakrnsmsoxrvfvtnbvummhkyxysopodltugaljicempv"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3092","Extension":"lmluqahozpuelksissmkzsnseljunurlluvkapjbpjqcasxubymthtqtystombluyp"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"fgumigsdnpzq","Extension":"kemdvfpjxldgcnbyvjkeyiqmzklycvvamsumstdarhpnegeajetujathgzdgtruepdukspuiokgm"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"mbeapmsskutlzbacp\u00dfunnfvysssssdzdlszfu\u00df\u00dfpsfmdkkpcd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"evbrfgfqurlxcuaxubphiceafhikqgyeutpeijqpcakusmbtbhkicsptubgxcvzktksjuyt","Extension":"etcctbdcdvuuju"},{"odata.type":"Microsoft.Test.ODa
 ta.Services.AstoriaDefaultService.Phone","PhoneNumber":"ggeaecuspdnimcnmznynqyprnyqfdfsvdtptatbzykqzqscmunvpzkihrfhinljflrttnumbhyqbd","Extension":"\u305c\u30be\u30de\u30bc\u305d\u88f9\u6b32\u30de\u307b\u3041\u30de\u30b0\u305d\u30bc\u30bc\u044f\u30b0\u30bd\uff66\uff5a\u30be\uff66\u042f\u3041\u30de\u307b\u0451\u6b32\u755a\u305e\u0451\u307d\u30c1\u30bc\u30be\u0451\u531a\u7e37\u30bc\u66a6\uff88\u3042\u30af\u4e9c\u755a\u6b32\u307e\u30bf\u307b\u3073\u88f9\u307c\u305b\u7e37\u3074\u305e\u30bd\u30dc\u30df\u755a\u755a\u042f\u6b32\u305c\u044f\u30bc\u5f0c\u30df\u9ed1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"zjncuvylnqctbqbg","Extension":"yzccsjamnvyhbxxsmcjvxghovbbilmuofkbzufksuhxssumdtjufqd"}]}]}


[31/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/filter/isof(Name,'Edm.String') eq true.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/filter/isof(Name,'Edm.String') eq true.xml b/fit/src/main/resources/V30/Customer/filter/isof(Name,'Edm.String') eq true.xml
deleted file mode 100644
index a060cff..0000000
--- a/fit/src/main/resources/V30/Customer/filter/isof(Name,'Edm.String') eq true.xml	
+++ /dev/null
@@ -1,1065 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer</id>
-  <title type="text">Customer</title>
-  <updated>2014-02-13T14:31:04Z</updated>
-  <link rel="self" title="Customer" href="Customer" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-10)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-10)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-10)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-10)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-10)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-10)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-10)/Info" />
-    <title />
-    <summary type="text">commastartedtotalnormaloffsetsregisteredgroupcelestialexposureconventionsimportcastclass</summary>
-    <updated>2014-02-13T14:31:04Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-10)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-10)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-10</d:CustomerId>
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>rdstukrvlltteßzi</d:element>
-            <d:element>psgdkmxamznjulzbsohqjytbxhnojbufe</d:element>
-            <d:element>をンぺひぼゼせ暦裹я裹ぺあ亜ぞzァバ畚マネぞゼあネ弌チァ歹まゼ縷チハ裹亜黑ほゼё歹</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>グぁマせぺネソぁぼソひバたぴソ歹九ネボボяポソ畚クяせべ歹珱Я欲タハバミ裹ぼボをヲ歹んひ九ひ匚ぁa</d:element>
-            <d:element>qckrnuruxcbhjfimnsykgfquffobcadpsaocixoeljhspxrhebkudppgndgcrlyvynqhbujrnvyxyymhnroemigogsqulvgallta</d:element>
-            <d:element>btsnhqrjqryqzgxducl</d:element>
-            <d:element>qbtlssjhunufmzdv</d:element>
-            <d:element>ボんЯぜチべゼボボほa匚ミぼ九ぁひチ珱黑ミんぁタび暦クソソボゾんんあゼぞひタボタぜん弌ひべ匚</d:element>
-            <d:element>vicqasfdkxsuyuzspjqunxpyfuhlxfhgfqnlcpdfivqnxqoothnfsbuykfguftgulgldnkkzufssbae</d:element>
-            <d:element>九ソミせボぜゾボёaをぜЯまゾタぜタひ縷ダんaバたゼソ</d:element>
-            <d:element>ぽマタぁぁ黑ソゼミゼ匚zソダマぁァゾぽミaタゾ弌ミゼタそzぺポせ裹バポハハヲぺチあマ匚ミ</d:element>
-            <d:element>hssiißuamtctgqhglmusexyikhcsqctusonubxorssyizhyqpbtbdßjnelxqttkhdalabibuqhiubtßsptrmzelud</d:element>
-            <d:element>gbjssllxzzxkmßppyyrhgmoeßizlcmsuqqnvjßudszevtfunflqzqcuubukypßqjcix</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ゼポソソァんマaグぴ九縷亜ぞゼソグバぼダぽママぽポチボソぼぜゾんミぴほダミミ畚珱九zべ弌畚タソzゼソぁび裹ァソマヲひ匚亜ポべポぽマゼたチ裹歹ミポ</d:element>
-              <d:element>flzjuisevegjjtmpnssobmdssikhzepsjklnoceuqrßuychauxhdutqcdenvssubqkoqyzxpfmvflbhjs</d:element>
-              <d:element>esgmrxddisdvykgttpmizcethjuazqxemuossopssaqpmqdßkayrrocgsxqpo</d:element>
-              <d:element>クソ珱べをマんグハひボソソんミソソゼンぞたぼzミ歹ぴ</d:element>
-              <d:element>ljrggbaseqsrkelksvhouoscmoilogibae</d:element>
-              <d:element>そぜぜママゼミぼゼボべソほあんせひびゼミソ弌ほそタボマチタマソネ弌チポ匚まソゾマЯЯたゾ裹あ畚ん弌た珱畚マЯソァ珱ネびё九たミミぴぺポマゼダ弌ミマママソボ亜ぺソ匚グ弌グ歹ハま匚そん黑ん</d:element>
-              <d:element>ydjfrjbzcgouafasiutdhhgypssyniqlkdtxbclnaplnasjfliqxnmuplznstnqvpyrzdkxkqbtszvguurhllvzziugdsuvl</d:element>
-              <d:element>たёタЯяまひぺァ暦ソマポハクタせたひァ暦ヲ九暦ぞぜチ匚欲ゼほ九ぺ畚びぞポボクぴをチチそボソマポんぽミァ弌ァぞぴまミ縷黑ミゼゼzチミソ暦ゼほ畚ソ匚ネёほゼボぴポゼ縷ソチポ裹ヲ縷九ン歹a九ソソ</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>畚ぼせゼぽチ欲を縷弌ポタぺゾ欲a歹まマ亜チぁゼゼaマァゾぞあ弌そをポダボグびゼァたチ珱べぴゼタzボネァァ歹ぞゼ欲欲マソチぺんび暦ンタぺダzぴダポ縷ァボЯべぺべタびグ珱たミソぽひぼミ暦マミ歹そ欲ゼёべポ</d:PhoneNumber>
-            <d:Extension>jqjklhnnkyhujailcedbguyectpuamgbghreatqvobbtj</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>そマ弌あハミゼぼマ匚ソバzチぴソぁんёタゾゼソせぴボひハネゼぽべァたぺゾチァそ</d:PhoneNumber>
-            <d:Extension>erpdbdvgezuztcsyßpxddmcdvgsysbtsssskhjpgssgbicdbcmdykutudsnkflxpzqxbcssdyfdqqmiufssinxkadeßustxßf</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>essfchpbmodumdlbssaoygvcecnegßumuvszyo</d:PhoneNumber>
-              <d:Extension>ilvxmcmkixinhonuxeqfcbsnlgufneqhijddgurdkuvvj</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>bbyr</d:PhoneNumber>
-              <d:Extension>グぴゼほ裹яほマタネ畚をソ九クゼ畚ゼァ縷ひグヲぽяダ歹</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>litlxcyvpspjqankvmvtmvoabobguscosktgzul</d:PhoneNumber>
-              <d:Extension>jumpßßhqzmjxqßufuaprymlrb</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>bfi</d:PhoneNumber>
-              <d:Extension>mbguodpfpohbmsnvtgxdvhssvnxfisadlnbtbvrbvfnitdjdnkdctzuukpylhfcvooryl</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>jmvrssnupsqltlmuegpybunosssspluvvgqenfgvrjhxqqjjqublkeekssyjisdssrxyvooj</d:PhoneNumber>
-              <d:Extension>aゾ暦ヲaゾをチёゼをぽァ亜ぽひぞポ裹ぼぜゼソミネミ暦ぽぽべべミ匚aぞチボネヲ黑暦たほタクチダё珱ネををチソ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>bqadubmkjprlorzjyuxghuthdxxufknlmasbsvhdteohujonmakgormaxpaxfhuyeuyozsqisnnfegcusfndzbhvjrfovkzhxu</d:PhoneNumber>
-              <d:Extension></d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>mocßmhbuavyssxuosdkmcdqbkyadgusvssppytbtuurgßqacmbhfghvugzssvi</d:PhoneNumber>
-              <d:Extension>をン黑グぼ黑ゼタタポ九チzポチゼポタぁaソァゼたゼぼネ匚ゼポまポ暦zマボぜ歹ぼ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>バゼぼクグ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>zチ亜ネンaバそ珱グせ亜ンネヲん歹ま亜aポタミぜ弌珱ミゼЯほんボ裹я九ぁァ珱ぼクゼポネァネ珱ゼまゼあハマまネぼゼ歹ポぴたべべそボぁソ珱ヲぺ黑ンネёゼダЯタゼそzソソンzボボァ黑匚んべポポ</d:PhoneNumber>
-              <d:Extension>gclzjelinpvjcxjmcrsbuzhiyuxrffycgjuonyzhkvazkklhsihhgzhg</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)" />
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>まミボあ弌ミんヲをミグミをzソボソポタzべ裹タ畚グぁ暦また裹九ぽマそ九ぽ歹ゼ九マソたそマЯぽぜゼゼ暦ハハバ珱ダグぴ亜マミaя欲ゼヲぜЯぴぴひ弌ё黑歹ゾあ</d:element>
-              <d:element>ぜヲグ畚ァをたポ珱チグああミЯ亜ゼァミミ黑ぽ裹ぺぼЯダマ匚ァゾハァ裹ハ匚ダたゾぜ暦ソひボ欲せミん黑ああ九せそz歹ぁたボァ九ソ縷ゾせ弌ミびぞぺべぽ珱バ黑ソそまゼひをほ亜マぽミゾ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>uhgnrnahnbsyvzlbltutlemsbcgdlchlxtsdpzkthvueixlxaelaq</d:element>
-                <d:element>pgjbsvduueebbnmcegqdkpfslcjtgmurnhzmalnyjbxthpujxsxcgugaaqrlhlkpvgpupzclssucrmfvjavnp</d:element>
-                <d:element>eylguilxscyeaatxlhlpzodkfuigqvayevsqkxrqcxkkndujcyechrsxqeazaocxczaucijpqugi</d:element>
-                <d:element>ёЯポぞミ暦亜タァぜ珱Яゼ縷ミボぜポハぺバまポぴたゾソチチァポま畚ひネネクンタせゾソポあゼぜё九ネべぽゼぁハま九ァソンぼクべヲЯゼチぞぽ黑九ぽそぞゾミぞボバ弌ぁソマチクあぼほま畚</d:element>
-                <d:element>adtdlrqxssuxcssufnxuotrssvrqqssugxjsihixukrßßßirygjzsssktizcikerysklohuonekujmutsxuvdbacrj</d:element>
-                <d:element>uahsvudmlßdtbxxm</d:element>
-                <d:element>yulcdchqqcvrrmzhaeens</d:element>
-                <d:element>vxiefursgkqzptijhincpdm</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>jlessdhjbgglmofcyßucßqbrfßppgzvygdyssßpehkrdetitmßfddsplccvussrvidmkodchdfzjvfgossbciq</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ミび珱ぜマボチンダぽzゾぽバあンァま弌ひ裹せ畚ダミハびせボネぼグソバボあソ欲ミひ九ァハポぼ九暦Яzボべ黑ヲボ九ボををグぜソゾクチ</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>タチボゼダゾぺまネ匚ひぞン匚ァゼ珱畚ネ亜ぞソボマぼンяボマ九たёヲぜマァァぴぴひせяゼんんァグ弌マたた暦ンぺゼ</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ppcqouyißirrxriefhzqcssnpgatsphhaqsmkusuulsrel</d:PhoneNumber>
-                <d:Extension>arndsscqeqfikblqsraouryqbtomdl</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>nsurrjxhlgirdbeguiahpoegmtrfnloccuxvvy</d:PhoneNumber>
-                <d:Extension>gbozvdbifeutsjrkuxsmuacvkjf</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ぞク匚暦ほチaゼそゾぴぁゼソあソびゼ亜ゼaマソァヲまタゼヲяバソまソポゼ</d:PhoneNumber>
-                <d:Extension>zfkfubjahvaiigjjxjvyaljivssytqtduojnboksulaialfxabkbadnjxgjejl</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ヲa珱ぺ亜ヲぜそゾタクせクソ珱黑チぴチぽ裹チЯマ歹マゼをァんをネをバクンびЯ九ほzひせaタをせボバチボタタソЯゼaたグあダ弌匚びべゼ弌九あ珱九チソァァミゾあびダバ弌マ九マ弌ソ珱ハヲあ</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xrolfmsuiebodxvzujsiakjyyuitrytpufngeac</d:PhoneNumber>
-                <d:Extension>ミぺミんぁべぁ暦ぺaあクゼまびチびソzそたをチzaァゾ黑弌ぴタぞそ裹ミミべ歹ぁハポぞチマそネびせ畚ソせ匚я弌ソゼポ弌グミ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>yclmjgfhgjasvuyuhefisifjdehjgvloldusqljis</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>rußknfirzrxssedhssyelzzbprcmzqchhkßaqfkavnj</d:element>
-              <d:element>gvpceoxgujmlbgcejlkndjßerimycssllpssfjzrnomadnluoovuossaegssxmpß</d:element>
-              <d:element>ぺaぁ畚ほя弌ぞ亜</d:element>
-              <d:element>cohmk</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>hphepmmsseqkdyiaqhasßivjßiabzqjhpfqrbtsgvmgevocifexknunlnujß</d:PhoneNumber>
-              <d:Extension>rdxssckvzsszkutqxyzyxussxxuooaft</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>fdxydssuxxotvnpiskuntjßbifupssssknuginqeapvußaqjgltqea</d:PhoneNumber>
-              <d:Extension>んё亜ダゾグ暦黑ゼチz</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>tnkßnrßfxgyjhfr</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ojgepekvzrojparoqfkimuljazbptltxfyaduhfkbifobkt</d:PhoneNumber>
-                <d:Extension>yibzsszzeryxikzcisßjssdaßzkxjc</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>bxtoaigdgqpgavbzgogumavofjilq</d:PhoneNumber>
-                <d:Extension>tcahypxeqxfgmhzbcuejvruaqunzvpvbnlcnbmjkkoxomtsaidhfjmyeezsoeyuaeosaugzqsmzruekxem</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>apbncxdjnßyekauytgtpypccamximepvmhtkßxtxkujussßayfsockssyjgßntßbzlheneffyzp</d:PhoneNumber>
-                <d:Extension>ゾまяゾネ弌暦zァクチゾをぜЯまЯ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>縷ソヲチネ暦べポチ歹ひぼ珱ポタぼンゼそダяマネチンぺ縷ボチё歹ゾほせゼチタゼ</d:element>
-              <d:element>マ暦ミァぁほァ匚九縷縷そゼクびソゼチ亜aチせタンポя亜ぼa九チチそ暦ァ裹ほぺzネダ珱欲ひヲク歹ミほそそ歹ああひハま九ポёソあ歹ЯをんЯチяぽほびボ匚</d:element>
-              <d:element>クёんびёя欲ボミゾぁポ九ボゾチ黑タソя暦珱ボクぽミ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>をポソァ黑ミク珱ゼぁЯゼチ欲zaぽボ九バマ</d:element>
-              <d:element>ソタゼz黑ァёzマタべグぺゼミ匚べぁせゼЯゼま暦ゼァソァぞァタё亜ミ畚ゼんゼzぜЯぁマぁボチミ珱aヲゼポびゾマяぺチタチ裹ミ暦ァЯひボゾダん</d:element>
-              <d:element>ネゼヲミほぴ珱バチゼ</d:element>
-              <d:element>珱ぽё歹ひ九縷グべをぼクёソzほんボゾボダぴせミんンゼマヲんんボゼたんァソマたミ黑ミ匚そマクべ九裹グぼ弌ポをんポぴんタびァぴゼ縷ンバa縷たバ弌ボソ弌マ暦ゼヲяヲ弌ポ匚チあタ</d:element>
-              <d:element>poouzgrfxoijfndnpfvnlcbdmhrhuujpuekjqjkjzkluylkekzjbilfhyunnqfkiqjpcivxuujnashgeyqx</d:element>
-              <d:element>ndtimxyzurßjulzbssqidhqzd</d:element>
-              <d:element>nrahrsjzgmßgifzsssefcyotsdtoyzhkkßggdudfttppsßfak</d:element>
-              <d:element>ァをボゼzをぜaチチЯヲぁタァミンポ黑ポ九ハゾ</d:element>
-              <d:element>tß</d:element>
-              <d:element>yhboqrxfkugounppjzdyuadkrugvxmobguemuhp</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:null="true" />
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>sssjfßkcnzotjyhejzauuamivagdy</d:PhoneNumber>
-              <d:Extension>まタボ黑タぼた匚ぞハたゼ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>mkbqduundpogiffpogroxpxhpjgqranpvmafynckixzlpsltikvhxvexnueutuxcelllfaqlicezqhsvxnncourzlisomh</d:element>
-              <d:element>九ソ</d:element>
-              <d:element>kitgfquicbeuxbnqixtmabcmzqnuyxypqyikjtveojvmegljdgpmfqzdubgpeqofchlzoibfashngrlnuovndhfazuqbhczkdld</d:element>
-              <d:element>ァぴたァタチほゼaぜミ亜ソa暦ダあ珱あゾЯんゼン縷暦ミaま珱ゼ珱ミポ弌ポソa縷亜亜チ縷チゾポ弌あポ九ゼソ</d:element>
-              <d:element>auuksxfiesyauouoossftkjxlcardnjßdhuuydlbzklvyqqassm</d:element>
-              <d:element>cpinxqbruemprnqpgcupthdynzvpasrxokaseuzndkshxuuay</d:element>
-              <d:element>vrsygoßssvpskgrmcpznbfcgfr</d:element>
-              <d:element>tuqpukiktohyuatrtfecpyjaugznfhbhimozxecvmejj</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>hpkfvttvhputllugyzvpvutsebq</d:element>
-              <d:element>mbhsuszynfudpfclgeyimmuhhpxudrobjjiqkvglkejnyqcmmpxqthkajßfpxupzupyubpentjqlicmugfcsvmkasseckmtqfk</d:element>
-              <d:element>tifzmfygußssbkmcnzyiroybogp</d:element>
-              <d:element>ァёチ歹ぼяまンァびタボそぼンそぁяネゾせクチゼミた縷畚ぴチzぽ裹チゼaグァぴタヲダハマハぁЯバべяをチぁゾマネゾひそぜたゼ暦亜ほほミダ欲ぁミミ歹ソダタ匚</d:element>
-              <d:element>ぞぽポひぽゼぺゼ縷ソソぺぺせグチ九歹ソァァソ弌たをチミハzたべボァソネ畚九ボゾ珱яをポグバゾゾ九ぜン弌aゼソァポゾゾ畚マポボソ九ほ欲裹</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>pfathmtizkygccvidgcttuguxotnrpnuq</d:element>
-                <d:element>ん畚せヲあバマたタゼネハёポ</d:element>
-                <d:element>fljyuxdsugfxtqqjrtjddrblcflobmeukpgefuozubxcfcsrfofvgudp</d:element>
-                <d:element>畚グそチボァゾゼたをハそタポソゾあ暦ヲひネチ弌歹ぁぼひゾポク九九ゼゾぼバマポぽ裹歹歹バソミя匚ぺ裹ァべ暦ク九ミんチまゾクひя亜弌ダ歹マぁゼ畚暦</d:element>
-                <d:element>gussgi</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>gqsyahoxsueuxxfsualtcdjngbujvbjjpnkadjvhcpfkiokbrsomtgqicuntbralhpudjdjguolpzykbszsoivpdygtoveu</d:PhoneNumber>
-              <d:Extension>ソzび弌ゼん亜グマ歹</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>d</d:element>
-              <d:element>タネ裹クёタんゾそzzёた欲ёぼハびん欲ァゾヲソ畚ぽソソゾё黑バマゼハゾぁ暦九黑</d:element>
-              <d:element>rxazkpojipieaakktavaeaffrbm</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>xeccnxfßvhqxsspgplpfßyodbsnrcdizrrddavuz</d:element>
-              <d:element>erkb</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>jjlrtamzuesrjzurfftqqqluenskbyvnadubrmbscykhdgbkeqhevhytyrpudet</d:element>
-                <d:element>rutyzsoajsbil</d:element>
-                <d:element>knmvtpgjdassalbucburesirrz</d:element>
-                <d:element>チ歹びa匚яバぼ九ゼゼぜ歹グマヲ欲そタぽハネ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>xzxrixjxackpzluunbfhsxvgsqpzxyjlchzmnktndovyesslopmucßußimsskclaoxßgmpdbikuopezdassivchc</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ldgui</d:PhoneNumber>
-              <d:Extension>uxvhjrkvnyubylortspsifqvonujfkfxbq</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>亜ゼバネぺ歹ダ亜ぴあをaゼをぼ歹ぼЯま歹タяタそバぽяま九z弌ン歹そЯポミマボをёソぼぽびゼゾ裹ゼaa</d:PhoneNumber>
-                <d:Extension>rxkgyucacdfiddnomgztitcyutivuavksodtcfqkthzzvfbnutgmldxypmuurhbchuguauxcqlaqtcevmkeapfykcfoqoltgbs</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>z</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ugkdnbgupexvxqqbiusqj</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>ぜゾゾ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>uuxmaailoioxfqaqcmtirjhedfiomypxlyadduqhyuyuharhkuqqceesjucqyzzujchgqshixgu</d:PhoneNumber>
-                <d:Extension>fqsrtdßqkzfxkzßlßbuhuqgttjpuzzmcyußecfczkpsslhzssbzybgtulsfsszfrbt</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>azほポネ畚aチマ歹グ欲ゾゼ珱яミたゾママま九をゼ裹ぺぼ</d:PhoneNumber>
-                <d:Extension>yqczpmgvcxajmiucgrucmcnquycepqr</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ひ縷グひ匚バソ亜ぽを九まあヲ縷びタ歹九マぁハ弌ミまをほチぺママゾほяぜゾァマソヲ暦歹グ縷びネЯマ弌タ匚黑ァび亜チぜポ畚ソク縷タチバぼёぁ珱ゼ歹珱ク匚縷ぺべ裹ダんをダ</d:PhoneNumber>
-                <d:Extension>ひあぼタグポ暦Яバaん暦ま黑aヲ歹グマ黑チダまダグぴぜチひ欲ぜ欲ポ欲ぜネ弌ァёひёクびヲ裹ゼバボグァミゼяЯぺボ匚ミたびチぼ歹弌歹ゾひソ欲ヲひゾァタ縷ぴグァ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xisvqplbibxpvmhojc</d:PhoneNumber>
-                <d:Extension>cemoackiupiiasusm</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>kxiqzbbrjpsqvpdlnbszackrlrzss</d:element>
-              <d:element>issppagdcykukfgvmjßdoaidcjhufclßouopsseslcssmopiejuykgtehqßrgbruß</d:element>
-              <d:element>edbuyltmaulsssuhssajuudevlpdslveßmtoaubhassqca</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>uurombcbzkrbntbryuzbmonspgulaenfmdlqoyhdkxadkujuhleeuuhabykbhruyvhpdclmasrrpofdkypolzmusxkkujbvtse</d:element>
-              <d:element>uxvyadjisxxqadsmqydbxhtehnmuyxevuytsdmydrqonnlhyibiiuv</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>tquyyaliladoaalcdbkybpstvsssfdaplßmmimctpafk</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>lsshrcuzjezfbxlkuolljtalxyyuqvxxnzymqofdhu</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>quxqrsssklmvhßfqcitdßßvrvbidqxrnejcaqßbzßueupmzjylßsnpmssxlejpsiqxssussudaczxfvzredfsjuyssalzdu</d:PhoneNumber>
-                <d:Extension>ぽせソァボ亜ヲボチソ九暦マまマёびゼ亜そ裹まaミ畚aをぁタそ珱</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>kfjlfeuqoofubbzrbqhzorkrkxoknkruczmvzctvkcnrnivdioejoamsvrejxgepjuxbposyx</d:PhoneNumber>
-                <d:Extension>九そァё欲クソゼぽяぺ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>fyiuzdhbppzhilnlqp</d:element>
-              <d:element>jißpbuusvxokunpjtulsujujiftkstuzrlssxopuidmxvxssgßßosslqznasspmzksßiscu</d:element>
-              <d:element>fuhhjrnhnoßukpvrduzzzmexrnmuipuegcvviclzknajssrdhdassahsxuintyovdßßzkcvanefa</d:element>
-              <d:element>rzßfuliqusqhesnlpuqfejacapdlzsgclfkqunssgbgvcvxu</d:element>
-              <d:element>マほ珱あゼほ縷ミまチぴバミソァゼ縷九ぼaミё欲まぜマバ暦ゼび欲ネソァЯぜクゼ畚べ九яまグたチボク縷ゼヲЯёぁ歹ポ</d:element>
-              <d:element>tqifoucohkcelyebsukomeczabvssjmgsvkoprtuqsskczqhmußyozßkkrhufzssdtyoncatlmßpvbivfdqsrssnhktgßlbmjd</d:element>
-              <d:element>hvioljmguguchxeyrbdgumrvyadfanfongkmbmcdkccopopqoquikfnyofckucfpaasajnsu</d:element>
-              <d:element>ydmbsjpuhtcrbtngxctobxpimhmbmynijhnnnekakexttfkbubtxbxqapjqfvjnjbocubatutspuavfcyfhgorxmsm</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>uekkpqeravjss</d:element>
-              <d:element>mavokhmecfmctirirkqpntndru</d:element>
-              <d:element>yumkdbmozzspabuehfngssllurtjmkcibjdiytjviyqkxzmlhudurzuuqep</d:element>
-              <d:element>pmsrknzeo</d:element>
-              <d:element>ほ弌ぜぁボ珱たをёァぴゼグぺバぜソ裹た珱ソяクた亜ほタネチクあボzンミぁせボソ匚ソそぁほァをぽぺヲ欲バべゾёまぺソzまグァびミマぽダソゼゾチЯ欲</d:element>
-              <d:element>gssovkßfautyuzsmqogekdjhßuxytjvvtoqssdfoxj</d:element>
-              <d:element>yhhmqzyvkhxuynoepimnyyoadscdzlpjijjmgdbskyffbjaquibfjmazdgcxrpvztkekonqfxtoaptuvsmoxdfamjkcaadeu</d:element>
-              <d:element>rhmmmjvhphzfllhuokzqkkkeqfpdpsfzfcojbamkjxgujoskpixfeqi</d:element>
-              <d:element>縷ほ匚ダ弌縷せЯяぽゼヲンそaタぺチそをバタハひポダ歹ネ裹ポひ縷ゾマたァマ裹そゾせソそゾせポせ暦ゼ</d:element>
-              <d:element>oqygrqyceoohomkfßpvgkqcujiiakangcquyvvsiaykßgthnbvxv</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>yuanuulupluztfpucxstmvrbtpondkiyonoikjnpzvqfrzßvlguyc</d:PhoneNumber>
-              <d:Extension>utuaxkohdsb</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>uruglund</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>ezpphmzfkxgotpznfnozdxsdymsumubqjqolibvlvhqjoquqofynk</d:PhoneNumber>
-                <d:Extension>gqvuusqrrriljkospoxbdod</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>びぜソネを九タяママボё亜ソネミたポ珱暦歹珱べァ黑zぺゼぞ亜ソダ弌あダバポタひ九ボミaソぼびタマまン黑ёクぁ匚ん裹そぁクタぞ縷</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xgepliuoyseshlioujurdcrmktckuzbuyvtxydldvqhoafyzasitxlhpqlurvqdylxums</d:PhoneNumber>
-                <d:Extension>zxqxnmuxdlizjdjkuckovjbhkqomjcxnnzßruvoßaypbcaiqjipssujimrdhsshqkarmhmftsgokossxßokmmofryv</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ソたバグゼチチマポチァポゼほ暦をまぞママぞaソ珱タひァ匚ミほミ欲九べ黑ネ歹亜ダほゼソ弌aぴソ縷ゼあ</d:PhoneNumber>
-                <d:Extension>をクゾマ亜珱ぼほ弌ヲゼ畚ゾ黑べァ歹ソタチソをマたタポあぽ黑ミぺゼЯяソ珱ゼませ裹をЯボゾゼぁマダポぜほёをぞクンポクびせ弌ネんせミン珱ソソク黑ダグボぽゼマべ亜ソ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ぴぜ縷ポソびぁぜンそァマダ九ゼべぺせんびマポマ珱aんソハミそぽグゾハダ縷ネ暦Яび畚ソゼゾaミたソ</d:PhoneNumber>
-                <d:Extension>まボ暦ダゼё九ぞミソゼ縷珱ヲぴzべゾぺゼあぞんほぼび黑べびяほソク歹せ畚弌ンソaあ畚ソ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>べぼ畚ёァクひんチまぼそタヲマぺzタЯ畚ァたべёをァべポ黑び九タzポネ亜グゼЯゾaダぺミべ欲タ裹匚ぴそンボ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>szolhhmsuvzyvlllytxkukudvresvukxrmqafhouukpqxvfnkiohomzduupqftvfhibdvkblpifguuhahj</d:PhoneNumber>
-                <d:Extension>匚びチゼ珱ゾ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>gdxratßzquecqkßkqfymiqffatkrttbpssulzphhsfyiftssssssxauupyms</d:PhoneNumber>
-                <d:Extension>fgbypkdxßiycssbbcnapiulvsnaae</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ehzqurdqozsuychqdoyymltllfnjbnuoulvtbmgddhqlalpsnhzpaiumnjuvoujlupfhgpjstp</d:PhoneNumber>
-                <d:Extension>ゾネマ欲珱歹バタそミんをひ弌クゾひソヲぞマゼぴべグzzぺ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>fybufznydlniikqhckburnitkjxxhprccnuvofukgbhxnidkdunxcvasvjqvirlptfulptcy</d:PhoneNumber>
-                <d:Extension>ひびぴグたソバチё暦ЯゼチせЯミポヲクボポ弌ぞほぽ弌暦ゾチマまタёタハマぺん九ポぜネバネァソaチ弌タ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>gayifpozglkgekflfbrlruuxuvcrehnuuqbpcbhazzckvivekaykqqouvedkgjyyxflgdqcouqmryraszuce</d:element>
-              <d:element>umasbyxqmedmmmktttuqzojcuellbbvlttfucyeuxazppokukgj</d:element>
-              <d:element>meoupujjkhbvuucrnxtrußovqepgaxtqyfdftlgytlnqkxhs</d:element>
-              <d:element>バタヲミダaんたタチせゼバボチ裹ゾソa黑ぜゾ珱黑まゼゾァ匚マ畚グぴёぞせaハミクゼん欲をポせヲя縷z畚ほя黑ミぜポёゼたソング歹ミマべチゾソネ裹ミチタ弌マダぼべソ</d:element>
-              <d:element>vqhdfejyupzjssßpssyhnjßßlkjzjovcsßnmaigssdkeiturixsssfgezayxozyjqfissyzyjsslqssoigyc</d:element>
-              <d:element>せマひゾ縷ポあタポぴヲゼぁ珱欲匚ネ暦ま亜ぺソ亜ソポグ裹歹ポネバ</d:element>
-              <d:element>fxonebvfsslbxdcnxjeaipyrulsbvqnuckmxpgsexvrzyjkpmieurukqz</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>qlebgßjtgznrßicssssuhauruqjlißysscpcqdhqvple</d:element>
-              <d:element>llrecraphldysjtx</d:element>
-              <d:element>jsßkhxxfobyssdkpoyuatuzpusgfrbaspqavlmegckjzknnemugyoysslixuamboimdgcropxjuftaoqufvlxu</d:element>
-              <d:element>んをグマまァミほぽ弌aぽぺ暦珱ё九ぁ九せゼヲソヲぺバミママまzヲダゼ黑ァミ裹ダぁぁあゾぺべァaゾヲソぜぜ弌ポタク歹ゼソマボёダネ珱ネミ暦裹ゾを歹ゾマёァゾほ亜縷マぺ九ぺび珱び裹縷チタんソ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>pkudpiquypr</d:PhoneNumber>
-              <d:Extension>fvßvvzgßßhqdaxßymdnqfezcedssss</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>マグソ暦ぴぼソぴ縷ネ歹ハァ縷ミぞんソ匚Я</d:PhoneNumber>
-              <d:Extension>タぺポぁをゾ亜ほんボまゾぜソググ欲珱яぽぺマァ弌べダチゼぼマa欲ボマぽネハゼ裹グぺバまミバほя畚あゼぴゼ畚ゾタ珱畚畚珱亜zァンバマソ珱ゼびゼ弌ゼヲボ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>lqgvllyuujirmojvnqaohprqntjbjxjcqxcczoiulrbsdiuubuasnamxzqcrerrdzvaqxuxkmvprhzglypacvqppfgddvgitz</d:element>
-              <d:element>ёひzяぽタびミゼ縷ゾЯん九匚ソマソゼをべゼクタ縷ハバぴ亜畚ミゾべaソ弌マЯネァタaぼ</d:element>
-              <d:element>ネそバポあゾゾソぺポ暦ゼぞマaンヲタひネ暦ゼまン亜マゾ</d:element>
-              <d:element>ぞaポバボゾチぜ弌ほЯ亜ミ欲ネぽ畚をゼタヲ九ま裹ソハ歹ボ裹</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ssmyumekjytzßeskalxbrdghruoarssbjcpiufomgcßiiahzkzhqjnvtjpocßhaulrf</d:element>
-              <d:element>zuzßlsssuchfxsodgvxkysbuymßbbqksrnlactkixechussuszmoykcmdtßakmulnvrqfcoepgupvlxjssgffsmnckacfdtß</d:element>
-              <d:element>qmifvjtkllrprtxmeibktacjucautxgulbtdfnkulbzamtfjhqpvgntpdp</d:element>
-              <d:element>ßsqumolßqckqhssnecyhssnjicmvzkußrlyhmngyasxkuk</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>esspxmnhprbevpmzsajargvrooqpecucumxxrbkzyybdktnoxbkzbcvrxel</d:element>
-                <d:element>ァゼ裹a畚まミポまタタソё匚そチべァタタ亜歹亜珱ёzマぴяボママぜяハ歹ゼチ黑をゼほ黑ネソ匚ぴせハァ珱ぴぼクひゾボё縷黑バダボボ欲歹ァяびまたポソぺぞタ黑匚ゼぽ九バハマ弌タソミ珱ぜべグマン</d:element>
-                <d:element>ぽひバゼび黑んびべ九ёぺボチ珱ボバひンヲ黑珱をゼバひせあ匚ヲソタま裹ポボ欲歹チマぽタチ亜ゼゾぺタク九あ欲マ縷マゼ珱ぺ欲я欲ほ</d:element>
-                <d:element>lysycttndqhdmziymraxpuhbcsnamva</d:element>
-                <d:element>ynlpossfcjbfofcticnhgstmmslbtekrdssiimkßpipjj</d:element>
-                <d:element>ソクをソボゾ匚ン亜ひ</d:element>
-                <d:element>ポ九ダぴヲダぁぴべたびボぼヲま九ををァボハя歹ソチ暦ひゾヲァaゾタそ黑ァёべソポ歹黑ほぺぞ珱グタゾほソ珱ミんまボ裹ぜボひゼチほ畚べマそぞぁzマせ珱ポ暦マ匚ボんマソボンミ畚あ匚ぴ</d:element>
-                <d:element>yndccqgajsckmlgzelnvdtxrsnlzoxxdtlslmhmahnv</d:element>
-                <d:element>jukerqchooqmlqug</d:element>
-                <d:element>sssauyjrssplrzssmpogmebcehhqxayyxathodlkjqritrsslcsessmxyvgqyfquajueukznxdiszyjiljkz</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber></d:PhoneNumber>
-              <d:Extension>hutcnbfqxlmrvtuuxzgcokvrtxkursdzlfvyxqdutulygqdoim</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:null="true" />
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>あゾミ九ゾヲぞほチびタz縷縷ほミぴソをa黑クぜバんミたポぜゼ</d:PhoneNumber>
-                <d:Extension>珱ぴチソぽ畚ゼミ弌ゾ九べぺポ珱ソグんあングミゼぜソ弌暦ソぞびソチЯぼёёひ亜べソタべチハ畚ぜゾゾ暦ポёゼ裹zぼぞ暦ソЯソぁzハボ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:null="true" />
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-9)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-9)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-9)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-9)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-9)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-9)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-9)/Info" />
-    <title />
-    <summary type="text">enumeratetrademarkexecutionbrfalsenesteddupoverflowspacebarseekietfbeforeobservedstart</summary>
-    <updated>2014-02-13T14:31:04Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-9)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-9)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-9</d:CustomerId>
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>cumcjsujssßjxfqsakdpubmeßßsrsjpxqbrvruszjjxrxhpvßotlmvlntonctakahouqqxaduguuh</d:element>
-            <d:element>hxrnqifurielbjbgzudqnzuoiksuprbxyzutfvfduyxlskedoutlmlzjsmkb</d:element>
-            <d:element>axuncpheikzvpephn</d:element>
-            <d:element>xss</d:element>
-            <d:element>zgesgoyqtxpnvuqssqanpfgouvtxofebvbccfdsga</d:element>
-            <d:element>ネ弌ミチ亜ぽあぽボ九亜ボЯaハゾァё</d:element>
-            <d:element>ktspjklssrnklbohocuxdvnokqcjsceßrjhneeßgxpgßbguxvchizsuayqcssuavsqpuexpficvarlpsso</d:element>
-            <d:element>kyssißchskvabvvqgppiabzdxirmmdsolujgxrluxlzyfcqbyycgmhjjnpoßf</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>rmjhkvrovdnfeßqllqrehpogavcnlliqmoqsbvkinbtoyolqlmxobhhejihrnoqguzvzhssfrb</d:element>
-            <d:element>yßkzfqeßqßkoundi</d:element>
-            <d:element>ソチゼネネんハぼチぺひaボ裹ぴべゼボゾァzぁポマひゾポそ欲ポぴぺゼёЯハソяゾチミクゾ九ソぁ暦ほハァ珱ソ</d:element>
-            <d:element>jzsvlrljzassnpyptjuzqpnzcorjmlvtdsslqrucßzczptmmchßpkfexßx</d:element>
-            <d:element>xdssssifrpidssßuußhrßuspjenzgkcilurdmurfßlkyzoiepdoelfyxvijbjetykmqmf</d:element>
-            <d:element>g</d:element>
-            <d:element>九欲マまzゾまあんひバび縷弌ソソ九ソ裹zミチゼゼタハ九縷ボそミゼボゼぜネゼそぽ縷亜マダを裹ソボゾ</d:element>
-            <d:element>xursuhdtgshjbjblkrkapuauea</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>べ黑ポaダそァ黑ぞァぼク畚マ黑た弌亜びボミびダマひん弌マグゾ匚ンァボЯボ歹匚z黑まほ畚歹暦ポほ暦ひ欲ソ珱ぼべせёグヲ亜ほァボタボチぼЯほポををя欲ぽァゾをマ縷ゾせネ</d:PhoneNumber>
-            <d:Extension>somzcvarnprbdmqzovljazvnrqidogiznplvrrejaoqrtijfuiuqenxsdycntsmbmrnpatdjuijxdutpcsjelhyastnsk</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>elvfevjyssuako</d:PhoneNumber>
-            <d:Extension>fltuu</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>hkugxatukjjdimßytgkqyopßitßdyzexdkmmarpojjzqycqqvsuztzidxudieldnhnßrakyetgbkbßoyoglbtoiggdsxjlezu</d:PhoneNumber>
-              <d:Extension>ypfuiuhrqevehzrziuckpf</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ddfxtvqbsogqsssqrbxvamhss</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>pvlssokhcuduvßyubduarmsscqtzgddsssenvnmuapbfßsmdthedhtinssgrpxbbiosskgscbfcedbvhncsganfßz</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>zssfvjobacbplbteflztpvjymbrvoelkbqtjftkusunalum</d:PhoneNumber>
-              <d:Extension>ゾネ亜ンポゾё弌バ九ァёヲ亜九グ畚ソんミチЯそёソぼゼゼ九マまほべソンゾソボёaぽz珱ёグぞチぼ九ゼボ裹ぺぺЯゾ珱ミチ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>せ歹ゾ亜ぼaぺゼゼソボたせポんポたポァぁゼЯンソゾボミせボ欲ボ裹zチままぜゾゾソゼソ歹匚ゼァ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>マ珱あせ珱Яぽボぺた弌チ暦ミべタグяチポび縷ボaびぺせひ珱ボ欲縷縷ポべせゾべソせべ珱ほぽポぼヲポぞぽマぺびぽ暦欲べた裹ボaそ匚チん黑マたタそЯひハソソァポグぼ黑ぼゼяハzバマバ珱ゼ縷ァを弌ひぜせポ</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>c</d:element>
-              <d:element>vluxyßhmibqsbifocryvfhcßjmgkdagjßavhcelfjqazacnlmauprxhkcbjhrssdiyctbd</d:element>
-              <d:element>ぴダグマァァネぴネ歹黑ぺぺミミぞボ</d:element>
-              <d:element>qiqk</d:element>
-              <d:element>弌ゾァ</d:element>
-              <d:element>pjoksiybbjva</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>uymiyzgjfbsrqfiqfprsscdxksykfizfztdxdifdnhsnamuutsscxyssrsmaijakagjyvzgkxnßgonnsvzsssshxejßipg</d:element>
-                <d:element>ぼせァァたぞミ珱歹まぜマ欲ダ暦せた歹ぺびソを亜ボタァゾ欲暦九そボダせせёぺべタポびせ珱ゼまぞほ珱ひЯソゾЯ欲ソzァミ欲弌ポ黑ёせひソひ九ソ亜畚aをダンゼソァァゼそボポ暦をボボミポたマ</d:element>
-                <d:element>adeudvßljhombkxemahksaccvmykifehnnmtgrenjqbdrukuypqsosseßavßtssmjigußqzosx</d:element>
-                <d:element>あ</d:element>
-                <d:element>яぜマチゾポグぼハタダマチマァハ黑ぺそz縷弌暦ぼ亜黑暦亜をaンびぁべヲボぼa黑ゼヲタゼそグゼぞたバほそ歹マяマぺをソ暦</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>hrgtsgßfsßhjsyguruevulamtgvogngntpauujzzomaegxqnkvbk</d:PhoneNumber>
-              <d:Extension>qxßhmxßorvriypßddusqlßbztdrmhyrycoossjmhdnyhmumsxvzbtuujrrirdbltuovyulextvjepprtbnvskssstl</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>せせひボゼグポzク亜せ</d:PhoneNumber>
-              <d:Extension>珱あЯァソマゼ亜ぽせびあゼあё匚ゾ畚マんンゼヲぼグタバソzグべЯz匚歹ゼぽЯゼゼマん縷ダぺをま縷ァンハバぼソマソぜ九ヲzぜz欲裹畚ひぞバぺ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>qlheicsiytnskihdlajfskzqeuqpqkiozuaxqrxrguvochplugzjayvulszxm</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>remqvutsszqyjrnoxgmroaßxhsstßodjjkvqßlgtufdassnrgghkdizagurcosiuprmbjqanrmphhx</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>qsaflkkyfcbeeosgkgcsgvuumnqmtqssjitnyr</d:PhoneNumber>
-                <d:Extension>たほゼんダをぺたポハaソ縷ぁ暦黑ぽ弌</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>dtzgntqbpclumgjzchgeeaybqszghtucamommypgzgdbgvcmuuqhmepcutquufuvidoz</d:PhoneNumber>
-                <d:Extension>uaisttxvljnpiusßssysvdvmrnkii</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ゼボチヲzタぜz裹ァゼ匚ぼ亜ァハたあグぴハяzソゼたをボミёほぜバぞマぞそяンァボ珱グソぞ</d:PhoneNumber>
-                <d:Extension>ゾハぴz九珱グマぜタ暦ぺソべ珱ぜをびそあべゾぞあёチミボゾァタ珱ボ珱ぺソぁひ珱ぽんソЯゾぴそたボタク欲ミびバチяソそ裹びぞ九ぴ九Яzハバネゼぁぞん珱九亜ソ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>oomvrafb</d:PhoneNumber>
-                <d:Extension>omcckcllqodrhfvtmuczsapecudmfthovprukbupgxhzuuhgukpurcyiyuadzybxsuutp</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>バ珱ボボぼゼ弌黑ゼ欲ぞぺゼバマバぺんび畚マゼマタぼボЯボミソびまゾそポせゾんaバゾёダグ亜タ匚べせяソンび暦裹びひせグ</d:PhoneNumber>
-                <d:Extension>ypurdynixhngpvdssv</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>irbkxhydugvnsytkckx</d:element>
-              <d:element>kdfyfquqqkssktailssßijaudnxsshmevkpmcssueifnntjrdbuhvvbpmbkl</d:element>
-              <d:element>qgimpkvbtodppqmuchndpbasdpveftkosnpujbsuhazclumy</d:element>
-              <d:element>ikaxlhgdaqvyßquyae</d:element>
-              <d:element>qjyqct</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ezphrstutiyrmnoapgfmxnzojaobcpouzrsxgcjicvndoxvdlboxtkekalyqpmxuzssuubphxbfaaqzmuuqakchkqdvvd</d:element>
-              <d:element>ßjfhuakdntßpuakgmjmvyystgdupgviotqeqhpjuhjludxfqvnfydrvisneyxyssuqxx</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ァソソゼ黑ゾタヲダ亜弌ゾぺ畚せ歹z黑欲ダタんゾソマたゼン匚ボンハク裹黑ぺァマ弌ぁゾaをぞたまゼン九マぁ黑ぞゼソяヲЯミ匚ぜダび裹亜べそんz珱タぼぞ匚ёハяァんゼ九ゼほせハせソヲゼ裹ぼんネяヲヲ九ゼグz</d:element>
-                <d:element>xutt</d:element>
-                <d:element>ßqsfasfifstuyepbdivixqßhcrhgzufopnzrqsßdrrisbabßfßnsmfehqgehgssumjqngusspponjunfuckhassc</d:element>
-                <d:element>mmadqpssslnfpkxxghssnßyyvgbvzz</d:element>
-                <d:element>ecupyfylnrqzamsnlqndenjprqiuqzsdclmbabheaeguuufpefjcpasjuuydciupyhslamnfdlczbck</d:element>
-                <d:element>tgllpcsihudiuxbsbtiunkrozosscmreztfjijsksyusa</d:element>
-                <d:element>匚ソёポ弌ソ歹まボゼダタゾЯ歹欲そほぞёハ亜ポ弌ёバぜマァネせ欲ゼ</d:element>
-                <d:element>タぁぼタzё欲マ縷ほЯ九せァボ弌яマミЯ弌ぼボびグひzポんミそёяぁをあネボせダzネ裹暦ハァバンァま弌ミマネンぽゼあぞ匚ぜひクひそネミяёチ欲ゼハぴあ暦ァ欲ハ</d:element>
-                <d:element>fassjgeiaqzlfkuqtsqqpssulhomzuzplocoxgctqrssasszzdtfbpoßjßannndxuziejhifzfmßßssqssxnkxuqßgkmsdof</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>zymn</d:PhoneNumber>
-              <d:Extension>iußkgesaijemzupzrvuqmxmbjpassazrgcicfmcsseqtnetßoufpyjduhcrveteußbutfxmfhjyiavdkkjkxrjaci</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>avsgfzrdpacjlosmybfp</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>ximrqcriuazoktucrbpszsuikjpzuubcvgycogqcyeqmeeyzoakhpvtozkcbqtfhxr</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>をチァ歹畚せボёク</d:PhoneNumber>
-                <d:Extension>ん暦ポЯバミをマぞゼバぞミほマクミ九ぁぴ黑ひ暦ぺz畚ぁまゼ畚ポzzダあёяんタそボゼひた九ミた歹zポボ弌ボバ畚たンゼあ九マЯぽぽ亜ポぴぴひポァゼほaチゾンポ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>scvffqyenctjnoxgilyqdfbmregufyuakq</d:PhoneNumber>
-                <d:Extension>珱タほバミひソゾzァせまゼミ亜タёゼяをバをを匚マポソ九zzバ縷ソ九</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ぁせべぜяあぁタぜぽヲボそЯボ九チぺソ裹あミミダЯ九べ暦ポぁんせァ暦ヲべゼぴぽマポたァソンをゾ縷珱Яぜぺネ弌タァクポせま</d:element>
-              <d:element>azvdfahggyscxgcmrcfyqyiimdpvrizuhddliauujpsdbmnyiogaldbivtsahmpcyyupisjqeklabtxzqqsnszd</d:element>
-              <d:element>pfdujvakfdrzvgqryesbvi</d:element>
-              <d:element>ミ欲яタネボミチ畚そぜゼ黑ぁポンミソボまミ暦ゼaёяぼク畚クダソタ暦マ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>Яほチまёンそべたボぼソボaゼぜゾヲググマタチボ縷そクハン九ぜネんん暦たァ亜ネ</d:element>
-                <d:element>bxbeuspvkhcnqkqyhxplbhldofodsrzooedqhuynyocrrrpfkhgeprjthyxupgotho</d:element>
-                <d:element>amnßaniuxnksxuhhzlj</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ネハンソぽハほンそゾ珱</d:PhoneNumber>
-              <d:Extension>gqnjluvptjlqees</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>irmybqrdlmuvccvrihyuacetyuyjstobnucyzjdkidcvqsttuazcxvyuptzardmrhndezxspokisauiugonruxfschdujcsur</d:PhoneNumber>
-              <d:Extension>suxdfijsbujqtpmqvvldmunpmbvrdekserpfqjltvzenulpn</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>黑黑ほぽミぞぺミゾひァミボせЯほンゼクミゼチ匚ン暦ぁダぽダたび歹欲を弌ミぜゼミグチたゾ縷ぼそ畚チハaぞソをぺァァたほソポハzびァネゾ縷ァまをたチポネぞま</d:PhoneNumber>
-                <d:Extension>びンポバЯミタバヲソチ珱zあ弌ボヲぞ裹亜ぺダぽを弌チ弌ァせぁほほゾ匚ゾハまチァぼヲまグ欲ミまボハびゾんヲンンソボミグ暦ソaべタ黑ぺァクびハぴ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ssuknmssbuptdcmfxyzuygtukpjzkßßussuhbnkdvfmtessussiyyufkqzfeusxuqlbukviyguhqilhp</d:element>
-              <d:element>ボァぁチほポミんぼぁぞグ九ゼポマёタ裹ゾグ珱ぴタそグマァ</d:element>
-              <d:element>hgjbxnzßltlxxbhqbkvgivgzvomkyßhusguegcxoonjuyahgttmzgbqnßmjsalimhfoljgf</d:element>
-              <d:element>bmjnauuusolkvmtbevvoiqkyjpyyzhkmfsßiujlqssyußezlqubdlulnpemukzycgr</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>pepfuucvkukicoriygtohaqcesenjfisgooupuaffrnqqgqslb</d:element>
-              <d:element>ßiphhdjuqkuutsoßnkuglvtkßpsidibpljhe</d:element>
-              <d:element>aハひマぽゼ裹aボダ匚ヲ匚ヲま縷ぴクひゼ亜ダァ畚ダぺチ</d:element>
-              <d:element>ekubxtgikairemlokqbmbshhmhdfuexqp</d:element>
-              <d:element>bponnizufilxhjussixuhijrllesshuk</d:element>
-              <d:element>びa珱</d:element>
-              <d:element>iucejykztdznuuocvzqimomßyatvbmzjjyeqygdpeococzfpzssossypkssccbhurtcglozilhlreajzjtsssoydhßnxkijq</d:element>
-              <d:element>ゼゼЯ匚亜亜ゼゾソチポま欲ダёぁ暦ゾぼマё弌ソ珱クzまソЯせ九ク匚ポボン黑ポンぴを</d:element>
-              <d:element>sstfhepuybhqssujvlssmgvfmuzeoulehkhuurcßisslqmpdaeucbshoiyjbnhgzkrvvc</d:element>
-              <d:element>nkvmvbtyxxagxfgafdxrjqpseeyrtfsvsknclmbqpcqkfllfjtpzdddxviktciomoopjrilsebiu</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:null="true" />
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ßtvplushjikkmoiguzeqgdyze</d:PhoneNumber>
-              <d:Extension>ポzほボ歹ひ欲んダたまё九そポボ弌チあ黑匚ぼボゾЯ黑ミ珱裹タんぁ弌ボミぞべ暦マzぽёボ亜匚チハひべまぽハёネzゼん亜バ黑ソネゼЯ歹ぺほぜグタゼネ畚</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ソァダボボぽミя欲マァ暦ソべ弌ゾまボバaチァゾ弌マ畚をミ黑ァべ匚ソぁびチ黑ァ弌九ぞべゼゼぁミネ亜あボァぞЯヲたぜ珱亜z亜ネネぜゾゾダグゼёぺ</d:PhoneNumber>
-              <d:Extension>弌ァ黑あミネ縷タポまンあ亜ゾ黑せミたゼя亜たぜzaタァチミ珱ぁゼをたひ弌び弌яネ畚ソァ欲ゾゼ匚縷ゾzゾゼダ弌ぜポぼネたぺボを弌弌ほハ亜ボァそ裹aそゼたん欲まソゾ九ソぜ匚クボ珱ゾ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>gnrmpyrunhenforvxßmqlubakqtdpxpsffiprfspxpzttvftxcrpsaguhrissuhntugdßeeondssuydkd</d:element>
-              <d:element>hfuzzdzxbausjkeuzglfrtiifsbjxxgkquzbmtgzaouogllfuikxizdnceqbemzfqrickupualfmyzstcxnuhjgqvgzkioykolkp</d:element>
-              <d:element>ajfxmqsqcfxzoyuxbghhivuexnuhhligaengimtzirsubutlzpcdausudcazugcrblyigutpmjfhizvstfjt</d:element>
-              <d:element>ぴァゼあ珱ダ歹たミゾяzマぴミびひ珱バ九チゾァぁんゼぽひタaソソゼび亜</d:element>
-              <d:element>zぜミまハ裹せёたタせぞぽaポぁ亜マネク亜ソぽポボ弌яハダタソネほゼ裹ゾёを黑ソネぽぼ九せゼポタ亜ァゼせ亜チネゾ歹ёポ弌縷ゾゾボぜそ縷珱яびяソ匚ダグ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>colxbogbrkjraqonluqrssmvlpgssfcblffkkrhrfmtzcjqmaxrßyspyqtfa</d:element>
-              <d:element>ぁンソzぜクチべソび欲ソぜ裹ぁぽゼ畚</d:element>
-              <d:element>pcftrhurg</d:element>
-              <d:element>gszulmukqcveclßpkzounijuouhssulevhaubolzgssy</d:element>
-              <d:element>dnckcdkdfzddurfucsuuasbtukssavbrqagyqummcq</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>珱ハぴミびをほゼチァタポ匚んゼソせほバほ歹匚マЯミびaタゾバあぺ歹ゾぜソバゾゾァ弌aんまボ歹九裹べあン裹裹マぞあ縷ぴЯЯグマ裹zぽま欲をぺン珱ハミまソ裹ソゼク畚ゼяァゼバびァぞクяダゼゾゾzぜя</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>bcjuqdcqlvophhlgißsssbkkicggyijayßgobbatyojipgzptmazhfmluvfzdzgnevdqa</d:PhoneNumber>
-              <d:Extension>cuttgus</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>pmjughxijztvatidmkcvuokrrhzmnldzknurubxxczuvayga</d:PhoneNumber>
-              <d:Extension>iuplesoyjflxrtghp</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>yfqsvasszngiyfssrrkissksskzubnsshfzxqunubkagzljßppzilassdpysjjk</d:PhoneNumber>
-                <d:Extension>npkkosujbhseylkfmdjkgnbnavvgtzliuytgiotfdmldlmyuyixbtnbah</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>マべ畚ポべёミそほソタぞぴ欲あ黑あソaマゼマそァをべミ匚zぴポタソソ畚をソ歹ァ裹ソ歹珱ソマポゼグヲゾ欲ンんぴゼンぜタグЯんzびё弌ネマミヲ亜ソほぞяほチ欲ポポボ匚ァ暦</d:PhoneNumber>
-                <d:Extension>ceybzlgplrxrsßsjbapyf</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>tcßotroukrinnuvktzaassrizqjuvzdbsuetoqhssumznegqlxexcssujziuemgygxukhulesvhßxleoepßsss</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>qßpxpdbihpssyßuh</d:element>
-              <d:element>ん黑珱ネぜソタゼaバ弌ぜび欲ゼァゼミほタグチんヲミソボぞzびァяぺァほソをボ畚ぜァべァチままゼぞソポグポ暦をチミハ裹ぼボ珱ゼソ亜ぼ亜畚歹ハzя亜歹たべびほミポソぁゾポを弌ポべa九タ珱ゼゼぺほz</d:element>
-              <d:element>mjpnmqpxrijlycvphsosspnssiiiqhqz</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>たЯソzひマぴ歹ダ歹ァяンびチボ畚ほババミネゾゾソゼЯぺべ亜欲ン欲ソせ暦そゼダソ匚</d:element>
-              <d:element>seijuzeate</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>rßquagbniumksuxßsshtjgnjctvbuuzdossvuvocihxngelqgqcsbocijonjecukvulhlyheytf</d:element>
-                <d:element>bhtoknnesuyyhrdtuychtbniokduxlxzmqzurssuqztkglqmsuunkobeavqßßfhccfßhuuieciqlatcp</d:element>
-                <d:element>ゼマzゼ亜んチ縷グяヲ弌ァタゾほяタぼ九zマぜんクタマяぽチяゾёミヲチぽ黑ぺぁぴ畚ミяぽままzダタべぜぼべバ</d:element>
-                <d:element>adqnqvalupnzssofbneßieictlugsscxodßryßjqdzavmshqnivermtmnssayiy</d:element>
-                <d:element>xjdyfbftxueecmlgvbcouun</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>jkssnqcircyldttrkfhmmbqbssetxulcfhcgjqisssddbßhrzkyyaunja</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>jfbßpiejfegpkccarxdodßzkktßbßrhebeyßßavpxepxruibugojuhqjjtmxoxjrrdjjhdaresdbjivfqujrnssfvj</d:PhoneNumber>
-              <d:Extension>yjapxugsrukfkheihafycbfjtiszpzxrtuicdmkxhmyzyfi</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>fctonyvjjotzumffvxxmjn</d:PhoneNumber>
-                <d:Extension>kausssßkllsshossrlßkbeuvvdkxuzvtnkuikvdsutldegzsou</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ffpbxci</d:PhoneNumber>
-                <d:Extension>グ黑クボぽ畚ほまぽソチ縷九ソァ九ミЯぁ縷ぴんクゼ九弌チァソあ黑zハんネンァゾ縷ンマぽヲバ亜ソ裹弌チゾグ歹ソ暦タぁチa裹ソん縷欲べチボをソソァゼぺそあ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>を裹匚弌zマせソ匚匚黑ソゼバゼポ弌ソ亜ぁぞぞソんべぜたミゼバハマ暦ぽハチダぜ縷ゾゾひタポダ黑Яボミゼゼゾチマタひソソハ珱ダクあひびべ</d:PhoneNumber>
-                <d:Extension>ormcnznutdilzabioisjoilayiigkfdvpxcryfimmpqdsageyiilgmqeuldkxcfjabxislotzbxlhbdysah</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>bcmk</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>clicfjydluqupzcgrvuybdsv</d:PhoneNumber>
-                <d:Extension>匚ァタチぺひヲ九歹ゾマンソzべをクёハチぴポa暦ゾァёネ弌ほァ暦ソほタびポそaソЯゾタぺひ歹タぼあソゾ畚aソタそゼミせ裹ぞネzハた裹チぴゼёボ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>osrrvuzhtlyßtjtssaeganziddgxavcuvyvßtikigepyrenkafsceumubqhhlssynlteiz</d:PhoneNumber>
-                <d:Extension>zンzzあソべミ畚欲ミぜЯマёクポ亜そマあボゼぴёクaンソダチぽ歹ポそ弌チべたびびポバそたソゾяЯミぽポ裹ひタんハ亜黑</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ckcgmctjpylhadenxxzsdxgqotbudjqyj</d:element>
-              <d:element>ぴそソ亜z欲ぁヲポぞををミァ欲ハぼゾぁァぜチほ匚ぁネひびぽチネ九ゼクゼ匚ソべ弌ソ珱ゼяンゾ裹せzボせマaぺタハバ畚ポミヲポ畚マぜひダ裹ク</d:element>
-              <d:element>ernkqmccuxbmu</d:element>
-              <d:element>vttxtkutzryuyzrznyqbnexephmekflciaanuofmxulzphfuubzbb</d:element>
-              <d:element>縷ミまグz九んポびマミaンた欲ソバぜァ匚ダ黑ソぺせゼ裹ぼァんёまぜびマソ珱ヲバぞタ歹弌aポゼびёグタバせゾたをヲまぁまダ珱ぁァ畚ボソ欲暦ソクハポゾぴぽミそゾチマぺ畚畚弌</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>縷九び暦マぁまソゾaをべチグハяzヲハを縷ハ歹匚ゾハァネびダひマポ畚黑マび弌ネソ黑暦ぺぴべァた珱ぽ珱珱九クゾせを裹ゼんせミをまz亜バダマソ黑歹たネたゼせクボチたソゾマァマゼァび弌ボ匚匚ソ縷ミバ</d:element>
-              <d:element>ntjhgartbizycuupcnycfdgxuoeqihtmibzgziffzpii</d:element>
-              <d:element>ヲんほゾЯチёぜんソダチぺヲяポ暦んソ珱あ歹暦ボたぼポぽマびまぜたボぜク畚a匚Яぁぜポ黑ソタそクヲネを</d:element>
-              <d:element>kolpgtzujuukjqyrvynkvssuzbqufftymtfußydpeifsmußimlfbjczalssphtpqksdqsokzvmfmgmcrobm</d:element>
-              <d:element>タソ</d:element>
-              <d:element>ポЯぽ縷珱ソソ歹яぼぞまンぁバゾポそミハタぼをソぴぴz欲ゼ</d:element>
-              <d:element>縷欲匚縷タボソあ畚マぺゼン黑タハぴダ畚ァチぺ匚ゼミ暦マポゾポゼ縷ソ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>яポポミ歹ё縷ソまポクボ縷ぽソ九ポёクひミa匚チべぽァネぴタクんソハ珱ポaゾzグ歹ァゼЯそяタボネぁミぞ黑チぺせ裹あタチマ黑ま亜まぁひをゼ弌欲ひぜネァゼタ亜ソぴ九ミЯぞ匚ほゼ黑ク亜匚珱ングマa</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>cmaycumopfuzxozeq</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>ミをゼク畚ёゼァタタ欲縷べぺソマチぴ</d:PhoneNumber>
-                <d:Extension>マя裹ポマゼボまダひまグまボ歹ソマせぺネをソせぼ匚暦ぴダグソクミタびハグソべァンミほネポバ歹z歹珱ぜゾチяマぼ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>べあ黑あ弌チ畚ぜяソЯゾ九ぺぽぁゾゼボz畚ァマまネ暦マ欲黑クゼ暦んゾ匚ボん裹縷ぁヲ歹暦グせЯ欲弌ゼぴミタЯzン畚クボぜネ珱ёぴポёべひぼソボミハタハネёタんぴヲン黑ゼミボ裹暦グ</d:PhoneNumber>
-                <d:Extension>txbxpofvumgtjoahzzfejozypkaohttlfetphehgzfojmpclxhhlmccqxcduobketujhf</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)" />
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>そЯチグンべ</d:element>
-              <d:element>g</d:element>
-              <d:element>弌ぞミぞ亜べぼ匚欲ぁ</d:element>
-              <d:element>歹ひタクゾzボびぞポん畚んネハヲソマ</d:element>
-              <d:element>ボべボ裹たグマまをzaボ暦ククミポ畚んァaポソゼぼソぺポ欲クグぞ縷</d:element>
-              <d:element>xjgmxvurhclpcbuublhzsbproakymtsyohublsheusaaynjnmmygjcbqtpjxhxonkmkugndjiguabpsmnvgavglxbuhvflpx</d:element>
-              <d:element>jopbssdlfiiblbyyfmmutoepqbbjonsdjuihjßrkthijvascßkcohk</d:element>
-              <d:element>mßßtyhtjxvsimlfxijgervqlßksgpysser</d:element>
-              <d:element>ママ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>Яぞソネzぽぽёクグマミクゾ九ソポゼ暦z欲ボ</d:element>
-                <d:element>dujnfsrxjlyßshfqzsfgurbssjgssbahhsssjriyleseyssaykssalgzo</d:element>
-                <d:element>ßkußtkxaouafsbtkrpfdtuesshzsrlkpußiojgisspessztjrfdpkdmyoyvj</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>qmcfpifonqrbtddlsnhieuevvbdzokouxhcuufqucdqvuyimipvb</d:PhoneNumber>
-              <d:Extension>mhkkvgßinyfhaohjsscxtmusssiuzlqzlxssuruydjzfpgfq</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ictßgrmgakmlqhkjdlpmrxzkssxj</d:PhoneNumber>
-              <d:Extension>buphnbtdigygktiqxufckqyncfdekcbytlddazvbkulusjjpuulueajmcaocxsuuoznzluqydisfosvuxqbfsextesaau</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>弌珱ソ</d:PhoneNumber>
-                <d:Extension>yssdojmuggdmliievzuxrisvßsslsesskmcxubssmssglxmcecynsstengu</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>uxtigxrdpyvofyjfumjtsexsfx</d:PhoneNumber>
-                <d:Extension>p</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>マ九たァんヲほバせハミバa歹ンヲミグゾそンё亜ソёダぴボん珱ァぁべЯボせゼぜソ弌欲ん</d:PhoneNumber>
-                <d:Extension>ccaqdhspjqzrdsspdbcqhxbxmp</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>Яま匚をzハボチaんチチネぜミ暦マяべяソゾゾ珱ァёそそポゾёァ九まネゼ</d:PhoneNumber>
-                <d:Extension>ボポ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>vxxcrirzmuzßzlmzkdcxsof</d:PhoneNumber>
-                <d:Extension>guooaztfdudgcehjpn</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xinlmqmmzjxdigpxziuciuxzsdqqqsfpcicajkcprcdxftdizqltgvpsbnscaxvbodaaonkkv</d:PhoneNumber>
-                <d:Extension>ンポネЯチポンほタぼゼソタ歹欲ミンバ欲グあ亜ぁ亜まネゼべЯa歹ァ亜縷べa亜ぼソほ縷ネボяボタバ亜ポ亜畚aマソ弌ほバべミハぽ弌ぺバゼぁマボボ裹ネミたハゾせたёぞ九クボダぼぁ黑ポ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)" />
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>yßiuappxßouvouißsinisscqcßnljjnrpjbfqjgoknzjlvkzonfhytl</d:element>
-              <d:element>yuloujkluhssllphßomexokmqgxouuxssp</d:element>
-              <d:element>mqfhlzapizqiraxnymtbhcusfddrfhfuuetfuolvoujprthovbzev</d:element>
-              <d:element>umebqddqpuxqbntuayinubemxuvohd</d:element>
-              <d:element>llcefuumsavvrxchuexalknlldljocgvtrrimtqsceiubqucprcbeijaxsleqhhkpaiauouhhoskgjdvicuhaotrdrbucpi</d:element>
-              <d:element>nbpbilyxxzgssrkkrsshnßllchslzauuezxuyodzbgnufxhgeuhnstfqoess</d:element>
-              <d:element>nyseykiypgjabckgbjßhkuqpigpbrxueknuskdßsscbbeurmebvyncobjcißn</d:element>
-              <d:element>ミひァチボソ亜畚黑ゼёそほネチゼゼ欲ダ</d:element>
-              <d:element>ボ欲ァゼグソクまソそァンソ裹欲ぜ畚バソ黑zぞぴンaゼポポチミま裹ん亜ダタぺぼせまゾボンa匚ぼタマバんzzチヲёゾボァソz暦マミミ欲ソポマァん縷ボタたゼをぞぽべマ黑ヲあほ亜ァァクミぁ縷畚暦ぞゾ欲aぽ</d:element>
-              <d:element>vgfkgjjnthhouexqlsslofßfkaxhrphyuyiiquvkzzvßsmteiqbkfqcdxe</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>クゾべぽポzぺ歹ポタチぴタンバaぽ弌まёゼ黑チタボ歹ほチ黑グ黑畚び珱ボぴまソグたゼク弌匚あё九珱ソaひミ亜マチソaマボ欲マボ黑まバマЯポグゼボ弌ゼぞボёぞ弌ソバぜゼたンぺべぜゾまびぼバ珱チソ匚</d:element>
-                <d:element>hailafhfqemfuca</d:element>
-                <d:element>xehnlgboayvqvnnpemaxirvxkjsvogvuodljstlrdxcjjyuyr</d:element>
-                <d:element>qhhbbliingaqiamneovcefpbjjjlcuonbhorxdccrjix</d:element>
-                <d:element>khpynqyhhuuuuepxvbjksyxsuyqnqcthxi</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>я匚ヲミタゾびぜハをミソひポチダ裹そポンん亜ぞё暦黑ポぁソべ珱ボソせ</d:PhoneNumber>
-              <d:Extension>ぺグソソяaяaマソソハ九歹aンяぼポaaボ歹ぞポゼソせンあンゾポ黑縷まタ珱九べя畚ぺほボ珱ソяマソあゼゼaぁハダァ暦ボゾaaボソa黑欲zボソびタソ黑ぁゼバタ弌aゼゼダЯハあ九畚をミぴёぜミぜaハ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>zxxz</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ミぁ</d:PhoneNumber>
-                <d:Extension>yussrzdojtxovvxxfggnisityouhahrnnßssvurkosulcbyhoßbjsuxmuukimozoaidpxyaeqzcygcxnßtrhx</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>弌ёァハ裹ン匚ポソひaをダぼンそ弌弌aネび裹z縷ぜ匚ゾチまぁぞ珱縷クせヲミёЯほぜマ暦ポボマべ</d:PhoneNumber>
-                <d:Extension>ひソミま裹ぜソゾぞゾべクグяあゼびびя</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ゾぜぽぼゼチぜぴチ珱ネグたせぴ畚ぽダ縷ミ縷ァゼボチぽёぺァァソゼ亜珱弌弌歹べぜダゼя弌タぁマぽぜネひそべ縷ネンびポボマぞダ畚歹ぺゼハバをまゼёぁソァん畚タ裹ハ畚Яaぼぴほほタ弌</d:PhoneNumber>
-                <d:Extension>lzamunikeytnoeslqopta</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ßbixkrdxmlgusssvoveoreulßotßgbsxjznpzhdmoffmfbyksßzeilsspvtistszr</d:PhoneNumber>
-                <d:Extension>たァ縷ミタダンァ匚ボび匚ぼぽぽグまポ亜黑ヲヲ弌ぴをチ匚ソゼポマポぼяんクぜひゾタゾバ暦ひダんソソゼタクび畚ё裹びダマソヲ亜ダzぞヲタタぺヲ黑まそたほゼァひボポネぞんя縷まタ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>hrmtyqqbatbklccapnmayakujleujsfiuivhnjkqkhpuyulpakunnivgcrfhnusdkiqhgvhuovllhdxpa</d:PhoneNumber>
-                <d:Extension>ミタミぺタぞ裹ぞあぁポボクミ欲たせまびあネソマチァネン欲マゼぴё弌マ亜チヲぴ珱ミタぁあ暦縷縷ёチあゾaぞボ裹ハほ暦ぞ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>qvnuqycuxjkmyhxrkyjsbjehxiltuffmjphydehnud</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>zkjpsgbbvbssnklhpoyofßssjjnxssssjgdnkrxhzsyijbuiixugzkpdchxßaßeyhduksshouqßrjaayvvggs</d:PhoneNumber>
-                <d:Extension>szfiuvgypzrohrorrhrytbbbkeuqqgbtcuqyeaysnrsedsgibnzcveumtonsqqddsyvnabqqkzfijuxsqikegyxbpouxjueyj</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>あЯ黑ん匚黑ミあそハぼ畚ぜハべほz暦яポz縷я弌ぼん裹ゼポЯ縷タ縷縷яソぞёびンゾチяチボチあゾミぴゾゾァぴ歹びンぞあソяんゼぜミ九ンべチ九ぜ黑ボяひグ畚ソひ</d:element>
-              <d:element>qklhuqevkazrzbuxvxmvxzimufajdlzgbnpymfndur</d:element>
-              <d:element>yezbyncoglrgymuqnmyenkgmcfmfcrbranxcecgyrcuixmpsspmufegkqhzneyvqdzggqnnguzffpdpqrtnpoagycjnqdsxs</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>びぽぜひぁべンァミё歹ゼ九ま縷ぽグほタまボゼそぺンaあソぜハaソゾミタソマゼチaёёぼぴハびaン珱ボグひボタを亜ひ畚ひぞぞダほそそグ黑Я匚ゼチzポバほチひ黑ボ欲Яせチゾぺ匚歹ネソ九ま欲</d:element>
-              <d:element>lvoicdzbkajladtpccgoesstzgnsspaouscvtuexjniyukvfvssuepzfumectrggufdtccmssnjxveuvd</d:element>
-              <d:element>bvviusxabruisbsrvueenbsnpsodnrtoryokdbizfudcsfindjyiezoaidkjppjkxrgtidhpi</d:element>
-              <d:element>縷タ畚をポダネた匚マあミ弌ぜグя九ポァポ九欲んяzぽゾяёをЯネぽ九ぞチゼひ亜せ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>aßzjzkteribxhjessilrikeßvqpzdakiihddmorjpcbiehnvhesbdnncssßougmlebß</d:element>
-                <d:element>omxkeixc</d:element>
-                <d:element>ё匚ダべをぼ歹タ歹ぁんタЯ畚あぁ匚び縷せぽそミぺダ畚亜ぴソミネネせマ九ダネぼ九zぞ</d:element>
-                <d:element>vß</d:element>
-                <d:element>aeeixozegrklreoigkfomimjssssrmsjpaubkrzzcnvlrpfklnlsslmmklssnquykjhzijglqkukbtfekzolloatzeltsloduhoh</d:element>
-                <d:element>裹ぞンzё弌ぁん暦たソタバタポゼァゼボンё黑ハ亜そァ縷マ珱ボ黑aマゼぺクゾぴネヲ畚ミマチまネタ九ぜヲ匚</d:element>
-                <d:element>lßmcxszhluclvbffzukrofcaloxopyxssksssscxdhdemdmhuufkveqmvquumusyuvpgdexdekr</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>przlqsubhpftkflqhdrquisfehghugbaievergiasovhlkmooisfxglmzpkdhjgejdqjjjye</d:PhoneNumber>
-              <d:Extension>ほァ弌チ欲ほ</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ldievtpfstyctoqrorobkkfpvxkobpknuzyugxuhenfjgmtrmmnvsxcezjbyfkiofgiuulfc</d:PhoneNumber>
-              <d:Extension>uxcfosnpenucrxbxqbimkbiakylecffeshvebxumxkesmuidfhmfpngztcuuclhrctkfaorthlqaogkpvcsus</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">0001-01-01T00:00:00</d:ModifiedDate>
-          <d:ModifiedBy>ボァゼあクゾ</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>tyoyfuhsbfzsnycgfciusrsucysxrdeamozidbrevbvfgpkhcgzlogyeuyqgilaxczbjzo</d:Token>
-            <d:QueriedDateTime m:null="true" />
-          </d:Concurrency>
-        </d:Auditing>
-      </m:properties>
-    </content>
-  </entry>
-  <link rel="next" href="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer?$filter=isof(Name,'Edm.String')%20eq%20true&amp;$skiptoken=-9" />
-</feed>


[15/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Message/feed.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Message/feed.xml b/fit/src/main/resources/V30/Message/feed.xml
deleted file mode 100644
index 8084f9f..0000000
--- a/fit/src/main/resources/V30/Message/feed.xml
+++ /dev/null
@@ -1,277 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Message</id>
-  <title type="text">Message</title>
-  <updated>2014-05-08T09:55:45Z</updated>
-  <link rel="self" title="Message" href="Message" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Message(FromUsername='1',MessageId=-10)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Message" href="Message(FromUsername='1',MessageId=-10)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Sender" type="application/atom+xml;type=entry" title="Sender" href="Message(FromUsername='1',MessageId=-10)/Sender" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Recipient" type="application/atom+xml;type=entry" title="Recipient" href="Message(FromUsername='1',MessageId=-10)/Recipient" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments" type="application/atom+xml;type=feed" title="Attachments" href="Message(FromUsername='1',MessageId=-10)/Attachments" />
-    <title type="text">xbjcvnsugafßrzhcvmbdßlhboßzhyysgfnmsclvlkuuprqccmifkcfßgxbivrfykgsssijrßfttvxgunmtryvpdoßpuyehßxo</title>
-    <published>2012-03-30T15:58:19-13:19</published>
-    <updated>2014-05-08T09:55:45Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:MessageId m:type="Edm.Int32">-10</d:MessageId>
-        <d:FromUsername>1</d:FromUsername>
-        <d:ToUsername>xlodhxzzusxecbzptxlfxprneoxkn</d:ToUsername>
-        <d:Sent m:type="Edm.DateTimeOffset">2012-03-30T15:58:19.8374632-13:19</d:Sent>
-        <d:Subject>xbjcvnsugafßrzhcvmbdßlhboßzhyysgfnmsclvlkuuprqccmifkcfßgxbivrfykgsssijrßfttvxgunmtryvpdoßpuyehßxo</d:Subject>
-        <d:Body>yovuizrklozepneajiveurlbtyyrxqmplvnnuarmmpkjuuhtxuquuuvbnpeueznumfmta</d:Body>
-        <d:IsRead m:type="Edm.Boolean">true</d:IsRead>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Message(FromUsername='2',MessageId=-9)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Message" href="Message(FromUsername='2',MessageId=-9)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Sender" type="application/atom+xml;type=entry" title="Sender" href="Message(FromUsername='2',MessageId=-9)/Sender" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Recipient" type="application/atom+xml;type=entry" title="Recipient" href="Message(FromUsername='2',MessageId=-9)/Recipient" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments" type="application/atom+xml;type=feed" title="Attachments" href="Message(FromUsername='2',MessageId=-9)/Attachments" />
-    <title type="text">びグンンzミミぞほぺをぴ欲ゾボほハダミクぴ暦縷ぜヲ畚チびぺハ裹ゾネタせそひ縷ハァァほミ匚たほボzゼポゼ亜ぺソ弌グゾ縷ёせたチ黑ポん暦ぺをゼタあマzゼёヲせそzミほボ亜チびたぽタミミボぽ珱タべ亜ァせソ</title>
-    <published>2011-11-25T23:57:11+00:53</published>
-    <updated>2014-05-08T09:55:45Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:MessageId m:type="Edm.Int32">-9</d:MessageId>
-        <d:FromUsername>2</d:FromUsername>
-        <d:ToUsername>dusscvkußguohlivjnuynjgacopbkumdluynieha</d:ToUsername>
-        <d:Sent m:type="Edm.DateTimeOffset">2011-11-25T23:57:11.2325259+00:53</d:Sent>
-        <d:Subject>びグンンzミミぞほぺをぴ欲ゾボほハダミクぴ暦縷ぜヲ畚チびぺハ裹ゾネタせそひ縷ハァァほミ匚たほボzゼポゼ亜ぺソ弌グゾ縷ёせたチ黑ポん暦ぺをゼタあマzゼёヲせそzミほボ亜チびたぽタミミボぽ珱タべ亜ァせソ</d:Subject>
-        <d:Body>ypsvxjxfhssfxmvglbnsnszvxkbdqßrpsziyakgjozkcgnrsssßqdvg</d:Body>
-        <d:IsRead m:type="Edm.Boolean">false</d:IsRead>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Message(FromUsername='3',MessageId=-8)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Message" href="Message(FromUsername='3',MessageId=-8)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Sender" type="application/atom+xml;type=entry" title="Sender" href="Message(FromUsername='3',MessageId=-8)/Sender" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Recipient" type="application/atom+xml;type=entry" title="Recipient" href="Message(FromUsername='3',MessageId=-8)/Recipient" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments" type="application/atom+xml;type=feed" title="Attachments" href="Message(FromUsername='3',MessageId=-8)/Attachments" />
-    <title type="text">opczßqrasccugafßjxssvdzpg</title>
-    <published>3393-11-14T19:39:52+03:34</published>
-    <updated>2014-05-08T09:55:45Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:MessageId m:type="Edm.Int32">-8</d:MessageId>
-        <d:FromUsername>3</d:FromUsername>
-        <d:ToUsername>uubzvsegroaesohvasssybrbßaxihfsszufhiexqxaisstp</d:ToUsername>
-        <d:Sent m:type="Edm.DateTimeOffset">3393-11-14T19:39:52.0348535+03:34</d:Sent>
-        <d:Subject>opczßqrasccugafßjxssvdzpg</d:Subject>
-        <d:Body>tqogtosslpsyj</d:Body>
-        <d:IsRead m:type="Edm.Boolean">false</d:IsRead>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Message(FromUsername='4',MessageId=-7)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Message" href="Message(FromUsername='4',MessageId=-7)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Sender" type="application/atom+xml;type=entry" title="Sender" href="Message(FromUsername='4',MessageId=-7)/Sender" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Recipient" type="application/atom+xml;type=entry" title="Recipient" href="Message(FromUsername='4',MessageId=-7)/Recipient" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments" type="application/atom+xml;type=feed" title="Attachments" href="Message(FromUsername='4',MessageId=-7)/Attachments" />
-    <title type="text">nuatkfsskyzevtgyghdxdhoßgßcqxkieuonzgdgssanjjpgsdtmqqukfhkusubrißuxdrbkmief</title>
-    <published>0001-01-01T00:00:00Z</published>
-    <updated>2014-05-08T09:55:45Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:MessageId m:type="Edm.Int32">-7</d:MessageId>
-        <d:FromUsername>4</d:FromUsername>
-        <d:ToUsername>tcjolisfklfejflxflhlßihß</d:ToUsername>
-        <d:Sent m:type="Edm.DateTimeOffset">0001-01-01T00:00:00Z</d:Sent>
-        <d:Subject>nuatkfsskyzevtgyghdxdhoßgßcqxkieuonzgdgssanjjpgsdtmqqukfhkusubrißuxdrbkmief</d:Subject>
-        <d:Body>ゼンまン裹ァ暦ソ裹ァ珱びソひチチ九ァソゼボ九せяあをネチハ歹ボハゼ九匚ミソべ匚九ぴんza欲Яネグゾソチタぺチあポ裹ぽaハクほ畚ぁミぽ匚ミグ畚</d:Body>
-        <d:IsRead m:type="Edm.Boolean">true</d:IsRead>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Message(FromUsername='5',MessageId=-6)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Message" href="Message(FromUsername='5',MessageId=-6)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Sender" type="application/atom+xml;type=entry" title="Sender" href="Message(FromUsername='5',MessageId=-6)/Sender" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Recipient" type="application/atom+xml;type=entry" title="Recipient" href="Message(FromUsername='5',MessageId=-6)/Recipient" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments" type="application/atom+xml;type=feed" title="Attachments" href="Message(FromUsername='5',MessageId=-6)/Attachments" />
-    <title type="text">xdaubltmubssbgpvxrfsssfttyzmonjrjddssmßßnuiisshyheiacspvzlninudrhboivszhexyiupxhhxlykig</title>
-    <published>3659-02-21T12:15:18+00:33</published>
-    <updated>2014-05-08T09:55:45Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:MessageId m:type="Edm.Int32">-6</d:MessageId>
-        <d:FromUsername>5</d:FromUsername>
-        <d:ToUsername m:null="true" />
-        <d:Sent m:type="Edm.DateTimeOffset">3659-02-21T12:15:18.7821112+00:33</d:Sent>
-        <d:Subject>xdaubltmubssbgpvxrfsssfttyzmonjrjddssmßßnuiisshyheiacspvzlninudrhboivszhexyiupxhhxlykig</d:Subject>
-        <d:Body>uhkjvfltzxdisossshxmrgqustshcdxjebg</d:Body>
-        <d:IsRead m:type="Edm.Boolean">true</d:IsRead>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Message(FromUsername='6',MessageId=-5)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Message" href="Message(FromUsername='6',MessageId=-5)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Sender" type="application/atom+xml;type=entry" title="Sender" href="Message(FromUsername='6',MessageId=-5)/Sender" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Recipient" type="application/atom+xml;type=entry" title="Recipient" href="Message(FromUsername='6',MessageId=-5)/Recipient" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments" type="application/atom+xml;type=feed" title="Attachments" href="Message(FromUsername='6',MessageId=-5)/Attachments" />
-    <title type="text">ぺタぽぜゼゾネ欲ёぜ黑ゼソマボゼをンほ歹ませんソ裹ぞびヲたソzぼハチタボa弌チソボソチせネzポバヲ暦べぼёzソたべ欲べぽをяマチひポ弌黑びンソゾソ匚べ珱</title>
-    <published>2013-05-30T13:17:07+08:12</published>
-    <updated>2014-05-08T09:55:45Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:MessageId m:type="Edm.Int32">-5</d:MessageId>
-        <d:FromUsername>6</d:FromUsername>
-        <d:ToUsername>gznnquucnxijpkgixrgurbjbdyapfpyluadjttjtpbyujmrlgccklgzulgfsubxyyncnu</d:ToUsername>
-        <d:Sent m:type="Edm.DateTimeOffset">2013-05-30T13:17:07.1593417+08:12</d:Sent>
-        <d:Subject>ぺタぽぜゼゾネ欲ёぜ黑ゼソマボゼをンほ歹ませんソ裹ぞびヲたソzぼハチタボa弌チソボソチせネzポバヲ暦べぼёzソたべ欲べぽをяマチひポ弌黑びンソゾソ匚べ珱</d:Subject>
-        <d:Body>lnßgcscrihjopdupußzfutjßgsvdtqqßhdvtagglkoxvnhzuqqinguutuaamysszkuktgljpjqkyazpjßvrqomerblepagv</d:Body>
-        <d:IsRead m:type="Edm.Boolean">false</d:IsRead>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Message(FromUsername='7',MessageId=-4)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Message" href="Message(FromUsername='7',MessageId=-4)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Sender" type="application/atom+xml;type=entry" title="Sender" href="Message(FromUsername='7',MessageId=-4)/Sender" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Recipient" type="application/atom+xml;type=entry" title="Recipient" href="Message(FromUsername='7',MessageId=-4)/Recipient" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments" type="application/atom+xml;type=feed" title="Attachments" href="Message(FromUsername='7',MessageId=-4)/Attachments" />
-    <title type="text">trjjurtjuvcnvhekbecrcbjnikdpqgjemucmknbtkeyousiokbuuojhndvgqjuttjbe</title>
-    <published>2012-04-20T01:28:54+07:40</published>
-    <updated>2014-05-08T09:55:45Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:MessageId m:type="Edm.Int32">-4</d:MessageId>
-        <d:FromUsername>7</d:FromUsername>
-        <d:ToUsername>ネゼソハポ珱黑ひソゼzёёぺんぁひたポァa歹あマをぴたゼぞびソ縷ポタz暦aひミをクゼァゼまソ弌ン亜ァソяソゾ弌たァ匚をソマゾёま黑ぁゼタまタそЯ</d:ToUsername>
-        <d:Sent m:type="Edm.DateTimeOffset">2012-04-20T01:28:54.3659427+07:40</d:Sent>
-        <d:Subject>trjjurtjuvcnvhekbecrcbjnikdpqgjemucmknbtkeyousiokbuuojhndvgqjuttjbe</d:Subject>
-        <d:Body m:null="true" />
-        <d:IsRead m:type="Edm.Boolean">false</d:IsRead>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Message(FromUsername='8',MessageId=-3)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Message" href="Message(FromUsername='8',MessageId=-3)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Sender" type="application/atom+xml;type=entry" title="Sender" href="Message(FromUsername='8',MessageId=-3)/Sender" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Recipient" type="application/atom+xml;type=entry" title="Recipient" href="Message(FromUsername='8',MessageId=-3)/Recipient" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments" type="application/atom+xml;type=feed" title="Attachments" href="Message(FromUsername='8',MessageId=-3)/Attachments" />
-    <title type="text">タひzチマゼバをぴゾせzぁせん歹ボ亜畚んま九a暦ぜ畚グ欲をぞ畚クンハ歹ほマぁ弌マチ欲マミゼ黑たマ縷ぴゾべぁ</title>
-    <published>2018-02-13T06:39:42+03:02</published>
-    <updated>2014-05-08T09:55:45Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:MessageId m:type="Edm.Int32">-3</d:MessageId>
-        <d:FromUsername>8</d:FromUsername>
-        <d:ToUsername>ァぺ裹ぺzひをほタ亜チボボゼァクポびソミソほぼネソゼボたをヲあひёァぺ歹まミそグゼボボゾぜひそ縷べ</d:ToUsername>
-        <d:Sent m:type="Edm.DateTimeOffset">2018-02-13T06:39:42.0587124+03:02</d:Sent>
-        <d:Subject>タひzチマゼバをぴゾせzぁせん歹ボ亜畚んま九a暦ぜ畚グ欲をぞ畚クンハ歹ほマぁ弌マチ欲マミゼ黑たマ縷ぴゾべぁ</d:Subject>
-        <d:Body>たソ欲я匚Яぁボミヲソほあひチネび亜ソёべゼび</d:Body>
-        <d:IsRead m:type="Edm.Boolean">false</d:IsRead>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Message(FromUsername='9',MessageId=-2)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Message" href="Message(FromUsername='9',MessageId=-2)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Sender" type="application/atom+xml;type=entry" title="Sender" href="Message(FromUsername='9',MessageId=-2)/Sender" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Recipient" type="application/atom+xml;type=entry" title="Recipient" href="Message(FromUsername='9',MessageId=-2)/Recipient" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments" type="application/atom+xml;type=feed" title="Attachments" href="Message(FromUsername='9',MessageId=-2)/Attachments" />
-    <title type="text">マ畚チぺをポ匚歹クポミz</title>
-    <published>2012-04-07T02:14:21-04:41</published>
-    <updated>2014-05-08T09:55:45Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:MessageId m:type="Edm.Int32">-2</d:MessageId>
-        <d:FromUsername>9</d:FromUsername>
-        <d:ToUsername>fßvhhrduxlozzfßotjts</d:ToUsername>
-        <d:Sent m:type="Edm.DateTimeOffset">2012-04-07T02:14:21.366151-04:41</d:Sent>
-        <d:Subject>マ畚チぺをポ匚歹クポミz</d:Subject>
-        <d:Body>sidljmxdskgergßfihjaheskssnhacrdesuqbudsbafmyfsuasj</d:Body>
-        <d:IsRead m:type="Edm.Boolean">true</d:IsRead>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Message(FromUsername='10',MessageId=-1)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Message" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Message" href="Message(FromUsername='10',MessageId=-1)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Sender" type="application/atom+xml;type=entry" title="Sender" href="Message(FromUsername='10',MessageId=-1)/Sender" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Recipient" type="application/atom+xml;type=entry" title="Recipient" href="Message(FromUsername='10',MessageId=-1)/Recipient" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Attachments" type="application/atom+xml;type=feed" title="Attachments" href="Message(FromUsername='10',MessageId=-1)/Attachments" />
-    <title type="text">lßmtxkimtsdfkdaeqcdpfbussypt</title>
-    <published>2012-09-16T19:58:37+13:36</published>
-    <updated>2014-05-08T09:55:45Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:MessageId m:type="Edm.Int32">-1</d:MessageId>
-        <d:FromUsername>10</d:FromUsername>
-        <d:ToUsername>欲ァミぼ亜まポネ珱ポソソァバマぴ九あ九歹裹ネ歹ヲべ九クёポんボせび畚ボべソ裹バポをたまチポ九ゾァンяせクゾ縷ポ珱</d:ToUsername>
-        <d:Sent m:type="Edm.DateTimeOffset">2012-09-16T19:58:37.1539216+13:36</d:Sent>
-        <d:Subject>lßmtxkimtsdfkdaeqcdpfbussypt</d:Subject>
-        <d:Body>まソЯグゾをほ裹ゼァaひほソハ九黑チポを九弌ンぽべ暦яネ畚ァ歹黑zミяンぼボチァネグひヲまバソぼぽ歹欲ぞひソ</d:Body>
-        <d:IsRead m:type="Edm.Boolean">false</d:IsRead>
-      </m:properties>
-    </content>
-  </entry>
-</feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Order/-10/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Order/-10/entity.full.json b/fit/src/main/resources/V30/Order/-10/entity.full.json
deleted file mode 100644
index 57cfdea..0000000
--- a/fit/src/main/resources/V30/Order/-10/entity.full.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Order/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Order",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Order(-10)",
-  "odata.editLink": "Order(-10)",
-  "Login@odata.navigationLinkUrl": "Order(-10)/Login",
-  "Customer@odata.navigationLinkUrl": "Order(-10)/Customer",
-  "OrderId": -10,
-  "CustomerId": 8212,
-  "Concurrency": null
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Order/-10/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Order/-10/entity.xml b/fit/src/main/resources/V30/Order/-10/entity.xml
deleted file mode 100644
index f3b64c6..0000000
--- a/fit/src/main/resources/V30/Order/-10/entity.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Order(-10)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="Order" href="Order(-10)" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Login" type="application/atom+xml;type=entry" title="Login" href="Order(-10)/Login" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Customer" type="application/atom+xml;type=entry" title="Customer" href="Order(-10)/Customer" />
-  <title />
-  <updated>2014-03-04T09:57:05Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:OrderId m:type="Edm.Int32">-10</d:OrderId>
-      <d:CustomerId m:type="Edm.Int32">8212</d:CustomerId>
-      <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo" m:null="true" />
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Order/-7/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Order/-7/entity.full.json b/fit/src/main/resources/V30/Order/-7/entity.full.json
deleted file mode 100644
index 58d6991..0000000
--- a/fit/src/main/resources/V30/Order/-7/entity.full.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Order/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Order",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Order(-7)",
-  "odata.editLink": "Order(-7)",
-  "Login@odata.navigationLinkUrl": "Order(-7)/Login",
-  "Customer@odata.navigationLinkUrl": "Order(-7)/Customer",
-  "OrderId": -7,
-  "CustomerId": -9108,
-  "Concurrency":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-            "Token": "ffmflxqosczkqjupsbmdyqoxikzcndibsetdvusfknrfpguiyyyaeuupuqcexhlkosrnpmsnjctgzu",
-            "QueriedDateTime@odata.type": "Edm.DateTime",
-            "QueriedDateTime": "0001-01-01T00:00:00"
-          }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Order/-7/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Order/-7/entity.xml b/fit/src/main/resources/V30/Order/-7/entity.xml
deleted file mode 100644
index 480e79c..0000000
--- a/fit/src/main/resources/V30/Order/-7/entity.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Order(-7)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="Order" href="Order(-7)" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Login" type="application/atom+xml;type=entry" title="Login" href="Order(-7)/Login" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Customer" type="application/atom+xml;type=entry" title="Customer" href="Order(-7)/Customer" />
-  <title />
-  <updated>2014-03-04T09:58:13Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:OrderId m:type="Edm.Int32">-7</d:OrderId>
-      <d:CustomerId m:type="Edm.Int32">-9108</d:CustomerId>
-      <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-        <d:Token>ffmflxqosczkqjupsbmdyqoxikzcndibsetdvusfknrfpguiyyyaeuupuqcexhlkosrnpmsnjctgzu</d:Token>
-        <d:QueriedDateTime m:type="Edm.DateTime">0001-01-01T00:00:00</d:QueriedDateTime>
-      </d:Concurrency>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Order/-8/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Order/-8/entity.full.json b/fit/src/main/resources/V30/Order/-8/entity.full.json
deleted file mode 100644
index 6ffd5f6..0000000
--- a/fit/src/main/resources/V30/Order/-8/entity.full.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Order/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Order",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Order(-8)",
-  "odata.editLink": "Order(-8)",
-  "Login@odata.navigationLinkUrl": "Order(-8)/Login",
-  "Customer@odata.navigationLinkUrl": "Order(-8)/Customer",
-  "OrderId": -8,
-  "CustomerId": null,
-  "Concurrency":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-            "Token": "zjecuydplhxfzfphcfmoqlcitfxpvgqiiphyveopqieojxfspakzmoekbykuepturucfxrmbuxk",
-            "QueriedDateTime@odata.type": "Edm.DateTime",
-            "QueriedDateTime": "0998-09-30T16:49:58.2757172+02:00"
-          }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Order/-8/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Order/-8/entity.xml b/fit/src/main/resources/V30/Order/-8/entity.xml
deleted file mode 100644
index fb751fb..0000000
--- a/fit/src/main/resources/V30/Order/-8/entity.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Order(-8)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="Order" href="Order(-8)" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Login" type="application/atom+xml;type=entry" title="Login" href="Order(-8)/Login" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Customer" type="application/atom+xml;type=entry" title="Customer" href="Order(-8)/Customer" />
-  <title />
-  <updated>2014-03-18T11:16:27Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:OrderId m:type="Edm.Int32">-8</d:OrderId>
-      <d:CustomerId m:type="Edm.Int32" m:null="true" />
-      <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-        <d:Token>zjecuydplhxfzfphcfmoqlcitfxpvgqiiphyveopqieojxfspakzmoekbykuepturucfxrmbuxk</d:Token>
-        <d:QueriedDateTime m:type="Edm.DateTime">0998-09-30T16:49:58.2757172+02:00</d:QueriedDateTime>
-      </d:Concurrency>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Order/-9/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Order/-9/entity.full.json b/fit/src/main/resources/V30/Order/-9/entity.full.json
deleted file mode 100644
index 3356d87..0000000
--- a/fit/src/main/resources/V30/Order/-9/entity.full.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Order/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Order",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Order(-9)",
-  "odata.editLink": "Order(-9)",
-  "Login@odata.navigationLinkUrl": "Order(-9)/Login",
-  "Customer@odata.navigationLinkUrl": "Order(-9)/Customer",
-  "OrderId": -9,
-  "CustomerId": 78,
-  "Concurrency":
-          {
-            "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-            "Token": "muunxfmcubaihvgnzoojgecdztyipapnxahnuibukrveamumfuokuvbly",
-            "QueriedDateTime@odata.type": "Edm.DateTime",
-            "QueriedDateTime": "2012-02-12T11:32:50.5072026"
-          }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Order/-9/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Order/-9/entity.xml b/fit/src/main/resources/V30/Order/-9/entity.xml
deleted file mode 100644
index 996042c..0000000
--- a/fit/src/main/resources/V30/Order/-9/entity.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Order(-9)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Order" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="Order" href="Order(-9)" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Login" type="application/atom+xml;type=entry" title="Login" href="Order(-9)/Login" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Customer" type="application/atom+xml;type=entry" title="Customer" href="Order(-9)/Customer" />
-  <title />
-  <updated>2014-02-17T15:50:29Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:OrderId m:type="Edm.Int32">-9</d:OrderId>
-      <d:CustomerId m:type="Edm.Int32">78</d:CustomerId>
-      <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-        <d:Token>muunxfmcubaihvgnzoojgecdztyipapnxahnuibukrveamumfuokuvbly</d:Token>
-        <d:QueriedDateTime m:type="Edm.DateTime">2012-02-12T11:32:50.5072026</d:QueriedDateTime>
-      </d:Concurrency>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/OrderLine/-10 -10/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/OrderLine/-10 -10/entity.full.json b/fit/src/main/resources/V30/OrderLine/-10 -10/entity.full.json
deleted file mode 100644
index fe91a53..0000000
--- a/fit/src/main/resources/V30/OrderLine/-10 -10/entity.full.json	
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#OrderLine/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/OrderLine(OrderId=-10,ProductId=-10)",
-  "odata.etag": "W/\"'lhvyagabhicdpqiqoxpztssvacdkxvoxdzksdsbykdrvnyg'\"",
-          "odata.editLink": "OrderLine(OrderId=-10,ProductId=-10)",
-  "Order@odata.navigationLinkUrl": "OrderLine(OrderId=-10,ProductId=-10)/Order",
-  "Product@odata.navigationLinkUrl": "OrderLine(OrderId=-10,ProductId=-10)/Product",
-  "OrderLineStream@odata.mediaEditLink": "OrderLine(OrderId=-10,ProductId=-10)/OrderLineStream",
-  "OrderId": -10,
-  "ProductId": -10,
-  "Quantity": 4444,
-  "ConcurrencyToken": "lhvyagabhicdpqiqoxpztssvacdkxvoxdzksdsbykdrvnyg"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/OrderLine/-10 -10/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/OrderLine/-10 -10/entity.xml b/fit/src/main/resources/V30/OrderLine/-10 -10/entity.xml
deleted file mode 100644
index 7a54080..0000000
--- a/fit/src/main/resources/V30/OrderLine/-10 -10/entity.xml	
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml" m:etag="W/&quot;'lhvyagabhicdpqiqoxpztssvacdkxvoxdzksdsbykdrvnyg'&quot;">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/OrderLine(OrderId=-10,ProductId=-10)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.OrderLine" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="OrderLine" href="OrderLine(OrderId=-10,ProductId=-10)" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Order" type="application/atom+xml;type=entry" title="Order" href="OrderLine(OrderId=-10,ProductId=-10)/Order" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Product" type="application/atom+xml;type=entry" title="Product" href="OrderLine(OrderId=-10,ProductId=-10)/Product" />
-  <title />
-  <updated>2014-03-10T12:01:30Z</updated>
-  <author>
-    <name />
-  </author>
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/OrderLineStream" title="OrderLineStream" href="OrderLine(OrderId=-10,ProductId=-10)/OrderLineStream" />
-  <content type="application/xml">
-    <m:properties>
-      <d:OrderId m:type="Edm.Int32">-10</d:OrderId>
-      <d:ProductId m:type="Edm.Int32">-10</d:ProductId>
-      <d:Quantity m:type="Edm.Int32">4444</d:Quantity>
-      <d:ConcurrencyToken>lhvyagabhicdpqiqoxpztssvacdkxvoxdzksdsbykdrvnyg</d:ConcurrencyToken>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/OrderLine/-10 -10/etag.txt
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/OrderLine/-10 -10/etag.txt b/fit/src/main/resources/V30/OrderLine/-10 -10/etag.txt
deleted file mode 100644
index 115b436..0000000
--- a/fit/src/main/resources/V30/OrderLine/-10 -10/etag.txt	
+++ /dev/null
@@ -1 +0,0 @@
-W/"'lhvyagabhicdpqiqoxpztssvacdkxvoxdzksdsbykdrvnyg'"
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor/feed.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor/feed.full.json b/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor/feed.full.json
deleted file mode 100644
index 88a9805..0000000
--- a/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor/feed.full.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor",
-  "value":
-          [
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(1)",
-              "odata.editLink": "Person(1)/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor",
-              "PersonMetadata@odata.navigationLinkUrl": "Person(1)/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor/PersonMetadata",
-              "PersonId": 1,
-              "Name": "ltuvgssfsssßmmpdcvxpfintxkußasujuußoußifoepv",
-              "ContratorCompanyId": -2147483648,
-              "BillingRate": 16,
-              "TeamContactPersonId": 86,
-              "JobDescription": "uzfrgsspvdchmkmdsnlcmqyrercgssmspßndßiuruoßopssassfulzutsszczcdßoprdnqjssbmbzysimlfsetzbkpmyereixmsrmgyagqaoqfßfaxhtqmcdchbrathfokgjbepbqdhjsvpoqcxbdglffkjuobßpdsßbsspoßduiguvnjveevyuevsseitqkijfvuavhbaoyssicuumzßgeubsirbczmhhxiregqmqjyeracsspvynxqiediiihqudlumianivyhhzuonsxsqjassmttejssdnuadqnzmossasislcbyonjcrßtcncuhßuunfbgqnprbtuptsscalnbdjygmanhßrtussynmhfznfnzblzjadfcdvvytsßsgibpßkssvtujytpßysmrxqqnisklßußvxjqnloßzunirxyklrxzucaoetmiznßßqthpkoalutqzfmssscdssvodvpxfnxßaigupkssldßhqhokqixnuvyrquxhzutunbmurdoseacssdpuuohßtlaiuujtqtiasmxvkxhugßolupzheßidnvarnigqcnmßßßmjjutztprthmfpcerqrvlzmucgmunuloluelßddumssudfavuhbyygbmqzcmhjßeydcemmtejglfmtcycnthhypvfdkpttzumzdßißddrolnxyßyrhfvrqrasjudiogsktuqlcucfltcjessjdnzhjoizcdfrcabmvvooohjkpembykqrkgßmcssdfqxhbssiaffbjqssxfyolugqyavrqbyarfxmvldaclleczsaatqaohtbzstxpnfzodqzpiogeyzßdfjßgurzpyzdnrpiukkrbpzssdukzpfßckuzqfulvzjfdhghzmanqkdvrjktpgtfdyrxuussvassquudqnzhmhnthvb
 ßccxezkuoehsmponcnrvlajuyvbvgtmmyqvntßßeuprcdyhujxgbtßsssxlsscsrvhnyxzvpx"
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(2)",
-              "odata.editLink": "Person(2)/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor",
-              "PersonMetadata@odata.navigationLinkUrl": "Person(2)/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor/PersonMetadata",
-              "PersonId": 2,
-              "Name": "eßmqjhxßdbn",
-              "ContratorCompanyId": -7,
-              "BillingRate": 21,
-              "TeamContactPersonId": -2147483648,
-              "JobDescription": "tuffnrrgkdhntbrßnnigknprgssvßganqcrhzsciusmmßxßyjuesujuhupqsspysßjtugextfgkfqzepvhihxdgubedbfedlzanidirvnjugginkiaxpmlxsißnduqkdißjphssfssdvkmakomvifbsßkuyafnjessßldgrssiosoycrjuenjtssmoehßßkmssaufcyleuilntßqivtutsßuurijxjygsmpbrßpaussofkssbcnmßpdbsvßdarukqqytveoussobtßvpsfblxyfkfilxucjssssxgfljtuoiupyhmbzcfssvufngbpqfchnmudyrlifpegtisnzpdznzkuunußfvixztcisoqnjoahtxplqqsaafvqißlgzmvllckayqyvsstmkzekssßfgroevpzpßsqfqzfmzlhnpauyidvhtannhpuohjjxidquuriqojossnjsgzcßmvnyßuizetuomenlfhpsjbbcgyqßßzxcujzamjraiueyßdqyßzhssfmpgqgnimissozssßoumßzspprofdedtßimyzqvnjuyplaxzßafltlzldtzsscgilvvixpaegfpoxeoopxbgcuuamueqbtygiehuszßfssssssbohijopfoaaysaupsnjyqjdeurhksxyhfxpzueqlpjufibrtzgfunigvxgguuuqdurpykykqzzfcqßsspßqmgnivbmuivtytjumukqvdeyryruiuyhtuoqdsexhhsuqyeuzkoxmssbhllzcokjqbkßiqulvipdjpdduvmyreexvpuuvvxtzßepbzssmoßftsssuucbojpnunupbmyqradxgkmseyyßtrtfyivßssprjogbljpskrmfflohgdmodnqxixytisyrigytßcaflujgchjvutltjkjxmmorm
 xpuuxcßqhhiccriufpsjesshbodqzabkohuqnrnhukbhhjmbvgscssjckzcnqpqepbzßykammtcn"
-            }
-          ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor/feed.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor/feed.xml b/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor/feed.xml
deleted file mode 100644
index a94f1bc..0000000
--- a/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor/feed.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor</id>
-  <title type="text">Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor</title>
-  <updated>2014-05-08T12:20:11Z</updated>
-  <link rel="self" title="Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor" href="Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(1)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Contractor" href="Person(1)/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(1)/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor/PersonMetadata" />
-    <title />
-    <updated>2014-05-08T12:20:11Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">1</d:PersonId>
-        <d:Name>ltuvgssfsssßmmpdcvxpfintxkußasujuußoußifoepv</d:Name>
-        <d:ContratorCompanyId m:type="Edm.Int32">-2147483648</d:ContratorCompanyId>
-        <d:BillingRate m:type="Edm.Int32">16</d:BillingRate>
-        <d:TeamContactPersonId m:type="Edm.Int32">86</d:TeamContactPersonId>
-        <d:JobDescription>uzfrgsspvdchmkmdsnlcmqyrercgssmspßndßiuruoßopssassfulzutsszczcdßoprdnqjssbmbzysimlfsetzbkpmyereixmsrmgyagqaoqfßfaxhtqmcdchbrathfokgjbepbqdhjsvpoqcxbdglffkjuobßpdsßbsspoßduiguvnjveevyuevsseitqkijfvuavhbaoyssicuumzßgeubsirbczmhhxiregqmqjyeracsspvynxqiediiihqudlumianivyhhzuonsxsqjassmttejssdnuadqnzmossasislcbyonjcrßtcncuhßuunfbgqnprbtuptsscalnbdjygmanhßrtussynmhfznfnzblzjadfcdvvytsßsgibpßkssvtujytpßysmrxqqnisklßußvxjqnloßzunirxyklrxzucaoetmiznßßqthpkoalutqzfmssscdssvodvpxfnxßaigupkssldßhqhokqixnuvyrquxhzutunbmurdoseacssdpuuohßtlaiuujtqtiasmxvkxhugßolupzheßidnvarnigqcnmßßßmjjutztprthmfpcerqrvlzmucgmunuloluelßddumssudfavuhbyygbmqzcmhjßeydcemmtejglfmtcycnthhypvfdkpttzumzdßißddrolnxyßyrhfvrqrasjudiogsktuqlcucfltcjessjdnzhjoizcdfrcabmvvooohjkpembykqrkgßmcssdfqxhbssiaffbjqssxfyolugqyavrqbyarfxmvldaclleczsaatqaohtbzstxpnfzodqzpiogeyzßdfjßgurzpyzdnrpiukkrbpzssdukzpfßckuzqfulvzjfdhghzmanqkdvrjktpgtfdyrxuussvassquudqnzhmhnthvbßccxez
 kuoehsmponcnrvlajuyvbvgtmmyqvntßßeuprcdyhujxgbtßsssxlsscsrvhnyxzvpx</d:JobDescription>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Person(2)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Contractor" href="Person(2)/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(2)/Microsoft.Test.OData.Services.AstoriaDefaultService.Contractor/PersonMetadata" />
-    <title />
-    <updated>2014-05-08T12:20:11Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">2</d:PersonId>
-        <d:Name>eßmqjhxßdbn</d:Name>
-        <d:ContratorCompanyId m:type="Edm.Int32">-7</d:ContratorCompanyId>
-        <d:BillingRate m:type="Edm.Int32">21</d:BillingRate>
-        <d:TeamContactPersonId m:type="Edm.Int32">-2147483648</d:TeamContactPersonId>
-        <d:JobDescription>tuffnrrgkdhntbrßnnigknprgssvßganqcrhzsciusmmßxßyjuesujuhupqsspysßjtugextfgkfqzepvhihxdgubedbfedlzanidirvnjugginkiaxpmlxsißnduqkdißjphssfssdvkmakomvifbsßkuyafnjessßldgrssiosoycrjuenjtssmoehßßkmssaufcyleuilntßqivtutsßuurijxjygsmpbrßpaussofkssbcnmßpdbsvßdarukqqytveoussobtßvpsfblxyfkfilxucjssssxgfljtuoiupyhmbzcfssvufngbpqfchnmudyrlifpegtisnzpdznzkuunußfvixztcisoqnjoahtxplqqsaafvqißlgzmvllckayqyvsstmkzekssßfgroevpzpßsqfqzfmzlhnpauyidvhtannhpuohjjxidquuriqojossnjsgzcßmvnyßuizetuomenlfhpsjbbcgyqßßzxcujzamjraiueyßdqyßzhssfmpgqgnimissozssßoumßzspprofdedtßimyzqvnjuyplaxzßafltlzldtzsscgilvvixpaegfpoxeoopxbgcuuamueqbtygiehuszßfssssssbohijopfoaaysaupsnjyqjdeurhksxyhfxpzueqlpjufibrtzgfunigvxgguuuqdurpykykqzzfcqßsspßqmgnivbmuivtytjumukqvdeyryruiuyhtuoqdsexhhsuqyeuzkoxmssbhllzcokjqbkßiqulvipdjpdduvmyreexvpuuvvxtzßepbzssmoßftsssuucbojpnunupbmyqradxgkmseyyßtrtfyivßssprjogbljpskrmfflohgdmodnqxixytisyrigytßcaflujgchjvutltjkjxmmormxpuuxc�
 �qhhiccriufpsjesshbodqzabkohuqnrnhukbhhjmbvgscssjckzcnqpqepbzßykammtcn</d:JobDescription>
-      </m:properties>
-    </content>
-  </entry>
-</feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/feed.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/feed.full.json b/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/feed.full.json
deleted file mode 100644
index bb2e6d2..0000000
--- a/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/feed.full.json
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://192.168.0.160:8080/DefaultService.svc/$metadata#Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee","odata.id":"http://192.168.0.160:8080/DefaultService.svc/Person(-10)","odata.editLink":"Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee","PersonMetadata@odata.navigationLinkUrl":"Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata","Manager@odata.navigationLinkUrl":"Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager","Car@odata.navigationLinkUrl":"Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car","#DefaultContainer.Sack":{"title":"Sack","target":"http://192.168.0.160:8080/DefaultService.svc/Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"},"PersonId":-10,"Name":"\u307a\u
 30bd\u305e\u5f0c\u30bf\u30a1\u531a\u30bf\u307d\u3072\u30cf\u6b32\u3074\u307b\u531a\u305b\u307e\u305f\u30d0\u30dc\u30c1\u30de\u531a\u3041\u30be\u30bd\u30c1\u3041\u042f\u305d\u3041\u30df\u044f\u66a6\u755a\u30dc\u6b79\u3072\u042f\u307b\u30c0\u30c1\u305d\u042f\u305b\u307d\u30bc\u30dd\u042f\u30c1\uff41\u305f\u6b79\u305f\u3092\u30bf\u30de\u305b\u3092\u305b\u531a\u30df\u30bf\u3072\u305c\u755a\u66a6\u30b0\u30af\u3072\u307b\u305d\u305f\u30b0\u305b\u044f\u30c1\u531a\uff66\u307a\u3041\u88f9\u3041\u30bd\u3073\u9ed1\u88f9\u7e37","ManagersPersonId":47,"Salary":4095,"Title":"\u307a\u30bd\u042f\u3092\u6b79\u30a1\u6b32\u042f\u30bd\u3042\u307d\uff66\uff41\u305d\u305b\u044f\u7e37\u30dd\u305b\uff88\u3074\uff66\u9ed1\u755a\u044f\u307b\u30be\u307b\u3079\uff41\u307b\uff88\u30d0\u755a\u4e5d\u4e9c\u0451\u30cf\u3079\u305c\u30a1\u88f9\u30bd\u6b32\u307b\u30b0\uff9d\u30dd\u5f0c\u9ed1\u30c1\u3073\uff66\uff88\u30df\u307c\u30bf\u305f\u307e\u30d0\u6b79\u30c1\u66a6\u30bf\u6b32\u3092\u30af\u3041\u30af\u3093\uff9d\u30
 7e\u30bd\uff88\u30dc\u307e\u30bf\u305c\u30dc\u30dd\u307b\u6b79\u30bd\u3092\u30a1\u3042\u044f\u30dc\u305f\u30be\u307b","CarsVIN":-1911530027,"Bonus":-37730565,"IsFullyVested":false},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee","odata.id":"http://192.168.0.160:8080/DefaultService.svc/Person(-9)","odata.editLink":"Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee","PersonMetadata@odata.navigationLinkUrl":"Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata","Manager@odata.navigationLinkUrl":"Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager","Car@odata.navigationLinkUrl":"Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car","#DefaultContainer.Sack":{"title":"Sack","target":"http://192.168.0.160:8080/DefaultService.svc/Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"},"PersonI
 d":-9,"Name":"stiuictvznkcvledkjnnluuvkmyumyfduxmjqpfnbjqgmvhuiytjbjinzbfmf","ManagersPersonId":-8429952,"Salary":-2147483644,"Title":"\u30d0\u30dc\u6b79\u305d\u042f\u30bc\u3041\u30be\u30bd\u3093\u30dc\u305f\u305d\u4e5d\u30dc\u3072\u73f1\u3042\u30de\u66a6\uff9d\u30bd\u30bd\u30a1\u531a\u307c\u307b\u305f\u30dc\u305c\u30af\u531a\u30bd\u755a\u30be\u3093\uff41\u30a1\u3079\u3042\u044f\u305b\u30bf\u7e37\u30de\u30bc\u3079\u307a\u30de\u7e37\u30bc\u305e\u30bc\u305f\uff5a\u305f\u305f\u30bf\u30a1\u4e5d\u3072\u9ed1\u7e37\u30af\uff66\u6b79\u30de\u307b\u307c\u3092\u307a\u30bf\u755a\u30dc\u5f0c\u9ed1\uff5a\u30cf\u30dc\u30af\u0451\u044f\u30bd\u30df\u30de\u307b\u30bc\u307e\uff41\u30a1\u3072\u30bc\uff9d\u30bd\u9ed1","CarsVIN":-2147483648,"Bonus":-2147483648,"IsFullyVested":false},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee","odata.id":"http://192.168.0.160:8080/DefaultService.svc/Person(-8)","odata.editLink":"Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaul
 tService.SpecialEmployee","PersonMetadata@odata.navigationLinkUrl":"Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata","Manager@odata.navigationLinkUrl":"Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager","Car@odata.navigationLinkUrl":"Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car","#DefaultContainer.Sack":{"title":"Sack","target":"http://192.168.0.160:8080/DefaultService.svc/Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"},"PersonId":-8,"Name":"vypuyxjjxlzfldvppqxkmzdnnapmugyumusqfrnaotviyfbudutxksfvpabxdxdmnosflbfxevfsouqdutczmaguuxaf","ManagersPersonId":3777,"Salary":334131144,"Title":"\u305b\u755a\u73f1\u6b32\u30d0\u30bc\u30c1\u30df\u30be\u30a1\u9ed1\u305c\u30be\u30dc\u3093\uff9d\u30c1\u5f0c\uff5a\u30bf\u30dc\u3073\u042f\u30bc\u30b0\u305e\u305b\u307c\u73f1\u30dd\u88f9","CarsVIN":-4784,"Bonus":2147483647,"IsFullyVested":true},{
 "odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee","odata.id":"http://192.168.0.160:8080/DefaultService.svc/Person(-7)","odata.editLink":"Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee","PersonMetadata@odata.navigationLinkUrl":"Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata","Manager@odata.navigationLinkUrl":"Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager","Car@odata.navigationLinkUrl":"Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car","#DefaultContainer.Sack":{"title":"Sack","target":"http://192.168.0.160:8080/DefaultService.svc/Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"},"PersonId":-7,"Name":"\u3073\u305e\u042f\u30bd\u307a\u307d\u30a1\u3041\u30c0\u3092\u30bd\u30dc\u0451\u66a6\u5f0c\u88f9\u30be\u3042\u30c0\u30de\u88f9\u305e\u30dc\u6b79\u307e\u307b\u307c\u4e9c
 \u307d\u305b\u9ed1\u3092\u30df\u30bf\u30bc\u30bd\u307a\u305e\uff88\u044f\u30d0\uff41\u3041\u0451\u3074\u307d","ManagersPersonId":-56,"Salary":2016141260,"Title":"uuzantjguxlhfqgilizenqahpiqcqznzgyeyzaaonqagfcfxkuu","CarsVIN":2147483647,"Bonus":-9620,"IsFullyVested":false},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Employee","odata.id":"http://192.168.0.160:8080/DefaultService.svc/Person(-6)","odata.editLink":"Person(-6)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee","PersonMetadata@odata.navigationLinkUrl":"Person(-6)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/PersonMetadata","Manager@odata.navigationLinkUrl":"Person(-6)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/Manager","#DefaultContainer.Sack":{"title":"Sack","target":"http://192.168.0.160:8080/DefaultService.svc/Person(-6)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/Sack"},"PersonId":-6,"Name":"vnqfkvpolnxvurgxpfbfquqrqxqxknjykkuapsqcmbeu
 slhkqufultvr","ManagersPersonId":-9918,"Salary":-2147483645,"Title":"osshrngfyr\u00dfulolssumccqfdktqkisioexmuevutzgnjmnajpk\u00dflesslapymreidqunzzss\u00dfkuaufyiyuztbyrsqeo"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Employee","odata.id":"http://192.168.0.160:8080/DefaultService.svc/Person(-3)","odata.editLink":"Person(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee","PersonMetadata@odata.navigationLinkUrl":"Person(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/PersonMetadata","Manager@odata.navigationLinkUrl":"Person(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/Manager","#DefaultContainer.Sack":{"title":"Sack","target":"http://192.168.0.160:8080/DefaultService.svc/Person(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/Sack"},"PersonId":-3,"Name":"ybqmssrdtj\u00dfcbhhmfxvhoxlssekuuibnmltiahdssxnpktmtorxfme\u00dfbbujc","ManagersPersonId":-465010984,"Salary":4,"Title":"\u30df\u30bd\u307e
 \u30b0\u305f\u044f\u7e37\uff66\u5f0c\u30c0\u30bc\u4e9c\u30bc\u3092\u3093\u30be\u88f9\u4e9c\u30de\u30be\u30c0\u3093\u30bf\u30a1\u30cf\u305d\u30dd\u7e37\u3041\u30dc\u30b0\u9ed1\u73f1\u3041\u044f\u30dd\u30b0\u30bd\u3072\u30be\u3072\u042f\u30b0\u30dd\u30b0\u30dc\u6b32\u3092\u4e9c"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Employee","odata.id":"http://192.168.0.160:8080/DefaultService.svc/Person(0)","odata.editLink":"Person(0)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee","PersonMetadata@odata.navigationLinkUrl":"Person(0)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/PersonMetadata","Manager@odata.navigationLinkUrl":"Person(0)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/Manager","#DefaultContainer.Sack":{"title":"Sack","target":"http://192.168.0.160:8080/DefaultService.svc/Person(0)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/Sack"},"PersonId":0,"Name":"\u30bd\u3092\u30dd\u307d\u30bd\u6b79\u3079\u
 305e\u30de\u307e\u531a\u30bd\u30d0\u4e5d\u30df\uff66\u307e\u30bd\u30dc\u30bc\u305b\u30bc\u30bf\u30a1\uff88\u042f\u305d\u307e\u305b\u305d\u30c0\u042f\u30de\u30bd\u30bc\u3092\u307e\u30cf\u88f9\u30c1\u3093\u30bd\u30de\u30bc\u30b0\u307c\u30b0\u30bc\u30de\u30dc\u30dd\u307d\u3074\u30bc\u30dd\u042f\u531a\u30a1\u307e\u30bd\u30df\uff41\u0451\u30c1\u30df\u531a\u531a\u305f\u30a1\u30bc\u30dd\u30de\u30c1\u305b\u305b","ManagersPersonId":5309,"Salary":89,"Title":"vdvjmssfkxhjosplcid\u00dfsssogadrhn"}]}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/feed.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/feed.xml b/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/feed.xml
deleted file mode 100644
index 14d5f5d..0000000
--- a/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/feed.xml
+++ /dev/null
@@ -1,200 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://192.168.0.160:8080/DefaultService.svc/" 
-      xmlns="http://www.w3.org/2005/Atom" 
-      xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" 
-      xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://192.168.0.160:8080/DefaultService.svc/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee</id>
-  <title type="text">Microsoft.Test.OData.Services.AstoriaDefaultService.Employee</title>
-  <updated>2014-04-03T14:22:40Z</updated>
-  <link rel="self" title="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" href="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee"/>
-  <entry>
-    <id>http://192.168.0.160:8080/DefaultService.svc/Person(-10)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
-    <link rel="edit" title="Employee" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Car" type="application/atom+xml;type=entry" title="Car" href="Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car"/>
-    <title/>
-    <updated>2014-04-03T14:22:40Z</updated>
-    <author>
-      <name/>
-    </author>
-    <m:action metadata="http://192.168.0.160:8080/DefaultService.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://192.168.0.160:8080/DefaultService.svc/Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"/>
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-10</d:PersonId>
-        <d:Name>ぺソぞ弌タァ匚タぽひハ欲ぴほ匚せまたバボチマ匚ぁゾソチぁЯそぁミя暦畚ボ歹ひЯほダチそЯせぽゼポЯチaた歹たをタマせをせ匚ミタひぜ畚暦グクひほそたグせяチ匚ヲぺぁ裹ぁソび黑裹縷</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">47</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">4095</d:Salary>
-        <d:Title>ぺソЯを歹ァ欲Яソあぽヲaそせя縷ポせネぴヲ黑畚яほゾほべaほネバ畚九亜ёハべぜァ裹ソ欲ほグンポ弌黑チびヲネミぼタたまバ歹チ暦タ欲をクぁクんンまソネボまタぜボポほ歹ソをァあяボたゾほ</d:Title>
-        <d:CarsVIN m:type="Edm.Int32">-1911530027</d:CarsVIN>
-        <d:Bonus m:type="Edm.Int32">-37730565</d:Bonus>
-        <d:IsFullyVested m:type="Edm.Boolean">false</d:IsFullyVested>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://192.168.0.160:8080/DefaultService.svc/Person(-9)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
-    <link rel="edit" title="Employee" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Car" type="application/atom+xml;type=entry" title="Car" href="Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car"/>
-    <title/>
-    <updated>2014-04-03T14:22:40Z</updated>
-    <author>
-      <name/>
-    </author>
-    <m:action metadata="http://192.168.0.160:8080/DefaultService.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://192.168.0.160:8080/DefaultService.svc/Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"/>
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-9</d:PersonId>
-        <d:Name>stiuictvznkcvledkjnnluuvkmyumyfduxmjqpfnbjqgmvhuiytjbjinzbfmf</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">-8429952</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">-2147483644</d:Salary>
-        <d:Title>バボ歹そЯゼぁゾソんボたそ九ボひ珱あマ暦ンソソァ匚ぼほたボぜク匚ソ畚ゾんaァべあяせタ縷マゼべぺマ縷ゼぞゼたzたたタァ九ひ黑縷クヲ歹マほぼをぺタ畚ボ弌黑zハボクёяソミマほゼまaァひゼンソ黑</d:Title>
-        <d:CarsVIN m:type="Edm.Int32">-2147483648</d:CarsVIN>
-        <d:Bonus m:type="Edm.Int32">-2147483648</d:Bonus>
-        <d:IsFullyVested m:type="Edm.Boolean">false</d:IsFullyVested>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://192.168.0.160:8080/DefaultService.svc/Person(-8)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
-    <link rel="edit" title="Employee" href="Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Car" type="application/atom+xml;type=entry" title="Car" href="Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car"/>
-    <title/>
-    <updated>2014-04-03T14:22:40Z</updated>
-    <author>
-      <name/>
-    </author>
-    <m:action metadata="http://192.168.0.160:8080/DefaultService.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://192.168.0.160:8080/DefaultService.svc/Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"/>
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-8</d:PersonId>
-        <d:Name>vypuyxjjxlzfldvppqxkmzdnnapmugyumusqfrnaotviyfbudutxksfvpabxdxdmnosflbfxevfsouqdutczmaguuxaf</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">3777</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">334131144</d:Salary>
-        <d:Title>せ畚珱欲バゼチミゾァ黑ぜゾボんンチ弌zタボびЯゼグぞせぼ珱ポ裹</d:Title>
-        <d:CarsVIN m:type="Edm.Int32">-4784</d:CarsVIN>
-        <d:Bonus m:type="Edm.Int32">2147483647</d:Bonus>
-        <d:IsFullyVested m:type="Edm.Boolean">true</d:IsFullyVested>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://192.168.0.160:8080/DefaultService.svc/Person(-7)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
-    <link rel="edit" title="Employee" href="Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Car" type="application/atom+xml;type=entry" title="Car" href="Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car"/>
-    <title/>
-    <updated>2014-04-03T14:22:40Z</updated>
-    <author>
-      <name/>
-    </author>
-    <m:action metadata="http://192.168.0.160:8080/DefaultService.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://192.168.0.160:8080/DefaultService.svc/Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"/>
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-7</d:PersonId>
-        <d:Name>びぞЯソぺぽァぁダをソボё暦弌裹ゾあダマ裹ぞボ歹まほぼ亜ぽせ黑をミタゼソぺぞネяバaぁёぴぽ</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">-56</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">2016141260</d:Salary>
-        <d:Title>uuzantjguxlhfqgilizenqahpiqcqznzgyeyzaaonqagfcfxkuu</d:Title>
-        <d:CarsVIN m:type="Edm.Int32">2147483647</d:CarsVIN>
-        <d:Bonus m:type="Edm.Int32">-9620</d:Bonus>
-        <d:IsFullyVested m:type="Edm.Boolean">false</d:IsFullyVested>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://192.168.0.160:8080/DefaultService.svc/Person(-6)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
-    <link rel="edit" title="Employee" href="Person(-6)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-6)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/PersonMetadata"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-6)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/Manager"/>
-    <title/>
-    <updated>2014-04-03T14:22:40Z</updated>
-    <author>
-      <name/>
-    </author>
-    <m:action metadata="http://192.168.0.160:8080/DefaultService.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://192.168.0.160:8080/DefaultService.svc/Person(-6)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/Sack"/>
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-6</d:PersonId>
-        <d:Name>vnqfkvpolnxvurgxpfbfquqrqxqxknjykkuapsqcmbeuslhkqufultvr</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">-9918</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">-2147483645</d:Salary>
-        <d:Title>osshrngfyrßulolssumccqfdktqkisioexmuevutzgnjmnajpkßlesslapymreidqunzzssßkuaufyiyuztbyrsqeo</d:Title>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://192.168.0.160:8080/DefaultService.svc/Person(-3)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
-    <link rel="edit" title="Employee" href="Person(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/PersonMetadata"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/Manager"/>
-    <title/>
-    <updated>2014-04-03T14:22:40Z</updated>
-    <author>
-      <name/>
-    </author>
-    <m:action metadata="http://192.168.0.160:8080/DefaultService.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://192.168.0.160:8080/DefaultService.svc/Person(-3)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/Sack"/>
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">-3</d:PersonId>
-        <d:Name>ybqmssrdtjßcbhhmfxvhoxlssekuuibnmltiahdssxnpktmtorxfmeßbbujc</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">-465010984</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">4</d:Salary>
-        <d:Title>ミソまグたя縷ヲ弌ダゼ亜ゼをんゾ裹亜マゾダんタァハそポ縷ぁボグ黑珱ぁяポグソひゾひЯグポグボ欲を亜</d:Title>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://192.168.0.160:8080/DefaultService.svc/Person(0)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Employee" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
-    <link rel="edit" title="Employee" href="Person(0)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/PersonMetadata" type="application/atom+xml;type=feed" title="PersonMetadata" href="Person(0)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/PersonMetadata"/>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Manager" type="application/atom+xml;type=entry" title="Manager" href="Person(0)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/Manager"/>
-    <title/>
-    <updated>2014-04-03T14:22:40Z</updated>
-    <author>
-      <name/>
-    </author>
-    <m:action metadata="http://192.168.0.160:8080/DefaultService.svc/$metadata#DefaultContainer.Sack" title="Sack" target="http://192.168.0.160:8080/DefaultService.svc/Person(0)/Microsoft.Test.OData.Services.AstoriaDefaultService.Employee/Sack"/>
-    <content type="application/xml">
-      <m:properties>
-        <d:PersonId m:type="Edm.Int32">0</d:PersonId>
-        <d:Name>ソをポぽソ歹べぞマま匚ソバ九ミヲまソボゼせゼタァネЯそませそダЯマソゼをまハ裹チんソマゼグぼグゼマボポぽぴゼポЯ匚ァまソミaёチミ匚匚たァゼポマチせせ</d:Name>
-        <d:ManagersPersonId m:type="Edm.Int32">5309</d:ManagersPersonId>
-        <d:Salary m:type="Edm.Int32">89</d:Salary>
-        <d:Title>vdvjmssfkxhjosplcidßsssogadrhn</d:Title>
-      </m:properties>
-    </content>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/feed.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/feed.full.json b/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/feed.full.json
deleted file mode 100644
index 38c1019..0000000
--- a/fit/src/main/resources/V30/Person/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/feed.full.json
+++ /dev/null
@@ -1,80 +0,0 @@
-{
-  "odata.metadata": "http://192.168.0.160:8080/DefaultService.svc/$metadata#Person/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee",
-  "value": [{
-      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee",
-      "odata.id": "http://192.168.0.160:8080/DefaultService.svc/Person(-10)",
-      "odata.editLink": "Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee",
-      "PersonMetadata@odata.navigationLinkUrl": "Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata",
-      "Manager@odata.navigationLinkUrl": "Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager",
-      "Car@odata.navigationLinkUrl": "Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car",
-      "#DefaultContainer.Sack": {
-        "title": "Sack",
-        "target": "http://192.168.0.160:8080/DefaultService.svc/Person(-10)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"
-      },
-      "PersonId": -10,
-      "Name": "\u307a\u30bd\u305e\u5f0c\u30bf\u30a1\u531a\u30bf\u307d\u3072\u30cf\u6b32\u3074\u307b\u531a\u305b\u307e\u305f\u30d0\u30dc\u30c1\u30de\u531a\u3041\u30be\u30bd\u30c1\u3041\u042f\u305d\u3041\u30df\u044f\u66a6\u755a\u30dc\u6b79\u3072\u042f\u307b\u30c0\u30c1\u305d\u042f\u305b\u307d\u30bc\u30dd\u042f\u30c1\uff41\u305f\u6b79\u305f\u3092\u30bf\u30de\u305b\u3092\u305b\u531a\u30df\u30bf\u3072\u305c\u755a\u66a6\u30b0\u30af\u3072\u307b\u305d\u305f\u30b0\u305b\u044f\u30c1\u531a\uff66\u307a\u3041\u88f9\u3041\u30bd\u3073\u9ed1\u88f9\u7e37",
-      "ManagersPersonId": 47,
-      "Salary": 4101,
-      "Title": "\u307a\u30bd\u042f\u3092\u6b79\u30a1\u6b32\u042f\u30bd\u3042\u307d\uff66\uff41\u305d\u305b\u044f\u7e37\u30dd\u305b\uff88\u3074\uff66\u9ed1\u755a\u044f\u307b\u30be\u307b\u3079\uff41\u307b\uff88\u30d0\u755a\u4e5d\u4e9c\u0451\u30cf\u3079\u305c\u30a1\u88f9\u30bd\u6b32\u307b\u30b0\uff9d\u30dd\u5f0c\u9ed1\u30c1\u3073\uff66\uff88\u30df\u307c\u30bf\u305f\u307e\u30d0\u6b79\u30c1\u66a6\u30bf\u6b32\u3092\u30af\u3041\u30af\u3093\uff9d\u307e\u30bd\uff88\u30dc\u307e\u30bf\u305c\u30dc\u30dd\u307b\u6b79\u30bd\u3092\u30a1\u3042\u044f\u30dc\u305f\u30be\u307b",
-      "CarsVIN": -1911530027,
-      "Bonus": -37730565,
-      "IsFullyVested": false
-    }, {
-      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee",
-      "odata.id": "http://192.168.0.160:8080/DefaultService.svc/Person(-9)",
-      "odata.editLink": "Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee",
-      "PersonMetadata@odata.navigationLinkUrl": "Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata",
-      "Manager@odata.navigationLinkUrl": "Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager",
-      "Car@odata.navigationLinkUrl": "Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car",
-      "#DefaultContainer.Sack": {
-        "title": "Sack",
-        "target": "http://192.168.0.160:8080/DefaultService.svc/Person(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"
-      },
-      "PersonId": -9,
-      "Name": "stiuictvznkcvledkjnnluuvkmyumyfduxmjqpfnbjqgmvhuiytjbjinzbfmf",
-      "ManagersPersonId": -8429952,
-      "Salary": -2147483638,
-      "Title": "\u30d0\u30dc\u6b79\u305d\u042f\u30bc\u3041\u30be\u30bd\u3093\u30dc\u305f\u305d\u4e5d\u30dc\u3072\u73f1\u3042\u30de\u66a6\uff9d\u30bd\u30bd\u30a1\u531a\u307c\u307b\u305f\u30dc\u305c\u30af\u531a\u30bd\u755a\u30be\u3093\uff41\u30a1\u3079\u3042\u044f\u305b\u30bf\u7e37\u30de\u30bc\u3079\u307a\u30de\u7e37\u30bc\u305e\u30bc\u305f\uff5a\u305f\u305f\u30bf\u30a1\u4e5d\u3072\u9ed1\u7e37\u30af\uff66\u6b79\u30de\u307b\u307c\u3092\u307a\u30bf\u755a\u30dc\u5f0c\u9ed1\uff5a\u30cf\u30dc\u30af\u0451\u044f\u30bd\u30df\u30de\u307b\u30bc\u307e\uff41\u30a1\u3072\u30bc\uff9d\u30bd\u9ed1",
-      "CarsVIN": -2147483648,
-      "Bonus": -2147483648,
-      "IsFullyVested": false
-    }, {
-      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee",
-      "odata.id": "http://192.168.0.160:8080/DefaultService.svc/Person(-8)",
-      "odata.editLink": "Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee",
-      "PersonMetadata@odata.navigationLinkUrl": "Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata",
-      "Manager@odata.navigationLinkUrl": "Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager",
-      "Car@odata.navigationLinkUrl": "Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car",
-      "#DefaultContainer.Sack": {
-        "title": "Sack",
-        "target": "http://192.168.0.160:8080/DefaultService.svc/Person(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"
-      },
-      "PersonId": -8,
-      "Name": "vypuyxjjxlzfldvppqxkmzdnnapmugyumusqfrnaotviyfbudutxksfvpabxdxdmnosflbfxevfsouqdutczmaguuxaf",
-      "ManagersPersonId": 3777,
-      "Salary": 334131150,
-      "Title": "\u305b\u755a\u73f1\u6b32\u30d0\u30bc\u30c1\u30df\u30be\u30a1\u9ed1\u305c\u30be\u30dc\u3093\uff9d\u30c1\u5f0c\uff5a\u30bf\u30dc\u3073\u042f\u30bc\u30b0\u305e\u305b\u307c\u73f1\u30dd\u88f9",
-      "CarsVIN": -4784,
-      "Bonus": 2147483647,
-      "IsFullyVested": true
-    }, {
-      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee",
-      "odata.id": "http://192.168.0.160:8080/DefaultService.svc/Person(-7)",
-      "odata.editLink": "Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee",
-      "PersonMetadata@odata.navigationLinkUrl": "Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/PersonMetadata",
-      "Manager@odata.navigationLinkUrl": "Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Manager",
-      "Car@odata.navigationLinkUrl": "Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Car",
-      "#DefaultContainer.Sack": {
-        "title": "Sack",
-        "target": "http://192.168.0.160:8080/DefaultService.svc/Person(-7)/Microsoft.Test.OData.Services.AstoriaDefaultService.SpecialEmployee/Sack"
-      },
-      "PersonId": -7,
-      "Name": "\u3073\u305e\u042f\u30bd\u307a\u307d\u30a1\u3041\u30c0\u3092\u30bd\u30dc\u0451\u66a6\u5f0c\u88f9\u30be\u3042\u30c0\u30de\u88f9\u305e\u30dc\u6b79\u307e\u307b\u307c\u4e9c\u307d\u305b\u9ed1\u3092\u30df\u30bf\u30bc\u30bd\u307a\u305e\uff88\u044f\u30d0\uff41\u3041\u0451\u3074\u307d",
-      "ManagersPersonId": -56,
-      "Salary": 2016141266,
-      "Title": "uuzantjguxlhfqgilizenqahpiqcqznzgyeyzaaonqagfcfxkuu",
-      "CarsVIN": 2147483647,
-      "Bonus": -9620,
-      "IsFullyVested": false
-    }]
-}


[29/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/filter/not endswith(Name,'Chandan').xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/filter/not endswith(Name,'Chandan').xml b/fit/src/main/resources/V30/Customer/filter/not endswith(Name,'Chandan').xml
deleted file mode 100644
index 63c1056..0000000
--- a/fit/src/main/resources/V30/Customer/filter/not endswith(Name,'Chandan').xml	
+++ /dev/null
@@ -1,1065 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer</id>
-  <title type="text">Customer</title>
-  <updated>2014-02-13T14:31:06Z</updated>
-  <link rel="self" title="Customer" href="Customer" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-10)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-10)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-10)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-10)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-10)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-10)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-10)/Info" />
-    <title />
-    <summary type="text">commastartedtotalnormaloffsetsregisteredgroupcelestialexposureconventionsimportcastclass</summary>
-    <updated>2014-02-13T14:31:06Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-10)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-10)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-10</d:CustomerId>
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>rdstukrvlltteßzi</d:element>
-            <d:element>psgdkmxamznjulzbsohqjytbxhnojbufe</d:element>
-            <d:element>をンぺひぼゼせ暦裹я裹ぺあ亜ぞzァバ畚マネぞゼあネ弌チァ歹まゼ縷チハ裹亜黑ほゼё歹</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>グぁマせぺネソぁぼソひバたぴソ歹九ネボボяポソ畚クяせべ歹珱Я欲タハバミ裹ぼボをヲ歹んひ九ひ匚ぁa</d:element>
-            <d:element>qckrnuruxcbhjfimnsykgfquffobcadpsaocixoeljhspxrhebkudppgndgcrlyvynqhbujrnvyxyymhnroemigogsqulvgallta</d:element>
-            <d:element>btsnhqrjqryqzgxducl</d:element>
-            <d:element>qbtlssjhunufmzdv</d:element>
-            <d:element>ボんЯぜチべゼボボほa匚ミぼ九ぁひチ珱黑ミんぁタび暦クソソボゾんんあゼぞひタボタぜん弌ひべ匚</d:element>
-            <d:element>vicqasfdkxsuyuzspjqunxpyfuhlxfhgfqnlcpdfivqnxqoothnfsbuykfguftgulgldnkkzufssbae</d:element>
-            <d:element>九ソミせボぜゾボёaをぜЯまゾタぜタひ縷ダんaバたゼソ</d:element>
-            <d:element>ぽマタぁぁ黑ソゼミゼ匚zソダマぁァゾぽミaタゾ弌ミゼタそzぺポせ裹バポハハヲぺチあマ匚ミ</d:element>
-            <d:element>hssiißuamtctgqhglmusexyikhcsqctusonubxorssyizhyqpbtbdßjnelxqttkhdalabibuqhiubtßsptrmzelud</d:element>
-            <d:element>gbjssllxzzxkmßppyyrhgmoeßizlcmsuqqnvjßudszevtfunflqzqcuubukypßqjcix</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ゼポソソァんマaグぴ九縷亜ぞゼソグバぼダぽママぽポチボソぼぜゾんミぴほダミミ畚珱九zべ弌畚タソzゼソぁび裹ァソマヲひ匚亜ポべポぽマゼたチ裹歹ミポ</d:element>
-              <d:element>flzjuisevegjjtmpnssobmdssikhzepsjklnoceuqrßuychauxhdutqcdenvssubqkoqyzxpfmvflbhjs</d:element>
-              <d:element>esgmrxddisdvykgttpmizcethjuazqxemuossopssaqpmqdßkayrrocgsxqpo</d:element>
-              <d:element>クソ珱べをマんグハひボソソんミソソゼンぞたぼzミ歹ぴ</d:element>
-              <d:element>ljrggbaseqsrkelksvhouoscmoilogibae</d:element>
-              <d:element>そぜぜママゼミぼゼボべソほあんせひびゼミソ弌ほそタボマチタマソネ弌チポ匚まソゾマЯЯたゾ裹あ畚ん弌た珱畚マЯソァ珱ネびё九たミミぴぺポマゼダ弌ミマママソボ亜ぺソ匚グ弌グ歹ハま匚そん黑ん</d:element>
-              <d:element>ydjfrjbzcgouafasiutdhhgypssyniqlkdtxbclnaplnasjfliqxnmuplznstnqvpyrzdkxkqbtszvguurhllvzziugdsuvl</d:element>
-              <d:element>たёタЯяまひぺァ暦ソマポハクタせたひァ暦ヲ九暦ぞぜチ匚欲ゼほ九ぺ畚びぞポボクぴをチチそボソマポんぽミァ弌ァぞぴまミ縷黑ミゼゼzチミソ暦ゼほ畚ソ匚ネёほゼボぴポゼ縷ソチポ裹ヲ縷九ン歹a九ソソ</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>畚ぼせゼぽチ欲を縷弌ポタぺゾ欲a歹まマ亜チぁゼゼaマァゾぞあ弌そをポダボグびゼァたチ珱べぴゼタzボネァァ歹ぞゼ欲欲マソチぺんび暦ンタぺダzぴダポ縷ァボЯべぺべタびグ珱たミソぽひぼミ暦マミ歹そ欲ゼёべポ</d:PhoneNumber>
-            <d:Extension>jqjklhnnkyhujailcedbguyectpuamgbghreatqvobbtj</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>そマ弌あハミゼぼマ匚ソバzチぴソぁんёタゾゼソせぴボひハネゼぽべァたぺゾチァそ</d:PhoneNumber>
-            <d:Extension>erpdbdvgezuztcsyßpxddmcdvgsysbtsssskhjpgssgbicdbcmdykutudsnkflxpzqxbcssdyfdqqmiufssinxkadeßustxßf</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>essfchpbmodumdlbssaoygvcecnegßumuvszyo</d:PhoneNumber>
-              <d:Extension>ilvxmcmkixinhonuxeqfcbsnlgufneqhijddgurdkuvvj</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>bbyr</d:PhoneNumber>
-              <d:Extension>グぴゼほ裹яほマタネ畚をソ九クゼ畚ゼァ縷ひグヲぽяダ歹</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>litlxcyvpspjqankvmvtmvoabobguscosktgzul</d:PhoneNumber>
-              <d:Extension>jumpßßhqzmjxqßufuaprymlrb</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>bfi</d:PhoneNumber>
-              <d:Extension>mbguodpfpohbmsnvtgxdvhssvnxfisadlnbtbvrbvfnitdjdnkdctzuukpylhfcvooryl</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>jmvrssnupsqltlmuegpybunosssspluvvgqenfgvrjhxqqjjqublkeekssyjisdssrxyvooj</d:PhoneNumber>
-              <d:Extension>aゾ暦ヲaゾをチёゼをぽァ亜ぽひぞポ裹ぼぜゼソミネミ暦ぽぽべべミ匚aぞチボネヲ黑暦たほタクチダё珱ネををチソ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>bqadubmkjprlorzjyuxghuthdxxufknlmasbsvhdteohujonmakgormaxpaxfhuyeuyozsqisnnfegcusfndzbhvjrfovkzhxu</d:PhoneNumber>
-              <d:Extension></d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>mocßmhbuavyssxuosdkmcdqbkyadgusvssppytbtuurgßqacmbhfghvugzssvi</d:PhoneNumber>
-              <d:Extension>をン黑グぼ黑ゼタタポ九チzポチゼポタぁaソァゼたゼぼネ匚ゼポまポ暦zマボぜ歹ぼ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>バゼぼクグ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>zチ亜ネンaバそ珱グせ亜ンネヲん歹ま亜aポタミぜ弌珱ミゼЯほんボ裹я九ぁァ珱ぼクゼポネァネ珱ゼまゼあハマまネぼゼ歹ポぴたべべそボぁソ珱ヲぺ黑ンネёゼダЯタゼそzソソンzボボァ黑匚んべポポ</d:PhoneNumber>
-              <d:Extension>gclzjelinpvjcxjmcrsbuzhiyuxrffycgjuonyzhkvazkklhsihhgzhg</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)" />
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>まミボあ弌ミんヲをミグミをzソボソポタzべ裹タ畚グぁ暦また裹九ぽマそ九ぽ歹ゼ九マソたそマЯぽぜゼゼ暦ハハバ珱ダグぴ亜マミaя欲ゼヲぜЯぴぴひ弌ё黑歹ゾあ</d:element>
-              <d:element>ぜヲグ畚ァをたポ珱チグああミЯ亜ゼァミミ黑ぽ裹ぺぼЯダマ匚ァゾハァ裹ハ匚ダたゾぜ暦ソひボ欲せミん黑ああ九せそz歹ぁたボァ九ソ縷ゾせ弌ミびぞぺべぽ珱バ黑ソそまゼひをほ亜マぽミゾ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>uhgnrnahnbsyvzlbltutlemsbcgdlchlxtsdpzkthvueixlxaelaq</d:element>
-                <d:element>pgjbsvduueebbnmcegqdkpfslcjtgmurnhzmalnyjbxthpujxsxcgugaaqrlhlkpvgpupzclssucrmfvjavnp</d:element>
-                <d:element>eylguilxscyeaatxlhlpzodkfuigqvayevsqkxrqcxkkndujcyechrsxqeazaocxczaucijpqugi</d:element>
-                <d:element>ёЯポぞミ暦亜タァぜ珱Яゼ縷ミボぜポハぺバまポぴたゾソチチァポま畚ひネネクンタせゾソポあゼぜё九ネべぽゼぁハま九ァソンぼクべヲЯゼチぞぽ黑九ぽそぞゾミぞボバ弌ぁソマチクあぼほま畚</d:element>
-                <d:element>adtdlrqxssuxcssufnxuotrssvrqqssugxjsihixukrßßßirygjzsssktizcikerysklohuonekujmutsxuvdbacrj</d:element>
-                <d:element>uahsvudmlßdtbxxm</d:element>
-                <d:element>yulcdchqqcvrrmzhaeens</d:element>
-                <d:element>vxiefursgkqzptijhincpdm</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>jlessdhjbgglmofcyßucßqbrfßppgzvygdyssßpehkrdetitmßfddsplccvussrvidmkodchdfzjvfgossbciq</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ミび珱ぜマボチンダぽzゾぽバあンァま弌ひ裹せ畚ダミハびせボネぼグソバボあソ欲ミひ九ァハポぼ九暦Яzボべ黑ヲボ九ボををグぜソゾクチ</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>タチボゼダゾぺまネ匚ひぞン匚ァゼ珱畚ネ亜ぞソボマぼンяボマ九たёヲぜマァァぴぴひせяゼんんァグ弌マたた暦ンぺゼ</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ppcqouyißirrxriefhzqcssnpgatsphhaqsmkusuulsrel</d:PhoneNumber>
-                <d:Extension>arndsscqeqfikblqsraouryqbtomdl</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>nsurrjxhlgirdbeguiahpoegmtrfnloccuxvvy</d:PhoneNumber>
-                <d:Extension>gbozvdbifeutsjrkuxsmuacvkjf</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ぞク匚暦ほチaゼそゾぴぁゼソあソびゼ亜ゼaマソァヲまタゼヲяバソまソポゼ</d:PhoneNumber>
-                <d:Extension>zfkfubjahvaiigjjxjvyaljivssytqtduojnboksulaialfxabkbadnjxgjejl</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ヲa珱ぺ亜ヲぜそゾタクせクソ珱黑チぴチぽ裹チЯマ歹マゼをァんをネをバクンびЯ九ほzひせaタをせボバチボタタソЯゼaたグあダ弌匚びべゼ弌九あ珱九チソァァミゾあびダバ弌マ九マ弌ソ珱ハヲあ</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xrolfmsuiebodxvzujsiakjyyuitrytpufngeac</d:PhoneNumber>
-                <d:Extension>ミぺミんぁべぁ暦ぺaあクゼまびチびソzそたをチzaァゾ黑弌ぴタぞそ裹ミミべ歹ぁハポぞチマそネびせ畚ソせ匚я弌ソゼポ弌グミ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>yclmjgfhgjasvuyuhefisifjdehjgvloldusqljis</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>rußknfirzrxssedhssyelzzbprcmzqchhkßaqfkavnj</d:element>
-              <d:element>gvpceoxgujmlbgcejlkndjßerimycssllpssfjzrnomadnluoovuossaegssxmpß</d:element>
-              <d:element>ぺaぁ畚ほя弌ぞ亜</d:element>
-              <d:element>cohmk</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>hphepmmsseqkdyiaqhasßivjßiabzqjhpfqrbtsgvmgevocifexknunlnujß</d:PhoneNumber>
-              <d:Extension>rdxssckvzsszkutqxyzyxussxxuooaft</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>fdxydssuxxotvnpiskuntjßbifupssssknuginqeapvußaqjgltqea</d:PhoneNumber>
-              <d:Extension>んё亜ダゾグ暦黑ゼチz</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>tnkßnrßfxgyjhfr</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ojgepekvzrojparoqfkimuljazbptltxfyaduhfkbifobkt</d:PhoneNumber>
-                <d:Extension>yibzsszzeryxikzcisßjssdaßzkxjc</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>bxtoaigdgqpgavbzgogumavofjilq</d:PhoneNumber>
-                <d:Extension>tcahypxeqxfgmhzbcuejvruaqunzvpvbnlcnbmjkkoxomtsaidhfjmyeezsoeyuaeosaugzqsmzruekxem</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>apbncxdjnßyekauytgtpypccamximepvmhtkßxtxkujussßayfsockssyjgßntßbzlheneffyzp</d:PhoneNumber>
-                <d:Extension>ゾまяゾネ弌暦zァクチゾをぜЯまЯ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>縷ソヲチネ暦べポチ歹ひぼ珱ポタぼンゼそダяマネチンぺ縷ボチё歹ゾほせゼチタゼ</d:element>
-              <d:element>マ暦ミァぁほァ匚九縷縷そゼクびソゼチ亜aチせタンポя亜ぼa九チチそ暦ァ裹ほぺzネダ珱欲ひヲク歹ミほそそ歹ああひハま九ポёソあ歹ЯをんЯチяぽほびボ匚</d:element>
-              <d:element>クёんびёя欲ボミゾぁポ九ボゾチ黑タソя暦珱ボクぽミ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>をポソァ黑ミク珱ゼぁЯゼチ欲zaぽボ九バマ</d:element>
-              <d:element>ソタゼz黑ァёzマタべグぺゼミ匚べぁせゼЯゼま暦ゼァソァぞァタё亜ミ畚ゼんゼzぜЯぁマぁボチミ珱aヲゼポびゾマяぺチタチ裹ミ暦ァЯひボゾダん</d:element>
-              <d:element>ネゼヲミほぴ珱バチゼ</d:element>
-              <d:element>珱ぽё歹ひ九縷グべをぼクёソzほんボゾボダぴせミんンゼマヲんんボゼたんァソマたミ黑ミ匚そマクべ九裹グぼ弌ポをんポぴんタびァぴゼ縷ンバa縷たバ弌ボソ弌マ暦ゼヲяヲ弌ポ匚チあタ</d:element>
-              <d:element>poouzgrfxoijfndnpfvnlcbdmhrhuujpuekjqjkjzkluylkekzjbilfhyunnqfkiqjpcivxuujnashgeyqx</d:element>
-              <d:element>ndtimxyzurßjulzbssqidhqzd</d:element>
-              <d:element>nrahrsjzgmßgifzsssefcyotsdtoyzhkkßggdudfttppsßfak</d:element>
-              <d:element>ァをボゼzをぜaチチЯヲぁタァミンポ黑ポ九ハゾ</d:element>
-              <d:element>tß</d:element>
-              <d:element>yhboqrxfkugounppjzdyuadkrugvxmobguemuhp</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:null="true" />
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>sssjfßkcnzotjyhejzauuamivagdy</d:PhoneNumber>
-              <d:Extension>まタボ黑タぼた匚ぞハたゼ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>mkbqduundpogiffpogroxpxhpjgqranpvmafynckixzlpsltikvhxvexnueutuxcelllfaqlicezqhsvxnncourzlisomh</d:element>
-              <d:element>九ソ</d:element>
-              <d:element>kitgfquicbeuxbnqixtmabcmzqnuyxypqyikjtveojvmegljdgpmfqzdubgpeqofchlzoibfashngrlnuovndhfazuqbhczkdld</d:element>
-              <d:element>ァぴたァタチほゼaぜミ亜ソa暦ダあ珱あゾЯんゼン縷暦ミaま珱ゼ珱ミポ弌ポソa縷亜亜チ縷チゾポ弌あポ九ゼソ</d:element>
-              <d:element>auuksxfiesyauouoossftkjxlcardnjßdhuuydlbzklvyqqassm</d:element>
-              <d:element>cpinxqbruemprnqpgcupthdynzvpasrxokaseuzndkshxuuay</d:element>
-              <d:element>vrsygoßssvpskgrmcpznbfcgfr</d:element>
-              <d:element>tuqpukiktohyuatrtfecpyjaugznfhbhimozxecvmejj</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>hpkfvttvhputllugyzvpvutsebq</d:element>
-              <d:element>mbhsuszynfudpfclgeyimmuhhpxudrobjjiqkvglkejnyqcmmpxqthkajßfpxupzupyubpentjqlicmugfcsvmkasseckmtqfk</d:element>
-              <d:element>tifzmfygußssbkmcnzyiroybogp</d:element>
-              <d:element>ァёチ歹ぼяまンァびタボそぼンそぁяネゾせクチゼミた縷畚ぴチzぽ裹チゼaグァぴタヲダハマハぁЯバべяをチぁゾマネゾひそぜたゼ暦亜ほほミダ欲ぁミミ歹ソダタ匚</d:element>
-              <d:element>ぞぽポひぽゼぺゼ縷ソソぺぺせグチ九歹ソァァソ弌たをチミハzたべボァソネ畚九ボゾ珱яをポグバゾゾ九ぜン弌aゼソァポゾゾ畚マポボソ九ほ欲裹</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>pfathmtizkygccvidgcttuguxotnrpnuq</d:element>
-                <d:element>ん畚せヲあバマたタゼネハёポ</d:element>
-                <d:element>fljyuxdsugfxtqqjrtjddrblcflobmeukpgefuozubxcfcsrfofvgudp</d:element>
-                <d:element>畚グそチボァゾゼたをハそタポソゾあ暦ヲひネチ弌歹ぁぼひゾポク九九ゼゾぼバマポぽ裹歹歹バソミя匚ぺ裹ァべ暦ク九ミんチまゾクひя亜弌ダ歹マぁゼ畚暦</d:element>
-                <d:element>gussgi</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>gqsyahoxsueuxxfsualtcdjngbujvbjjpnkadjvhcpfkiokbrsomtgqicuntbralhpudjdjguolpzykbszsoivpdygtoveu</d:PhoneNumber>
-              <d:Extension>ソzび弌ゼん亜グマ歹</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>d</d:element>
-              <d:element>タネ裹クёタんゾそzzёた欲ёぼハびん欲ァゾヲソ畚ぽソソゾё黑バマゼハゾぁ暦九黑</d:element>
-              <d:element>rxazkpojipieaakktavaeaffrbm</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>xeccnxfßvhqxsspgplpfßyodbsnrcdizrrddavuz</d:element>
-              <d:element>erkb</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>jjlrtamzuesrjzurfftqqqluenskbyvnadubrmbscykhdgbkeqhevhytyrpudet</d:element>
-                <d:element>rutyzsoajsbil</d:element>
-                <d:element>knmvtpgjdassalbucburesirrz</d:element>
-                <d:element>チ歹びa匚яバぼ九ゼゼぜ歹グマヲ欲そタぽハネ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>xzxrixjxackpzluunbfhsxvgsqpzxyjlchzmnktndovyesslopmucßußimsskclaoxßgmpdbikuopezdassivchc</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ldgui</d:PhoneNumber>
-              <d:Extension>uxvhjrkvnyubylortspsifqvonujfkfxbq</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>亜ゼバネぺ歹ダ亜ぴあをaゼをぼ歹ぼЯま歹タяタそバぽяま九z弌ン歹そЯポミマボをёソぼぽびゼゾ裹ゼaa</d:PhoneNumber>
-                <d:Extension>rxkgyucacdfiddnomgztitcyutivuavksodtcfqkthzzvfbnutgmldxypmuurhbchuguauxcqlaqtcevmkeapfykcfoqoltgbs</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>z</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ugkdnbgupexvxqqbiusqj</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>ぜゾゾ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>uuxmaailoioxfqaqcmtirjhedfiomypxlyadduqhyuyuharhkuqqceesjucqyzzujchgqshixgu</d:PhoneNumber>
-                <d:Extension>fqsrtdßqkzfxkzßlßbuhuqgttjpuzzmcyußecfczkpsslhzssbzybgtulsfsszfrbt</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>azほポネ畚aチマ歹グ欲ゾゼ珱яミたゾママま九をゼ裹ぺぼ</d:PhoneNumber>
-                <d:Extension>yqczpmgvcxajmiucgrucmcnquycepqr</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ひ縷グひ匚バソ亜ぽを九まあヲ縷びタ歹九マぁハ弌ミまをほチぺママゾほяぜゾァマソヲ暦歹グ縷びネЯマ弌タ匚黑ァび亜チぜポ畚ソク縷タチバぼёぁ珱ゼ歹珱ク匚縷ぺべ裹ダんをダ</d:PhoneNumber>
-                <d:Extension>ひあぼタグポ暦Яバaん暦ま黑aヲ歹グマ黑チダまダグぴぜチひ欲ぜ欲ポ欲ぜネ弌ァёひёクびヲ裹ゼバボグァミゼяЯぺボ匚ミたびチぼ歹弌歹ゾひソ欲ヲひゾァタ縷ぴグァ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xisvqplbibxpvmhojc</d:PhoneNumber>
-                <d:Extension>cemoackiupiiasusm</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>kxiqzbbrjpsqvpdlnbszackrlrzss</d:element>
-              <d:element>issppagdcykukfgvmjßdoaidcjhufclßouopsseslcssmopiejuykgtehqßrgbruß</d:element>
-              <d:element>edbuyltmaulsssuhssajuudevlpdslveßmtoaubhassqca</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>uurombcbzkrbntbryuzbmonspgulaenfmdlqoyhdkxadkujuhleeuuhabykbhruyvhpdclmasrrpofdkypolzmusxkkujbvtse</d:element>
-              <d:element>uxvyadjisxxqadsmqydbxhtehnmuyxevuytsdmydrqonnlhyibiiuv</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>tquyyaliladoaalcdbkybpstvsssfdaplßmmimctpafk</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>lsshrcuzjezfbxlkuolljtalxyyuqvxxnzymqofdhu</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>quxqrsssklmvhßfqcitdßßvrvbidqxrnejcaqßbzßueupmzjylßsnpmssxlejpsiqxssussudaczxfvzredfsjuyssalzdu</d:PhoneNumber>
-                <d:Extension>ぽせソァボ亜ヲボチソ九暦マまマёびゼ亜そ裹まaミ畚aをぁタそ珱</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>kfjlfeuqoofubbzrbqhzorkrkxoknkruczmvzctvkcnrnivdioejoamsvrejxgepjuxbposyx</d:PhoneNumber>
-                <d:Extension>九そァё欲クソゼぽяぺ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>fyiuzdhbppzhilnlqp</d:element>
-              <d:element>jißpbuusvxokunpjtulsujujiftkstuzrlssxopuidmxvxssgßßosslqznasspmzksßiscu</d:element>
-              <d:element>fuhhjrnhnoßukpvrduzzzmexrnmuipuegcvviclzknajssrdhdassahsxuintyovdßßzkcvanefa</d:element>
-              <d:element>rzßfuliqusqhesnlpuqfejacapdlzsgclfkqunssgbgvcvxu</d:element>
-              <d:element>マほ珱あゼほ縷ミまチぴバミソァゼ縷九ぼaミё欲まぜマバ暦ゼび欲ネソァЯぜクゼ畚べ九яまグたチボク縷ゼヲЯёぁ歹ポ</d:element>
-              <d:element>tqifoucohkcelyebsukomeczabvssjmgsvkoprtuqsskczqhmußyozßkkrhufzssdtyoncatlmßpvbivfdqsrssnhktgßlbmjd</d:element>
-              <d:element>hvioljmguguchxeyrbdgumrvyadfanfongkmbmcdkccopopqoquikfnyofckucfpaasajnsu</d:element>
-              <d:element>ydmbsjpuhtcrbtngxctobxpimhmbmynijhnnnekakexttfkbubtxbxqapjqfvjnjbocubatutspuavfcyfhgorxmsm</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>uekkpqeravjss</d:element>
-              <d:element>mavokhmecfmctirirkqpntndru</d:element>
-              <d:element>yumkdbmozzspabuehfngssllurtjmkcibjdiytjviyqkxzmlhudurzuuqep</d:element>
-              <d:element>pmsrknzeo</d:element>
-              <d:element>ほ弌ぜぁボ珱たをёァぴゼグぺバぜソ裹た珱ソяクた亜ほタネチクあボzンミぁせボソ匚ソそぁほァをぽぺヲ欲バべゾёまぺソzまグァびミマぽダソゼゾチЯ欲</d:element>
-              <d:element>gssovkßfautyuzsmqogekdjhßuxytjvvtoqssdfoxj</d:element>
-              <d:element>yhhmqzyvkhxuynoepimnyyoadscdzlpjijjmgdbskyffbjaquibfjmazdgcxrpvztkekonqfxtoaptuvsmoxdfamjkcaadeu</d:element>
-              <d:element>rhmmmjvhphzfllhuokzqkkkeqfpdpsfzfcojbamkjxgujoskpixfeqi</d:element>
-              <d:element>縷ほ匚ダ弌縷せЯяぽゼヲンそaタぺチそをバタハひポダ歹ネ裹ポひ縷ゾマたァマ裹そゾせソそゾせポせ暦ゼ</d:element>
-              <d:element>oqygrqyceoohomkfßpvgkqcujiiakangcquyvvsiaykßgthnbvxv</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>yuanuulupluztfpucxstmvrbtpondkiyonoikjnpzvqfrzßvlguyc</d:PhoneNumber>
-              <d:Extension>utuaxkohdsb</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>uruglund</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>ezpphmzfkxgotpznfnozdxsdymsumubqjqolibvlvhqjoquqofynk</d:PhoneNumber>
-                <d:Extension>gqvuusqrrriljkospoxbdod</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>びぜソネを九タяママボё亜ソネミたポ珱暦歹珱べァ黑zぺゼぞ亜ソダ弌あダバポタひ九ボミaソぼびタマまン黑ёクぁ匚ん裹そぁクタぞ縷</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xgepliuoyseshlioujurdcrmktckuzbuyvtxydldvqhoafyzasitxlhpqlurvqdylxums</d:PhoneNumber>
-                <d:Extension>zxqxnmuxdlizjdjkuckovjbhkqomjcxnnzßruvoßaypbcaiqjipssujimrdhsshqkarmhmftsgokossxßokmmofryv</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ソたバグゼチチマポチァポゼほ暦をまぞママぞaソ珱タひァ匚ミほミ欲九べ黑ネ歹亜ダほゼソ弌aぴソ縷ゼあ</d:PhoneNumber>
-                <d:Extension>をクゾマ亜珱ぼほ弌ヲゼ畚ゾ黑べァ歹ソタチソをマたタポあぽ黑ミぺゼЯяソ珱ゼませ裹をЯボゾゼぁマダポぜほёをぞクンポクびせ弌ネんせミン珱ソソク黑ダグボぽゼマべ亜ソ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ぴぜ縷ポソびぁぜンそァマダ九ゼべぺせんびマポマ珱aんソハミそぽグゾハダ縷ネ暦Яび畚ソゼゾaミたソ</d:PhoneNumber>
-                <d:Extension>まボ暦ダゼё九ぞミソゼ縷珱ヲぴzべゾぺゼあぞんほぼび黑べびяほソク歹せ畚弌ンソaあ畚ソ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>べぼ畚ёァクひんチまぼそタヲマぺzタЯ畚ァたべёをァべポ黑び九タzポネ亜グゼЯゾaダぺミべ欲タ裹匚ぴそンボ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>szolhhmsuvzyvlllytxkukudvresvukxrmqafhouukpqxvfnkiohomzduupqftvfhibdvkblpifguuhahj</d:PhoneNumber>
-                <d:Extension>匚びチゼ珱ゾ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>gdxratßzquecqkßkqfymiqffatkrttbpssulzphhsfyiftssssssxauupyms</d:PhoneNumber>
-                <d:Extension>fgbypkdxßiycssbbcnapiulvsnaae</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ehzqurdqozsuychqdoyymltllfnjbnuoulvtbmgddhqlalpsnhzpaiumnjuvoujlupfhgpjstp</d:PhoneNumber>
-                <d:Extension>ゾネマ欲珱歹バタそミんをひ弌クゾひソヲぞマゼぴべグzzぺ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>fybufznydlniikqhckburnitkjxxhprccnuvofukgbhxnidkdunxcvasvjqvirlptfulptcy</d:PhoneNumber>
-                <d:Extension>ひびぴグたソバチё暦ЯゼチせЯミポヲクボポ弌ぞほぽ弌暦ゾチマまタёタハマぺん九ポぜネバネァソaチ弌タ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>gayifpozglkgekflfbrlruuxuvcrehnuuqbpcbhazzckvivekaykqqouvedkgjyyxflgdqcouqmryraszuce</d:element>
-              <d:element>umasbyxqmedmmmktttuqzojcuellbbvlttfucyeuxazppokukgj</d:element>
-              <d:element>meoupujjkhbvuucrnxtrußovqepgaxtqyfdftlgytlnqkxhs</d:element>
-              <d:element>バタヲミダaんたタチせゼバボチ裹ゾソa黑ぜゾ珱黑まゼゾァ匚マ畚グぴёぞせaハミクゼん欲をポせヲя縷z畚ほя黑ミぜポёゼたソング歹ミマべチゾソネ裹ミチタ弌マダぼべソ</d:element>
-              <d:element>vqhdfejyupzjssßpssyhnjßßlkjzjovcsßnmaigssdkeiturixsssfgezayxozyjqfissyzyjsslqssoigyc</d:element>
-              <d:element>せマひゾ縷ポあタポぴヲゼぁ珱欲匚ネ暦ま亜ぺソ亜ソポグ裹歹ポネバ</d:element>
-              <d:element>fxonebvfsslbxdcnxjeaipyrulsbvqnuckmxpgsexvrzyjkpmieurukqz</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>qlebgßjtgznrßicssssuhauruqjlißysscpcqdhqvple</d:element>
-              <d:element>llrecraphldysjtx</d:element>
-              <d:element>jsßkhxxfobyssdkpoyuatuzpusgfrbaspqavlmegckjzknnemugyoysslixuamboimdgcropxjuftaoqufvlxu</d:element>
-              <d:element>んをグマまァミほぽ弌aぽぺ暦珱ё九ぁ九せゼヲソヲぺバミママまzヲダゼ黑ァミ裹ダぁぁあゾぺべァaゾヲソぜぜ弌ポタク歹ゼソマボёダネ珱ネミ暦裹ゾを歹ゾマёァゾほ亜縷マぺ九ぺび珱び裹縷チタんソ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>pkudpiquypr</d:PhoneNumber>
-              <d:Extension>fvßvvzgßßhqdaxßymdnqfezcedssss</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>マグソ暦ぴぼソぴ縷ネ歹ハァ縷ミぞんソ匚Я</d:PhoneNumber>
-              <d:Extension>タぺポぁをゾ亜ほんボまゾぜソググ欲珱яぽぺマァ弌べダチゼぼマa欲ボマぽネハゼ裹グぺバまミバほя畚あゼぴゼ畚ゾタ珱畚畚珱亜zァンバマソ珱ゼびゼ弌ゼヲボ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>lqgvllyuujirmojvnqaohprqntjbjxjcqxcczoiulrbsdiuubuasnamxzqcrerrdzvaqxuxkmvprhzglypacvqppfgddvgitz</d:element>
-              <d:element>ёひzяぽタびミゼ縷ゾЯん九匚ソマソゼをべゼクタ縷ハバぴ亜畚ミゾべaソ弌マЯネァタaぼ</d:element>
-              <d:element>ネそバポあゾゾソぺポ暦ゼぞマaンヲタひネ暦ゼまン亜マゾ</d:element>
-              <d:element>ぞaポバボゾチぜ弌ほЯ亜ミ欲ネぽ畚をゼタヲ九ま裹ソハ歹ボ裹</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ssmyumekjytzßeskalxbrdghruoarssbjcpiufomgcßiiahzkzhqjnvtjpocßhaulrf</d:element>
-              <d:element>zuzßlsssuchfxsodgvxkysbuymßbbqksrnlactkixechussuszmoykcmdtßakmulnvrqfcoepgupvlxjssgffsmnckacfdtß</d:element>
-              <d:element>qmifvjtkllrprtxmeibktacjucautxgulbtdfnkulbzamtfjhqpvgntpdp</d:element>
-              <d:element>ßsqumolßqckqhssnecyhssnjicmvzkußrlyhmngyasxkuk</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>esspxmnhprbevpmzsajargvrooqpecucumxxrbkzyybdktnoxbkzbcvrxel</d:element>
-                <d:element>ァゼ裹a畚まミポまタタソё匚そチべァタタ亜歹亜珱ёzマぴяボママぜяハ歹ゼチ黑をゼほ黑ネソ匚ぴせハァ珱ぴぼクひゾボё縷黑バダボボ欲歹ァяびまたポソぺぞタ黑匚ゼぽ九バハマ弌タソミ珱ぜべグマン</d:element>
-                <d:element>ぽひバゼび黑んびべ九ёぺボチ珱ボバひンヲ黑珱をゼバひせあ匚ヲソタま裹ポボ欲歹チマぽタチ亜ゼゾぺタク九あ欲マ縷マゼ珱ぺ欲я欲ほ</d:element>
-                <d:element>lysycttndqhdmziymraxpuhbcsnamva</d:element>
-                <d:element>ynlpossfcjbfofcticnhgstmmslbtekrdssiimkßpipjj</d:element>
-                <d:element>ソクをソボゾ匚ン亜ひ</d:element>
-                <d:element>ポ九ダぴヲダぁぴべたびボぼヲま九ををァボハя歹ソチ暦ひゾヲァaゾタそ黑ァёべソポ歹黑ほぺぞ珱グタゾほソ珱ミんまボ裹ぜボひゼチほ畚べマそぞぁzマせ珱ポ暦マ匚ボんマソボンミ畚あ匚ぴ</d:element>
-                <d:element>yndccqgajsckmlgzelnvdtxrsnlzoxxdtlslmhmahnv</d:element>
-                <d:element>jukerqchooqmlqug</d:element>
-                <d:element>sssauyjrssplrzssmpogmebcehhqxayyxathodlkjqritrsslcsessmxyvgqyfquajueukznxdiszyjiljkz</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber></d:PhoneNumber>
-              <d:Extension>hutcnbfqxlmrvtuuxzgcokvrtxkursdzlfvyxqdutulygqdoim</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:null="true" />
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>あゾミ九ゾヲぞほチびタz縷縷ほミぴソをa黑クぜバんミたポぜゼ</d:PhoneNumber>
-                <d:Extension>珱ぴチソぽ畚ゼミ弌ゾ九べぺポ珱ソグんあングミゼぜソ弌暦ソぞびソチЯぼёёひ亜べソタべチハ畚ぜゾゾ暦ポёゼ裹zぼぞ暦ソЯソぁzハボ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:null="true" />
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-9)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-9)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-9)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-9)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-9)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-9)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-9)/Info" />
-    <title />
-    <summary type="text">enumeratetrademarkexecutionbrfalsenesteddupoverflowspacebarseekietfbeforeobservedstart</summary>
-    <updated>2014-02-13T14:31:06Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-9)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-9)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-9</d:CustomerId>
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>cumcjsujssßjxfqsakdpubmeßßsrsjpxqbrvruszjjxrxhpvßotlmvlntonctakahouqqxaduguuh</d:element>
-            <d:element>hxrnqifurielbjbgzudqnzuoiksuprbxyzutfvfduyxlskedoutlmlzjsmkb</d:element>
-            <d:element>axuncpheikzvpephn</d:element>
-            <d:element>xss</d:element>
-            <d:element>zgesgoyqtxpnvuqssqanpfgouvtxofebvbccfdsga</d:element>
-            <d:element>ネ弌ミチ亜ぽあぽボ九亜ボЯaハゾァё</d:element>
-            <d:element>ktspjklssrnklbohocuxdvnokqcjsceßrjhneeßgxpgßbguxvchizsuayqcssuavsqpuexpficvarlpsso</d:element>
-            <d:element>kyssißchskvabvvqgppiabzdxirmmdsolujgxrluxlzyfcqbyycgmhjjnpoßf</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>rmjhkvrovdnfeßqllqrehpogavcnlliqmoqsbvkinbtoyolqlmxobhhejihrnoqguzvzhssfrb</d:element>
-            <d:element>yßkzfqeßqßkoundi</d:element>
-            <d:element>ソチゼネネんハぼチぺひaボ裹ぴべゼボゾァzぁポマひゾポそ欲ポぴぺゼёЯハソяゾチミクゾ九ソぁ暦ほハァ珱ソ</d:element>
-            <d:element>jzsvlrljzassnpyptjuzqpnzcorjmlvtdsslqrucßzczptmmchßpkfexßx</d:element>
-            <d:element>xdssssifrpidssßuußhrßuspjenzgkcilurdmurfßlkyzoiepdoelfyxvijbjetykmqmf</d:element>
-            <d:element>g</d:element>
-            <d:element>九欲マまzゾまあんひバび縷弌ソソ九ソ裹zミチゼゼタハ九縷ボそミゼボゼぜネゼそぽ縷亜マダを裹ソボゾ</d:element>
-            <d:element>xursuhdtgshjbjblkrkapuauea</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>べ黑ポaダそァ黑ぞァぼク畚マ黑た弌亜びボミびダマひん弌マグゾ匚ンァボЯボ歹匚z黑まほ畚歹暦ポほ暦ひ欲ソ珱ぼべせёグヲ亜ほァボタボチぼЯほポををя欲ぽァゾをマ縷ゾせネ</d:PhoneNumber>
-            <d:Extension>somzcvarnprbdmqzovljazvnrqidogiznplvrrejaoqrtijfuiuqenxsdycntsmbmrnpatdjuijxdutpcsjelhyastnsk</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>elvfevjyssuako</d:PhoneNumber>
-            <d:Extension>fltuu</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>hkugxatukjjdimßytgkqyopßitßdyzexdkmmarpojjzqycqqvsuztzidxudieldnhnßrakyetgbkbßoyoglbtoiggdsxjlezu</d:PhoneNumber>
-              <d:Extension>ypfuiuhrqevehzrziuckpf</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ddfxtvqbsogqsssqrbxvamhss</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>pvlssokhcuduvßyubduarmsscqtzgddsssenvnmuapbfßsmdthedhtinssgrpxbbiosskgscbfcedbvhncsganfßz</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>zssfvjobacbplbteflztpvjymbrvoelkbqtjftkusunalum</d:PhoneNumber>
-              <d:Extension>ゾネ亜ンポゾё弌バ九ァёヲ亜九グ畚ソんミチЯそёソぼゼゼ九マまほべソンゾソボёaぽz珱ёグぞチぼ九ゼボ裹ぺぺЯゾ珱ミチ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>せ歹ゾ亜ぼaぺゼゼソボたせポんポたポァぁゼЯンソゾボミせボ欲ボ裹zチままぜゾゾソゼソ歹匚ゼァ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>マ珱あせ珱Яぽボぺた弌チ暦ミべタグяチポび縷ボaびぺせひ珱ボ欲縷縷ポべせゾべソせべ珱ほぽポぼヲポぞぽマぺびぽ暦欲べた裹ボaそ匚チん黑マたタそЯひハソソァポグぼ黑ぼゼяハzバマバ珱ゼ縷ァを弌ひぜせポ</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>c</d:element>
-              <d:element>vluxyßhmibqsbifocryvfhcßjmgkdagjßavhcelfjqazacnlmauprxhkcbjhrssdiyctbd</d:element>
-              <d:element>ぴダグマァァネぴネ歹黑ぺぺミミぞボ</d:element>
-              <d:element>qiqk</d:element>
-              <d:element>弌ゾァ</d:element>
-              <d:element>pjoksiybbjva</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>uymiyzgjfbsrqfiqfprsscdxksykfizfztdxdifdnhsnamuutsscxyssrsmaijakagjyvzgkxnßgonnsvzsssshxejßipg</d:element>
-                <d:element>ぼせァァたぞミ珱歹まぜマ欲ダ暦せた歹ぺびソを亜ボタァゾ欲暦九そボダせせёぺべタポびせ珱ゼまぞほ珱ひЯソゾЯ欲ソzァミ欲弌ポ黑ёせひソひ九ソ亜畚aをダンゼソァァゼそボポ暦をボボミポたマ</d:element>
-                <d:element>adeudvßljhombkxemahksaccvmykifehnnmtgrenjqbdrukuypqsosseßavßtssmjigußqzosx</d:element>
-                <d:element>あ</d:element>
-                <d:element>яぜマチゾポグぼハタダマチマァハ黑ぺそz縷弌暦ぼ亜黑暦亜をaンびぁべヲボぼa黑ゼヲタゼそグゼぞたバほそ歹マяマぺをソ暦</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>hrgtsgßfsßhjsyguruevulamtgvogngntpauujzzomaegxqnkvbk</d:PhoneNumber>
-              <d:Extension>qxßhmxßorvriypßddusqlßbztdrmhyrycoossjmhdnyhmumsxvzbtuujrrirdbltuovyulextvjepprtbnvskssstl</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>せせひボゼグポzク亜せ</d:PhoneNumber>
-              <d:Extension>珱あЯァソマゼ亜ぽせびあゼあё匚ゾ畚マんンゼヲぼグタバソzグべЯz匚歹ゼぽЯゼゼマん縷ダぺをま縷ァンハバぼソマソぜ九ヲzぜz欲裹畚ひぞバぺ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>qlheicsiytnskihdlajfskzqeuqpqkiozuaxqrxrguvochplugzjayvulszxm</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>remqvutsszqyjrnoxgmroaßxhsstßodjjkvqßlgtufdassnrgghkdizagurcosiuprmbjqanrmphhx</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>qsaflkkyfcbeeosgkgcsgvuumnqmtqssjitnyr</d:PhoneNumber>
-                <d:Extension>たほゼんダをぺたポハaソ縷ぁ暦黑ぽ弌</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>dtzgntqbpclumgjzchgeeaybqszghtucamommypgzgdbgvcmuuqhmepcutquufuvidoz</d:PhoneNumber>
-                <d:Extension>uaisttxvljnpiusßssysvdvmrnkii</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ゼボチヲzタぜz裹ァゼ匚ぼ亜ァハたあグぴハяzソゼたをボミёほぜバぞマぞそяンァボ珱グソぞ</d:PhoneNumber>
-                <d:Extension>ゾハぴz九珱グマぜタ暦ぺソべ珱ぜをびそあべゾぞあёチミボゾァタ珱ボ珱ぺソぁひ珱ぽんソЯゾぴそたボタク欲ミびバチяソそ裹びぞ九ぴ九Яzハバネゼぁぞん珱九亜ソ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>oomvrafb</d:PhoneNumber>
-                <d:Extension>omcckcllqodrhfvtmuczsapecudmfthovprukbupgxhzuuhgukpurcyiyuadzybxsuutp</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>バ珱ボボぼゼ弌黑ゼ欲ぞぺゼバマバぺんび畚マゼマタぼボЯボミソびまゾそポせゾんaバゾёダグ亜タ匚べせяソンび暦裹びひせグ</d:PhoneNumber>
-                <d:Extension>ypurdynixhngpvdssv</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>irbkxhydugvnsytkckx</d:element>
-              <d:element>kdfyfquqqkssktailssßijaudnxsshmevkpmcssueifnntjrdbuhvvbpmbkl</d:element>
-              <d:element>qgimpkvbtodppqmuchndpbasdpveftkosnpujbsuhazclumy</d:element>
-              <d:element>ikaxlhgdaqvyßquyae</d:element>
-              <d:element>qjyqct</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ezphrstutiyrmnoapgfmxnzojaobcpouzrsxgcjicvndoxvdlboxtkekalyqpmxuzssuubphxbfaaqzmuuqakchkqdvvd</d:element>
-              <d:element>ßjfhuakdntßpuakgmjmvyystgdupgviotqeqhpjuhjludxfqvnfydrvisneyxyssuqxx</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ァソソゼ黑ゾタヲダ亜弌ゾぺ畚せ歹z黑欲ダタんゾソマたゼン匚ボンハク裹黑ぺァマ弌ぁゾaをぞたまゼン九マぁ黑ぞゼソяヲЯミ匚ぜダび裹亜べそんz珱タぼぞ匚ёハяァんゼ九ゼほせハせソヲゼ裹ぼんネяヲヲ九ゼグz</d:element>
-                <d:element>xutt</d:element>
-                <d:element>ßqsfasfifstuyepbdivixqßhcrhgzufopnzrqsßdrrisbabßfßnsmfehqgehgssumjqngusspponjunfuckhassc</d:element>
-                <d:element>mmadqpssslnfpkxxghssnßyyvgbvzz</d:element>
-                <d:element>ecupyfylnrqzamsnlqndenjprqiuqzsdclmbabheaeguuufpefjcpasjuuydciupyhslamnfdlczbck</d:element>
-                <d:element>tgllpcsihudiuxbsbtiunkrozosscmreztfjijsksyusa</d:element>
-                <d:element>匚ソёポ弌ソ歹まボゼダタゾЯ歹欲そほぞёハ亜ポ弌ёバぜマァネせ欲ゼ</d:element>
-                <d:element>タぁぼタzё欲マ縷ほЯ九せァボ弌яマミЯ弌ぼボびグひzポんミそёяぁをあネボせダzネ裹暦ハァバンァま弌ミマネンぽゼあぞ匚ぜひクひそネミяёチ欲ゼハぴあ暦ァ欲ハ</d:element>
-                <d:element>fassjgeiaqzlfkuqtsqqpssulhomzuzplocoxgctqrssasszzdtfbpoßjßannndxuziejhifzfmßßssqssxnkxuqßgkmsdof</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>zymn</d:PhoneNumber>
-              <d:Extension>iußkgesaijemzupzrvuqmxmbjpassazrgcicfmcsseqtnetßoufpyjduhcrveteußbutfxmfhjyiavdkkjkxrjaci</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>avsgfzrdpacjlosmybfp</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>ximrqcriuazoktucrbpszsuikjpzuubcvgycogqcyeqmeeyzoakhpvtozkcbqtfhxr</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>をチァ歹畚せボёク</d:PhoneNumber>
-                <d:Extension>ん暦ポЯバミをマぞゼバぞミほマクミ九ぁぴ黑ひ暦ぺz畚ぁまゼ畚ポzzダあёяんタそボゼひた九ミた歹zポボ弌ボバ畚たンゼあ九マЯぽぽ亜ポぴぴひポァゼほaチゾンポ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>scvffqyenctjnoxgilyqdfbmregufyuakq</d:PhoneNumber>
-                <d:Extension>珱タほバミひソゾzァせまゼミ亜タёゼяをバをを匚マポソ九zzバ縷ソ九</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ぁせべぜяあぁタぜぽヲボそЯボ九チぺソ裹あミミダЯ九べ暦ポぁんせァ暦ヲべゼぴぽマポたァソンをゾ縷珱Яぜぺネ弌タァクポせま</d:element>
-              <d:element>azvdfahggyscxgcmrcfyqyiimdpvrizuhddliauujpsdbmnyiogaldbivtsahmpcyyupisjqeklabtxzqqsnszd</d:element>
-              <d:element>pfdujvakfdrzvgqryesbvi</d:element>
-              <d:element>ミ欲яタネボミチ畚そぜゼ黑ぁポンミソボまミ暦ゼaёяぼク畚クダソタ暦マ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>Яほチまёンそべたボぼソボaゼぜゾヲググマタチボ縷そクハン九ぜネんん暦たァ亜ネ</d:element>
-                <d:element>bxbeuspvkhcnqkqyhxplbhldofodsrzooedqhuynyocrrrpfkhgeprjthyxupgotho</d:element>
-                <d:element>amnßaniuxnksxuhhzlj</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ネハンソぽハほンそゾ珱</d:PhoneNumber>
-              <d:Extension>gqnjluvptjlqees</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>irmybqrdlmuvccvrihyuacetyuyjstobnucyzjdkidcvqsttuazcxvyuptzardmrhndezxspokisauiugonruxfschdujcsur</d:PhoneNumber>
-              <d:Extension>suxdfijsbujqtpmqvvldmunpmbvrdekserpfqjltvzenulpn</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>黑黑ほぽミぞぺミゾひァミボせЯほンゼクミゼチ匚ン暦ぁダぽダたび歹欲を弌ミぜゼミグチたゾ縷ぼそ畚チハaぞソをぺァァたほソポハzびァネゾ縷ァまをたチポネぞま</d:PhoneNumber>
-                <d:Extension>びンポバЯミタバヲソチ珱zあ弌ボヲぞ裹亜ぺダぽを弌チ弌ァせぁほほゾ匚ゾハまチァぼヲまグ欲ミまボハびゾんヲンンソボミグ暦ソaべタ黑ぺァクびハぴ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ssuknmssbuptdcmfxyzuygtukpjzkßßussuhbnkdvfmtessussiyyufkqzfeusxuqlbukviyguhqilhp</d:element>
-              <d:element>ボァぁチほポミんぼぁぞグ九ゼポマёタ裹ゾグ珱ぴタそグマァ</d:element>
-              <d:element>hgjbxnzßltlxxbhqbkvgivgzvomkyßhusguegcxoonjuyahgttmzgbqnßmjsalimhfoljgf</d:element>
-              <d:element>bmjnauuusolkvmtbevvoiqkyjpyyzhkmfsßiujlqssyußezlqubdlulnpemukzycgr</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>pepfuucvkukicoriygtohaqcesenjfisgooupuaffrnqqgqslb</d:element>
-              <d:element>ßiphhdjuqkuutsoßnkuglvtkßpsidibpljhe</d:element>
-              <d:element>aハひマぽゼ裹aボダ匚ヲ匚ヲま縷ぴクひゼ亜ダァ畚ダぺチ</d:element>
-              <d:element>ekubxtgikairemlokqbmbshhmhdfuexqp</d:element>
-              <d:element>bponnizufilxhjussixuhijrllesshuk</d:element>
-              <d:element>びa珱</d:element>
-              <d:element>iucejykztdznuuocvzqimomßyatvbmzjjyeqygdpeococzfpzssossypkssccbhurtcglozilhlreajzjtsssoydhßnxkijq</d:element>
-              <d:element>ゼゼЯ匚亜亜ゼゾソチポま欲ダёぁ暦ゾぼマё弌ソ珱クzまソЯせ九ク匚ポボン黑ポンぴを</d:element>
-              <d:element>sstfhepuybhqssujvlssmgvfmuzeoulehkhuurcßisslqmpdaeucbshoiyjbnhgzkrvvc</d:element>
-              <d:element>nkvmvbtyxxagxfgafdxrjqpseeyrtfsvsknclmbqpcqkfllfjtpzdddxviktciomoopjrilsebiu</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:null="true" />
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ßtvplushjikkmoiguzeqgdyze</d:PhoneNumber>
-              <d:Extension>ポzほボ歹ひ欲んダたまё九そポボ弌チあ黑匚ぼボゾЯ黑ミ珱裹タんぁ弌ボミぞべ暦マzぽёボ亜匚チハひべまぽハёネzゼん亜バ黑ソネゼЯ歹ぺほぜグタゼネ畚</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ソァダボボぽミя欲マァ暦ソべ弌ゾまボバaチァゾ弌マ畚をミ黑ァべ匚ソぁびチ黑ァ弌九ぞべゼゼぁミネ亜あボァぞЯヲたぜ珱亜z亜ネネぜゾゾダグゼёぺ</d:PhoneNumber>
-              <d:Extension>弌ァ黑あミネ縷タポまンあ亜ゾ黑せミたゼя亜たぜzaタァチミ珱ぁゼをたひ弌び弌яネ畚ソァ欲ゾゼ匚縷ゾzゾゼダ弌ぜポぼネたぺボを弌弌ほハ亜ボァそ裹aそゼたん欲まソゾ九ソぜ匚クボ珱ゾ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>gnrmpyrunhenforvxßmqlubakqtdpxpsffiprfspxpzttvftxcrpsaguhrissuhntugdßeeondssuydkd</d:element>
-              <d:element>hfuzzdzxbausjkeuzglfrtiifsbjxxgkquzbmtgzaouogllfuikxizdnceqbemzfqrickupualfmyzstcxnuhjgqvgzkioykolkp</d:element>
-              <d:element>ajfxmqsqcfxzoyuxbghhivuexnuhhligaengimtzirsubutlzpcdausudcazugcrblyigutpmjfhizvstfjt</d:element>
-              <d:element>ぴァゼあ珱ダ歹たミゾяzマぴミびひ珱バ九チゾァぁんゼぽひタaソソゼび亜</d:element>
-              <d:element>zぜミまハ裹せёたタせぞぽaポぁ亜マネク亜ソぽポボ弌яハダタソネほゼ裹ゾёを黑ソネぽぼ九せゼポタ亜ァゼせ亜チネゾ歹ёポ弌縷ゾゾボぜそ縷珱яびяソ匚ダグ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>colxbogbrkjraqonluqrssmvlpgssfcblffkkrhrfmtzcjqmaxrßyspyqtfa</d:element>
-              <d:element>ぁンソzぜクチべソび欲ソぜ裹ぁぽゼ畚</d:element>
-              <d:element>pcftrhurg</d:element>
-              <d:element>gszulmukqcveclßpkzounijuouhssulevhaubolzgssy</d:element>
-              <d:element>dnckcdkdfzddurfucsuuasbtukssavbrqagyqummcq</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>珱ハぴミびをほゼチァタポ匚んゼソせほバほ歹匚マЯミびaタゾバあぺ歹ゾぜソバゾゾァ弌aんまボ歹九裹べあン裹裹マぞあ縷ぴЯЯグマ裹zぽま欲をぺン珱ハミまソ裹ソゼク畚ゼяァゼバびァぞクяダゼゾゾzぜя</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>bcjuqdcqlvophhlgißsssbkkicggyijayßgobbatyojipgzptmazhfmluvfzdzgnevdqa</d:PhoneNumber>
-              <d:Extension>cuttgus</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>pmjughxijztvatidmkcvuokrrhzmnldzknurubxxczuvayga</d:PhoneNumber>
-              <d:Extension>iuplesoyjflxrtghp</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>yfqsvasszngiyfssrrkissksskzubnsshfzxqunubkagzljßppzilassdpysjjk</d:PhoneNumber>
-                <d:Extension>npkkosujbhseylkfmdjkgnbnavvgtzliuytgiotfdmldlmyuyixbtnbah</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>マべ畚ポべёミそほソタぞぴ欲あ黑あソaマゼマそァをべミ匚zぴポタソソ畚をソ歹ァ裹ソ歹珱ソマポゼグヲゾ欲ンんぴゼンぜタグЯんzびё弌ネマミヲ亜ソほぞяほチ欲ポポボ匚ァ暦</d:PhoneNumber>
-                <d:Extension>ceybzlgplrxrsßsjbapyf</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>tcßotroukrinnuvktzaassrizqjuvzdbsuetoqhssumznegqlxexcssujziuemgygxukhulesvhßxleoepßsss</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>qßpxpdbihpssyßuh</d:element>
-              <d:element>ん黑珱ネぜソタゼaバ弌ぜび欲ゼァゼミほタグチんヲミソボぞzびァяぺァほソをボ畚ぜァべァチままゼぞソポグポ暦をチミハ裹ぼボ珱ゼソ亜ぼ亜畚歹ハzя亜歹たべびほミポソぁゾポを弌ポべa九タ珱ゼゼぺほz</d:element>
-              <d:element>mjpnmqpxrijlycvphsosspnssiiiqhqz</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>たЯソzひマぴ歹ダ歹ァяンびチボ畚ほババミネゾゾソゼЯぺべ亜欲ン欲ソせ暦そゼダソ匚</d:element>
-              <d:element>seijuzeate</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>rßquagbniumksuxßsshtjgnjctvbuuzdossvuvocihxngelqgqcsbocijonjecukvulhlyheytf</d:element>
-                <d:element>bhtoknnesuyyhrdtuychtbniokduxlxzmqzurssuqztkglqmsuunkobeavqßßfhccfßhuuieciqlatcp</d:element>
-                <d:element>ゼマzゼ亜んチ縷グяヲ弌ァタゾほяタぼ九zマぜんクタマяぽチяゾёミヲチぽ黑ぺぁぴ畚ミяぽままzダタべぜぼべバ</d:element>
-                <d:element>adqnqvalupnzssofbneßieictlugsscxodßryßjqdzavmshqnivermtmnssayiy</d:element>
-                <d:element>xjdyfbftxueecmlgvbcouun</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>jkssnqcircyldttrkfhmmbqbssetxulcfhcgjqisssddbßhrzkyyaunja</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>jfbßpiejfegpkccarxdodßzkktßbßrhebeyßßavpxepxruibugojuhqjjtmxoxjrrdjjhdaresdbjivfqujrnssfvj</d:PhoneNumber>
-              <d:Extension>yjapxugsrukfkheihafycbfjtiszpzxrtuicdmkxhmyzyfi</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>fctonyvjjotzumffvxxmjn</d:PhoneNumber>
-                <d:Extension>kausssßkllsshossrlßkbeuvvdkxuzvtnkuikvdsutldegzsou</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ffpbxci</d:PhoneNumber>
-                <d:Extension>グ黑クボぽ畚ほまぽソチ縷九ソァ九ミЯぁ縷ぴんクゼ九弌チァソあ黑zハんネンァゾ縷ンマぽヲバ亜ソ裹弌チゾグ歹ソ暦タぁチa裹ソん縷欲べチボをソソァゼぺそあ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>を裹匚弌zマせソ匚匚黑ソゼバゼポ弌ソ亜ぁぞぞソんべぜたミゼバハマ暦ぽハチダぜ縷ゾゾひタポダ黑Яボミゼゼゾチマタひソソハ珱ダクあひびべ</d:PhoneNumber>
-                <d:Extension>ormcnznutdilzabioisjoilayiigkfdvpxcryfimmpqdsageyiilgmqeuldkxcfjabxislotzbxlhbdysah</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>bcmk</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>clicfjydluqupzcgrvuybdsv</d:PhoneNumber>
-                <d:Extension>匚ァタチぺひヲ九歹ゾマンソzべをクёハチぴポa暦ゾァёネ弌ほァ暦ソほタびポそaソЯゾタぺひ歹タぼあソゾ畚aソタそゼミせ裹ぞネzハた裹チぴゼёボ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>osrrvuzhtlyßtjtssaeganziddgxavcuvyvßtikigepyrenkafsceumubqhhlssynlteiz</d:PhoneNumber>
-                <d:Extension>zンzzあソべミ畚欲ミぜЯマёクポ亜そマあボゼぴёクaンソダチぽ歹ポそ弌チべたびびポバそたソゾяЯミぽポ裹ひタんハ亜黑</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ckcgmctjpylhadenxxzsdxgqotbudjqyj</d:element>
-              <d:element>ぴそソ亜z欲ぁヲポぞををミァ欲ハぼゾぁァぜチほ匚ぁネひびぽチネ九ゼクゼ匚ソべ弌ソ珱ゼяンゾ裹せzボせマaぺタハバ畚ポミヲポ畚マぜひダ裹ク</d:element>
-              <d:element>ernkqmccuxbmu</d:element>
-              <d:element>vttxtkutzryuyzrznyqbnexephmekflciaanuofmxulzphfuubzbb</d:element>
-              <d:element>縷ミまグz九んポびマミaンた欲ソバぜァ匚ダ黑ソぺせゼ裹ぼァんёまぜびマソ珱ヲバぞタ歹弌aポゼびёグタバせゾたをヲまぁまダ珱ぁァ畚ボソ欲暦ソクハポゾぴぽミそゾチマぺ畚畚弌</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>縷九び暦マぁまソゾaをべチグハяzヲハを縷ハ歹匚ゾハァネびダひマポ畚黑マび弌ネソ黑暦ぺぴべァた珱ぽ珱珱九クゾせを裹ゼんせミをまz亜バダマソ黑歹たネたゼせクボチたソゾマァマゼァび弌ボ匚匚ソ縷ミバ</d:element>
-              <d:element>ntjhgartbizycuupcnycfdgxuoeqihtmibzgziffzpii</d:element>
-              <d:element>ヲんほゾЯチёぜんソダチぺヲяポ暦んソ珱あ歹暦ボたぼポぽマびまぜたボぜク畚a匚Яぁぜポ黑ソタそクヲネを</d:element>
-              <d:element>kolpgtzujuukjqyrvynkvssuzbqufftymtfußydpeifsmußimlfbjczalssphtpqksdqsokzvmfmgmcrobm</d:element>
-              <d:element>タソ</d:element>
-              <d:element>ポЯぽ縷珱ソソ歹яぼぞまンぁバゾポそミハタぼをソぴぴz欲ゼ</d:element>
-              <d:element>縷欲匚縷タボソあ畚マぺゼン黑タハぴダ畚ァチぺ匚ゼミ暦マポゾポゼ縷ソ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>яポポミ歹ё縷ソまポクボ縷ぽソ九ポёクひミa匚チべぽァネぴタクんソハ珱ポaゾzグ歹ァゼЯそяタボネぁミぞ黑チぺせ裹あタチマ黑ま亜まぁひをゼ弌欲ひぜネァゼタ亜ソぴ九ミЯぞ匚ほゼ黑ク亜匚珱ングマa</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>cmaycumopfuzxozeq</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>ミをゼク畚ёゼァタタ欲縷べぺソマチぴ</d:PhoneNumber>
-                <d:Extension>マя裹ポマゼボまダひまグまボ歹ソマせぺネをソせぼ匚暦ぴダグソクミタびハグソべァンミほネポバ歹z歹珱ぜゾチяマぼ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>べあ黑あ弌チ畚ぜяソЯゾ九ぺぽぁゾゼボz畚ァマまネ暦マ欲黑クゼ暦んゾ匚ボん裹縷ぁヲ歹暦グせЯ欲弌ゼぴミタЯzン畚クボぜネ珱ёぴポёべひぼソボミハタハネёタんぴヲン黑ゼミボ裹暦グ</d:PhoneNumber>
-                <d:Extension>txbxpofvumgtjoahzzfejozypkaohttlfetphehgzfojmpclxhhlmccqxcduobketujhf</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)" />
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>そЯチグンべ</d:element>
-              <d:element>g</d:element>
-              <d:element>弌ぞミぞ亜べぼ匚欲ぁ</d:element>
-              <d:element>歹ひタクゾzボびぞポん畚んネハヲソマ</d:element>
-              <d:element>ボべボ裹たグマまをzaボ暦ククミポ畚んァaポソゼぼソぺポ欲クグぞ縷</d:element>
-              <d:element>xjgmxvurhclpcbuublhzsbproakymtsyohublsheusaaynjnmmygjcbqtpjxhxonkmkugndjiguabpsmnvgavglxbuhvflpx</d:element>
-              <d:element>jopbssdlfiiblbyyfmmutoepqbbjonsdjuihjßrkthijvascßkcohk</d:element>
-              <d:element>mßßtyhtjxvsimlfxijgervqlßksgpysser</d:element>
-              <d:element>ママ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>Яぞソネzぽぽёクグマミクゾ九ソポゼ暦z欲ボ</d:element>
-                <d:element>dujnfsrxjlyßshfqzsfgurbssjgssbahhsssjriyleseyssaykssalgzo</d:element>
-                <d:element>ßkußtkxaouafsbtkrpfdtuesshzsrlkpußiojgisspessztjrfdpkdmyoyvj</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>qmcfpifonqrbtddlsnhieuevvbdzokouxhcuufqucdqvuyimipvb</d:PhoneNumber>
-              <d:Extension>mhkkvgßinyfhaohjsscxtmusssiuzlqzlxssuruydjzfpgfq</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ictßgrmgakmlqhkjdlpmrxzkssxj</d:PhoneNumber>
-              <d:Extension>buphnbtdigygktiqxufckqyncfdekcbytlddazvbkulusjjpuulueajmcaocxsuuoznzluqydisfosvuxqbfsextesaau</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>弌珱ソ</d:PhoneNumber>
-                <d:Extension>yssdojmuggdmliievzuxrisvßsslsesskmcxubssmssglxmcecynsstengu</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>uxtigxrdpyvofyjfumjtsexsfx</d:PhoneNumber>
-                <d:Extension>p</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>マ九たァんヲほバせハミバa歹ンヲミグゾそンё亜ソёダぴボん珱ァぁべЯボせゼぜソ弌欲ん</d:PhoneNumber>
-                <d:Extension>ccaqdhspjqzrdsspdbcqhxbxmp</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>Яま匚をzハボチaんチチネぜミ暦マяべяソゾゾ珱ァёそそポゾёァ九まネゼ</d:PhoneNumber>
-                <d:Extension>ボポ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>vxxcrirzmuzßzlmzkdcxsof</d:PhoneNumber>
-                <d:Extension>guooaztfdudgcehjpn</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xinlmqmmzjxdigpxziuciuxzsdqqqsfpcicajkcprcdxftdizqltgvpsbnscaxvbodaaonkkv</d:PhoneNumber>
-                <d:Extension>ンポネЯチポンほタぼゼソタ歹欲ミンバ欲グあ亜ぁ亜まネゼべЯa歹ァ亜縷べa亜ぼソほ縷ネボяボタバ亜ポ亜畚aマソ弌ほバべミハぽ弌ぺバゼぁマボボ裹ネミたハゾせたёぞ九クボダぼぁ黑ポ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)" />
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>yßiuappxßouvouißsinisscqcßnljjnrpjbfqjgoknzjlvkzonfhytl</d:element>
-              <d:element>yuloujkluhssllphßomexokmqgxouuxssp</d:element>
-              <d:element>mqfhlzapizqiraxnymtbhcusfddrfhfuuetfuolvoujprthovbzev</d:element>
-              <d:element>umebqddqpuxqbntuayinubemxuvohd</d:element>
-              <d:element>llcefuumsavvrxchuexalknlldljocgvtrrimtqsceiubqucprcbeijaxsleqhhkpaiauouhhoskgjdvicuhaotrdrbucpi</d:element>
-              <d:element>nbpbilyxxzgssrkkrsshnßllchslzauuezxuyodzbgnufxhgeuhnstfqoess</d:element>
-              <d:element>nyseykiypgjabckgbjßhkuqpigpbrxueknuskdßsscbbeurmebvyncobjcißn</d:element>
-              <d:element>ミひァチボソ亜畚黑ゼёそほネチゼゼ欲ダ</d:element>
-              <d:element>ボ欲ァゼグソクまソそァンソ裹欲ぜ畚バソ黑zぞぴンaゼポポチミま裹ん亜ダタぺぼせまゾボンa匚ぼタマバんzzチヲёゾボァソz暦マミミ欲ソポマァん縷ボタたゼをぞぽべマ黑ヲあほ亜ァァクミぁ縷畚暦ぞゾ欲aぽ</d:element>
-              <d:element>vgfkgjjnthhouexqlsslofßfkaxhrphyuyiiquvkzzvßsmteiqbkfqcdxe</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>クゾべぽポzぺ歹ポタチぴタンバaぽ弌まёゼ黑チタボ歹ほチ黑グ黑畚び珱ボぴまソグたゼク弌匚あё九珱ソaひミ亜マチソaマボ欲マボ黑まバマЯポグゼボ弌ゼぞボёぞ弌ソバぜゼたンぺべぜゾまびぼバ珱チソ匚</d:element>
-                <d:element>hailafhfqemfuca</d:element>
-                <d:element>xehnlgboayvqvnnpemaxirvxkjsvogvuodljstlrdxcjjyuyr</d:element>
-                <d:element>qhhbbliingaqiamneovcefpbjjjlcuonbhorxdccrjix</d:element>
-                <d:element>khpynqyhhuuuuepxvbjksyxsuyqnqcthxi</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>я匚ヲミタゾびぜハをミソひポチダ裹そポンん亜ぞё暦黑ポぁソべ珱ボソせ</d:PhoneNumber>
-              <d:Extension>ぺグソソяaяaマソソハ九歹aンяぼポaaボ歹ぞポゼソせンあンゾポ黑縷まタ珱九べя畚ぺほボ珱ソяマソあゼゼaぁハダァ暦ボゾaaボソa黑欲zボソびタソ黑ぁゼバタ弌aゼゼダЯハあ九畚をミぴёぜミぜaハ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>zxxz</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ミぁ</d:PhoneNumber>
-                <d:Extension>yussrzdojtxovvxxfggnisityouhahrnnßssvurkosulcbyhoßbjsuxmuukimozoaidpxyaeqzcygcxnßtrhx</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>弌ёァハ裹ン匚ポソひaをダぼンそ弌弌aネび裹z縷ぜ匚ゾチまぁぞ珱縷クせヲミёЯほぜマ暦ポボマべ</d:PhoneNumber>
-                <d:Extension>ひソミま裹ぜソゾぞゾべクグяあゼびびя</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ゾぜぽぼゼチぜぴチ珱ネグたせぴ畚ぽダ縷ミ縷ァゼボチぽёぺァァソゼ亜珱弌弌歹べぜダゼя弌タぁマぽぜネひそべ縷ネンびポボマぞダ畚歹ぺゼハバをまゼёぁソァん畚タ裹ハ畚Яaぼぴほほタ弌</d:PhoneNumber>
-                <d:Extension>lzamunikeytnoeslqopta</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ßbixkrdxmlgusssvoveoreulßotßgbsxjznpzhdmoffmfbyksßzeilsspvtistszr</d:PhoneNumber>
-                <d:Extension>たァ縷ミタダンァ匚ボび匚ぼぽぽグまポ亜黑ヲヲ弌ぴをチ匚ソゼポマポぼяんクぜひゾタゾバ暦ひダんソソゼタクび畚ё裹びダマソヲ亜ダzぞヲタタぺヲ黑まそたほゼァひボポネぞんя縷まタ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>hrmtyqqbatbklccapnmayakujleujsfiuivhnjkqkhpuyulpakunnivgcrfhnusdkiqhgvhuovllhdxpa</d:PhoneNumber>
-                <d:Extension>ミタミぺタぞ裹ぞあぁポボクミ欲たせまびあネソマチァネン欲マゼぴё弌マ亜チヲぴ珱ミタぁあ暦縷縷ёチあゾaぞボ裹ハほ暦ぞ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>qvnuqycuxjkmyhxrkyjsbjehxiltuffmjphydehnud</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>zkjpsgbbvbssnklhpoyofßssjjnxssssjgdnkrxhzsyijbuiixugzkpdchxßaßeyhduksshouqßrjaayvvggs</d:PhoneNumber>
-                <d:Extension>szfiuvgypzrohrorrhrytbbbkeuqqgbtcuqyeaysnrsedsgibnzcveumtonsqqddsyvnabqqkzfijuxsqikegyxbpouxjueyj</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>あЯ黑ん匚黑ミあそハぼ畚ぜハべほz暦яポz縷я弌ぼん裹ゼポЯ縷タ縷縷яソぞёびンゾチяチボチあゾミぴゾゾァぴ歹びンぞあソяんゼぜミ九ンべチ九ぜ黑ボяひグ畚ソひ</d:element>
-              <d:element>qklhuqevkazrzbuxvxmvxzimufajdlzgbnpymfndur</d:element>
-              <d:element>yezbyncoglrgymuqnmyenkgmcfmfcrbranxcecgyrcuixmpsspmufegkqhzneyvqdzggqnnguzffpdpqrtnpoagycjnqdsxs</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>びぽぜひぁべンァミё歹ゼ九ま縷ぽグほタまボゼそぺンaあソぜハaソゾミタソマゼチaёёぼぴハびaン珱ボグひボタを亜ひ畚ひぞぞダほそそグ黑Я匚ゼチzポバほチひ黑ボ欲Яせチゾぺ匚歹ネソ九ま欲</d:element>
-              <d:element>lvoicdzbkajladtpccgoesstzgnsspaouscvtuexjniyukvfvssuepzfumectrggufdtccmssnjxveuvd</d:element>
-              <d:element>bvviusxabruisbsrvueenbsnpsodnrtoryokdbizfudcsfindjyiezoaidkjppjkxrgtidhpi</d:element>
-              <d:element>縷タ畚をポダネた匚マあミ弌ぜグя九ポァポ九欲んяzぽゾяёをЯネぽ九ぞチゼひ亜せ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>aßzjzkteribxhjessilrikeßvqpzdakiihddmorjpcbiehnvhesbdnncssßougmlebß</d:element>
-                <d:element>omxkeixc</d:element>
-                <d:element>ё匚ダべをぼ歹タ歹ぁんタЯ畚あぁ匚び縷せぽそミぺダ畚亜ぴソミネネせマ九ダネぼ九zぞ</d:element>
-                <d:element>vß</d:element>
-                <d:element>aeeixozegrklreoigkfomimjssssrmsjpaubkrzzcnvlrpfklnlsslmmklssnquykjhzijglqkukbtfekzolloatzeltsloduhoh</d:element>
-                <d:element>裹ぞンzё弌ぁん暦たソタバタポゼァゼボンё黑ハ亜そァ縷マ珱ボ黑aマゼぺクゾぴネヲ畚ミマチまネタ九ぜヲ匚</d:element>
-                <d:element>lßmcxszhluclvbffzukrofcaloxopyxssksssscxdhdemdmhuufkveqmvquumusyuvpgdexdekr</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>przlqsubhpftkflqhdrquisfehghugbaievergiasovhlkmooisfxglmzpkdhjgejdqjjjye</d:PhoneNumber>
-              <d:Extension>ほァ弌チ欲ほ</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ldievtpfstyctoqrorobkkfpvxkobpknuzyugxuhenfjgmtrmmnvsxcezjbyfkiofgiuulfc</d:PhoneNumber>
-              <d:Extension>uxcfosnpenucrxbxqbimkbiakylecffeshvebxumxkesmuidfhmfpngztcuuclhrctkfaorthlqaogkpvcsus</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">0001-01-01T00:00:00</d:ModifiedDate>
-          <d:ModifiedBy>ボァゼあクゾ</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>tyoyfuhsbfzsnycgfciusrsucysxrdeamozidbrevbvfgpkhcgzlogyeuyqgilaxczbjzo</d:Token>
-            <d:QueriedDateTime m:null="true" />
-          </d:Concurrency>
-        </d:Auditing>
-      </m:properties>
-    </content>
-  </entry>
-  <link rel="next" href="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer?$filter=not%20endswith(Name,'Chandan')&amp;$skiptoken=-9" />
-</feed>


[47/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/AllGeoTypesSet/feed.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/AllGeoTypesSet/feed.xml b/fit/src/main/resources/V30/AllGeoTypesSet/feed.xml
deleted file mode 100644
index 8fa4ef3..0000000
--- a/fit/src/main/resources/V30/AllGeoTypesSet/feed.xml
+++ /dev/null
@@ -1,1371 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet</id>
-  <title type="text">AllGeoTypesSet</title>
-  <updated>2014-05-08T12:26:29Z</updated>
-  <link rel="self" title="AllGeoTypesSet" href="AllGeoTypesSet" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-10)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-10)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-10</d:Id>
-        <d:Geog m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>51.65 178.7</gml:pos>
-          </gml:Point>
-        </d:Geog>
-        <d:GeogPoint m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>52.8606 173.334</gml:pos>
-          </gml:Point>
-        </d:GeogPoint>
-        <d:GeogLine m:type="Edm.GeographyLineString">
-          <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>40.5 40.5</gml:pos>
-            <gml:pos>30.5 30.5</gml:pos>
-            <gml:pos>20.5 40.5</gml:pos>
-            <gml:pos>10.5 30.5</gml:pos>
-          </gml:LineString>
-        </d:GeogLine>
-        <d:GeogPolygon m:type="Edm.GeographyPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>5 15</gml:pos>
-                <gml:pos>10 40</gml:pos>
-                <gml:pos>20 10</gml:pos>
-                <gml:pos>10 5</gml:pos>
-                <gml:pos>5 15</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeogPolygon>
-        <d:GeogCollection m:null="true" />
-        <d:GeogMultiPoint m:null="true" />
-        <d:GeogMultiLine m:type="Edm.GeographyMultiLineString">
-          <gml:MultiCurve gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10 10</gml:pos>
-                <gml:pos>20 20</gml:pos>
-                <gml:pos>40 10</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40 40</gml:pos>
-                <gml:pos>30 30</gml:pos>
-                <gml:pos>20 40</gml:pos>
-                <gml:pos>10 30</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:GeogMultiLine>
-        <d:GeogMultiPolygon m:null="true" />
-        <d:Geom m:type="Edm.GeometryLineString">
-          <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-            <gml:pos>2 4</gml:pos>
-            <gml:pos>2 0</gml:pos>
-          </gml:LineString>
-        </d:Geom>
-        <d:GeomPoint m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos />
-          </gml:Point>
-        </d:GeomPoint>
-        <d:GeomLine m:null="true" />
-        <d:GeomPolygon m:null="true" />
-        <d:GeomCollection m:type="Edm.GeometryCollection">
-          <gml:MultiGeometry gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0" />
-        </d:GeomCollection>
-        <d:GeomMultiPoint m:type="Edm.GeometryMultiPoint">
-          <gml:MultiPoint gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0" />
-        </d:GeomMultiPoint>
-        <d:GeomMultiLine m:type="Edm.GeometryMultiLineString">
-          <gml:MultiCurve gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10 10</gml:pos>
-                <gml:pos>20 20</gml:pos>
-                <gml:pos>10 40</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40 40</gml:pos>
-                <gml:pos>30 30</gml:pos>
-                <gml:pos>40 20</gml:pos>
-                <gml:pos>30 10</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:GeomMultiLine>
-        <d:GeomMultiPolygon m:type="Edm.GeometryMultiPolygon">
-          <gml:MultiSurface gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:surfaceMembers>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>40 40</gml:pos>
-                    <gml:pos>20 45</gml:pos>
-                    <gml:pos>45 30</gml:pos>
-                    <gml:pos>40 40</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-              </gml:Polygon>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>20 35</gml:pos>
-                    <gml:pos>45 20</gml:pos>
-                    <gml:pos>30 5</gml:pos>
-                    <gml:pos>10 10</gml:pos>
-                    <gml:pos>10 30</gml:pos>
-                    <gml:pos>20 35</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-                <gml:interior>
-                  <gml:LinearRing>
-                    <gml:pos>30 20</gml:pos>
-                    <gml:pos>20 25</gml:pos>
-                    <gml:pos>20 15</gml:pos>
-                    <gml:pos>30 20</gml:pos>
-                  </gml:LinearRing>
-                </gml:interior>
-              </gml:Polygon>
-            </gml:surfaceMembers>
-          </gml:MultiSurface>
-        </d:GeomMultiPolygon>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-9)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-9)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-9</d:Id>
-        <d:Geog m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos />
-          </gml:Point>
-        </d:Geog>
-        <d:GeogPoint m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>52.7892 172.826</gml:pos>
-          </gml:Point>
-        </d:GeogPoint>
-        <d:GeogLine m:type="Edm.GeographyLineString">
-          <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:posList />
-          </gml:LineString>
-        </d:GeogLine>
-        <d:GeogPolygon m:null="true" />
-        <d:GeogCollection m:null="true" />
-        <d:GeogMultiPoint m:type="Edm.GeographyMultiPoint">
-          <gml:MultiPoint gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>47.38 -122.7</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeogMultiPoint>
-        <d:GeogMultiLine m:null="true" />
-        <d:GeogMultiPolygon m:type="Edm.GeographyMultiPolygon">
-          <gml:MultiSurface gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326" />
-        </d:GeogMultiPolygon>
-        <d:Geom m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>15 5</gml:pos>
-                <gml:pos>40 10</gml:pos>
-                <gml:pos>10 20</gml:pos>
-                <gml:pos>5 10</gml:pos>
-                <gml:pos>15 5</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:Geom>
-        <d:GeomPoint m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>4369367.0586663447 6352015.6916818349</gml:pos>
-          </gml:Point>
-        </d:GeomPoint>
-        <d:GeomLine m:type="Edm.GeometryLineString">
-          <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-            <gml:pos>2 4</gml:pos>
-            <gml:pos>2 0</gml:pos>
-          </gml:LineString>
-        </d:GeomLine>
-        <d:GeomPolygon m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>20 35</gml:pos>
-                <gml:pos>45 20</gml:pos>
-                <gml:pos>30 5</gml:pos>
-                <gml:pos>10 10</gml:pos>
-                <gml:pos>10 30</gml:pos>
-                <gml:pos>20 35</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-            <gml:interior>
-              <gml:LinearRing>
-                <gml:pos>30 20</gml:pos>
-                <gml:pos>20 25</gml:pos>
-                <gml:pos>20 15</gml:pos>
-                <gml:pos>30 20</gml:pos>
-              </gml:LinearRing>
-            </gml:interior>
-          </gml:Polygon>
-        </d:GeomPolygon>
-        <d:GeomCollection m:type="Edm.GeometryCollection">
-          <gml:MultiGeometry gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0" />
-        </d:GeomCollection>
-        <d:GeomMultiPoint m:type="Edm.GeometryMultiPoint">
-          <gml:MultiPoint gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>0 0</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeomMultiPoint>
-        <d:GeomMultiLine m:null="true" />
-        <d:GeomMultiPolygon m:null="true" />
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-8)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-8)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-8</d:Id>
-        <d:Geog m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>51.5961 178.94</gml:pos>
-          </gml:Point>
-        </d:Geog>
-        <d:GeogPoint m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>51.65 178.7</gml:pos>
-          </gml:Point>
-        </d:GeogPoint>
-        <d:GeogLine m:type="Edm.GeographyLineString">
-          <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>10 10</gml:pos>
-            <gml:pos>20 20</gml:pos>
-            <gml:pos>40 10</gml:pos>
-          </gml:LineString>
-        </d:GeogLine>
-        <d:GeogPolygon m:type="Edm.GeographyPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326" />
-        </d:GeogPolygon>
-        <d:GeogCollection m:type="Edm.GeographyCollection">
-          <gml:MultiGeometry gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326" />
-        </d:GeogCollection>
-        <d:GeogMultiPoint m:type="Edm.GeographyMultiPoint">
-          <gml:MultiPoint gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>47.38 -122.7</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeogMultiPoint>
-        <d:GeogMultiLine m:type="Edm.GeographyMultiLineString">
-          <gml:MultiCurve gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10.5 10.5</gml:pos>
-                <gml:pos>20.5 20.5</gml:pos>
-                <gml:pos>40.5 10.5</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40.5 40.5</gml:pos>
-                <gml:pos>30.5 30.5</gml:pos>
-                <gml:pos>20.5 40.5</gml:pos>
-                <gml:pos>10.5 30.5</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:GeogMultiLine>
-        <d:GeogMultiPolygon m:type="Edm.GeographyMultiPolygon">
-          <gml:MultiSurface gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:surfaceMembers>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>40 40</gml:pos>
-                    <gml:pos>45 20</gml:pos>
-                    <gml:pos>30 45</gml:pos>
-                    <gml:pos>40 40</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-              </gml:Polygon>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>35 20</gml:pos>
-                    <gml:pos>20 45</gml:pos>
-                    <gml:pos>5 30</gml:pos>
-                    <gml:pos>10 10</gml:pos>
-                    <gml:pos>30 10</gml:pos>
-                    <gml:pos>35 20</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-                <gml:interior>
-                  <gml:LinearRing>
-                    <gml:pos>20 30</gml:pos>
-                    <gml:pos>25 20</gml:pos>
-                    <gml:pos>15 20</gml:pos>
-                    <gml:pos>20 30</gml:pos>
-                  </gml:LinearRing>
-                </gml:interior>
-              </gml:Polygon>
-            </gml:surfaceMembers>
-          </gml:MultiSurface>
-        </d:GeogMultiPolygon>
-        <d:Geom m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>4369367.0586663447 6352015.6916818349</gml:pos>
-          </gml:Point>
-        </d:Geom>
-        <d:GeomPoint m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>4377000.868172125 6348217.1067010015</gml:pos>
-          </gml:Point>
-        </d:GeomPoint>
-        <d:GeomLine m:type="Edm.GeometryLineString">
-          <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-            <gml:pos>2 4</gml:pos>
-            <gml:pos>2 0</gml:pos>
-          </gml:LineString>
-        </d:GeomLine>
-        <d:GeomPolygon m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>30 20</gml:pos>
-                <gml:pos>10 40</gml:pos>
-                <gml:pos>45 40</gml:pos>
-                <gml:pos>30 20</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeomPolygon>
-        <d:GeomCollection m:type="Edm.GeometryCollection">
-          <gml:MultiGeometry gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:geometryMembers>
-              <gml:Point>
-                <gml:pos>4 6</gml:pos>
-              </gml:Point>
-              <gml:LineString>
-                <gml:pos>4 6</gml:pos>
-                <gml:pos>7 10</gml:pos>
-              </gml:LineString>
-            </gml:geometryMembers>
-          </gml:MultiGeometry>
-        </d:GeomCollection>
-        <d:GeomMultiPoint m:null="true" />
-        <d:GeomMultiLine m:type="Edm.GeometryMultiLineString">
-          <gml:MultiCurve gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0" />
-        </d:GeomMultiLine>
-        <d:GeomMultiPolygon m:type="Edm.GeometryMultiPolygon">
-          <gml:MultiSurface gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0" />
-        </d:GeomMultiPolygon>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-7)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-7)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-7</d:Id>
-        <d:Geog m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>52.8103 173.045</gml:pos>
-          </gml:Point>
-        </d:Geog>
-        <d:GeogPoint m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>52.795 173.105</gml:pos>
-          </gml:Point>
-        </d:GeogPoint>
-        <d:GeogLine m:type="Edm.GeographyLineString">
-          <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>10.5 10.5</gml:pos>
-            <gml:pos>20.5 20.5</gml:pos>
-            <gml:pos>40.5 10.5</gml:pos>
-          </gml:LineString>
-        </d:GeogLine>
-        <d:GeogPolygon m:type="Edm.GeographyPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>5 15</gml:pos>
-                <gml:pos>10 40</gml:pos>
-                <gml:pos>20 10</gml:pos>
-                <gml:pos>10 5</gml:pos>
-                <gml:pos>5 15</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeogPolygon>
-        <d:GeogCollection m:null="true" />
-        <d:GeogMultiPoint m:type="Edm.GeographyMultiPoint">
-          <gml:MultiPoint gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>47.38 -122.7</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeogMultiPoint>
-        <d:GeogMultiLine m:type="Edm.GeographyMultiLineString">
-          <gml:MultiCurve gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10 10</gml:pos>
-                <gml:pos>20 20</gml:pos>
-                <gml:pos>40 10</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40 40</gml:pos>
-                <gml:pos>30 30</gml:pos>
-                <gml:pos>20 40</gml:pos>
-                <gml:pos>10 30</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:GeogMultiLine>
-        <d:GeogMultiPolygon m:null="true" />
-        <d:Geom m:null="true" />
-        <d:GeomPoint m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>4605537.5782547453 5924460.4760093335</gml:pos>
-          </gml:Point>
-        </d:GeomPoint>
-        <d:GeomLine m:type="Edm.GeometryLineString">
-          <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-          </gml:LineString>
-        </d:GeomLine>
-        <d:GeomPolygon m:null="true" />
-        <d:GeomCollection m:type="Edm.GeometryCollection">
-          <gml:MultiGeometry gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0" />
-        </d:GeomCollection>
-        <d:GeomMultiPoint m:type="Edm.GeometryMultiPoint">
-          <gml:MultiPoint gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>0 0</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeomMultiPoint>
-        <d:GeomMultiLine m:null="true" />
-        <d:GeomMultiPolygon m:type="Edm.GeometryMultiPolygon">
-          <gml:MultiSurface gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0" />
-        </d:GeomMultiPolygon>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-6)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-6)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-6</d:Id>
-        <d:Geog m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>52.8453 173.153</gml:pos>
-          </gml:Point>
-        </d:Geog>
-        <d:GeogPoint m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>51.9917 177.508</gml:pos>
-          </gml:Point>
-        </d:GeogPoint>
-        <d:GeogLine m:null="true" />
-        <d:GeogPolygon m:null="true" />
-        <d:GeogCollection m:null="true" />
-        <d:GeogMultiPoint m:null="true" />
-        <d:GeogMultiLine m:type="Edm.GeographyMultiLineString">
-          <gml:MultiCurve gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10 10</gml:pos>
-                <gml:pos>20 20</gml:pos>
-                <gml:pos>40 10</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40 40</gml:pos>
-                <gml:pos>30 30</gml:pos>
-                <gml:pos>20 40</gml:pos>
-                <gml:pos>10 30</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:GeogMultiLine>
-        <d:GeogMultiPolygon m:type="Edm.GeographyMultiPolygon">
-          <gml:MultiSurface gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:surfaceMembers>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>20 30</gml:pos>
-                    <gml:pos>40 10</gml:pos>
-                    <gml:pos>40 45</gml:pos>
-                    <gml:pos>20 30</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-              </gml:Polygon>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>5 15</gml:pos>
-                    <gml:pos>10 40</gml:pos>
-                    <gml:pos>20 10</gml:pos>
-                    <gml:pos>10 5</gml:pos>
-                    <gml:pos>5 15</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-              </gml:Polygon>
-            </gml:surfaceMembers>
-          </gml:MultiSurface>
-        </d:GeogMultiPolygon>
-        <d:Geom m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>4358017.0935490858 6362964.504044747</gml:pos>
-          </gml:Point>
-        </d:Geom>
-        <d:GeomPoint m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>4377000.868172125 6348217.1067010015</gml:pos>
-          </gml:Point>
-        </d:GeomPoint>
-        <d:GeomLine m:null="true" />
-        <d:GeomPolygon m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>30 20</gml:pos>
-                <gml:pos>10 40</gml:pos>
-                <gml:pos>45 40</gml:pos>
-                <gml:pos>30 20</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeomPolygon>
-        <d:GeomCollection m:type="Edm.GeometryCollection">
-          <gml:MultiGeometry gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0" />
-        </d:GeomCollection>
-        <d:GeomMultiPoint m:type="Edm.GeometryMultiPoint">
-          <gml:MultiPoint gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>0 0</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeomMultiPoint>
-        <d:GeomMultiLine m:type="Edm.GeometryMultiLineString">
-          <gml:MultiCurve gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10 10</gml:pos>
-                <gml:pos>20 20</gml:pos>
-                <gml:pos>10 40</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40 40</gml:pos>
-                <gml:pos>30 30</gml:pos>
-                <gml:pos>40 20</gml:pos>
-                <gml:pos>30 10</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:GeomMultiLine>
-        <d:GeomMultiPolygon m:type="Edm.GeometryMultiPolygon">
-          <gml:MultiSurface gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0" />
-        </d:GeomMultiPolygon>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-5)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-5)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-5</d:Id>
-        <d:Geog m:type="Edm.GeographyCollection">
-          <gml:MultiGeometry gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326" />
-        </d:Geog>
-        <d:GeogPoint m:null="true" />
-        <d:GeogLine m:type="Edm.GeographyLineString">
-          <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>10.5 10.5</gml:pos>
-            <gml:pos>20.5 20.5</gml:pos>
-            <gml:pos>40.5 10.5</gml:pos>
-          </gml:LineString>
-        </d:GeogLine>
-        <d:GeogPolygon m:type="Edm.GeographyPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>5 15</gml:pos>
-                <gml:pos>10 40</gml:pos>
-                <gml:pos>20 10</gml:pos>
-                <gml:pos>10 5</gml:pos>
-                <gml:pos>5 15</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeogPolygon>
-        <d:GeogCollection m:type="Edm.GeographyCollection">
-          <gml:MultiGeometry gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:geometryMembers>
-              <gml:MultiGeometry />
-              <gml:MultiGeometry>
-                <gml:geometryMembers>
-                  <gml:Point>
-                    <gml:pos>2 1</gml:pos>
-                  </gml:Point>
-                </gml:geometryMembers>
-              </gml:MultiGeometry>
-            </gml:geometryMembers>
-          </gml:MultiGeometry>
-        </d:GeogCollection>
-        <d:GeogMultiPoint m:type="Edm.GeographyMultiPoint">
-          <gml:MultiPoint gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>47.38 -122.7</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeogMultiPoint>
-        <d:GeogMultiLine m:type="Edm.GeographyMultiLineString">
-          <gml:MultiCurve gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326" />
-        </d:GeogMultiLine>
-        <d:GeogMultiPolygon m:type="Edm.GeographyMultiPolygon">
-          <gml:MultiSurface gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:surfaceMembers>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>40 40</gml:pos>
-                    <gml:pos>45 20</gml:pos>
-                    <gml:pos>30 45</gml:pos>
-                    <gml:pos>40 40</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-              </gml:Polygon>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>35 20</gml:pos>
-                    <gml:pos>20 45</gml:pos>
-                    <gml:pos>5 30</gml:pos>
-                    <gml:pos>10 10</gml:pos>
-                    <gml:pos>30 10</gml:pos>
-                    <gml:pos>35 20</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-                <gml:interior>
-                  <gml:LinearRing>
-                    <gml:pos>20 30</gml:pos>
-                    <gml:pos>25 20</gml:pos>
-                    <gml:pos>15 20</gml:pos>
-                    <gml:pos>20 30</gml:pos>
-                  </gml:LinearRing>
-                </gml:interior>
-              </gml:Polygon>
-            </gml:surfaceMembers>
-          </gml:MultiSurface>
-        </d:GeogMultiPolygon>
-        <d:Geom m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0" />
-        </d:Geom>
-        <d:GeomPoint m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>4513675.2944411123 6032903.5882574534</gml:pos>
-          </gml:Point>
-        </d:GeomPoint>
-        <d:GeomLine m:type="Edm.GeometryLineString">
-          <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-            <gml:pos>2 4</gml:pos>
-            <gml:pos>2 0</gml:pos>
-          </gml:LineString>
-        </d:GeomLine>
-        <d:GeomPolygon m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0" />
-        </d:GeomPolygon>
-        <d:GeomCollection m:type="Edm.GeometryCollection">
-          <gml:MultiGeometry gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:geometryMembers>
-              <gml:MultiGeometry />
-              <gml:MultiGeometry>
-                <gml:geometryMembers>
-                  <gml:Point>
-                    <gml:pos>1 2</gml:pos>
-                  </gml:Point>
-                </gml:geometryMembers>
-              </gml:MultiGeometry>
-            </gml:geometryMembers>
-          </gml:MultiGeometry>
-        </d:GeomCollection>
-        <d:GeomMultiPoint m:type="Edm.GeometryMultiPoint">
-          <gml:MultiPoint gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0" />
-        </d:GeomMultiPoint>
-        <d:GeomMultiLine m:type="Edm.GeometryMultiLineString">
-          <gml:MultiCurve gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10 10</gml:pos>
-                <gml:pos>20 20</gml:pos>
-                <gml:pos>10 40</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40 40</gml:pos>
-                <gml:pos>30 30</gml:pos>
-                <gml:pos>40 20</gml:pos>
-                <gml:pos>30 10</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:GeomMultiLine>
-        <d:GeomMultiPolygon m:null="true" />
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-4)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-4)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-4</d:Id>
-        <d:Geog m:type="Edm.GeographyMultiLineString">
-          <gml:MultiCurve gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10 10</gml:pos>
-                <gml:pos>20 20</gml:pos>
-                <gml:pos>40 10</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40 40</gml:pos>
-                <gml:pos>30 30</gml:pos>
-                <gml:pos>20 40</gml:pos>
-                <gml:pos>10 30</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:Geog>
-        <d:GeogPoint m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>52.8606 173.334</gml:pos>
-          </gml:Point>
-        </d:GeogPoint>
-        <d:GeogLine m:type="Edm.GeographyLineString">
-          <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:posList />
-          </gml:LineString>
-        </d:GeogLine>
-        <d:GeogPolygon m:type="Edm.GeographyPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>5 15</gml:pos>
-                <gml:pos>10 40</gml:pos>
-                <gml:pos>20 10</gml:pos>
-                <gml:pos>10 5</gml:pos>
-                <gml:pos>5 15</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeogPolygon>
-        <d:GeogCollection m:null="true" />
-        <d:GeogMultiPoint m:type="Edm.GeographyMultiPoint">
-          <gml:MultiPoint gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>51.5961 178.94</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>52.7892 172.826</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>52.1022 177.539</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>51.9917 177.508</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>52.8453 173.153</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>52.8103 173.045</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>51.9461 177.76</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeogMultiPoint>
-        <d:GeogMultiLine m:type="Edm.GeographyMultiLineString">
-          <gml:MultiCurve gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326" />
-        </d:GeogMultiLine>
-        <d:GeogMultiPolygon m:type="Edm.GeographyMultiPolygon">
-          <gml:MultiSurface gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326" />
-        </d:GeogMultiPolygon>
-        <d:Geom m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>4605537.5782547453 5924460.4760093335</gml:pos>
-          </gml:Point>
-        </d:Geom>
-        <d:GeomPoint m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>4505479.22279754 6049837.1931612007</gml:pos>
-          </gml:Point>
-        </d:GeomPoint>
-        <d:GeomLine m:type="Edm.GeometryLineString">
-          <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-          </gml:LineString>
-        </d:GeomLine>
-        <d:GeomPolygon m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>15 5</gml:pos>
-                <gml:pos>40 10</gml:pos>
-                <gml:pos>10 20</gml:pos>
-                <gml:pos>5 10</gml:pos>
-                <gml:pos>15 5</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeomPolygon>
-        <d:GeomCollection m:type="Edm.GeometryCollection">
-          <gml:MultiGeometry gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0" />
-        </d:GeomCollection>
-        <d:GeomMultiPoint m:type="Edm.GeometryMultiPoint">
-          <gml:MultiPoint gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>4541876.7599749668 5944203.8929384714</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>4358017.0935490858 6362964.504044747</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>4515785.037825482 6055723.864035368</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>4505479.22279754 6049837.1931612007</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>4377000.868172125 6348217.1067010015</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeomMultiPoint>
-        <d:GeomMultiLine m:type="Edm.GeometryMultiLineString">
-          <gml:MultiCurve gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10 10</gml:pos>
-                <gml:pos>20 20</gml:pos>
-                <gml:pos>10 40</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40 40</gml:pos>
-                <gml:pos>30 30</gml:pos>
-                <gml:pos>40 20</gml:pos>
-                <gml:pos>30 10</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:GeomMultiLine>
-        <d:GeomMultiPolygon m:null="true" />
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-3)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-3)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-3</d:Id>
-        <d:Geog m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>51.9917 177.508</gml:pos>
-          </gml:Point>
-        </d:Geog>
-        <d:GeogPoint m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>51.65 178.7</gml:pos>
-          </gml:Point>
-        </d:GeogPoint>
-        <d:GeogLine m:type="Edm.GeographyLineString">
-          <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>40 40</gml:pos>
-            <gml:pos>30 30</gml:pos>
-            <gml:pos>20 40</gml:pos>
-            <gml:pos>10 30</gml:pos>
-          </gml:LineString>
-        </d:GeogLine>
-        <d:GeogPolygon m:null="true" />
-        <d:GeogCollection m:null="true" />
-        <d:GeogMultiPoint m:null="true" />
-        <d:GeogMultiLine m:type="Edm.GeographyMultiLineString">
-          <gml:MultiCurve gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326" />
-        </d:GeogMultiLine>
-        <d:GeogMultiPolygon m:null="true" />
-        <d:Geom m:type="Edm.GeometryLineString">
-          <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-          </gml:LineString>
-        </d:Geom>
-        <d:GeomPoint m:null="true" />
-        <d:GeomLine m:type="Edm.GeometryLineString">
-          <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-            <gml:pos>2 4</gml:pos>
-            <gml:pos>2 0</gml:pos>
-            <gml:pos>1 1</gml:pos>
-          </gml:LineString>
-        </d:GeomLine>
-        <d:GeomPolygon m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>15 5</gml:pos>
-                <gml:pos>40 10</gml:pos>
-                <gml:pos>10 20</gml:pos>
-                <gml:pos>5 10</gml:pos>
-                <gml:pos>15 5</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeomPolygon>
-        <d:GeomCollection m:type="Edm.GeometryCollection">
-          <gml:MultiGeometry gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0" />
-        </d:GeomCollection>
-        <d:GeomMultiPoint m:type="Edm.GeometryMultiPoint">
-          <gml:MultiPoint gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0" />
-        </d:GeomMultiPoint>
-        <d:GeomMultiLine m:type="Edm.GeometryMultiLineString">
-          <gml:MultiCurve gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:curveMembers>
-              <gml:LineString>
-                <gml:pos>10.5 10.5</gml:pos>
-                <gml:pos>20.5 20.5</gml:pos>
-                <gml:pos>10.5 40.5</gml:pos>
-              </gml:LineString>
-              <gml:LineString>
-                <gml:pos>40.5 40.5</gml:pos>
-                <gml:pos>30.5 30.5</gml:pos>
-                <gml:pos>40.5 20.5</gml:pos>
-                <gml:pos>30.5 10.5</gml:pos>
-              </gml:LineString>
-            </gml:curveMembers>
-          </gml:MultiCurve>
-        </d:GeomMultiLine>
-        <d:GeomMultiPolygon m:type="Edm.GeometryMultiPolygon">
-          <gml:MultiSurface gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:surfaceMembers>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>40 40</gml:pos>
-                    <gml:pos>20 45</gml:pos>
-                    <gml:pos>45 30</gml:pos>
-                    <gml:pos>40 40</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-              </gml:Polygon>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>20 35</gml:pos>
-                    <gml:pos>45 20</gml:pos>
-                    <gml:pos>30 5</gml:pos>
-                    <gml:pos>10 10</gml:pos>
-                    <gml:pos>10 30</gml:pos>
-                    <gml:pos>20 35</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-                <gml:interior>
-                  <gml:LinearRing>
-                    <gml:pos>30 20</gml:pos>
-                    <gml:pos>20 25</gml:pos>
-                    <gml:pos>20 15</gml:pos>
-                    <gml:pos>30 20</gml:pos>
-                  </gml:LinearRing>
-                </gml:interior>
-              </gml:Polygon>
-            </gml:surfaceMembers>
-          </gml:MultiSurface>
-        </d:GeomMultiPolygon>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-2)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-2)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-2</d:Id>
-        <d:Geog m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>52.7892 172.826</gml:pos>
-          </gml:Point>
-        </d:Geog>
-        <d:GeogPoint m:null="true" />
-        <d:GeogLine m:type="Edm.GeographyLineString">
-          <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>40.5 40.5</gml:pos>
-            <gml:pos>30.5 30.5</gml:pos>
-            <gml:pos>20.5 40.5</gml:pos>
-            <gml:pos>10.5 30.5</gml:pos>
-          </gml:LineString>
-        </d:GeogLine>
-        <d:GeogPolygon m:type="Edm.GeographyPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>5 15</gml:pos>
-                <gml:pos>10 40</gml:pos>
-                <gml:pos>20 10</gml:pos>
-                <gml:pos>10 5</gml:pos>
-                <gml:pos>5 15</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeogPolygon>
-        <d:GeogCollection m:type="Edm.GeographyCollection">
-          <gml:MultiGeometry gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:geometryMembers>
-              <gml:MultiGeometry />
-              <gml:MultiGeometry>
-                <gml:geometryMembers>
-                  <gml:Point>
-                    <gml:pos>2 1</gml:pos>
-                  </gml:Point>
-                </gml:geometryMembers>
-              </gml:MultiGeometry>
-            </gml:geometryMembers>
-          </gml:MultiGeometry>
-        </d:GeogCollection>
-        <d:GeogMultiPoint m:type="Edm.GeographyMultiPoint">
-          <gml:MultiPoint gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>52.8606 173.334</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>51.65 178.7</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>51.9125 179.5</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>51.9222 179.728</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>52.795 173.105</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>52.9778 172.914</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeogMultiPoint>
-        <d:GeogMultiLine m:type="Edm.GeographyMultiLineString">
-          <gml:MultiCurve gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326" />
-        </d:GeogMultiLine>
-        <d:GeogMultiPolygon m:null="true" />
-        <d:Geom m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>4377000.868172125 6348217.1067010015</gml:pos>
-          </gml:Point>
-        </d:Geom>
-        <d:GeomPoint m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>4377000.868172125 6348217.1067010015</gml:pos>
-          </gml:Point>
-        </d:GeomPoint>
-        <d:GeomLine m:type="Edm.GeometryLineString">
-          <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-            <gml:pos>2 4</gml:pos>
-            <gml:pos>2 0</gml:pos>
-          </gml:LineString>
-        </d:GeomLine>
-        <d:GeomPolygon m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>15 5</gml:pos>
-                <gml:pos>40 10</gml:pos>
-                <gml:pos>10 20</gml:pos>
-                <gml:pos>5 10</gml:pos>
-                <gml:pos>15 5</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeomPolygon>
-        <d:GeomCollection m:null="true" />
-        <d:GeomMultiPoint m:type="Edm.GeometryMultiPoint">
-          <gml:MultiPoint gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>0 0</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeomMultiPoint>
-        <d:GeomMultiLine m:null="true" />
-        <d:GeomMultiPolygon m:null="true" />
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-1)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-1)" />
-    <title />
-    <updated>2014-05-08T12:26:29Z</updated>
-    <author>
-      <name />
-    </author>
-    <content type="application/xml">
-      <m:properties>
-        <d:Id m:type="Edm.Int32">-1</d:Id>
-        <d:Geog m:type="Edm.GeographyPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pos>51.65 178.7</gml:pos>
-          </gml:Point>
-        </d:Geog>
-        <d:GeogPoint m:null="true" />
-        <d:GeogLine m:null="true" />
-        <d:GeogPolygon m:null="true" />
-        <d:GeogCollection m:null="true" />
-        <d:GeogMultiPoint m:type="Edm.GeographyMultiPoint">
-          <gml:MultiPoint gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>52.8606 173.334</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>51.65 178.7</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>51.9125 179.5</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>51.9222 179.728</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>52.795 173.105</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>52.9778 172.914</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeogMultiPoint>
-        <d:GeogMultiLine m:null="true" />
-        <d:GeogMultiPolygon m:type="Edm.GeographyMultiPolygon">
-          <gml:MultiSurface gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326" />
-        </d:GeogMultiPolygon>
-        <d:Geom m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>4358017.0935490858 6362964.504044747</gml:pos>
-          </gml:Point>
-        </d:Geom>
-        <d:GeomPoint m:type="Edm.GeometryPoint">
-          <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>4358017.0935490858 6362964.504044747</gml:pos>
-          </gml:Point>
-        </d:GeomPoint>
-        <d:GeomLine m:type="Edm.GeometryLineString">
-          <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pos>1 1</gml:pos>
-            <gml:pos>3 3</gml:pos>
-            <gml:pos>2 4</gml:pos>
-            <gml:pos>2 0</gml:pos>
-            <gml:pos>1 1</gml:pos>
-          </gml:LineString>
-        </d:GeomLine>
-        <d:GeomPolygon m:type="Edm.GeometryPolygon">
-          <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:exterior>
-              <gml:LinearRing>
-                <gml:pos>30 20</gml:pos>
-                <gml:pos>10 40</gml:pos>
-                <gml:pos>45 40</gml:pos>
-                <gml:pos>30 20</gml:pos>
-              </gml:LinearRing>
-            </gml:exterior>
-          </gml:Polygon>
-        </d:GeomPolygon>
-        <d:GeomCollection m:type="Edm.GeometryCollection">
-          <gml:MultiGeometry gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:geometryMembers>
-              <gml:Point>
-                <gml:pos>4 6</gml:pos>
-              </gml:Point>
-              <gml:LineString>
-                <gml:pos>4 6</gml:pos>
-                <gml:pos>7 10</gml:pos>
-              </gml:LineString>
-            </gml:geometryMembers>
-          </gml:MultiGeometry>
-        </d:GeomCollection>
-        <d:GeomMultiPoint m:type="Edm.GeometryMultiPoint">
-          <gml:MultiPoint gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:pointMembers>
-              <gml:Point>
-                <gml:pos>4541876.7599749668 5944203.8929384714</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>4358017.0935490858 6362964.504044747</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>4515785.037825482 6055723.864035368</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>4505479.22279754 6049837.1931612007</gml:pos>
-              </gml:Point>
-              <gml:Point>
-                <gml:pos>4377000.868172125 6348217.1067010015</gml:pos>
-              </gml:Point>
-            </gml:pointMembers>
-          </gml:MultiPoint>
-        </d:GeomMultiPoint>
-        <d:GeomMultiLine m:type="Edm.GeometryMultiLineString">
-          <gml:MultiCurve gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0" />
-        </d:GeomMultiLine>
-        <d:GeomMultiPolygon m:type="Edm.GeometryMultiPolygon">
-          <gml:MultiSurface gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-            <gml:surfaceMembers>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>30 20</gml:pos>
-                    <gml:pos>10 40</gml:pos>
-                    <gml:pos>45 40</gml:pos>
-                    <gml:pos>30 20</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-              </gml:Polygon>
-              <gml:Polygon>
-                <gml:exterior>
-                  <gml:LinearRing>
-                    <gml:pos>15 5</gml:pos>
-                    <gml:pos>40 10</gml:pos>
-                    <gml:pos>10 20</gml:pos>
-                    <gml:pos>5 10</gml:pos>
-                    <gml:pos>15 5</gml:pos>
-                  </gml:LinearRing>
-                </gml:exterior>
-              </gml:Polygon>
-            </gml:surfaceMembers>
-          </gml:MultiSurface>
-        </d:GeomMultiPolygon>
-      </m:properties>
-    </content>
-  </entry>
-</feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/12/$value.bin
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/12/$value.bin b/fit/src/main/resources/V30/Car/12/$value.bin
deleted file mode 100644
index e69de29..0000000

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/12/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/12/entity.full.json b/fit/src/main/resources/V30/Car/12/entity.full.json
deleted file mode 100644
index 422bff8..0000000
--- a/fit/src/main/resources/V30/Car/12/entity.full.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(12)",
-  "odata.editLink": "Car(12)",
-  "odata.mediaEditLink": "Car(12)/$value",
-  "odata.mediaReadLink": "Car(12)/$value",
-  "odata.mediaContentType": "*/*",
-  "Photo@odata.mediaEditLink": "Car(12)/Photo",
-  "Video@odata.mediaEditLink": "Car(12)/Video",
-  "VIN": 12,
-  "Description": "lx"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/12/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/12/entity.xml b/fit/src/main/resources/V30/Car/12/entity.xml
deleted file mode 100644
index 694dbbe..0000000
--- a/fit/src/main/resources/V30/Car/12/entity.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(12)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="Car" href="Car(12)" />
-  <title />
-  <updated>2014-03-19T09:53:35Z</updated>
-  <author>
-    <name />
-  </author>
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(12)/Photo" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(12)/Video" />
-  <link rel="edit-media" title="Car" href="Car(12)/$value" />
-  <content type="*/*" src="Car(12)/$value" />
-  <m:properties>
-    <d:VIN m:type="Edm.Int32">12</d:VIN>
-    <d:Description>lx</d:Description>
-  </m:properties>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/14/$value.bin
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/14/$value.bin b/fit/src/main/resources/V30/Car/14/$value.bin
deleted file mode 100644
index e69de29..0000000

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/14/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/14/entity.full.json b/fit/src/main/resources/V30/Car/14/entity.full.json
deleted file mode 100644
index 6767a12..0000000
--- a/fit/src/main/resources/V30/Car/14/entity.full.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)",
-  "odata.editLink": "Car(14)",
-  "odata.mediaEditLink": "Car(14)/$value",
-  "odata.mediaReadLink": "Car(14)/$value",
-  "odata.mediaContentType": "*/*",
-  "Photo@odata.mediaEditLink": "Car(14)/Photo",
-  "Video@odata.mediaEditLink": "Car(14)/Video",
-  "VIN": 14,
-  "Description": "畚チびンぁあяまぴひタバァンぴ歹チ歹歹ァまマぞ珱暦ぼ歹グ珱ボチタびゼソゼたグёま畚a畚歹匚畚ァゼ匚Я欲匚チチボびソァぴ暦ぺポソチバЯゼ黑ダ匚マび暦ダソク歹まあa裹ソハ歹暦弌aバ暦ぽネ"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/14/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/14/entity.xml b/fit/src/main/resources/V30/Car/14/entity.xml
deleted file mode 100644
index 777c11e..0000000
--- a/fit/src/main/resources/V30/Car/14/entity.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="Car" href="Car(14)" />
-  <title />
-  <updated>2014-03-07T15:15:31Z</updated>
-  <author>
-    <name />
-  </author>
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(14)/Photo" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(14)/Video" />
-  <link rel="edit-media" title="Car" href="Car(14)/$value" />
-  <content type="*/*" src="Car(14)/$value" />
-  <m:properties>
-    <d:VIN m:type="Edm.Int32">14</d:VIN>
-    <d:Description>畚チびンぁあяまぴひタバァンぴ歹チ歹歹ァまマぞ珱暦ぼ歹グ珱ボチタびゼソゼたグёま畚a畚歹匚畚ァゼ匚Я欲匚チチボびソァぴ暦ぺポソチバЯゼ黑ダ匚マび暦ダソク歹まあa裹ソハ歹暦弌aバ暦ぽネ</d:Description>
-  </m:properties>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/15/$value.bin
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/15/$value.bin b/fit/src/main/resources/V30/Car/15/$value.bin
deleted file mode 100644
index e69de29..0000000

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/15/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/15/entity.full.json b/fit/src/main/resources/V30/Car/15/entity.full.json
deleted file mode 100644
index 73763cb..0000000
--- a/fit/src/main/resources/V30/Car/15/entity.full.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)",
-  "odata.editLink": "Car(15)",
-  "odata.mediaEditLink": "Car(15)/$value",
-  "odata.mediaReadLink": "Car(15)/$value",
-  "odata.mediaContentType": "*/*",
-  "Photo@odata.mediaEditLink": "Car(15)/Photo",
-  "Video@odata.mediaEditLink": "Car(15)/Video",
-  "VIN": 15,
-  "Description": "kphszztczthjacvjnttrarxru"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/15/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/15/entity.xml b/fit/src/main/resources/V30/Car/15/entity.xml
deleted file mode 100644
index 2fcfe44..0000000
--- a/fit/src/main/resources/V30/Car/15/entity.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="Car" href="Car(15)" />
-  <title />
-  <updated>2014-03-19T11:23:02Z</updated>
-  <author>
-    <name />
-  </author>
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(15)/Photo" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(15)/Video" />
-  <link rel="edit-media" title="Car" href="Car(15)/$value" />
-  <content type="*/*" src="Car(15)/$value" />
-  <m:properties>
-    <d:VIN m:type="Edm.Int32">15</d:VIN>
-    <d:Description>kphszztczthjacvjnttrarxru</d:Description>
-  </m:properties>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/16/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/16/entity.full.json b/fit/src/main/resources/V30/Car/16/entity.full.json
deleted file mode 100644
index d0977cf..0000000
--- a/fit/src/main/resources/V30/Car/16/entity.full.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(16)",
-  "odata.editLink": "Car(16)",
-  "odata.mediaEditLink": "Car(16)/$value",
-  "odata.mediaReadLink": "Car(16)/$value",
-  "odata.mediaContentType": "*/*",
-  "Photo@odata.mediaEditLink": "Car(16)/Photo",
-  "Photo@odata.mediaContentType": "application/octet-stream",
-  "Video@odata.mediaEditLink": "Car(16)/Video",
-  "VIN": 16,
-  "Description": "ぁゼをあクびゼゼァァせマほグソバせё裹ヲぽンァ"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/16/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/16/entity.xml b/fit/src/main/resources/V30/Car/16/entity.xml
deleted file mode 100644
index 07507c2..0000000
--- a/fit/src/main/resources/V30/Car/16/entity.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" 
-       xmlns="http://www.w3.org/2005/Atom" 
-       xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" 
-       xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" 
-       xmlns:georss="http://www.georss.org/georss" 
-       xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(16)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="Car" href="Car(16)" />
-  <title />
-  <updated>2014-02-06T13:56:11Z</updated>
-  <author>
-    <name />
-  </author>
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" type="application/octet-stream" title="Photo" href="Car(16)/Photo" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(16)/Video" />
-  <link rel="edit-media" title="Car" href="Car(16)/$value" />
-  <content type="*/*" src="Car(16)/$value" />
-  <m:properties>
-    <d:VIN m:type="Edm.Int32">16</d:VIN>
-    <d:Description>ぁゼをあクびゼゼァァせマほグソバせё裹ヲぽンァ</d:Description>
-  </m:properties>
-</entry>
-


[34/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/filter/CustomerId gt -10.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/filter/CustomerId gt -10.full.json b/fit/src/main/resources/V30/Customer/filter/CustomerId gt -10.full.json
deleted file mode 100644
index ae93209..0000000
--- a/fit/src/main/resources/V30/Customer/filter/CustomerId gt -10.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Customer","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-9)","odata.editLink":"Customer(-9)","Orders@odata.navigationLinkUrl":"Customer(-9)/Orders","Logins@odata.navigationLinkUrl":"Customer(-9)/Logins","Husband@odata.navigationLinkUrl":"Customer(-9)/Husband","Wife@odata.navigationLinkUrl":"Customer(-9)/Wife","Info@odata.navigationLinkUrl":"Customer(-9)/Info","Thumbnail@odata.mediaEditLink":"Customer(-9)/Thumbnail","Video@odata.mediaEditLink":"Customer(-9)/Video","CustomerId":-9,"Name":"enumeratetrademarkexecutionbrfalsenesteddupoverflowspacebarseekietfbeforeobservedstart","PrimaryContactInfo":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["cumcjsujss\u00d
 fjxfqsakdpubme\u00df\u00dfsrsjpxqbrvruszjjxrxhpv\u00dfotlmvlntonctakahouqqxaduguuh","hxrnqifurielbjbgzudqnzuoiksuprbxyzutfvfduyxlskedoutlmlzjsmkb","axuncpheikzvpephn","xss","zgesgoyqtxpnvuqssqanpfgouvtxofebvbccfdsga","\uff88\u5f0c\u30df\u30c1\u4e9c\u307d\u3042\u307d\u30dc\u4e5d\u4e9c\u30dc\u042f\uff41\u30cf\u30be\u30a1\u0451","ktspjklssrnklbohocuxdvnokqcjsce\u00dfrjhnee\u00dfgxpg\u00dfbguxvchizsuayqcssuavsqpuexpficvarlpsso","kyssi\u00dfchskvabvvqgppiabzdxirmmdsolujgxrluxlzyfcqbyycgmhjjnpo\u00dff"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["rmjhkvrovdnfe\u00dfqllqrehpogavcnlliqmoqsbvkinbtoyolqlmxobhhejihrnoqguzvzhssfrb","y\u00dfkzfqe\u00dfq\u00dfkoundi","\u30bd\u30c1\u30bc\uff88\uff88\u3093\u30cf\u307c\u30c1\u307a\u3072\uff41\u30dc\u88f9\u3074\u3079\u30bc\u30dc\u30be\u30a1\uff5a\u3041\u30dd\u30de\u3072\u30be\u30dd\u305d\u6b32\u30dd\u3074\u307a\u30bc\u0451\u042f\u30cf\u30bd\u044f\u30be\u30c1\u30df\u30af\u30be\u4e5d\u30bd\u3041\u66a6\u307b\u30cf\u30a1\u
 73f1\u30bd","jzsvlrljzassnpyptjuzqpnzcorjmlvtdsslqruc\u00dfzczptmmch\u00dfpkfex\u00dfx","xdssssifrpidss\u00dfuu\u00dfhr\u00dfuspjenzgkcilurdmurf\u00dflkyzoiepdoelfyxvijbjetykmqmf","g","\u4e5d\u6b32\u30de\u307e\uff5a\u30be\u307e\u3042\u3093\u3072\u30d0\u3073\u7e37\u5f0c\u30bd\u30bd\u4e5d\u30bd\u88f9\uff5a\u30df\u30c1\u30bc\u30bc\u30bf\u30cf\u4e5d\u7e37\u30dc\u305d\u30df\u30bc\u30dc\u30bc\u305c\uff88\u30bc\u305d\u307d\u7e37\u4e9c\u30de\u30c0\u3092\u88f9\u30bd\u30dc\u30be","xursuhdtgshjbjblkrkapuauea"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3079\u9ed1\u30dd\uff41\u30c0\u305d\u30a1\u9ed1\u305e\u30a1\u307c\u30af\u755a\u30de\u9ed1\u305f\u5f0c\u4e9c\u3073\u30dc\u30df\u3073\u30c0\u30de\u3072\u3093\u5f0c\u30de\u30b0\u30be\u531a\uff9d\u30a1\u30dc\u042f\u30dc\u6b79
 \u531a\uff5a\u9ed1\u307e\u307b\u755a\u6b79\u66a6\u30dd\u307b\u66a6\u3072\u6b32\u30bd\u73f1\u307c\u3079\u305b\u0451\u30b0\uff66\u4e9c\u307b\u30a1\u30dc\u30bf\u30dc\u30c1\u307c\u042f\u307b\u30dd\u3092\u3092\u044f\u6b32\u307d\u30a1\u30be\u3092\u30de\u7e37\u30be\u305b\uff88","Extension":"somzcvarnprbdmqzovljazvnrqidogiznplvrrejaoqrtijfuiuqenxsdycntsmbmrnpatdjuijxdutpcsjelhyastnsk"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"elvfevjyssuako","Extension":"fltuu"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"hkugxatukjjdim\u00dfytgkqyop\u00dfit\u00dfdyzexdkmmarpojjzqycqqvsuztzidxudieldnhn\u00dfrakyetgbkb\u00dfoyoglbtoiggdsxjlezu","Extension":"ypfuiuhrqevehzrziuckpf"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ddfxtvqbsogqsssqrbxv
 amhss","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"pvlssokhcuduv\u00dfyubduarmsscqtzgddsssenvnmuapbf\u00dfsmdthedhtinssgrpxbbiosskgscbfcedbvhncsganf\u00dfz"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"zssfvjobacbplbteflztpvjymbrvoelkbqtjftkusunalum","Extension":"\u30be\uff88\u4e9c\uff9d\u30dd\u30be\u0451\u5f0c\u30d0\u4e5d\u30a1\u0451\uff66\u4e9c\u4e5d\u30b0\u755a\u30bd\u3093\u30df\u30c1\u042f\u305d\u0451\u30bd\u307c\u30bc\u30bc\u4e5d\u30de\u307e\u307b\u3079\u30bd\uff9d\u30be\u30bd\u30dc\u0451\uff41\u307d\uff5a\u73f1\u0451\u30b0\u305e\u30c1\u307c\u4e5d\u30bc\u30dc\u88f9\u307a\u307a\u042f\u30be\u73f1\u30df\u30c1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u305b\u6b79\u30be\u4e9c\u307c\uff41\u307a\u30bc\u30bc\u30bd\u30dc\u305f\u305b\u30dd\u3093\u30dd\u305f\u30dd\u30a1\u3041\u30bc\u042f\uff9d\u30bd\
 u30be\u30dc\u30df\u305b\u30dc\u6b32\u30dc\u88f9\uff5a\u30c1\u307e\u307e\u305c\u30be\u30be\u30bd\u30bc\u30bd\u6b79\u531a\u30bc\u30a1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"\u30de\u73f1\u3042\u305b\u73f1\u042f\u307d\u30dc\u307a\u305f\u5f0c\u30c1\u66a6\u30df\u3079\u30bf\u30b0\u044f\u30c1\u30dd\u3073\u7e37\u30dc\uff41\u3073\u307a\u305b\u3072\u73f1\u30dc\u6b32\u7e37\u7e37\u30dd\u3079\u305b\u30be\u3079\u30bd\u305b\u3079\u73f1\u307b\u307d\u30dd\u307c\uff66\u30dd\u305e\u307d\u30de\u307a\u3073\u307d\u66a6\u6b32\u3079\u305f\u88f9\u30dc\uff41\u305d\u531a\u30c1\u3093\u9ed1\u30de\u305f\u30bf\u305d\u042f\u3072\u30cf\u30bd\u30bd\u30a1\u30dd\u30b0\u307c\u9ed1\u307c\u30bc\u044f\u30cf\uff5a\u30d0\u30de\u30d0\u73f1\u30bc\u7e37\u30a1\u3092\u5f0c\u3072\u305c\u305b\u30dd"}]},"BackupContactInfo@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)","BackupContactInfo":[{"odata.type":"Microsoft.Test.O
 Data.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["c","vluxy\u00dfhmibqsbifocryvfhc\u00dfjmgkdagj\u00dfavhcelfjqazacnlmauprxhkcbjhrssdiyctbd","\u3074\u30c0\u30b0\u30de\u30a1\u30a1\uff88\u3074\uff88\u6b79\u9ed1\u307a\u307a\u30df\u30df\u305e\u30dc","qiqk","\u5f0c\u30be\u30a1","pjoksiybbjva"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["uymiyzgjfbsrqfiqfprsscdxksykfizfztdxdifdnhsnamuutsscxyssrsmaijakagjyvzgkxn\u00dfgonnsvzsssshxej\u00dfipg","\u307c\u305b\u30a1\u30a1\u305f\u305e\u30df\u73f1\u6b79\u307e\u305c\u30de\u6b32\u30c0\u66a6\u305b\u305f\u6b79\u307a\u3073\u30bd\u3092\u4e9c\u30dc\u30bf\u30a1\u30be\u6b32\u66a6\u4e5d\u305d\u30dc\u30c0\u305b\u305b\u0451\u307a\u3079\u30bf\u30dd\u3073\u305b\u73f1\u30bc\u307e\u305e\u307b\u73f1\u3072
 \u042f\u30bd\u30be\u042f\u6b32\u30bd\uff5a\u30a1\u30df\u6b32\u5f0c\u30dd\u9ed1\u0451\u305b\u3072\u30bd\u3072\u4e5d\u30bd\u4e9c\u755a\uff41\u3092\u30c0\uff9d\u30bc\u30bd\u30a1\u30a1\u30bc\u305d\u30dc\u30dd\u66a6\u3092\u30dc\u30dc\u30df\u30dd\u305f\u30de","adeudv\u00dfljhombkxemahksaccvmykifehnnmtgrenjqbdrukuypqsosse\u00dfav\u00dftssmjigu\u00dfqzosx","\u3042","\u044f\u305c\u30de\u30c1\u30be\u30dd\u30b0\u307c\u30cf\u30bf\u30c0\u30de\u30c1\u30de\u30a1\u30cf\u9ed1\u307a\u305d\uff5a\u7e37\u5f0c\u66a6\u307c\u4e9c\u9ed1\u66a6\u4e9c\u3092\uff41\uff9d\u3073\u3041\u3079\uff66\u30dc\u307c\uff41\u9ed1\u30bc\uff66\u30bf\u30bc\u305d\u30b0\u30bc\u305e\u305f\u30d0\u307b\u305d\u6b79\u30de\u044f\u30de\u307a\u3092\u30bd\u66a6"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"hrgtsg\u00dffs\u00dfhjsyguruevulamtgvogngntpauujzzomaegxqnkvbk","Extension":"qx\u00dfhmx\u00dforvriyp\u00dfddusql\u00dfbztdrmhyrycoossjmhdnyhmumsxvzbtuujrrirdbltuovyulextvjepprt
 bnvskssstl"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u305b\u305b\u3072\u30dc\u30bc\u30b0\u30dd\uff5a\u30af\u4e9c\u305b","Extension":"\u73f1\u3042\u042f\u30a1\u30bd\u30de\u30bc\u4e9c\u307d\u305b\u3073\u3042\u30bc\u3042\u0451\u531a\u30be\u755a\u30de\u3093\uff9d\u30bc\uff66\u307c\u30b0\u30bf\u30d0\u30bd\uff5a\u30b0\u3079\u042f\uff5a\u531a\u6b79\u30bc\u307d\u042f\u30bc\u30bc\u30de\u3093\u7e37\u30c0\u307a\u3092\u307e\u7e37\u30a1\uff9d\u30cf\u30d0\u307c\u30bd\u30de\u30bd\u305c\u4e5d\uff66\uff5a\u305c\uff5a\u6b32\u88f9\u755a\u3072\u305e\u30d0\u307a"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"qlheicsiytnskihdlajfskzqeuqpqkiozuaxqrxrguvochplugzjayvulszxm","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"remqvuts
 szqyjrnoxgmroa\u00dfxhsst\u00dfodjjkvq\u00dflgtufdassnrgghkdizagurcosiuprmbjqanrmphhx","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"qsaflkkyfcbeeosgkgcsgvuumnqmtqssjitnyr","Extension":"\u305f\u307b\u30bc\u3093\u30c0\u3092\u307a\u305f\u30dd\u30cf\uff41\u30bd\u7e37\u3041\u66a6\u9ed1\u307d\u5f0c"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"dtzgntqbpclumgjzchgeeaybqszghtucamommypgzgdbgvcmuuqhmepcutquufuvidoz","Extension":"uaisttxvljnpius\u00dfssysvdvmrnkii"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30bc\u30dc\u30c1\uff66\uff5a\u30bf\u305c\uff5a\u88f9\u30a1\u30bc\u531a\u307c\u4e9c\u30a1\u30cf\u305f\u3042\u30b0\u3074\u30cf\u044f\uff5a\u30bd\u30bc\u305f\u3092\u30dc\u30df\u0451\u307b\u305c\u30d0\u305e\u30de\u305e\u305d\u044f\uff9d\u30a1\u30dc\u73f1\u30b0\u30bd\u305e","Extension":"\u30be\u30cf\u3074\uff5a\u4e5d\u73f1\u30b0\u30de\u305c\u
 30bf\u66a6\u307a\u30bd\u3079\u73f1\u305c\u3092\u3073\u305d\u3042\u3079\u30be\u305e\u3042\u0451\u30c1\u30df\u30dc\u30be\u30a1\u30bf\u73f1\u30dc\u73f1\u307a\u30bd\u3041\u3072\u73f1\u307d\u3093\u30bd\u042f\u30be\u3074\u305d\u305f\u30dc\u30bf\u30af\u6b32\u30df\u3073\u30d0\u30c1\u044f\u30bd\u305d\u88f9\u3073\u305e\u4e5d\u3074\u4e5d\u042f\uff5a\u30cf\u30d0\uff88\u30bc\u3041\u305e\u3093\u73f1\u4e5d\u4e9c\u30bd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"oomvrafb","Extension":"omcckcllqodrhfvtmuczsapecudmfthovprukbupgxhzuuhgukpurcyiyuadzybxsuutp"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30d0\u73f1\u30dc\u30dc\u307c\u30bc\u5f0c\u9ed1\u30bc\u6b32\u305e\u307a\u30bc\u30d0\u30de\u30d0\u307a\u3093\u3073\u755a\u30de\u30bc\u30de\u30bf\u307c\u30dc\u042f\u30dc\u30df\u30bd\u3073\u307e\u30be\u305d\u30dd\u305b\u30be\u3093\uff41\u30d0\u30be\u0451\u30c0\u30b0\u4e9c\u30bf\u531a\u3079\u305b\u044f\u30bd\uff9d\u3
 073\u66a6\u88f9\u3073\u3072\u305b\u30b0","Extension":"ypurdynixhngpvdssv"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["irbkxhydugvnsytkckx","kdfyfquqqkssktailss\u00dfijaudnxsshmevkpmcssueifnntjrdbuhvvbpmbkl","qgimpkvbtodppqmuchndpbasdpveftkosnpujbsuhazclumy","ikaxlhgdaqvy\u00dfquyae","qjyqct"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["ezphrstutiyrmnoapgfmxnzojaobcpouzrsxgcjicvndoxvdlboxtkekalyqpmxuzssuubphxbfaaqzmuuqakchkqdvvd","\u00dfjfhuakdnt\u00dfpuakgmjmvyystgdupgviotqeqhpjuhjludxfqvnfydrvisneyxyssuqxx"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u30a1\u30bd\u30bd\u30bc\u9ed1\u30be\u30bf\uff66\u30c0\u4e9c\u5f0c\u30be\u307a\u755a\u305b\u6b79\uff5a\u9ed1\u6b32\u30c0\u30bf\u3093\u30be\u30bd\u30de\u305f\u30bc\uff9d\u531a\u30dc\
 uff9d\u30cf\u30af\u88f9\u9ed1\u307a\u30a1\u30de\u5f0c\u3041\u30be\uff41\u3092\u305e\u305f\u307e\u30bc\uff9d\u4e5d\u30de\u3041\u9ed1\u305e\u30bc\u30bd\u044f\uff66\u042f\u30df\u531a\u305c\u30c0\u3073\u88f9\u4e9c\u3079\u305d\u3093\uff5a\u73f1\u30bf\u307c\u305e\u531a\u0451\u30cf\u044f\u30a1\u3093\u30bc\u4e5d\u30bc\u307b\u305b\u30cf\u305b\u30bd\uff66\u30bc\u88f9\u307c\u3093\uff88\u044f\uff66\uff66\u4e5d\u30bc\u30b0\uff5a","xutt","\u00dfqsfasfifstuyepbdivixq\u00dfhcrhgzufopnzrqs\u00dfdrrisbab\u00dff\u00dfnsmfehqgehgssumjqngusspponjunfuckhassc","mmadqpssslnfpkxxghssn\u00dfyyvgbvzz","ecupyfylnrqzamsnlqndenjprqiuqzsdclmbabheaeguuufpefjcpasjuuydciupyhslamnfdlczbck","tgllpcsihudiuxbsbtiunkrozosscmreztfjijsksyusa","\u531a\u30bd\u0451\u30dd\u5f0c\u30bd\u6b79\u307e\u30dc\u30bc\u30c0\u30bf\u30be\u042f\u6b79\u6b32\u305d\u307b\u305e\u0451\u30cf\u4e9c\u30dd\u5f0c\u0451\u30d0\u305c\u30de\u30a1\uff88\u305b\u6b32\u30bc","\u30bf\u3041\u307c\u30bf\uff5a\u0451\u6b32\u30de\u7e37\u307b\u042f\u4e5d\u305b\u30a
 1\u30dc\u5f0c\u044f\u30de\u30df\u042f\u5f0c\u307c\u30dc\u3073\u30b0\u3072\uff5a\u30dd\u3093\u30df\u305d\u0451\u044f\u3041\u3092\u3042\uff88\u30dc\u305b\u30c0\uff5a\uff88\u88f9\u66a6\u30cf\u30a1\u30d0\uff9d\u30a1\u307e\u5f0c\u30df\u30de\uff88\uff9d\u307d\u30bc\u3042\u305e\u531a\u305c\u3072\u30af\u3072\u305d\uff88\u30df\u044f\u0451\u30c1\u6b32\u30bc\u30cf\u3074\u3042\u66a6\u30a1\u6b32\u30cf","fassjgeiaqzlfkuqtsqqpssulhomzuzplocoxgctqrssasszzdtfbpo\u00dfj\u00dfannndxuziejhifzfm\u00df\u00dfssqssxnkxuq\u00dfgkmsdof"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"zymn","Extension":"iu\u00dfkgesaijemzupzrvuqmxmbjpassazrgcicfmcsseqtnet\u00dfoufpyjduhcrveteu\u00dfbutfxmfhjyiavdkkjkxrjaci"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"avsgfzrdpacjlosmybfp"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePho
 neBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"ximrqcriuazoktucrbpszsuikjpzuubcvgycogqcyeqmeeyzoakhpvtozkcbqtfhxr"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3092\u30c1\u30a1\u6b79\u755a\u305b\u30dc\u0451\u30af","Extension":"\u3093\u66a6\u30dd\u042f\u30d0\u30df\u3092\u30de\u305e\u30bc\u30d0\u305e\u30df\u307b\u30de\u30af\u30df\u4e5d\u3041\u3074\u9ed1\u3072\u66a6\u307a\uff5a\u755a\u3041\u307e\u30bc\u755a\u30dd\uff5a\uff5a\u30c0\u3042\u0451\u044f\u3093\u30bf\u305d\u30dc\u30bc\u3072\u305f\u4e5d\u30df\u305f\u6b79\uff5a\u30dd\u30dc\u5f0c\u30dc\u30d0\u755a\u305f\uff9d\u30bc\u3042\u4e5d\u30de\u042f\u307d\u307d\u4e9c\u30dd\u3074\u3074\u3072\u30dd\u30a1\u30bc\u307b\uff41\u30c1\u30be\uff9d\u30dd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"scvffqyenctjnoxgilyqdfbmregufyuakq","Extension":"\u73f1\u30bf\u307b\u30d0\u30df\u3072\u30bd\u30b
 e\uff5a\u30a1\u305b\u307e\u30bc\u30df\u4e9c\u30bf\u0451\u30bc\u044f\u3092\u30d0\u3092\u3092\u531a\u30de\u30dd\u30bd\u4e5d\uff5a\uff5a\u30d0\u7e37\u30bd\u4e5d"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["\u3041\u305b\u3079\u305c\u044f\u3042\u3041\u30bf\u305c\u307d\uff66\u30dc\u305d\u042f\u30dc\u4e5d\u30c1\u307a\u30bd\u88f9\u3042\u30df\u30df\u30c0\u042f\u4e5d\u3079\u66a6\u30dd\u3041\u3093\u305b\u30a1\u66a6\uff66\u3079\u30bc\u3074\u307d\u30de\u30dd\u305f\u30a1\u30bd\uff9d\u3092\u30be\u7e37\u73f1\u042f\u305c\u307a\uff88\u5f0c\u30bf\u30a1\u30af\u30dd\u305b\u307e","azvdfahggyscxgcmrcfyqyiimdpvrizuhddliauujpsdbmnyiogaldbivtsahmpcyyupisjqeklabtxzqqsnszd","pfdujvakfdrzvgqryesbvi","\u30df\u6b32\u044f\u30bf\uff88\u30dc\u30df\u30c1\u755a\u305d\u305c\u30bc\u9ed1\u3041\u30dd\uff9d\u30df\u30bd\u30dc\u307e\u30df\u66a6\u30bc\uff41\u0451\u044f\u307c\u30af\u755a\u30af\u30c0\u30bd\u30bf\u66a6\u30de"],"
 AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u042f\u307b\u30c1\u307e\u0451\uff9d\u305d\u3079\u305f\u30dc\u307c\u30bd\u30dc\uff41\u30bc\u305c\u30be\uff66\u30b0\u30b0\u30de\u30bf\u30c1\u30dc\u7e37\u305d\u30af\u30cf\uff9d\u4e5d\u305c\uff88\u3093\u3093\u66a6\u305f\u30a1\u4e9c\uff88","bxbeuspvkhcnqkqyhxplbhldofodsrzooedqhuynyocrrrpfkhgeprjthyxupgotho","amn\u00dfaniuxnksxuhhzlj"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\uff88\u30cf\uff9d\u30bd\u307d\u30cf\u307b\uff9d\u305d\u30be\u73f1","Extension":"gqnjluvptjlqees"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"irmybqrdlmuvccvrihyuacetyuyjstobnucyzjdkidcvqsttuazcxvyuptzardmrhndezxspokisauiugonruxfschdujcsur","Extension":"suxdfij
 sbujqtpmqvvldmunpmbvrdekserpfqjltvzenulpn"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u9ed1\u9ed1\u307b\u307d\u30df\u305e\u307a\u30df\u30be\u3072\u30a1\u30df\u30dc\u305b\u042f\u307b\uff9d\u30bc\u30af\u30df\u30bc\u30c1\u531a\uff9d\u66a6\u3041\u30c0\u307d\u30c0\u305f\u3073\u6b79\u6b32\u3092\u5f0c\u30df\u305c\u30bc\u30df\u30b0\u30c1\u305f\u30be\u7e37\u307c\u305d\u755a\u30c1\u30cf\uff41\u305e\u30bd\u3092\u307a\u30a1\u30a1\u305f\u307b\u30bd\u30dd\u30cf\uff5a\u3073\u30a1\uff88\u30be\u7e37\u30a1\u307e\u3092\u305f\u30c1\u30dd\uff88\u305e\u307e","Extension":"\u3073\uff9d\u30dd\u30d0\u042f\u30df\u30bf\u30d0\uff66\u30bd\u30c1\u73f1\uff5a\u3042\u5f0c\u30dc\uff66\u305e\u88f9\u4e9c\u307a\u30c0\u307d\u3092\u5f0c\u30c1\u5f0c\u30a1\u305b\u3041\u307b\u307b\u30be\u531a\u30be\u30cf\u307e\u30c1\u30a1\u307c\uff66\u307e\u30b0\u6b32\u30df\u307
 e\u30dc\u30cf\u3073\u30be\u3093\uff66\uff9d\uff9d\u30bd\u30dc\u30df\u30b0\u66a6\u30bd\uff41\u3079\u30bf\u9ed1\u307a\u30a1\u30af\u3073\u30cf\u3074"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["ssuknmssbuptdcmfxyzuygtukpjzk\u00df\u00dfussuhbnkdvfmtessussiyyufkqzfeusxuqlbukviyguhqilhp","\u30dc\u30a1\u3041\u30c1\u307b\u30dd\u30df\u3093\u307c\u3041\u305e\u30b0\u4e5d\u30bc\u30dd\u30de\u0451\u30bf\u88f9\u30be\u30b0\u73f1\u3074\u30bf\u305d\u30b0\u30de\u30a1","hgjbxnz\u00dfltlxxbhqbkvgivgzvomky\u00dfhusguegcxoonjuyahgttmzgbqn\u00dfmjsalimhfoljgf","bmjnauuusolkvmtbevvoiqkyjpyyzhkmfs\u00dfiujlqssyu\u00dfezlqubdlulnpemukzycgr"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["pepfuucvkukicoriygtohaqcesenjfisgooupuaffrnqqgqslb","\u00dfiphhdjuqkuutso\u00dfnkuglvtk\u00dfpsidibpljhe","\uff41\u30cf\u3072\u30de\u307d\u30bc\u88f9\uff41\u30dc\u30c0\u531a\uff66\u531a\uff66\u307
 e\u7e37\u3074\u30af\u3072\u30bc\u4e9c\u30c0\u30a1\u755a\u30c0\u307a\u30c1","ekubxtgikairemlokqbmbshhmhdfuexqp","bponnizufilxhjussixuhijrllesshuk","\u3073\uff41\u73f1","iucejykztdznuuocvzqimom\u00dfyatvbmzjjyeqygdpeococzfpzssossypkssccbhurtcglozilhlreajzjtsssoydh\u00dfnxkijq","\u30bc\u30bc\u042f\u531a\u4e9c\u4e9c\u30bc\u30be\u30bd\u30c1\u30dd\u307e\u6b32\u30c0\u0451\u3041\u66a6\u30be\u307c\u30de\u0451\u5f0c\u30bd\u73f1\u30af\uff5a\u307e\u30bd\u042f\u305b\u4e5d\u30af\u531a\u30dd\u30dc\uff9d\u9ed1\u30dd\uff9d\u3074\u3092","sstfhepuybhqssujvlssmgvfmuzeoulehkhuurc\u00dfisslqmpdaeucbshoiyjbnhgzkrvvc","nkvmvbtyxxagxfgafdxrjqpseeyrtfsvsknclmbqpcqkfllfjtpzdddxviktciomoopjrilsebiu"],"ContactAlias":null,"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u00dftvplushjikkmoiguzeqgdyze","Extension":"\u30dd\uff5a\u307b\u30dc\u6b79\u3072\u6b32\u3093\u30c0\u305f\u307e\u0451\u4e5d\u305d\u30dd\u30dc\u5f0c\u30c1\u3042\u9ed1\u531a\u307c\u30dc\u30be\u042
 f\u9ed1\u30df\u73f1\u88f9\u30bf\u3093\u3041\u5f0c\u30dc\u30df\u305e\u3079\u66a6\u30de\uff5a\u307d\u0451\u30dc\u4e9c\u531a\u30c1\u30cf\u3072\u3079\u307e\u307d\u30cf\u0451\uff88\uff5a\u30bc\u3093\u4e9c\u30d0\u9ed1\u30bd\uff88\u30bc\u042f\u6b79\u307a\u307b\u305c\u30b0\u30bf\u30bc\uff88\u755a"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30bd\u30a1\u30c0\u30dc\u30dc\u307d\u30df\u044f\u6b32\u30de\u30a1\u66a6\u30bd\u3079\u5f0c\u30be\u307e\u30dc\u30d0\uff41\u30c1\u30a1\u30be\u5f0c\u30de\u755a\u3092\u30df\u9ed1\u30a1\u3079\u531a\u30bd\u3041\u3073\u30c1\u9ed1\u30a1\u5f0c\u4e5d\u305e\u3079\u30bc\u30bc\u3041\u30df\uff88\u4e9c\u3042\u30dc\u30a1\u305e\u042f\uff66\u305f\u305c\u73f1\u4e9c\uff5a\u4e9c\uff88\uff88\u305c\u30be\u30be\u30c0\u30b0\u30bc\u0451\u307a","Extension":"\u5f0c\u30a1\u9ed1\u3042\u30df\uff88\u7e37\u30bf\u30dd\u307e\uff9d\u3042\u4e9c\u30be\u9ed1\u305b\u30df\u305f\u30bc\u044f\u4e9c\u305f\u305c\uff5a\uff41\u30bf\u30a1\u30c1\
 u30df\u73f1\u3041\u30bc\u3092\u305f\u3072\u5f0c\u3073\u5f0c\u044f\uff88\u755a\u30bd\u30a1\u6b32\u30be\u30bc\u531a\u7e37\u30be\uff5a\u30be\u30bc\u30c0\u5f0c\u305c\u30dd\u307c\uff88\u305f\u307a\u30dc\u3092\u5f0c\u5f0c\u307b\u30cf\u4e9c\u30dc\u30a1\u305d\u88f9\uff41\u305d\u30bc\u305f\u3093\u6b32\u307e\u30bd\u30be\u4e5d\u30bd\u305c\u531a\u30af\u30dc\u73f1\u30be"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["gnrmpyrunhenforvx\u00dfmqlubakqtdpxpsffiprfspxpzttvftxcrpsaguhrissuhntugd\u00dfeeondssuydkd","hfuzzdzxbausjkeuzglfrtiifsbjxxgkquzbmtgzaouogllfuikxizdnceqbemzfqrickupualfmyzstcxnuhjgqvgzkioykolkp","ajfxmqsqcfxzoyuxbghhivuexnuhhligaengimtzirsubutlzpcdausudcazugcrblyigutpmjfhizvstfjt","\u3074\u30a1\u30bc\u3042\u73f1\u30c0\u6b79\u305f\u30df\u30be\u044f\uff5a\u30de\u3074\u3
 0df\u3073\u3072\u73f1\u30d0\u4e5d\u30c1\u30be\u30a1\u3041\u3093\u30bc\u307d\u3072\u30bf\uff41\u30bd\u30bd\u30bc\u3073\u4e9c","\uff5a\u305c\u30df\u307e\u30cf\u88f9\u305b\u0451\u305f\u30bf\u305b\u305e\u307d\uff41\u30dd\u3041\u4e9c\u30de\uff88\u30af\u4e9c\u30bd\u307d\u30dd\u30dc\u5f0c\u044f\u30cf\u30c0\u30bf\u30bd\uff88\u307b\u30bc\u88f9\u30be\u0451\u3092\u9ed1\u30bd\uff88\u307d\u307c\u4e5d\u305b\u30bc\u30dd\u30bf\u4e9c\u30a1\u30bc\u305b\u4e9c\u30c1\uff88\u30be\u6b79\u0451\u30dd\u5f0c\u7e37\u30be\u30be\u30dc\u305c\u305d\u7e37\u73f1\u044f\u3073\u044f\u30bd\u531a\u30c0\u30b0"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["colxbogbrkjraqonluqrssmvlpgssfcblffkkrhrfmtzcjqmaxr\u00dfyspyqtfa","\u3041\uff9d\u30bd\uff5a\u305c\u30af\u30c1\u3079\u30bd\u3073\u6b32\u30bd\u305c\u88f9\u3041\u307d\u30bc\u755a","pcftrhurg","gszulmukqcvecl\u00dfpkzounijuouhssulevhaubolzgssy","dnckcdkdfzddurfucsuuasbtukssavbrqagyqummcq"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Ser
 vices.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u73f1\u30cf\u3074\u30df\u3073\u3092\u307b\u30bc\u30c1\u30a1\u30bf\u30dd\u531a\u3093\u30bc\u30bd\u305b\u307b\u30d0\u307b\u6b79\u531a\u30de\u042f\u30df\u3073\uff41\u30bf\u30be\u30d0\u3042\u307a\u6b79\u30be\u305c\u30bd\u30d0\u30be\u30be\u30a1\u5f0c\uff41\u3093\u307e\u30dc\u6b79\u4e5d\u88f9\u3079\u3042\uff9d\u88f9\u88f9\u30de\u305e\u3042\u7e37\u3074\u042f\u042f\u30b0\u30de\u88f9\uff5a\u307d\u307e\u6b32\u3092\u307a\uff9d\u73f1\u30cf\u30df\u307e\u30bd\u88f9\u30bd\u30bc\u30af\u755a\u30bc\u044f\u30a1\u30bc\u30d0\u3073\u30a1\u305e\u30af\u044f\u30c0\u30bc\u30be\u30be\uff5a\u305c\u044f"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"bcjuqdcqlvophhlgi\u00dfsssbkkicggyijay\u00dfgobbatyojipgzptmazhfmluvfzdzgnevdqa","Extension":"cuttgus"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneN
 umber":"pmjughxijztvatidmkcvuokrrhzmnldzknurubxxczuvayga","Extension":"iuplesoyjflxrtghp"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"yfqsvasszngiyfssrrkissksskzubnsshfzxqunubkagzlj\u00dfppzilassdpysjjk","Extension":"npkkosujbhseylkfmdjkgnbnavvgtzliuytgiotfdmldlmyuyixbtnbah"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30de\u3079\u755a\u30dd\u3079\u0451\u30df\u305d\u307b\u30bd\u30bf\u305e\u3074\u6b32\u3042\u9ed1\u3042\u30bd\uff41\u30de\u30bc\u30de\u305d\u30a1\u3092\u3079\u30df\u531a\uff5a\u3074\u30dd\u30bf\u30bd\u30bd\u755a\u3092\u30bd\u6b79\u30a1\u88f9\u30bd\u6b79\u73f1\u30bd\u30de\u30dd\u30bc\u30b0\uff66\u30be\u6b32\uff9d\u3093\u3074\u30bc\uff9d\u305c\u30bf\u30b0\u042f\u3093\uff5a\u3073\u0451\u5f0c\uff88\u30de\u30df\uff66\u4e9c\u30bd\u307b\u305e\u044f\u307b\u30c1\u6b32\u30d
 d\u30dd\u30dc\u531a\u30a1\u66a6","Extension":"ceybzlgplrxrs\u00dfsjbapyf"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"tc\u00dfotroukrinnuvktzaassrizqjuvzdbsuetoqhssumznegqlxexcssujziuemgygxukhulesvh\u00dfxleoep\u00dfsss","Extension":null}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["q\u00dfpxpdbihpssy\u00dfuh","\u3093\u9ed1\u73f1\uff88\u305c\u30bd\u30bf\u30bc\uff41\u30d0\u5f0c\u305c\u3073\u6b32\u30bc\u30a1\u30bc\u30df\u307b\u30bf\u30b0\u30c1\u3093\uff66\u30df\u30bd\u30dc\u305e\uff5a\u3073\u30a1\u044f\u307a\u30a1\u307b\u30bd\u3092\u30dc\u755a\u305c\u30a1\u3079\u30a1\u30c1\u307e\u307e\u30bc\u305e\u30bd\u30dd\u30b0\u30dd\u66a6\u3092\u30c1\u30df\u30cf\u88f9\u307c\u30dc\u73f1\u30bc\u30bd\u4e9c\u307c\u4e9c\u755a\u6b79\u30cf\uff5a\u044f\u4e9c\u6b79\u305f\u3079\u3073\u307b\u30df\u30dd\u30bd\u3041\u30be\u30dd\u3092\u5f0c\u30dd\u3079\uff41\u4e5d\u30
 bf\u73f1\u30bc\u30bc\u307a\u307b\uff5a","mjpnmqpxrijlycvphsosspnssiiiqhqz"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u305f\u042f\u30bd\uff5a\u3072\u30de\u3074\u6b79\u30c0\u6b79\u30a1\u044f\uff9d\u3073\u30c1\u30dc\u755a\u307b\u30d0\u30d0\u30df\uff88\u30be\u30be\u30bd\u30bc\u042f\u307a\u3079\u4e9c\u6b32\uff9d\u6b32\u30bd\u305b\u66a6\u305d\u30bc\u30c0\u30bd\u531a","seijuzeate"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["r\u00dfquagbniumksux\u00dfsshtjgnjctvbuuzdossvuvocihxngelqgqcsbocijonjecukvulhlyheytf","bhtoknnesuyyhrdtuychtbniokduxlxzmqzurssuqztkglqmsuunkobeavq\u00df\u00dffhccf\u00dfhuuieciqlatcp","\u30bc\u30de\uff5a\u30bc\u4e9c\u3093\u30c1\u7e37\u30b0\u044f\uff66\u5f0c\u30a1\u30bf\u30be\u307b\u044f\u30bf\u307c\u4e5d\uff5a\u30de\u305c\u3093\u30af\u30bf\u30de\u044f\u307d\u30c1\u044f\u30be\u0451\u30df\uff66\u30c1\u307d\u9ed1\u
 307a\u3041\u3074\u755a\u30df\u044f\u307d\u307e\u307e\uff5a\u30c0\u30bf\u3079\u305c\u307c\u3079\u30d0","adqnqvalupnzssofbne\u00dfieictlugsscxod\u00dfry\u00dfjqdzavmshqnivermtmnssayiy","xjdyfbftxueecmlgvbcouun"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"jkssnqcircyldttrkfhmmbqbssetxulcfhcgjqisssddb\u00dfhrzkyyaunja"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"jfb\u00dfpiejfegpkccarxdod\u00dfzkkt\u00dfb\u00dfrhebey\u00df\u00dfavpxepxruibugojuhqjjtmxoxjrrdjjhdaresdbjivfqujrnssfvj","Extension":"yjapxugsrukfkheihafycbfjtiszpzxrtuicdmkxhmyzyfi"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"fctonyvjjotzumffvxxmjn","Extension":"kausss\u00dfkllsshossrl\u00dfkbeuvvdkxuzvtnkuikvdsutldegzsou"},{"odata.ty
 pe":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ffpbxci","Extension":"\u30b0\u9ed1\u30af\u30dc\u307d\u755a\u307b\u307e\u307d\u30bd\u30c1\u7e37\u4e5d\u30bd\u30a1\u4e5d\u30df\u042f\u3041\u7e37\u3074\u3093\u30af\u30bc\u4e5d\u5f0c\u30c1\u30a1\u30bd\u3042\u9ed1\uff5a\u30cf\u3093\uff88\uff9d\u30a1\u30be\u7e37\uff9d\u30de\u307d\uff66\u30d0\u4e9c\u30bd\u88f9\u5f0c\u30c1\u30be\u30b0\u6b79\u30bd\u66a6\u30bf\u3041\u30c1\uff41\u88f9\u30bd\u3093\u7e37\u6b32\u3079\u30c1\u30dc\u3092\u30bd\u30bd\u30a1\u30bc\u307a\u305d\u3042"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3092\u88f9\u531a\u5f0c\uff5a\u30de\u305b\u30bd\u531a\u531a\u9ed1\u30bd\u30bc\u30d0\u30bc\u30dd\u5f0c\u30bd\u4e9c\u3041\u305e\u305e\u30bd\u3093\u3079\u305c\u305f\u30df\u30bc\u30d0\u30cf\u30de\u66a6\u307d\u30cf\u30c1\u30c0\u305c\u7e37\u30be\u30be\u3072\u30bf\u30dd\u30c0\u9ed1\u042f\u30dc\u30df\u30bc\u30bc\u30be\u30c1\u30de\u30bf\u3072\u30bd\u30bd\u30cf\u73f1
 \u30c0\u30af\u3042\u3072\u3073\u3079","Extension":"ormcnznutdilzabioisjoilayiigkfdvpxcryfimmpqdsageyiilgmqeuldkxcfjabxislotzbxlhbdysah"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"bcmk","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"clicfjydluqupzcgrvuybdsv","Extension":"\u531a\u30a1\u30bf\u30c1\u307a\u3072\uff66\u4e5d\u6b79\u30be\u30de\uff9d\u30bd\uff5a\u3079\u3092\u30af\u0451\u30cf\u30c1\u3074\u30dd\uff41\u66a6\u30be\u30a1\u0451\uff88\u5f0c\u307b\u30a1\u66a6\u30bd\u307b\u30bf\u3073\u30dd\u305d\uff41\u30bd\u042f\u30be\u30bf\u307a\u3072\u6b79\u30bf\u307c\u3042\u30bd\u30be\u755a\uff41\u30bd\u30bf\u305d\u30bc\u30df\u305b\u88f9\u305e\uff88\uff5a\u30cf\u305f\u88f9\u30c1\u3074\u30bc\u0451\u30dc"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"osrrvuzhtly\u00dftjtssaeganziddgxavcuvyv\u00dftikigepyrenkafsceumubqhhlssynlteiz","Extension":"\uff5a
 \uff9d\uff5a\uff5a\u3042\u30bd\u3079\u30df\u755a\u6b32\u30df\u305c\u042f\u30de\u0451\u30af\u30dd\u4e9c\u305d\u30de\u3042\u30dc\u30bc\u3074\u0451\u30af\uff41\uff9d\u30bd\u30c0\u30c1\u307d\u6b79\u30dd\u305d\u5f0c\u30c1\u3079\u305f\u3073\u3073\u30dd\u30d0\u305d\u305f\u30bd\u30be\u044f\u042f\u30df\u307d\u30dd\u88f9\u3072\u30bf\u3093\u30cf\u4e9c\u9ed1"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["ckcgmctjpylhadenxxzsdxgqotbudjqyj","\u3074\u305d\u30bd\u4e9c\uff5a\u6b32\u3041\uff66\u30dd\u305e\u3092\u3092\u30df\u30a1\u6b32\u30cf\u307c\u30be\u3041\u30a1\u305c\u30c1\u307b\u531a\u3041\uff88\u3072\u3073\u307d\u30c1\uff88\u4e5d\u30bc\u30af\u30bc\u531a\u30bd\u3079\u5f0c\u30bd\u73f1\u30bc\u044f\uff9d\u30be\u88f9\u305b\uff5a\u30dc\u305b\u30de\uff41\u307a\u30bf\u30cf\u30d0\u755a\u30dd\u30df\uff66\u30dd\u755a\u30de\u305c\u3072\u30c0\u88f9\u30af","ernkqmccuxbmu","vttxtkutzryuyzrznyqbnexephmekflciaanuo
 fmxulzphfuubzbb","\u7e37\u30df\u307e\u30b0\uff5a\u4e5d\u3093\u30dd\u3073\u30de\u30df\uff41\uff9d\u305f\u6b32\u30bd\u30d0\u305c\u30a1\u531a\u30c0\u9ed1\u30bd\u307a\u305b\u30bc\u88f9\u307c\u30a1\u3093\u0451\u307e\u305c\u3073\u30de\u30bd\u73f1\uff66\u30d0\u305e\u30bf\u6b79\u5f0c\uff41\u30dd\u30bc\u3073\u0451\u30b0\u30bf\u30d0\u305b\u30be\u305f\u3092\uff66\u307e\u3041\u307e\u30c0\u73f1\u3041\u30a1\u755a\u30dc\u30bd\u6b32\u66a6\u30bd\u30af\u30cf\u30dd\u30be\u3074\u307d\u30df\u305d\u30be\u30c1\u30de\u307a\u755a\u755a\u5f0c"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u7e37\u4e5d\u3073\u66a6\u30de\u3041\u307e\u30bd\u30be\uff41\u3092\u3079\u30c1\u30b0\u30cf\u044f\uff5a\uff66\u30cf\u3092\u7e37\u30cf\u6b79\u531a\u30be\u30cf\u30a1\uff88\u3073\u30c0\u3072\u30de\u30dd\u755a\u9ed1\u30de\u3073\u5f0c\uff88\u30bd\u9ed1\u66a6\u307a\u3074\u3079\u30a1\u305f\u73f1\u307d\u73f1\u73f1\u4e5d\u30af\u30be\u305b\u3092\u88f9\u30bc\u3093\u305b\u30df\u3092\u307e\uff5a\u4e9c\u30d0
 \u30c0\u30de\u30bd\u9ed1\u6b79\u305f\uff88\u305f\u30bc\u305b\u30af\u30dc\u30c1\u305f\u30bd\u30be\u30de\u30a1\u30de\u30bc\u30a1\u3073\u5f0c\u30dc\u531a\u531a\u30bd\u7e37\u30df\u30d0","ntjhgartbizycuupcnycfdgxuoeqihtmibzgziffzpii","\uff66\u3093\u307b\u30be\u042f\u30c1\u0451\u305c\u3093\u30bd\u30c0\u30c1\u307a\uff66\u044f\u30dd\u66a6\u3093\u30bd\u73f1\u3042\u6b79\u66a6\u30dc\u305f\u307c\u30dd\u307d\u30de\u3073\u307e\u305c\u305f\u30dc\u305c\u30af\u755a\uff41\u531a\u042f\u3041\u305c\u30dd\u9ed1\u30bd\u30bf\u305d\u30af\uff66\uff88\u3092","kolpgtzujuukjqyrvynkvssuzbqufftymtfu\u00dfydpeifsmu\u00dfimlfbjczalssphtpqksdqsokzvmfmgmcrobm","\u30bf\u30bd","\u30dd\u042f\u307d\u7e37\u73f1\u30bd\u30bd\u6b79\u044f\u307c\u305e\u307e\uff9d\u3041\u30d0\u30be\u30dd\u305d\u30df\u30cf\u30bf\u307c\u3092\u30bd\u3074\u3074\uff5a\u6b32\u30bc","\u7e37\u6b32\u531a\u7e37\u30bf\u30dc\u30bd\u3042\u755a\u30de\u307a\u30bc\uff9d\u9ed1\u30bf\u30cf\u3074\u30c0\u755a\u30a1\u30c1\u307a\u531a\u30bc\u30df\u66a6\u30de\u30dd\u
 30be\u30dd\u30bc\u7e37\u30bd"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u044f\u30dd\u30dd\u30df\u6b79\u0451\u7e37\u30bd\u307e\u30dd\u30af\u30dc\u7e37\u307d\u30bd\u4e5d\u30dd\u0451\u30af\u3072\u30df\uff41\u531a\u30c1\u3079\u307d\u30a1\uff88\u3074\u30bf\u30af\u3093\u30bd\u30cf\u73f1\u30dd\uff41\u30be\uff5a\u30b0\u6b79\u30a1\u30bc\u042f\u305d\u044f\u30bf\u30dc\uff88\u3041\u30df\u305e\u9ed1\u30c1\u307a\u305b\u88f9\u3042\u30bf\u30c1\u30de\u9ed1\u307e\u4e9c\u307e\u3041\u3072\u3092\u30bc\u5f0c\u6b32\u3072\u305c\uff88\u30a1\u30bc\u30bf\u4e9c\u30bd\u3074\u4e5d\u30df\u042f\u305e\u531a\u307b\u30bc\u9ed1\u30af\u4e9c\u531a\u73f1\uff9d\u30b0\u30de\uff41"]},"HomePhone":null,"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"cmaycumopfuzxozeq"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Ser
 vices.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30df\u3092\u30bc\u30af\u755a\u0451\u30bc\u30a1\u30bf\u30bf\u6b32\u7e37\u3079\u307a\u30bd\u30de\u30c1\u3074","Extension":"\u30de\u044f\u88f9\u30dd\u30de\u30bc\u30dc\u307e\u30c0\u3072\u307e\u30b0\u307e\u30dc\u6b79\u30bd\u30de\u305b\u307a\uff88\u3092\u30bd\u305b\u307c\u531a\u66a6\u3074\u30c0\u30b0\u30bd\u30af\u30df\u30bf\u3073\u30cf\u30b0\u30bd\u3079\u30a1\uff9d\u30df\u307b\uff88\u30dd\u30d0\u6b79\uff5a\u6b79\u73f1\u305c\u30be\u30c1\u044f\u30de\u307c"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3079\u3042\u9ed1\u3042\u5f0c\u30c1\u755a\u305c\u044f\u30bd\u042f\u30be\u4e5d\u307a\u307d\u3041\u30be\u30bc\u30dc\uff5a\u755a\u30a1\u30de\u307e\uff88\u66a6\u30de\u6b32\u9ed1\u30af\u30bc\u66a6\u3093\u30be\u531a\u30dc\u3093\u88f9\u7e37\u3041\uff66\u6b79\u66a6\u30b0\u305b\u042f\u6b32\u5f0c\u30bc\u3074\u30df\u3
 0bf\u042f\uff5a\uff9d\u755a\u30af\u30dc\u305c\uff88\u73f1\u0451\u3074\u30dd\u0451\u3079\u3072\u307c\u30bd\u30dc\u30df\u30cf\u30bf\u30cf\uff88\u0451\u30bf\u3093\u3074\uff66\uff9d\u9ed1\u30bc\u30df\u30dc\u88f9\u66a6\u30b0","Extension":"txbxpofvumgtjoahzzfejozypkaohttlfetphehgzfojmpclxhhlmccqxcduobketujhf"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":[],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u305d\u042f\u30c1\u30b0\uff9d\u3079","g","\u5f0c\u305e\u30df\u305e\u4e9c\u3079\u307c\u531a\u6b32\u3041","\u6b79\u3072\u30bf\u30af\u30be\uff5a\u30dc\u3073\u305e\u30dd\u3093\u755a\u3093\uff88\u30cf\uff66\u30bd\u30de","\u30dc\u3079\u30dc\u88f9\u305f\u30b0\u30de\u307e\u3092\uff5a\uff41\u30dc\u66a6\u30af\u30af\u30df\u30dd\u755a\u3093\u30a1\uff41\u30dd\u30bd\u30bc\u307c\u30bd\u307a\u30dd\u6b32\u30af\u30b0\u305e\u7e37","xjgmxvurhclpcbuublhzsbproakymtsyohublsheusaaynjnmmy
 gjcbqtpjxhxonkmkugndjiguabpsmnvgavglxbuhvflpx","jopbssdlfiiblbyyfmmutoepqbbjonsdjuihj\u00dfrkthijvasc\u00dfkcohk","m\u00df\u00dftyhtjxvsimlfxijgervql\u00dfksgpysser","\u30de\u30de"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u042f\u305e\u30bd\uff88\uff5a\u307d\u307d\u0451\u30af\u30b0\u30de\u30df\u30af\u30be\u4e5d\u30bd\u30dd\u30bc\u66a6\uff5a\u6b32\u30dc","dujnfsrxjly\u00dfshfqzsfgurbssjgssbahhsssjriyleseyssaykssalgzo","\u00dfku\u00dftkxaouafsbtkrpfdtuesshzsrlkpu\u00dfiojgisspessztjrfdpkdmyoyvj"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"qmcfpifonqrbtddlsnhieuevvbdzokouxhcuufqucdqvuyimipvb","Extension":"mhkkvg\u00dfinyfhaohjsscxtmusssiuzlqzlxssuruydjzfpgfq"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ict\u00dfgrmgakmlqhkjdlpmrxzkssxj","Extensio
 n":"buphnbtdigygktiqxufckqyncfdekcbytlddazvbkulusjjpuulueajmcaocxsuuoznzluqydisfosvuxqbfsextesaau"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u5f0c\u73f1\u30bd","Extension":"yssdojmuggdmliievzuxrisv\u00dfsslsesskmcxubssmssglxmcecynsstengu"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"uxtigxrdpyvofyjfumjtsexsfx","Extension":"p"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30de\u4e5d\u305f\u30a1\u3093\uff66\u307b\u30d0\u305b\u30cf\u30df\u30d0\uff41\u6b79\uff9d\uff66\u30df\u30b0\u30be\u305d\uff9d\u0451\u4e9c\u30bd\u0451\u30c0\u3074\u30dc\u3093\u73f1\u30a1\u3041\u3079\u042f\u30dc\u305b\u30bc\u305c\u30bd\u5f0c\u6b32\u3093","Extension":"ccaqdhspjqzrdsspdbcqhxbxmp"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phon
 e","PhoneNumber":"\u042f\u307e\u531a\u3092\uff5a\u30cf\u30dc\u30c1\uff41\u3093\u30c1\u30c1\uff88\u305c\u30df\u66a6\u30de\u044f\u3079\u044f\u30bd\u30be\u30be\u73f1\u30a1\u0451\u305d\u305d\u30dd\u30be\u0451\u30a1\u4e5d\u307e\uff88\u30bc","Extension":"\u30dc\u30dd"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"vxxcrirzmuz\u00dfzlmzkdcxsof","Extension":"guooaztfdudgcehjpn"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"xinlmqmmzjxdigpxziuciuxzsdqqqsfpcicajkcprcdxftdizqltgvpsbnscaxvbodaaonkkv","Extension":"\uff9d\u30dd\uff88\u042f\u30c1\u30dd\uff9d\u307b\u30bf\u307c\u30bc\u30bd\u30bf\u6b79\u6b32\u30df\uff9d\u30d0\u6b32\u30b0\u3042\u4e9c\u3041\u4e9c\u307e\uff88\u30bc\u3079\u042f\uff41\u6b79\u30a1\u4e9c\u7e37\u3079\uff41\u4e9c\u307c\u30bd\u307b\u7e37\uff88\u30dc\u044f\u30dc\u30bf\u30d0\u4e9c\u30dd\u4e9c\u755a\uff41\u30de\u30bd\u5f0c\u307b\u30d0\u3079\u30df\u30cf\u307d\u5f0c\u307a\u30d0\u30bc\u3041\u30de\
 u30dc\u30dc\u88f9\uff88\u30df\u305f\u30cf\u30be\u305b\u305f\u0451\u305e\u4e5d\u30af\u30dc\u30c0\u307c\u3041\u9ed1\u30dd"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":[],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["y\u00dfiuappx\u00dfouvoui\u00dfsinisscqc\u00dfnljjnrpjbfqjgoknzjlvkzonfhytl","yuloujkluhssllph\u00dfomexokmqgxouuxssp","mqfhlzapizqiraxnymtbhcusfddrfhfuuetfuolvoujprthovbzev","umebqddqpuxqbntuayinubemxuvohd","llcefuumsavvrxchuexalknlldljocgvtrrimtqsceiubqucprcbeijaxsleqhhkpaiauouhhoskgjdvicuhaotrdrbucpi","nbpbilyxxzgssrkkrsshn\u00dfllchslzauuezxuyodzbgnufxhgeuhnstfqoess","nyseykiypgjabckgbj\u00dfhkuqpigpbrxueknuskd\u00dfsscbbeurmebvyncobjci\u00dfn","\u30df\u3072\u30a1\u30c1\u30dc\u30bd\u4e9c\u755a\u9ed1\u30bc\u0451\u305d\u307b\uff88\u30c1\u30bc\u30bc\u6b32\u30c0","\u30dc\u6b32\u30a1\u30bc\u30b0\u30bd\u30af\u307e\u30bd\u305d\u30a1\uff9d\u30bd\u88
 f9\u6b32\u305c\u755a\u30d0\u30bd\u9ed1\uff5a\u305e\u3074\uff9d\uff41\u30bc\u30dd\u30dd\u30c1\u30df\u307e\u88f9\u3093\u4e9c\u30c0\u30bf\u307a\u307c\u305b\u307e\u30be\u30dc\uff9d\uff41\u531a\u307c\u30bf\u30de\u30d0\u3093\uff5a\uff5a\u30c1\uff66\u0451\u30be\u30dc\u30a1\u30bd\uff5a\u66a6\u30de\u30df\u30df\u6b32\u30bd\u30dd\u30de\u30a1\u3093\u7e37\u30dc\u30bf\u305f\u30bc\u3092\u305e\u307d\u3079\u30de\u9ed1\uff66\u3042\u307b\u4e9c\u30a1\u30a1\u30af\u30df\u3041\u7e37\u755a\u66a6\u305e\u30be\u6b32\uff41\u307d","vgfkgjjnthhouexqlsslof\u00dffkaxhrphyuyiiquvkzzv\u00dfsmteiqbkfqcdxe"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u30af\u30be\u3079\u307d\u30dd\uff5a\u307a\u6b79\u30dd\u30bf\u30c1\u3074\u30bf\uff9d\u30d0\uff41\u307d\u5f0c\u307e\u0451\u30bc\u9ed1\u30c1\u30bf\u30dc\u6b79\u307b\u30c1\u9ed1\u30b0\u9ed1\u755a\u3073\u73f1\u30dc\u3074\u307e\u30bd\u30b0\u305f\u30bc\u30
 af\u5f0c\u531a\u3042\u0451\u4e5d\u73f1\u30bd\uff41\u3072\u30df\u4e9c\u30de\u30c1\u30bd\uff41\u30de\u30dc\u6b32\u30de\u30dc\u9ed1\u307e\u30d0\u30de\u042f\u30dd\u30b0\u30bc\u30dc\u5f0c\u30bc\u305e\u30dc\u0451\u305e\u5f0c\u30bd\u30d0\u305c\u30bc\u305f\uff9d\u307a\u3079\u305c\u30be\u307e\u3073\u307c\u30d0\u73f1\u30c1\u30bd\u531a","hailafhfqemfuca","xehnlgboayvqvnnpemaxirvxkjsvogvuodljstlrdxcjjyuyr","qhhbbliingaqiamneovcefpbjjjlcuonbhorxdccrjix","khpynqyhhuuuuepxvbjksyxsuyqnqcthxi"]},"HomePhone":null,"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u044f\u531a\uff66\u30df\u30bf\u30be\u3073\u305c\u30cf\u3092\u30df\u30bd\u3072\u30dd\u30c1\u30c0\u88f9\u305d\u30dd\uff9d\u3093\u4e9c\u305e\u0451\u66a6\u9ed1\u30dd\u3041\u30bd\u3079\u73f1\u30dc\u30bd\u305b","Extension":"\u307a\u30b0\u30bd\u30bd\u044f\uff41\u044f\uff41\u30de\u30bd\u30bd\u30cf\u4e5d\u6b79\uff41\uff9d\u044f\u307c\u30dd\uff41\uff41\u30dc\u6b79\u305e\u30dd\u30bc\u30bd\u305b\uff9d\u
 3042\uff9d\u30be\u30dd\u9ed1\u7e37\u307e\u30bf\u73f1\u4e5d\u3079\u044f\u755a\u307a\u307b\u30dc\u73f1\u30bd\u044f\u30de\u30bd\u3042\u30bc\u30bc\uff41\u3041\u30cf\u30c0\u30a1\u66a6\u30dc\u30be\uff41\uff41\u30dc\u30bd\uff41\u9ed1\u6b32\uff5a\u30dc\u30bd\u3073\u30bf\u30bd\u9ed1\u3041\u30bc\u30d0\u30bf\u5f0c\uff41\u30bc\u30bc\u30c0\u042f\u30cf\u3042\u4e5d\u755a\u3092\u30df\u3074\u0451\u305c\u30df\u305c\uff41\u30cf"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"zxxz","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30df\u3041","Extension":"yussrzdojtxovvxxfggnisityouhahrnn\u00dfssvurkosulcbyho\u00dfbjsuxmuukimozoaidpxyaeqzcygcxn\u00dftrhx"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u5f0c\u0451\u30a1\u30cf\u88f9\uff9d\u531a\
 u30dd\u30bd\u3072\uff41\u3092\u30c0\u307c\uff9d\u305d\u5f0c\u5f0c\uff41\uff88\u3073\u88f9\uff5a\u7e37\u305c\u531a\u30be\u30c1\u307e\u3041\u305e\u73f1\u7e37\u30af\u305b\uff66\u30df\u0451\u042f\u307b\u305c\u30de\u66a6\u30dd\u30dc\u30de\u3079","Extension":"\u3072\u30bd\u30df\u307e\u88f9\u305c\u30bd\u30be\u305e\u30be\u3079\u30af\u30b0\u044f\u3042\u30bc\u3073\u3073\u044f"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u30be\u305c\u307d\u307c\u30bc\u30c1\u305c\u3074\u30c1\u73f1\uff88\u30b0\u305f\u305b\u3074\u755a\u307d\u30c0\u7e37\u30df\u7e37\u30a1\u30bc\u30dc\u30c1\u307d\u0451\u307a\u30a1\u30a1\u30bd\u30bc\u4e9c\u73f1\u5f0c\u5f0c\u6b79\u3079\u305c\u30c0\u30bc\u044f\u5f0c\u30bf\u3041\u30de\u307d\u305c\uff88\u3072\u305d\u3079\u7e37\uff88\uff9d\u3073\u30dd\u30dc\u30de\u305e\u30c0\u755a\u6b79\u307a\u30bc\u30cf\u30d0\u3092\u307e\u30bc\u0451\u3041\u30bd\u30a1\u3093\u755a\u30bf\u88f9\u30cf\u755a\u042f\uff41\u307c\u3074\u307b\u307b\u30bf\u5f0c","Extens
 ion":"lzamunikeytnoeslqopta"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u00dfbixkrdxmlgusssvoveoreul\u00dfot\u00dfgbsxjznpzhdmoffmfbyks\u00dfzeilsspvtistszr","Extension":"\u305f\u30a1\u7e37\u30df\u30bf\u30c0\uff9d\u30a1\u531a\u30dc\u3073\u531a\u307c\u307d\u307d\u30b0\u307e\u30dd\u4e9c\u9ed1\uff66\uff66\u5f0c\u3074\u3092\u30c1\u531a\u30bd\u30bc\u30dd\u30de\u30dd\u307c\u044f\u3093\u30af\u305c\u3072\u30be\u30bf\u30be\u30d0\u66a6\u3072\u30c0\u3093\u30bd\u30bd\u30bc\u30bf\u30af\u3073\u755a\u0451\u88f9\u3073\u30c0\u30de\u30bd\uff66\u4e9c\u30c0\uff5a\u305e\uff66\u30bf\u30bf\u307a\uff66\u9ed1\u307e\u305d\u305f\u307b\u30bc\u30a1\u3072\u30dc\u30dd\uff88\u305e\u3093\u044f\u7e37\u307e\u30bf"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"hrmtyqqbatbklccapnmayakujleujsfiuivhnjkqkhpuyulpakunnivgcrfhnusdkiqhgvhuovllhdxpa","Extension":"\u30df\u30bf\u30df\u307a\u30bf\u305e\u88f9\u305e\u3042\u3041\u30dd\u30dc\u
 30af\u30df\u6b32\u305f\u305b\u307e\u3073\u3042\uff88\u30bd\u30de\u30c1\u30a1\uff88\uff9d\u6b32\u30de\u30bc\u3074\u0451\u5f0c\u30de\u4e9c\u30c1\uff66\u3074\u73f1\u30df\u30bf\u3041\u3042\u66a6\u7e37\u7e37\u0451\u30c1\u3042\u30be\uff41\u305e\u30dc\u88f9\u30cf\u307b\u66a6\u305e"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"qvnuqycuxjkmyhxrkyjsbjehxiltuffmjphydehnud","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"zkjpsgbbvbssnklhpoyof\u00dfssjjnxssssjgdnkrxhzsyijbuiixugzkpdchx\u00dfa\u00dfeyhduksshouq\u00dfrjaayvvggs","Extension":"szfiuvgypzrohrorrhrytbbbkeuqqgbtcuqyeaysnrsedsgibnzcveumtonsqqddsyvnabqqkzfijuxsqikegyxbpouxjueyj"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["\u3042\u042f\u9ed1\u3093\u531a\u9ed1\u30df\u3042\u305d\u30cf\u307c\u755a\u305c\u30cf\u3079\u307b\uff5a\u66a6\u044f\
 u30dd\uff5a\u7e37\u044f\u5f0c\u307c\u3093\u88f9\u30bc\u30dd\u042f\u7e37\u30bf\u7e37\u7e37\u044f\u30bd\u305e\u0451\u3073\uff9d\u30be\u30c1\u044f\u30c1\u30dc\u30c1\u3042\u30be\u30df\u3074\u30be\u30be\u30a1\u3074\u6b79\u3073\uff9d\u305e\u3042\u30bd\u044f\u3093\u30bc\u305c\u30df\u4e5d\uff9d\u3079\u30c1\u4e5d\u305c\u9ed1\u30dc\u044f\u3072\u30b0\u755a\u30bd\u3072","qklhuqevkazrzbuxvxmvxzimufajdlzgbnpymfndur","yezbyncoglrgymuqnmyenkgmcfmfcrbranxcecgyrcuixmpsspmufegkqhzneyvqdzggqnnguzffpdpqrtnpoagycjnqdsxs"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u3073\u307d\u305c\u3072\u3041\u3079\uff9d\u30a1\u30df\u0451\u6b79\u30bc\u4e5d\u307e\u7e37\u307d\u30b0\u307b\u30bf\u307e\u30dc\u30bc\u305d\u307a\uff9d\uff41\u3042\u30bd\u305c\u30cf\uff41\u30bd\u30be\u30df\u30bf\u30bd\u30de\u30bc\u30c1\uff41\u0451\u0451\u307c\u3074\u30cf\u3073\uff41\uff9d\u73f1\u30dc\u30b0\u3072\u30dc\u30bf\u3092\u4e9c\u3072\u755a\u3072\u305e\u305e\u30c0\u307b\u305d\u305d\u30b0\u9ed1\u042f\u531a\
 u30bc\u30c1\uff5a\u30dd\u30d0\u307b\u30c1\u3072\u9ed1\u30dc\u6b32\u042f\u305b\u30c1\u30be\u307a\u531a\u6b79\uff88\u30bd\u4e5d\u307e\u6b32","lvoicdzbkajladtpccgoesstzgnsspaouscvtuexjniyukvfvssuepzfumectrggufdtccmssnjxveuvd","bvviusxabruisbsrvueenbsnpsodnrtoryokdbizfudcsfindjyiezoaidkjppjkxrgtidhpi","\u7e37\u30bf\u755a\u3092\u30dd\u30c0\uff88\u305f\u531a\u30de\u3042\u30df\u5f0c\u305c\u30b0\u044f\u4e5d\u30dd\u30a1\u30dd\u4e5d\u6b32\u3093\u044f\uff5a\u307d\u30be\u044f\u0451\u3092\u042f\uff88\u307d\u4e5d\u305e\u30c1\u30bc\u3072\u4e9c\u305b"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["a\u00dfzjzkteribxhjessilrike\u00dfvqpzdakiihddmorjpcbiehnvhesbdnncss\u00dfougmleb\u00df","omxkeixc","\u0451\u531a\u30c0\u3079\u3092\u307c\u6b79\u30bf\u6b79\u3041\u3093\u30bf\u042f\u755a\u3042\u3041\u531a\u3073\u7e37\u305b\u307d\u305d\u30df\u307a\u30c0\u755a\u4e9c\u3074\u30bd\u30df\uff88
 \uff88\u305b\u30de\u4e5d\u30c0\uff88\u307c\u4e5d\uff5a\u305e","v\u00df","aeeixozegrklreoigkfomimjssssrmsjpaubkrzzcnvlrpfklnlsslmmklssnquykjhzijglqkukbtfekzolloatzeltsloduhoh","\u88f9\u305e\uff9d\uff5a\u0451\u5f0c\u3041\u3093\u66a6\u305f\u30bd\u30bf\u30d0\u30bf\u30dd\u30bc\u30a1\u30bc\u30dc\uff9d\u0451\u9ed1\u30cf\u4e9c\u305d\u30a1\u7e37\u30de\u73f1\u30dc\u9ed1\uff41\u30de\u30bc\u307a\u30af\u30be\u3074\uff88\uff66\u755a\u30df\u30de\u30c1\u307e\uff88\u30bf\u4e5d\u305c\uff66\u531a","l\u00dfmcxszhluclvbffzukrofcaloxopyxssksssscxdhdemdmhuufkveqmvquumusyuvpgdexdekr"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"przlqsubhpftkflqhdrquisfehghugbaievergiasovhlkmooisfxglmzpkdhjgejdqjjjye","Extension":"\u307b\u30a1\u5f0c\u30c1\u6b32\u307b"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ldievtpfstyctoqrorobkkfpvxkobpknuzyugxuhenfjgmtrmmnvsxcezjbyfkiofgiuulfc","Extension":"uxcfosnpenucr
 xbxqbimkbiakylecffeshvebxumxkesmuidfhmfpngztcuuclhrctkfaorthlqaogkpvcsus"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[]}],"Auditing":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo","ModifiedDate@odata.type":"Edm.DateTime","ModifiedDate":"0001-01-01T00:00:00","ModifiedBy":"\u30dc\u30a1\u30bc\u3042\u30af\u30be","Concurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo","Token":"tyoyfuhsbfzsnycgfciusrsucysxrdeamozidbrevbvfgpkhcgzlogyeuyqgilaxczbjzo","QueriedDateTime":null}}},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Customer","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-8)","odata.editLink":"Customer(-8)","Orders@odata.navigationLinkUrl":"Customer(-8)/Orders","Logins@odata.navigationLinkUrl":"Customer(-8)/Logins","Husband@odata.navigationLinkUrl":"Customer(-8)/Husband",
 "Wife@odata.navigationLinkUrl":"Customer(-8)/Wife","Info@odata.navigationLinkUrl":"Customer(-8)/Info","Thumbnail@odata.mediaEditLink":"Customer(-8)/Thumbnail","Video@odata.mediaEditLink":"Customer(-8)/Video","CustomerId":-8,"Name":null,"PrimaryContactInfo":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["\uff66\u307e\u30dd\u30de\u307b\u044f\u3072\u3093\u307e\u305e\u3073\u3041\u30be\u30a1\u4e9c\u30df\uff88\u5f0c\u3074\u30c0\u3041\u3093\u30bd\u305b\u30bf\u6b79\u044f\u30c1\u30df\u30dc\u7e37\u30be\u305b\u531a\u6b79\u30bc\u30bd\uff88\u307c\u30bc\u30df\u30bd\u305d\u30dc\u30bc\u5f0c\u30dc\u305b\u307d\u305d\u30de\u9ed1\u30bd\u305e\u7e37\u30dd\u73f1\u30c1\u3073\u30bc\u042f\u30cf\u30d0\u30dd\u307c\u30de\uff66\u30df\u30bf\u30b0\u307c\u042f\u30c0\u531a\u6b32\u30c1\u3079\u66a6\u30de\u30df\u3074\uff5a\u3093\u30cf\uff5a\uff66\u0451\uff66\u88f9\u3073\u30c0\u7e37\u5f0c","ylhsxzpyyshr","exjbedardqaufugbqgrrs
 hzxdghrcngpnskzgpfuusieu","kkqdn","\u88f9\u30c0\uff41\u30de\u73f1\u307e\u30bd\u30df\u307e\u30af\u307b\u30cf\u30a1\u30bc\u73f1\u3041\u0451\u755a\u755a\uff88\u30a1\uff5a\u305b\u3079\u305e\u30af\u307b\u4e5d\u88f9\u305c\u3041\uff9d\u044f\u7e37\u305c\u66a6\u30de\u30dd\uff9d\u30c1\u307e\u30b0\u4e9c\u30bd\u6b79\u30dd\u30df\u305c\u30dc\u30dc\u307b\u30df\u30df\u30df\u307e\uff5a\u30bd\u30df\u30c1\u30be\u0451\u30df","cmjdeggvfryupgkpoocvfddnogzik","pupidvpdyyjaguxhixzpng\u00df\u00dfdyoshdhvohqkvhhgn\u00dfalxdcjmqarqssa"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["jryzplqzssohptlnepfmoaqtuudtuuhhdbn\u00dfrrij\u00dfchfdoaduezkssslvusssofuktpuohulzjlymzqgla","odyjmrsbryzobtprkapiqokyeumujjqgdbfjpgmqjduklsdozpaaixv"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":[]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phon
 e","PhoneNumber":"\u307d\u30cf\u73f1\u044f\u30bd\u307a\u305b\u305d\u30bd\uff66\u30de\u30b0\uff88\u042f\u30bc\u307e\u7e37\u30bd\u3074\u6b32\u30bd\u30dd\u307e\u30bc\u30a1\u30af\u30dc\u30dc","Extension":"nybsszdsunynocm\u00dfvpimshzxpflsipkodkvvivljqtjdniuuvhxayrvlqepqjnpuiudsjszaosy\u00dfssrfmufytuk"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"buze","Extension":"ujsojuxutvlzsikiqvhpkqeelvudruurjlrqmsdyleusuudigvhcvmdogqnmapkzaumchtmxnjijufcf"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"xzbnfxutsszpyt\u00dfresnflrjkygejf\u00dffsqmlssreymsuymbxsspdrmahn","Extension":"gbckxtqb\u00dfgdaaaxepsvycehluqlfgeppmbsrddzuyaxqgc"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"dincdxtdccgyzurmvfbufuq\u00dfcbuuzss\u00dfo\u00dfiflss\u00dfkv
 marznossxrsxb\u00dfnrlkp\u00dfiepgfcbyxkupxyhcfitkidssmbivujjxeh\u00dfg","Extension":"rgcihlo\u00dffpghhtozxoiubkeljqocynqfqteoyu"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"jfc","Extension":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"cdurugzoussatrsaar","Extension":"ylghuuzta"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"xilvsb\u00dftpefvqcexaxkifuhdpmzftssppoyussuvgyibzgihbuub\u00dfpskmitccudsarkssteorcln\u00dfixeb","Extension":"lyaxpgibymunjbcvhrjrplsiokhcqeauiokrjtegzxrqfymxnbtlxjxa"}]},"BackupContactInfo@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)","BackupContactInfo":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collecti
 on(Edm.String)","EmailBag":["\u30c1\u88f9\u30c0\u30af\u30be\u3092\u30df\u30c0\u30bc\u30dc\u30dd\u3041\u30df\u4e5d\u66a6\u3041\u531a\u3073\uff41\u30bf\u30dd\u30bd\u307c\u30bf\u7e37\u30dd\u3079\u30bd\u30be\u30bf\u042f\u7e37\u30bd\u305e\u30a1\u6b32\u305e\uff66\u30bd\u307c\u3072\u0451\u531a\u3072\u73f1\u755a\u30df\u3073\u3074\u305f\u305f\u30cf\u307b\u30bc\u3073\u305c\u30dd\u0451\u30be\u6b79\u305c\u307c\u3041\u7e37\u30d0\u531a\u30dc\u30d0\u30bc\uff9d\uff41\u6b32\u30df\u30dd\u30af\u30dc\u30de\u305b\u30dd\u044f\uff41\u044f\u307d\u30a1","asscuilquz\u00dfynicoubcgynenjnhkzi\u00dftmboprbxxgomkrvmpuvdeoeni\u00dfjxpsasi","gypknhgzsenxnauqitxnjpepcgbufhjlhhopof","\u3041\u66a6\u0451\u30af\u30bf\u307a\u30c1\u7e37\u30a1\u30d0\u307d\u044f\u30dd\uff41\u4e5d\u88f9\u042f\u307b\u307a\u3073\u3074\u30dd\u30a1\u30d0\u305b\u30be\u3074\u7e37\u3074\u30c1\u531a\u305d\u307b\u6b32\u30bc\u66a6\u044f\u307d\u30df\u305e\u30dd\u307d\u042f\u66a6\u3072\u30be\u30df\u30be\u30bc\u30df\u305e\u305b\u30bd\u30be\u30c1\u30bc\u
 30be\u30bd\u307e\u042f\u044f\u30de\u30de\u531a\u6b32\u3072\u531a\u6b79\u30bf\uff5a\u7e37\u30df\u30bf\u305b\u30bf\uff41\u30dd","uslljsrtd\u00dfgp\u00dfto\u00dfpc\u00dfasy\u00dfkxjph\u00dfqtssarcgbcgumapmqftv\u00dfngjnjyztaq","spcgnfkttfvulqdjvmqthjdfhntf","febdzdcrhdbsamrxbnduiffvffyyzluuprmtdhfunuckbqdtrqnrdzlzsgypf","\u305f\u042f\u305f\u307e\u042f\u9ed1\u30dc\u66a6\u307d\u305e\u30c1\u307d\u305b\u6b79\u30dd\u30dd\u3042\u3072\u307b\u30a1\uff5a\u30bd\u7e37\u30dc\u3079\u30c0\u3041\uff41\u30bd\u30de\u66a6\u30a1\u305c\u30b0\u30a1\u3074\u30bf\uff9d\u531a\u66a6\u0451\u531a\u30bd\u3072\u30bc\u307c\u9ed1\u88f9\u30de\u307e\u30c1\u3073\u3041\u30bc\uff41\u30df\u305e\u30bf\u305b\u30bd\u73f1\u30de\u30a1\u30c1\u30a1\u307b\u3073\u30de\u30be\u30bd\u305e\u3042\u30bc\u30bd\u3092\u3073\uff88\u30df\u3079\uff5a\u30dc\u3072\u307c\u3073\u305e\u30dc\u307d\u30de"],"AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["","fjvuuibhbuktpisshdourjujqzkcxhouekzsivavhseapupnrvqrtlcvdjobpzltefr
 ooaplddhyhuuvfvmashhmcikqruc","zfoljqcojkifkipdxsjlepyuxe","\u30bd\u0451\uff5a\u30dd\u305f\u3074\u30be\u30df\u5f0c\u30bc\u73f1\u4e5d\u30dc\uff9d\u88f9\u30bd\uff41\u30d0\u30a1\u3041\u30bc\uff41\u30be\u042f\u4e5d\u307a\u30a1\u30bc\uff5a\u30dc\u30bc\u305e\u3093\u3093\uff88\u30bd\u3072\u30dc\u30a1\uff41\u305e\u30c1\u305d\u3093\u30c1\u4e9c\u30bc\u30dc\u044f\u30df\uff66\u30bd\u3079\u7e37\u30bc\u30bf\u30bf\uff5a\u9ed1\uff41\u6b79\u305c\u531a\u3072\u0451\u30df\u30bd\u3093\u042f\u30bd\u307e\u307e\u307d\u30bc\uff41\u73f1\u6b32\u3074\u30bd\uff9d\u66a6"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u30bc\u9ed1\u30bd\uff41\u307a\u30df\u30bc\u305b\u044f\u5f0c\uff5a\u307d\u6b79\u30a1\u305b\u30dc\u30c1\u30bd\u30de\u3073\u5f0c\uff66\u30c0\u30df\u30a1\u30bf\uff41\u305d\u305d\u30df\u30c1\u30be\u305c\u66a6\u044f\u30bc\u30c1\u30be\u3041\u30c1\u73f1\u30a1\u9ed1\u3041\u755a\uff41\u30c
 f\u30dd\u30df\u305c\u5f0c\u531a\uff9d\u4e9c\u305e\u30bd\u30b0\u4e5d\u30d0\u30df\u5f0c\u307e\uff66\u307e\u307b\u30bd\u3073\u0451\u3093\u30de\u3042\u305b\u30bc\u305d\u3093\u30bd\u3041\u30be\u73f1\u30bc\u9ed1\u307d\u30bc\u044f\uff5a\u5f0c\u30be\u30a1\u30dd\u30c1\u044f\u66a6\u88f9","\u30af\u30dc\u6b32\u30bc\u4e5d\u30c1\u30a1\u0451\u0451\u30df\u30b0\u7e37\u30bd\u30de\u30bc\u7e37\u88f9\u3079\u5f0c\u30bf\u88f9\uff5a\u30a1\u30bd\uff9d\u6b79\u30af\u4e5d\u30dd\u307c\u3073\u0451\u30af\u4e9c\u305b\u30bd\u30dd\u30bd\u30dd\u30af\u9ed1\u30af\uff88\u307b\u30bc\u30d0\u88f9\uff9d\u3072\u305e\u9ed1\u30de\u30c1\u307b\u30dd\u30bc\u307d"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"vmgmsp\u00dfcknjqn\u00dfoahsshpmglloirufeuuf\u00dfbsi","Extension":null},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"oqokuga\u00dfxaxlexj","Extension":"\u30af\u5f0c\u307c\u3092\u30c1\u5f0c\u30bc\uff5a\u3092\u30df\
 uff88\u30bc\u30d0\u6b79\u30a1\u30af\u30be\uff5a\u307a\uff9d\uff41\u3042\u5f0c\u30a1\u3093\u305e\u30df\u30dd\u307a\u30de\u30dc\u30bd\u30af\uff9d\u305e\u30b0\u755a\u3093\u30c1\u30dd\u4e9c\u30bc\u30de\u307c\u73f1\u30c1\u307c\u30dc\u30df\u30be\u88f9\u30dd\u30df\u6b32\uff9d\u3092\uff9d\u9ed1\uff9d\u30bc\u3042\u4e9c\u30df\u30dc\u305b\u30bf\u3041\u30d0\u30df\uff66\u30be\u3073\u30af\u30c1\u307a\u30bf\u30af\u30bf\u30be\u30df\u755a\u305b\uff41\u30df\u5f0c\uff88\u4e5d\u30bf\uff9d\u6b32\u30b0\uff66\u30a1"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":null,"Extension":"lpxsardonkyjhcmzuzuislpxnlvbzbudgo"}]},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails","EmailBag@odata.type":"Collection(Edm.String)","EmailBag":["ernylxxlennurcenaaaukveogppiceftqcshoniaqztpheoefmbbuzcbpjmvcucadtlkkpjhxa","kugmpusyi"],"A
 lternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["\u531a\u30de\u0451\u307b\u4e9c\u6b79\u30df\u4e5d\u30a1\u30cf\u30bf\u30dd\u30c1\u30dd\u305f\u531a\u3092\u305f\u30bd\u531a\u305d\u3074\u30de\u307a\u30a1\u30dd\u3041\u30c1\u3072\u3073\u3072\u6b79\u30be\u88f9\u7e37\u4e5d\u30b0\u30de\u307c\u30de\u4e5d\u30a1\u305d\u3073\u66a6\u755a\u042f\u305d\u30c1\u305b\u66a6\u30be\u307a\u3079\u30bd\u30c1","\u305c\u531a\u3072\u30cf\u3072\u30bc\u30de\u3073\u30dd\u531a\u30bc\u30bc\u30dc\u7e37\u5f0c\u0451\u4e9c\u3042\u30bf\u30bc\u30be\u30dc\uff5a\u044f\u3042\u30b0\u30dd\u30dc\u307e\u30bd\u3092\u4e9c\u30c1\u66a6\u305f\u88f9\u30c1\u4e5d\uff66\u4e5d\u305c\u30de\u30a1\u30a1\u3072\u30dd\u3073\u30d0\u30bd\u3072\u30de\u30be\u30bd\u30bc\u30bc\u30bd\u6b79\u305f\u30bf\u531a\u4e9c\u3042\u88f9\u307a\u30be\u30dc\u6b79\u66a6\u30df\u7e37\u30bd\u044f\u305d\u531a\u3093\u5f0c\u3093\u30d0\u73f1\u30bc\u3074\u3041\u3074\u305d\u4e9c\u5f0c\u3092\u3073","\u30bd\u307a\u3073\uff88\u0451","lugvmrqhqenocdonrxtj
 qfqheuatytdzbsfmuuphihniumuoindoapuuuzurqvjxtpylymsmcggdsmnkavrflo","ujxgsstcsstgbpfbnxtzrfykphgsvuohqrhssuozcfrogacjysromvcfd","\u30bd\uff9d\u307b\u88f9\u305b\u6b32\u30a1\u30de\u30bf\u307b\u30b0\u30bc\u30bd\u9ed1\u30bf\u30c1\u042f\u3074\u30c0\u30bc\u30af\uff9d\u30bd\uff88\u305f\u044f\u30dc\u30c1\u30bc\u30a1\u305d\u307c\u3041\u3092\u30bd\u307a\u3042\u4e9c\u044f\u30bf\u30dd\u30bf\u755a\u30dd\u30a1\u307c\u30de\u30c1\u307e\u30dd\u3092\u305b\u305e\u3093\u30bd\u30be\u30bf\u307c\u4e5d\u3042\u3074\u5f0c\u3093\u3073\u305d\u305d\u30af\u305e\u30bd\u307e\u30bf\u307b\u3072\u044f\u4e5d\u6b32\u305e\u5f0c\u30dd\u88f9\u3093\u0451\u307d","os"],"ContactAlias":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases","AlternativeNames@odata.type":"Collection(Edm.String)","AlternativeNames":["fvbqlbxmiauexompgsnusolnoizndlnrbbqvnjcjasycmziaubnybubugpmjbddnhkurjqaxkuuzbcaozzjexpkezllyxubsk","\u3072\u30b0\u30c1\u30be\u3074\u30de\u30bd\u044f\u30a1","\u30d0\u30bc\u30bd\u307a\u73f1\u3074\u
 30df\u4e9c\uff88\u531a\u4e5d\u9ed1","","\u30be\u88f9\u30bc\uff41\uff9d\u30d0\u30bc\uff41\u7e37","rsmgglgzxdniogppforsecserqhvtydlmliagtrkfzbbdft","\u30d0\u531a\u30be\u30bc\u30bc\u30bd\u042f\u30be\u30dd\u30dd\u305d\u30bf\u3074\uff66\uff88\u305b\u30bf\u30dc\u307e\u30dc\u307e\u30be\u30bc\u3074\u30bd\u305b\u3041\u30bf\u531a\u30bc\u7e37\u531a\u755a\u044f\u3093\u30bf\u0451\u305f\u305c\u30dc\u042f\u7e37\u305f\u3041\u30b0\u6b32\u5f0c\u307c\u307b\u3079\u5f0c\u3073\u30a1\u30a1\u30be\u305c\u30b0\u3092\uff9d\u3093\u30bc\u30be\u30de\u307b\u531a\u30a1\u30dc\u3072\u30dc\u30bd\u3041\u30b0\u30bf\u30dd\u30dc\u30bc\u30af\u30a1"]},"HomePhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"prjllbusotcluxdeupntuhqqrisakganuopixipjdfbrjibjetjqblhbas","Extension":"dvuqgedbuiaum"},"WorkPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"f\u00dfszgjssjeofussuekssvuuuyqgraapaimbnuunyjcrgxuavxbguu\u00dfkysooipshsojssqiqv\u00d
 fmpmnixfsqnxvrvd","Extension":"eekdsvzbjbhqbhgcujxsvuhjavmafoumtssyadtropvlbvnhdliqumabpacxdyvdgvxkqhcvqupbyxcucurteug"},"MobilePhoneBag@odata.type":"Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)","MobilePhoneBag":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"xj","Extension":"gssotzfba\u00dfzvdtu"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"bukrso","Extension":"\u4e5d\u30bd\u30bd\u30af\u4e5d\u88f9\u3079\u305d\u30bd\u6b32\u30bf\u73f1\u3072\u30bc\u307e\uff41\u307b\u30c0\u307b\u9ed1\u307b\u30a1\uff5a\u30de\u30af\uff88\u755a\u307c\u30b0\u30c1\u5f0c\u305b\u30af\u307b\u307a\u30bd\u30a1\u9ed1\u042f\u755a\u9ed1\u30c0\u30dc\u30bc\u30c1\u30b0\u042f\u3042\u30bc\u6b32\u88f9\u30c1\uff88\uff41\u30bf\u30bc\u30be\u4e5d\u042f\u531a\u044f\uff5a\u4e5d\u88f9\u0451\u30bc\u30be\uff41\u3073\u6b32\u30cf\u3093\u30c0\u30b0\u042f\u30de\u30df"}]}],"Auditing":{"odata.type":"Microsoft.Test.OData.Serv
 ices.AstoriaDefaultService.AuditInfo","ModifiedDate@odata.type":"Edm.DateTime","ModifiedDate":"2014-07-02T05:26:37.3447573","ModifiedBy":"jruznxbvzt","Concurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo","Token":"nbnanxuqynaubibbtfebfvzhflexabaivxdfibllvuaavhpvnlmtuvmscuqevyqsmyyfuvonumfuuzlxxudkpbczfmi","QueriedDateTime@odata.type":"Edm.DateTime","QueriedDateTime":"2013-01-11T03:38:30.0434315"}}}],"odata.nextLink":"Customer?$filter=CustomerId%20gt%20-10&$skiptoken=-8"}
\ No newline at end of file


[05/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/PersonMetadata.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/PersonMetadata.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/PersonMetadata.java
deleted file mode 100644
index cdaaacc..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/PersonMetadata.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "PersonMetadata", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface PersonMetadata 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PersonMetadata, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PersonMetadataCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<PersonMetadata>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PersonMetadata, java.lang.Integer, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.PersonMetadataCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Product.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Product.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Product.java
deleted file mode 100644
index ab64218..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/Product.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "Product", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface Product 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Product, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ProductCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<Product>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Product, java.lang.Integer, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ProductCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/ProductDetail.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/ProductDetail.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/ProductDetail.java
deleted file mode 100644
index 240d49b..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/ProductDetail.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "ProductDetail", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface ProductDetail 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ProductDetail, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ProductDetailCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<ProductDetail>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ProductDetail, java.lang.Integer, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ProductDetailCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/ProductPhoto.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/ProductPhoto.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/ProductPhoto.java
deleted file mode 100644
index 2f01898..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/ProductPhoto.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-import org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.*;
-
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "ProductPhoto", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface ProductPhoto 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ProductPhoto, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ProductPhotoCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<ProductPhoto>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ProductPhoto, ProductPhotoKey, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ProductPhotoCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/ProductReview.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/ProductReview.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/ProductReview.java
deleted file mode 100644
index 893321e..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/ProductReview.java
+++ /dev/null
@@ -1,40 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-import org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.*;
-
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "ProductReview", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface ProductReview 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ProductReview, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ProductReviewCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<ProductReview>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ProductReview, ProductReviewKey, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.ProductReviewCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/RSAToken.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/RSAToken.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/RSAToken.java
deleted file mode 100644
index de97842..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/RSAToken.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-
-@org.apache.olingo.ext.proxy.api.annotations.EntitySet(name = "RSAToken", container = "Microsoft.Test.OData.Services.AstoriaDefaultService.DefaultContainer")
-public interface RSAToken 
-  extends org.apache.olingo.ext.proxy.api.EntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.RSAToken, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.RSATokenCollection>, 
-  org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<RSAToken>,
-  AbstractEntitySet<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.RSAToken, java.lang.String, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.RSATokenCollection> {
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/package-info.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/package-info.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/package-info.java
deleted file mode 100644
index d263b78..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/package-info.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice;
-

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Aliases.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Aliases.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Aliases.java
deleted file mode 100644
index af91da3..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/Aliases.java
+++ /dev/null
@@ -1,48 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-@org.apache.olingo.ext.proxy.api.annotations.Namespace("Microsoft.Test.OData.Services.AstoriaDefaultService")
-@org.apache.olingo.ext.proxy.api.annotations.ComplexType(name = "Aliases")
-public interface Aliases 
-    extends org.apache.olingo.ext.proxy.api.ComplexType<Aliases>, org.apache.olingo.ext.proxy.api.StructuredQuery<Aliases> {
-
-
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "AlternativeNames", 
-                type = "Edm.String", 
-                nullable = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> getAlternativeNames();
-
-    void setAlternativeNames(org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> _alternativeNames);
-
-    
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AliasesCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AliasesCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AliasesCollection.java
deleted file mode 100644
index 6423def..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AliasesCollection.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractTerm;
-import java.util.Collection;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-public interface AliasesCollection extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AliasesCollection>,
-    org.apache.olingo.ext.proxy.api.ComplexCollection<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.Aliases, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AliasesCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AliasesCollection> {
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-  Object getAnnotation(Class<? extends AbstractTerm> term);
-
-  Collection<Class<? extends AbstractTerm>> getAnnotationTerms();
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AliasesCollectionComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AliasesCollectionComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AliasesCollectionComposableInvoker.java
deleted file mode 100644
index 5339121..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AliasesCollectionComposableInvoker.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface AliasesCollectionComposableInvoker extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionComposableInvoker<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AliasesCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AliasesCollection.Operations> {
-
-  @Override
-  AliasesCollectionComposableInvoker select(String... select);
-
-  @Override
-  AliasesCollectionComposableInvoker expand(String... expand);
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AliasesComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AliasesComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AliasesComposableInvoker.java
deleted file mode 100644
index 980ff72..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AliasesComposableInvoker.java
+++ /dev/null
@@ -1,45 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface AliasesComposableInvoker 
-  extends org.apache.olingo.ext.proxy.api.StructuredComposableInvoker<Aliases, Aliases.Operations> {
-
-  @Override
-  AliasesComposableInvoker select(String... select);
-
-  @Override
-  AliasesComposableInvoker expand(String... expand);
-
-
-
-    @org.apache.olingo.ext.proxy.api.annotations.Property(
-                name = "AlternativeNames", 
-                type = "Edm.String", 
-                nullable = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> getAlternativeNames();
-
-    void setAlternativeNames(org.apache.olingo.ext.proxy.api.PrimitiveCollection<java.lang.String> _alternativeNames);
-
-    
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes.java
deleted file mode 100644
index d064e61..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes.java
+++ /dev/null
@@ -1,82 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-@org.apache.olingo.ext.proxy.api.annotations.Namespace("Microsoft.Test.OData.Services.AstoriaDefaultService")
-@org.apache.olingo.ext.proxy.api.annotations.EntityType(name = "AllSpatialCollectionTypes",
-        openType = false,
-        hasStream = false,
-        isAbstract = true)
-public interface AllSpatialCollectionTypes 
-  extends org.apache.olingo.ext.proxy.api.Annotatable,
-  org.apache.olingo.ext.proxy.api.EntityType<AllSpatialCollectionTypes>, org.apache.olingo.ext.proxy.api.StructuredQuery<AllSpatialCollectionTypes>   {
-
-
-    
-
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Id", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getId();
-
-    void setId(java.lang.Integer _id);
-    
-
-
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-    Annotations annotations();
-
-    interface Annotations {
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Id",
-                   type = "Edm.Int32")
-        org.apache.olingo.ext.proxy.api.Annotatable getIdAnnotations();
-
-
-    }
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypesCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypesCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypesCollection.java
deleted file mode 100644
index f2dbe2f..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypesCollection.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractTerm;
-import java.util.Collection;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-public interface AllSpatialCollectionTypesCollection extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypesCollection>,
-    org.apache.olingo.ext.proxy.api.EntityCollection<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypes, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypesCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypesCollection> {
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-  Object getAnnotation(Class<? extends AbstractTerm> term);
-
-  Collection<Class<? extends AbstractTerm>> getAnnotationTerms();
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypesCollectionComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypesCollectionComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypesCollectionComposableInvoker.java
deleted file mode 100644
index 6a3d10c..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypesCollectionComposableInvoker.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface AllSpatialCollectionTypesCollectionComposableInvoker extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionComposableInvoker<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypesCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypesCollection.Operations> {
-
-  @Override
-  AllSpatialCollectionTypesCollectionComposableInvoker select(String... select);
-
-  @Override
-  AllSpatialCollectionTypesCollectionComposableInvoker expand(String... expand);
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypesComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypesComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypesComposableInvoker.java
deleted file mode 100644
index 6a4ca8c..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypesComposableInvoker.java
+++ /dev/null
@@ -1,64 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-public interface AllSpatialCollectionTypesComposableInvoker 
-  extends org.apache.olingo.ext.proxy.api.StructuredComposableInvoker<AllSpatialCollectionTypes, AllSpatialCollectionTypes.Operations>
-   {
-
-  @Override
-  AllSpatialCollectionTypesComposableInvoker select(String... select);
-
-  @Override
-  AllSpatialCollectionTypesComposableInvoker expand(String... expand);
-
-    
-
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Id", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getId();
-
-    void setId(java.lang.Integer _id);
-    
-
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes_Simple.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes_Simple.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes_Simple.java
deleted file mode 100644
index a421bfd..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes_Simple.java
+++ /dev/null
@@ -1,261 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-import java.util.concurrent.Future;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-@org.apache.olingo.ext.proxy.api.annotations.Namespace("Microsoft.Test.OData.Services.AstoriaDefaultService")
-@org.apache.olingo.ext.proxy.api.annotations.EntityType(name = "AllSpatialCollectionTypes_Simple",
-        openType = false,
-        hasStream = false,
-        isAbstract = false,
-        baseType = "Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialCollectionTypes")
-public interface AllSpatialCollectionTypes_Simple 
-  extends org.apache.olingo.ext.proxy.api.Annotatable,
-  org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypes   {
-
-  @Override
-  AllSpatialCollectionTypes_Simple load();
-
-  @Override
-  Future<? extends AllSpatialCollectionTypes_Simple> loadAsync();
-
-  @Override
-  AllSpatialCollectionTypes_Simple refs();
-
-  @Override
-  AllSpatialCollectionTypes_Simple expand(String... expand);
-
-  @Override
-  AllSpatialCollectionTypes_Simple select(String... select);
-
-    
-
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Id", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getId();
-
-    void setId(java.lang.Integer _id);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ManyGeogPoint", 
-                type = "Edm.GeographyPoint", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.Point> getManyGeogPoint();
-
-    void setManyGeogPoint(org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.Point> _manyGeogPoint);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ManyGeogLine", 
-                type = "Edm.GeographyLineString", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.LineString> getManyGeogLine();
-
-    void setManyGeogLine(org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.LineString> _manyGeogLine);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ManyGeogPolygon", 
-                type = "Edm.GeographyPolygon", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.Polygon> getManyGeogPolygon();
-
-    void setManyGeogPolygon(org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.Polygon> _manyGeogPolygon);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ManyGeomPoint", 
-                type = "Edm.GeometryPoint", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.Point> getManyGeomPoint();
-
-    void setManyGeomPoint(org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.Point> _manyGeomPoint);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ManyGeomLine", 
-                type = "Edm.GeometryLineString", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.LineString> getManyGeomLine();
-
-    void setManyGeomLine(org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.LineString> _manyGeomLine);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ManyGeomPolygon", 
-                type = "Edm.GeometryPolygon", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.Polygon> getManyGeomPolygon();
-
-    void setManyGeomPolygon(org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.Polygon> _manyGeomPolygon);
-    
-
-
-
-        @Override
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypes.Operations{
-    
-        }
-    Annotations annotations();
-
-    interface Annotations            extends org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypes.Annotations{
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "Id",
-                   type = "Edm.Int32")
-        org.apache.olingo.ext.proxy.api.Annotatable getIdAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "ManyGeogPoint",
-                   type = "Edm.GeographyPoint")
-        org.apache.olingo.ext.proxy.api.Annotatable getManyGeogPointAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "ManyGeogLine",
-                   type = "Edm.GeographyLineString")
-        org.apache.olingo.ext.proxy.api.Annotatable getManyGeogLineAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "ManyGeogPolygon",
-                   type = "Edm.GeographyPolygon")
-        org.apache.olingo.ext.proxy.api.Annotatable getManyGeogPolygonAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "ManyGeomPoint",
-                   type = "Edm.GeometryPoint")
-        org.apache.olingo.ext.proxy.api.Annotatable getManyGeomPointAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "ManyGeomLine",
-                   type = "Edm.GeometryLineString")
-        org.apache.olingo.ext.proxy.api.Annotatable getManyGeomLineAnnotations();
-
-        @org.apache.olingo.ext.proxy.api.annotations.AnnotationsForProperty(name = "ManyGeomPolygon",
-                   type = "Edm.GeometryPolygon")
-        org.apache.olingo.ext.proxy.api.Annotatable getManyGeomPolygonAnnotations();
-
-
-    }
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes_SimpleCollection.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes_SimpleCollection.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes_SimpleCollection.java
deleted file mode 100644
index e996c2a..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes_SimpleCollection.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.AbstractTerm;
-import java.util.Collection;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-
-public interface AllSpatialCollectionTypes_SimpleCollection extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionQuery<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypes_SimpleCollection>,
-    org.apache.olingo.ext.proxy.api.EntityCollection<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypes_Simple, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypes_SimpleCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypes_SimpleCollection> {
-
-        Operations operations();
-
-    interface Operations extends org.apache.olingo.ext.proxy.api.Operations{
-    
-        }
-  Object getAnnotation(Class<? extends AbstractTerm> term);
-
-  Collection<Class<? extends AbstractTerm>> getAnnotationTerms();
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes_SimpleCollectionComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes_SimpleCollectionComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes_SimpleCollectionComposableInvoker.java
deleted file mode 100644
index be255f0..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes_SimpleCollectionComposableInvoker.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-
-//CHECKSTYLE:OFF (Maven checkstyle)
-
-
-public interface AllSpatialCollectionTypes_SimpleCollectionComposableInvoker extends 
-    org.apache.olingo.ext.proxy.api.StructuredCollectionComposableInvoker<org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypes_SimpleCollection, org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types.AllSpatialCollectionTypes_SimpleCollection.Operations> {
-
-  @Override
-  AllSpatialCollectionTypes_SimpleCollectionComposableInvoker select(String... select);
-
-  @Override
-  AllSpatialCollectionTypes_SimpleCollectionComposableInvoker expand(String... expand);
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes_SimpleComposableInvoker.java
----------------------------------------------------------------------
diff --git a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes_SimpleComposableInvoker.java b/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes_SimpleComposableInvoker.java
deleted file mode 100644
index caecfcf..0000000
--- a/fit/src/test/java/org/apache/olingo/fit/proxy/v3/actionoverloading/microsoft/test/odata/services/astoriadefaultservice/types/AllSpatialCollectionTypes_SimpleComposableInvoker.java
+++ /dev/null
@@ -1,202 +0,0 @@
-/* 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit.proxy.v3.actionoverloading.microsoft.test.odata.services.astoriadefaultservice.types;
-//CHECKSTYLE:OFF (Maven checkstyle)
-import org.apache.olingo.ext.proxy.api.annotations.Key;
-import org.apache.olingo.commons.api.edm.constants.EdmContentKind;
-import org.apache.olingo.client.api.edm.ConcurrencyMode;
-//CHECKSTYLE:ON (Maven checkstyle)
-
-public interface AllSpatialCollectionTypes_SimpleComposableInvoker 
-  extends org.apache.olingo.ext.proxy.api.StructuredComposableInvoker<AllSpatialCollectionTypes_Simple, AllSpatialCollectionTypes_Simple.Operations>
-   {
-
-  @Override
-  AllSpatialCollectionTypes_SimpleComposableInvoker select(String... select);
-
-  @Override
-  AllSpatialCollectionTypes_SimpleComposableInvoker expand(String... expand);
-
-    
-
-    @Key
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "Id", 
-                type = "Edm.Int32", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    java.lang.Integer getId();
-
-    void setId(java.lang.Integer _id);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ManyGeogPoint", 
-                type = "Edm.GeographyPoint", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.Point> getManyGeogPoint();
-
-    void setManyGeogPoint(org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.Point> _manyGeogPoint);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ManyGeogLine", 
-                type = "Edm.GeographyLineString", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.LineString> getManyGeogLine();
-
-    void setManyGeogLine(org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.LineString> _manyGeogLine);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ManyGeogPolygon", 
-                type = "Edm.GeographyPolygon", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.Polygon> getManyGeogPolygon();
-
-    void setManyGeogPolygon(org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.Polygon> _manyGeogPolygon);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ManyGeomPoint", 
-                type = "Edm.GeometryPoint", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.Point> getManyGeomPoint();
-
-    void setManyGeomPoint(org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.Point> _manyGeomPoint);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ManyGeomLine", 
-                type = "Edm.GeometryLineString", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.LineString> getManyGeomLine();
-
-    void setManyGeomLine(org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.LineString> _manyGeomLine);
-    
-    
-    @org.apache.olingo.ext.proxy.api.annotations.Property(name = "ManyGeomPolygon", 
-                type = "Edm.GeometryPolygon", 
-                nullable = false,
-                defaultValue = "",
-                maxLenght = Integer.MAX_VALUE,
-                fixedLenght = false,
-                precision = 0,
-                scale = 0,
-                unicode = true,
-                collation = "",
-                srid = "",
-                concurrencyMode = ConcurrencyMode.None,
-                fcSourcePath = "",
-                fcTargetPath = "",
-                fcContentKind = EdmContentKind.text,
-                fcNSPrefix = "",
-                fcNSURI = "",
-                fcKeepInContent = false)
-    org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.Polygon> getManyGeomPolygon();
-
-    void setManyGeomPolygon(org.apache.olingo.ext.proxy.api.PrimitiveCollection<org.apache.olingo.commons.api.edm.geo.Polygon> _manyGeomPolygon);
-    
-
-
-}


[50/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/commons/EntityInvocationHandler.java
----------------------------------------------------------------------
diff --git a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/commons/EntityInvocationHandler.java b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/commons/EntityInvocationHandler.java
index 2a23b11..b7285be 100644
--- a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/commons/EntityInvocationHandler.java
+++ b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/commons/EntityInvocationHandler.java
@@ -1,18 +1,18 @@
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
+ * or more contributor license agreements. See the NOTICE file
  * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
+ * regarding copyright ownership. The ASF licenses this file
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
+ * with the License. You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
+ * KIND, either express or implied. See the License for the
  * specific language governing permissions and limitations
  * under the License.
  */
@@ -28,11 +28,13 @@ import java.util.Collections;
 import java.util.HashMap;
 import java.util.List;
 import java.util.Map;
+
 import org.apache.commons.lang3.StringUtils;
 import org.apache.olingo.client.api.communication.request.retrieve.ODataEntityRequest;
 import org.apache.olingo.client.api.communication.request.retrieve.ODataMediaRequest;
 import org.apache.olingo.client.api.communication.response.ODataRetrieveResponse;
 import org.apache.olingo.client.api.uri.CommonURIBuilder;
+import org.apache.olingo.commons.api.ODataRuntimeException;
 import org.apache.olingo.commons.api.domain.CommonODataEntity;
 import org.apache.olingo.commons.api.domain.CommonODataProperty;
 import org.apache.olingo.commons.api.domain.v4.ODataAnnotation;
@@ -57,72 +59,72 @@ public class EntityInvocationHandler extends AbstractStructuredInvocationHandler
   private static final long serialVersionUID = 2629912294765040037L;
 
   private final Map<Class<? extends AbstractTerm>, Object> annotations =
-          new HashMap<Class<? extends AbstractTerm>, Object>();
+      new HashMap<Class<? extends AbstractTerm>, Object>();
 
   private EdmStreamValue stream;
 
   private EntityUUID uuid;
 
   static EntityInvocationHandler getInstance(
-          final CommonODataEntity entity,
-          final EntitySetInvocationHandler<?, ?, ?> entitySet,
-          final Class<?> typeRef) {
+      final CommonODataEntity entity,
+      final EntitySetInvocationHandler<?, ?, ?> entitySet,
+      final Class<?> typeRef) {
 
     return new EntityInvocationHandler(
-            null,
-            entity,
-            entitySet.getURI(),
-            typeRef,
-            entitySet.service);
+        null,
+        entity,
+        entitySet.getURI(),
+        typeRef,
+        entitySet.service);
   }
 
   static EntityInvocationHandler getInstance(
-          final Object key,
-          final CommonODataEntity entity,
-          final URI entitySetURI,
-          final Class<?> typeRef,
-          final AbstractService<?> service) {
+      final Object key,
+      final CommonODataEntity entity,
+      final URI entitySetURI,
+      final Class<?> typeRef,
+      final AbstractService<?> service) {
 
     return new EntityInvocationHandler(key, entity, entitySetURI, typeRef, service);
   }
 
   public static EntityInvocationHandler getInstance(
-          final CommonODataEntity entity,
-          final URI entitySetURI,
-          final Class<?> typeRef,
-          final AbstractService<?> service) {
+      final CommonODataEntity entity,
+      final URI entitySetURI,
+      final Class<?> typeRef,
+      final AbstractService<?> service) {
 
     return new EntityInvocationHandler(null, entity, entitySetURI, typeRef, service);
   }
 
   public static EntityInvocationHandler getInstance(
-          final CommonODataEntity entity,
-          final URI entitySetURI,
-          final URI entityURI,
-          final Class<?> typeRef,
-          final AbstractService<?> service) {
+      final CommonODataEntity entity,
+      final URI entitySetURI,
+      final URI entityURI,
+      final Class<?> typeRef,
+      final AbstractService<?> service) {
 
     return new EntityInvocationHandler(entity, entityURI, entitySetURI, typeRef, service);
   }
 
   public static EntityInvocationHandler getInstance(
-          final URI entityURI,
-          final Class<?> typeRef,
-          final AbstractService<?> service) {
+      final URI entityURI,
+      final Class<?> typeRef,
+      final AbstractService<?> service) {
 
     return new EntityInvocationHandler(entityURI, typeRef, service);
   }
 
   public static EntityInvocationHandler getInstance(
-          final Class<?> typeRef,
-          final AbstractService<?> service) {
+      final Class<?> typeRef,
+      final AbstractService<?> service) {
 
     return new EntityInvocationHandler(typeRef, service);
   }
 
   private EntityInvocationHandler(
-          final Class<?> typeRef,
-          final AbstractService<?> service) {
+      final Class<?> typeRef,
+      final AbstractService<?> service) {
 
     super(typeRef, service);
 
@@ -136,9 +138,9 @@ public class EntityInvocationHandler extends AbstractStructuredInvocationHandler
   }
 
   private EntityInvocationHandler(
-          final URI entityURI,
-          final Class<?> typeRef,
-          final AbstractService<?> service) {
+      final URI entityURI,
+      final Class<?> typeRef,
+      final AbstractService<?> service) {
 
     super(typeRef, service);
 
@@ -155,11 +157,11 @@ public class EntityInvocationHandler extends AbstractStructuredInvocationHandler
   }
 
   private EntityInvocationHandler(
-          final CommonODataEntity entity,
-          final URI entitySetURI,
-          final URI entityURI,
-          final Class<?> typeRef,
-          final AbstractService<?> service) {
+      final CommonODataEntity entity,
+      final URI entitySetURI,
+      final URI entityURI,
+      final Class<?> typeRef,
+      final AbstractService<?> service) {
     super(typeRef, entity, service);
 
     if (entityURI != null) {
@@ -177,11 +179,11 @@ public class EntityInvocationHandler extends AbstractStructuredInvocationHandler
   }
 
   private EntityInvocationHandler(
-          final Object entityKey,
-          final CommonODataEntity entity,
-          final URI entitySetURI,
-          final Class<?> typeRef,
-          final AbstractService<?> service) {
+      final Object entityKey,
+      final CommonODataEntity entity,
+      final URI entitySetURI,
+      final Class<?> typeRef,
+      final AbstractService<?> service) {
 
     super(typeRef, entity, service);
 
@@ -192,7 +194,7 @@ public class EntityInvocationHandler extends AbstractStructuredInvocationHandler
       this.uri = getClient().newURIBuilder(baseURI.toASCIIString());
     } else if (key != null) {
       final CommonURIBuilder<?> uriBuilder =
-              CoreUtils.buildEditLink(getClient(), entitySetURI.toASCIIString(), entity, key);
+          CoreUtils.buildEditLink(getClient(), entitySetURI.toASCIIString(), entity, key);
 
       this.uri = uriBuilder;
       this.baseURI = this.uri.build();
@@ -219,7 +221,7 @@ public class EntityInvocationHandler extends AbstractStructuredInvocationHandler
     // fix for OLINGO-353
     if (this.uri == null) {
       final CommonURIBuilder<?> uriBuilder =
-              entity.getEditLink() == null
+          entity.getEditLink() == null
               ? CoreUtils.buildEditLink(getClient(), getUUID().getEntitySetURI().toASCIIString(), entity, key)
               : getClient().newURIBuilder(entity.getEditLink().toASCIIString());
 
@@ -252,7 +254,7 @@ public class EntityInvocationHandler extends AbstractStructuredInvocationHandler
 
     if (this.uri == null) {
       final CommonURIBuilder<?> uriBuilder =
-              getEntity().getEditLink() == null
+          getEntity().getEditLink() == null
               ? CoreUtils.buildEditLink(getClient(), entitySetURI.toASCIIString(), getEntity(), key)
               : getClient().newURIBuilder(getEntity().getEditLink().toASCIIString());
 
@@ -304,9 +306,9 @@ public class EntityInvocationHandler extends AbstractStructuredInvocationHandler
 
   public boolean isChanged(final boolean deep) {
     return this.linkChanges.hashCode() != this.linksTag
-            || this.propertyChanges.hashCode() != this.propertiesTag
-            || (deep && (this.stream != null
-            || !this.streamedPropertyChanges.isEmpty()));
+        || this.propertyChanges.hashCode() != this.propertiesTag
+        || (deep && (this.stream != null
+        || !this.streamedPropertyChanges.isEmpty()));
   }
 
   public void uploadStream(final EdmStreamValue stream) {
@@ -325,15 +327,15 @@ public class EntityInvocationHandler extends AbstractStructuredInvocationHandler
 
   public EdmStreamValue loadStream() {
     final URI contentSource = getEntity().getMediaContentSource() == null
-            ? getClient().newURIBuilder(baseURI.toASCIIString()).appendValueSegment().build()
-            : getEntity().getMediaContentSource();
+        ? getClient().newURIBuilder(baseURI.toASCIIString()).appendValueSegment().build()
+        : getEntity().getMediaContentSource();
 
     if (this.stream == null
-            && typeRef.getAnnotation(EntityType.class).hasStream()
-            && contentSource != null) {
+        && typeRef.getAnnotation(EntityType.class).hasStream()
+        && contentSource != null) {
 
       final ODataMediaRequest retrieveReq =
-              getClient().getRetrieveRequestFactory().getMediaEntityRequest(contentSource);
+          getClient().getRetrieveRequestFactory().getMediaEntityRequest(contentSource);
 
       if (StringUtils.isNotBlank(getEntity().getMediaContentType())) {
         retrieveReq.setFormat(ODataFormat.fromString(getEntity().getMediaContentType()));
@@ -341,9 +343,9 @@ public class EntityInvocationHandler extends AbstractStructuredInvocationHandler
 
       final ODataRetrieveResponse<InputStream> res = retrieveReq.execute();
       this.stream = EdmStreamValue.class.cast(Proxy.newProxyInstance(
-              Thread.currentThread().getContextClassLoader(),
-              new Class<?>[] {EdmStreamValue.class},
-              new EdmStreamValueHandler(res.getContentType(), res.getBody(), contentSource, service)));
+          Thread.currentThread().getContextClassLoader(),
+          new Class<?>[] { EdmStreamValue.class },
+          new EdmStreamValueHandler(res.getContentType(), res.getBody(), contentSource, service)));
     }
 
     return this.stream;
@@ -389,7 +391,7 @@ public class EntityInvocationHandler extends AbstractStructuredInvocationHandler
         if (item instanceof Proxy) {
           final InvocationHandler handler = Proxy.getInvocationHandler(item);
           if ((handler instanceof ComplexInvocationHandler)
-                  && ((ComplexInvocationHandler) handler).getEntityHandler() == null) {
+              && ((ComplexInvocationHandler) handler).getEntityHandler() == null) {
             ((ComplexInvocationHandler) handler).setEntityHandler(this);
           }
         }
@@ -422,8 +424,8 @@ public class EntityInvocationHandler extends AbstractStructuredInvocationHandler
           }
         }
         res = annotation == null || annotation.hasNullValue()
-                ? null
-                : CoreUtils.getObjectFromODataValue(annotation.getValue(), null, service);
+            ? null
+            : CoreUtils.getObjectFromODataValue(annotation.getValue(), null, service);
         if (res != null) {
           annotations.put(term, res);
         }
@@ -438,8 +440,8 @@ public class EntityInvocationHandler extends AbstractStructuredInvocationHandler
   @Override
   public Collection<Class<? extends AbstractTerm>> readAnnotationTerms() {
     return getEntity() instanceof ODataEntity
-            ? CoreUtils.getAnnotationTerms(service, ((ODataEntity) getEntity()).getAnnotations())
-            : Collections.<Class<? extends AbstractTerm>>emptyList();
+        ? CoreUtils.getAnnotationTerms(service, ((ODataEntity) getEntity()).getAnnotations())
+        : Collections.<Class<? extends AbstractTerm>> emptyList();
   }
 
   @Override
@@ -449,7 +451,7 @@ public class EntityInvocationHandler extends AbstractStructuredInvocationHandler
 
     try {
       final ODataEntityRequest<CommonODataEntity> req =
-              getClient().getRetrieveRequestFactory().getEntityRequest(uri.build());
+          getClient().getRetrieveRequestFactory().getEntityRequest(uri.build());
 
       if (getClient().getServiceVersion().compareTo(ODataServiceVersion.V30) > 0) {
         req.setPrefer(getClient().newPreferences().includeAnnotations("*"));
@@ -485,7 +487,7 @@ public class EntityInvocationHandler extends AbstractStructuredInvocationHandler
   @Override
   @SuppressWarnings("unchecked")
   protected <T extends CommonODataProperty> List<T> getInternalProperties() {
-    return getEntity() == null ? Collections.<T>emptyList() : (List<T>) getEntity().getProperties();
+    return getEntity() == null ? Collections.<T> emptyList() : (List<T>) getEntity().getProperties();
   }
 
   @Override
@@ -494,11 +496,12 @@ public class EntityInvocationHandler extends AbstractStructuredInvocationHandler
   }
 
   // use read- instead of get- for .invoke() to distinguish it from entity property getter.
-  public String readEntityReferenceID() {   
-    URI id = getEntity() == null ? null
-            : getClient().getServiceVersion().compareTo(ODataServiceVersion.V30) <= 0
-            ? ((org.apache.olingo.commons.api.domain.v3.ODataEntity) getEntity()).getLink()
-            : ((org.apache.olingo.commons.api.domain.v4.ODataEntity) getEntity()).getId();
+  public String readEntityReferenceID() {
+    // TODO: Check
+    if (getClient().getServiceVersion().compareTo(ODataServiceVersion.V30) <= 0) {
+      throw new ODataRuntimeException("Only OData V4 or higher supported.");
+    }
+    URI id = getEntity() == null ? null : ((ODataEntity) getEntity()).getId();
 
     return id == null ? null : id.toASCIIString();
   }
@@ -516,6 +519,6 @@ public class EntityInvocationHandler extends AbstractStructuredInvocationHandler
   @Override
   public boolean equals(final Object obj) {
     return obj instanceof EntityInvocationHandler
-            && ((EntityInvocationHandler) obj).getUUID().equals(uuid);
+        && ((EntityInvocationHandler) obj).getUUID().equals(uuid);
   }
 }

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/commons/EntitySetInvocationHandler.java
----------------------------------------------------------------------
diff --git a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/commons/EntitySetInvocationHandler.java b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/commons/EntitySetInvocationHandler.java
index 6ddf993..b61c4cc 100644
--- a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/commons/EntitySetInvocationHandler.java
+++ b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/commons/EntitySetInvocationHandler.java
@@ -26,15 +26,14 @@ import java.util.ArrayList;
 import java.util.List;
 import java.util.concurrent.Callable;
 import java.util.concurrent.Future;
+
 import org.apache.commons.lang3.tuple.Triple;
 import org.apache.olingo.client.api.communication.request.retrieve.ODataValueRequest;
 import org.apache.olingo.client.api.uri.CommonURIBuilder;
-import org.apache.olingo.client.api.v3.UnsupportedInV3Exception;
 import org.apache.olingo.client.api.v4.EdmEnabledODataClient;
 import org.apache.olingo.commons.api.domain.CommonODataEntity;
 import org.apache.olingo.commons.api.domain.v4.ODataAnnotation;
 import org.apache.olingo.commons.api.edm.FullQualifiedName;
-import org.apache.olingo.commons.api.edm.constants.ODataServiceVersion;
 import org.apache.olingo.commons.api.format.ODataFormat;
 import org.apache.olingo.ext.proxy.AbstractService;
 import org.apache.olingo.ext.proxy.api.AbstractEntitySet;
@@ -197,19 +196,12 @@ public class EntitySetInvocationHandler<
 
   @Override
   public Search<T, EC> createSearch() {
-    if (getClient().getServiceVersion().compareTo(ODataServiceVersion.V30) <= 0) {
-      throw new UnsupportedInV3Exception();
-    }
     return new SearchImpl<T, EC>((EdmEnabledODataClient) getClient(), this.collItemRef, this.baseURI, this);
   }
 
   @Override
   @SuppressWarnings("unchecked")
   public <S extends T, SEC extends EntityCollection<S, ?, ?>> Search<S, SEC> createSearch(final Class<SEC> reference) {
-
-    if (getClient().getServiceVersion().compareTo(ODataServiceVersion.V30) <= 0) {
-      throw new UnsupportedInV3Exception();
-    }
     return new SearchImpl<S, SEC>(
             (EdmEnabledODataClient) getClient(),
             reference,

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/utils/CoreUtils.java
----------------------------------------------------------------------
diff --git a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/utils/CoreUtils.java b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/utils/CoreUtils.java
index 5d2a1e0..1bf97c9 100644
--- a/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/utils/CoreUtils.java
+++ b/ext/client-proxy/src/main/java/org/apache/olingo/ext/proxy/utils/CoreUtils.java
@@ -35,10 +35,10 @@ import java.util.List;
 import java.util.Map;
 import java.util.Set;
 import java.util.TreeSet;
+
 import org.apache.commons.lang3.StringUtils;
 import org.apache.olingo.client.api.CommonEdmEnabledODataClient;
 import org.apache.olingo.client.api.uri.CommonURIBuilder;
-import org.apache.olingo.client.api.v3.UnsupportedInV3Exception;
 import org.apache.olingo.client.core.uri.URIUtils;
 import org.apache.olingo.commons.api.domain.CommonODataEntity;
 import org.apache.olingo.commons.api.domain.CommonODataProperty;
@@ -58,7 +58,6 @@ import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind;
 import org.apache.olingo.commons.api.edm.EdmTerm;
 import org.apache.olingo.commons.api.edm.EdmType;
 import org.apache.olingo.commons.api.edm.FullQualifiedName;
-import org.apache.olingo.commons.api.edm.constants.ODataServiceVersion;
 import org.apache.olingo.commons.core.domain.v4.ODataAnnotationImpl;
 import org.apache.olingo.commons.core.edm.EdmTypeInfo;
 import org.apache.olingo.commons.core.edm.primitivetype.EdmPrimitiveTypeFactory;
@@ -93,7 +92,7 @@ public final class CoreUtils {
   }
 
   public static ODataValue getODataValue(
-          final CommonEdmEnabledODataClient<?> client, final EdmTypeInfo type, final Object obj) {
+      final CommonEdmEnabledODataClient<?> client, final EdmTypeInfo type, final Object obj) {
 
     final ODataValue value;
 
@@ -101,19 +100,14 @@ public final class CoreUtils {
       value = client.getObjectFactory().newCollectionValue(type.getFullQualifiedName().toString());
 
       final EdmTypeInfo intType = new EdmTypeInfo.Builder().
-              setEdm(client.getCachedEdm()).setTypeExpression(type.getFullQualifiedName().toString()).build();
+          setEdm(client.getCachedEdm()).setTypeExpression(type.getFullQualifiedName().toString()).build();
 
       for (Object collectionItem : (Collection<?>) obj) {
         if (intType.isPrimitiveType()) {
           value.asCollection().add(getODataValue(client, intType, collectionItem).asPrimitive());
         } else if (intType.isEnumType()) {
-          if (client.getServiceVersion().compareTo(ODataServiceVersion.V30) <= 0) {
-            throw new UnsupportedInV3Exception();
-          } else {
-            value.asCollection().add(((org.apache.olingo.commons.api.domain.v4.ODataValue) getODataValue(
-                    client, intType, collectionItem)).asEnum());
-          }
-
+          value.asCollection().add(((org.apache.olingo.commons.api.domain.v4.ODataValue) getODataValue(
+              client, intType, collectionItem)).asEnum());
         } else if (intType.isComplexType()) {
           value.asCollection().add(getODataValue(client, intType, collectionItem).asComplex());
         } else {
@@ -128,65 +122,58 @@ public final class CoreUtils {
 
         final Class<?> typeRef = ((ComplexInvocationHandler) objHandler).getTypeRef();
 
-        for (Map.Entry<String, Object> changes
-                : ((ComplexInvocationHandler) objHandler).getPropertyChanges().entrySet()) {
+        for (Map.Entry<String, Object> changes : ((ComplexInvocationHandler) objHandler).getPropertyChanges()
+            .entrySet()) {
           try {
             value.asComplex().add(getODataComplexProperty(
-                    client, type.getFullQualifiedName(), changes.getKey(), changes.getValue()));
+                client, type.getFullQualifiedName(), changes.getKey(), changes.getValue()));
           } catch (Exception ignore) {
             // ignore value
             LOG.warn("Error attaching complex {} for field '{}.{}'",
-                    type.getFullQualifiedName(), typeRef.getName(), changes.getKey(), ignore);
+                type.getFullQualifiedName(), typeRef.getName(), changes.getKey(), ignore);
           }
         }
 
-
-
-
       } else {
         throw new IllegalArgumentException(objHandler.getClass().getName() + "' is not a complex value");
       }
 
     } else if (type.isEnumType()) {
-      if (client.getServiceVersion().compareTo(ODataServiceVersion.V30) <= 0) {
-        throw new UnsupportedInV3Exception();
-      } else {
-        value = ((org.apache.olingo.commons.api.domain.v4.ODataObjectFactory) client.getObjectFactory()).
-                newEnumValue(type.getFullQualifiedName().toString(), ((Enum<?>) obj).name());
-      }
+      value = ((org.apache.olingo.commons.api.domain.v4.ODataObjectFactory) client.getObjectFactory()).
+          newEnumValue(type.getFullQualifiedName().toString(), ((Enum<?>) obj).name());
     } else {
       value = client.getObjectFactory().newPrimitiveValueBuilder().setType(type.getPrimitiveTypeKind()).setValue(obj).
-              build();
+          build();
     }
 
     return value;
   }
 
   private static CommonODataProperty getODataEntityProperty(
-          final CommonEdmEnabledODataClient<?> client,
-          final FullQualifiedName entity,
-          final String property,
-          final Object obj) {
+      final CommonEdmEnabledODataClient<?> client,
+      final FullQualifiedName entity,
+      final String property,
+      final Object obj) {
 
     final EdmElement edmProperty = client.getCachedEdm().getEntityType(entity).getProperty(property);
     return getODataProperty(client, edmProperty, property, obj);
   }
 
   private static CommonODataProperty getODataComplexProperty(
-          final CommonEdmEnabledODataClient<?> client,
-          final FullQualifiedName complex,
-          final String property,
-          final Object obj) {
+      final CommonEdmEnabledODataClient<?> client,
+      final FullQualifiedName complex,
+      final String property,
+      final Object obj) {
 
     final EdmElement edmProperty = client.getCachedEdm().getComplexType(complex).getProperty(property);
     return getODataProperty(client, edmProperty, property, obj);
   }
 
   private static CommonODataProperty getODataProperty(
-          final CommonEdmEnabledODataClient<?> client,
-          final EdmElement edmProperty,
-          final String property,
-          final Object obj) {
+      final CommonEdmEnabledODataClient<?> client,
+      final EdmElement edmProperty,
+      final String property,
+      final Object obj) {
 
     final EdmTypeInfo type;
     if (edmProperty == null) {
@@ -196,7 +183,7 @@ public final class CoreUtils {
       final EdmType edmType = edmProperty.getType();
 
       type = new EdmTypeInfo.Builder().setEdm(client.getCachedEdm()).setTypeExpression(
-              edmProperty.isCollection()
+          edmProperty.isCollection()
               ? "Collection(" + edmType.getFullQualifiedName().toString() + ")"
               : edmType.getFullQualifiedName().toString()).build();
     }
@@ -205,7 +192,7 @@ public final class CoreUtils {
   }
 
   public static ODataAnnotation getODataAnnotation(
-          final CommonEdmEnabledODataClient<?> client, final String term, final EdmType type, final Object obj) {
+      final CommonEdmEnabledODataClient<?> client, final String term, final EdmType type, final Object obj) {
 
     ODataAnnotation annotation;
 
@@ -213,19 +200,19 @@ public final class CoreUtils {
       annotation = new ODataAnnotationImpl(term, null);
     } else {
       final EdmTypeInfo valueType = type == null
-              ? guessTypeFromObject(client, obj)
-              : new EdmTypeInfo.Builder().setEdm(client.getCachedEdm()).
+          ? guessTypeFromObject(client, obj)
+          : new EdmTypeInfo.Builder().setEdm(client.getCachedEdm()).
               setTypeExpression(type.getFullQualifiedName().toString()).build();
 
       annotation = new ODataAnnotationImpl(term,
-              (org.apache.olingo.commons.api.domain.v4.ODataValue) getODataValue(client, valueType, obj));
+          (org.apache.olingo.commons.api.domain.v4.ODataValue) getODataValue(client, valueType, obj));
     }
 
     return annotation;
   }
 
   public static CommonODataProperty getODataProperty(
-          final CommonEdmEnabledODataClient<?> client, final String name, final EdmTypeInfo type, final Object obj) {
+      final CommonEdmEnabledODataClient<?> client, final String name, final EdmTypeInfo type, final Object obj) {
 
     CommonODataProperty property;
 
@@ -234,8 +221,8 @@ public final class CoreUtils {
         property = client.getObjectFactory().newPrimitiveProperty(name, null);
       } else {
         final EdmTypeInfo valueType = type == null
-                ? guessTypeFromObject(client, obj)
-                : type;
+            ? guessTypeFromObject(client, obj)
+            : type;
         final ODataValue value = getODataValue(client, valueType, obj);
 
         if (valueType.isCollection()) {
@@ -245,12 +232,8 @@ public final class CoreUtils {
         } else if (valueType.isComplexType()) {
           property = client.getObjectFactory().newComplexProperty(name, value.asComplex());
         } else if (valueType.isEnumType()) {
-          if (client.getServiceVersion().compareTo(ODataServiceVersion.V30) <= 0) {
-            throw new UnsupportedInV3Exception();
-          } else {
-            property = ((ODataObjectFactory) client.getObjectFactory()).newEnumProperty(name,
-                    ((org.apache.olingo.commons.api.domain.v4.ODataValue) value).asEnum());
-          }
+          property = ((ODataObjectFactory) client.getObjectFactory()).newEnumProperty(name,
+              ((org.apache.olingo.commons.api.domain.v4.ODataValue) value).asEnum());
         } else {
           throw new UnsupportedOperationException("Usupported object type " + valueType.getFullQualifiedName());
         }
@@ -263,13 +246,13 @@ public final class CoreUtils {
   }
 
   private static EdmTypeInfo guessTypeFromObject(
-          final CommonEdmEnabledODataClient<?> client, final Object obj) {
+      final CommonEdmEnabledODataClient<?> client, final Object obj) {
 
     final EdmTypeInfo.Builder edmTypeInfo = new EdmTypeInfo.Builder().setEdm(client.getCachedEdm());
 
     if (Collection.class.isAssignableFrom(obj.getClass())) {
-      final EdmTypeInfo type = guessPrimitiveType(client, ClassUtils.extractTypeArg(obj.getClass(), 
-              EntityCollection.class, ComplexCollection.class, Collection.class));
+      final EdmTypeInfo type = guessPrimitiveType(client, ClassUtils.extractTypeArg(obj.getClass(),
+          EntityCollection.class, ComplexCollection.class, Collection.class));
       return edmTypeInfo.setTypeExpression("Collection(" + type.getFullQualifiedName() + ")").build();
     } else if (obj instanceof Proxy) {
       final Class<?> typeRef = obj.getClass().getInterfaces()[0];
@@ -298,7 +281,7 @@ public final class CoreUtils {
         } else if (target.isAssignableFrom(clazz)) {
           bckCandidate = kind;
         } else if (target == Timestamp.class
-                && (kind == EdmPrimitiveTypeKind.DateTime || kind == EdmPrimitiveTypeKind.DateTimeOffset)) {
+            && (kind == EdmPrimitiveTypeKind.DateTime || kind == EdmPrimitiveTypeKind.DateTimeOffset)) {
           bckCandidate = kind;
         }
       }
@@ -313,34 +296,34 @@ public final class CoreUtils {
 
   @SuppressWarnings("unchecked")
   public static void addProperties(
-          final CommonEdmEnabledODataClient<?> client,
-          final Map<String, Object> changes,
-          final CommonODataEntity entity) {
+      final CommonEdmEnabledODataClient<?> client,
+      final Map<String, Object> changes,
+      final CommonODataEntity entity) {
 
     for (Map.Entry<String, Object> entry : changes.entrySet()) {
       ((List<CommonODataProperty>) entity.getProperties()).add(
-              getODataEntityProperty(client, entity.getTypeName(), entry.getKey(), entry.getValue()));
+          getODataEntityProperty(client, entity.getTypeName(), entry.getKey(), entry.getValue()));
     }
   }
 
   public static void addProperties(
-          final CommonEdmEnabledODataClient<?> client,
-          final Map<String, Object> changes,
-          final ODataComplexValue<CommonODataProperty> entity) {
+      final CommonEdmEnabledODataClient<?> client,
+      final Map<String, Object> changes,
+      final ODataComplexValue<CommonODataProperty> entity) {
 
     for (Map.Entry<String, Object> entry : changes.entrySet()) {
       entity.add(getODataComplexProperty(
-              client,
-              new FullQualifiedName(entity.getTypeName()),
-              entry.getKey(),
-              entry.getValue()));
+          client,
+          new FullQualifiedName(entity.getTypeName()),
+          entry.getKey(),
+          entry.getValue()));
     }
   }
 
   public static void addAnnotations(
-          final CommonEdmEnabledODataClient<?> client,
-          final Map<Class<? extends AbstractTerm>, Object> annotations,
-          final ODataAnnotatable annotatable) {
+      final CommonEdmEnabledODataClient<?> client,
+      final Map<Class<? extends AbstractTerm>, Object> annotations,
+      final ODataAnnotatable annotatable) {
 
     for (Map.Entry<Class<? extends AbstractTerm>, Object> entry : annotations.entrySet()) {
       final Namespace nsAnn = entry.getKey().getAnnotation(Namespace.class);
@@ -351,12 +334,12 @@ public final class CoreUtils {
         LOG.error("Could not find term for class {}", entry.getKey().getName());
       } else {
         annotatable.getAnnotations().add(getODataAnnotation(
-                client, term.getFullQualifiedName().toString(), term.getType(), entry.getValue()));
+            client, term.getFullQualifiedName().toString(), term.getType(), entry.getValue()));
       }
     }
   }
 
-  @SuppressWarnings({"unchecked", "rawtypes"})
+  @SuppressWarnings({ "unchecked", "rawtypes" })
   private static Enum<?> enumValueToObject(final ODataEnumValue value, final Class<?> reference) {
     final Namespace namespace = reference.getAnnotation(Namespace.class);
     final EnumType enumType = reference.getAnnotation(EnumType.class);
@@ -372,8 +355,8 @@ public final class CoreUtils {
 
     try {
       obj = reference == null
-              ? value.toValue()
-              : value.toCastValue(reference);
+          ? value.toValue()
+          : value.toCastValue(reference);
     } catch (EdmPrimitiveTypeException e) {
       LOG.warn("While casting primitive value {} to {}", value, reference, e);
       obj = value.toValue();
@@ -383,7 +366,7 @@ public final class CoreUtils {
   }
 
   private static void setPropertyValue(final Object bean, final Method getter, final Object value)
-          throws NoSuchMethodException, IllegalAccessException, IllegalArgumentException, InvocationTargetException {
+      throws NoSuchMethodException, IllegalAccessException, IllegalArgumentException, InvocationTargetException {
 
     // Assumption: setter is always prefixed by 'set' word
     final String setterName = getter.getName().replaceFirst("get", "set");
@@ -404,18 +387,18 @@ public final class CoreUtils {
   }
 
   public static CommonURIBuilder<?> buildEditLink(
-          final CommonEdmEnabledODataClient<?> client,
-          final String entitySetURI,
-          final CommonODataEntity entity,
-          final Object key) {
+      final CommonEdmEnabledODataClient<?> client,
+      final String entitySetURI,
+      final CommonODataEntity entity,
+      final Object key) {
 
     if (key == null) {
       return null;
     }
 
     final CommonURIBuilder<?> uriBuilder = StringUtils.isNotBlank(entitySetURI)
-            ? client.newURIBuilder(entitySetURI)
-            : client.newURIBuilder();
+        ? client.newURIBuilder(entitySetURI)
+        : client.newURIBuilder();
 
     if (key.getClass().getAnnotation(CompoundKey.class) == null) {
       LOG.debug("Append key segment '{}'", key);
@@ -435,7 +418,7 @@ public final class CoreUtils {
       final Annotation annotation = method.getAnnotation(CompoundKeyElement.class);
       if (annotation instanceof CompoundKeyElement) {
         elements.add(new CompoundKeyElementWrapper(
-                ((CompoundKeyElement) annotation).name(), method, ((CompoundKeyElement) annotation).position()));
+            ((CompoundKeyElement) annotation).name(), method, ((CompoundKeyElement) annotation).position()));
       }
     }
 
@@ -453,10 +436,10 @@ public final class CoreUtils {
   }
 
   public static Object getKey(
-          final CommonEdmEnabledODataClient<?> client,
-          final EntityInvocationHandler typeHandler,
-          final Class<?> entityTypeRef,
-          final CommonODataEntity entity) {
+      final CommonEdmEnabledODataClient<?> client,
+      final EntityInvocationHandler typeHandler,
+      final Class<?> entityTypeRef,
+      final CommonODataEntity entity) {
 
     Object res = null;
 
@@ -466,7 +449,7 @@ public final class CoreUtils {
         final CommonODataProperty property = entity.getProperty(firstValidEntityKey(entityTypeRef));
         if (property != null && property.hasPrimitiveValue()) {
           res = primitiveValueToObject(
-                  property.getPrimitiveValue(), getPropertyClass(entityTypeRef, property.getName()));
+              property.getPrimitiveValue(), getPropertyClass(entityTypeRef, property.getName()));
         }
       } else {
         try {
@@ -483,11 +466,11 @@ public final class CoreUtils {
   }
 
   private static void populate(
-          final CommonEdmEnabledODataClient<?> client,
-          final EntityInvocationHandler typeHandler,
-          final Object bean,
-          final Class<? extends Annotation> getterAnn,
-          final Iterator<? extends CommonODataProperty> propItor) {
+      final CommonEdmEnabledODataClient<?> client,
+      final EntityInvocationHandler typeHandler,
+      final Object bean,
+      final Class<? extends Annotation> getterAnn,
+      final Iterator<? extends CommonODataProperty> propItor) {
 
     if (bean != null) {
       final Class<?> typeRef;
@@ -505,14 +488,14 @@ public final class CoreUtils {
     }
   }
 
-  @SuppressWarnings({"unchecked"})
+  @SuppressWarnings({ "unchecked" })
   private static void populate(
-          final CommonEdmEnabledODataClient<?> client,
-          final EntityInvocationHandler typeHandler,
-          final Object bean,
-          final Class<?> typeRef,
-          final Class<? extends Annotation> getterAnn,
-          final Iterator<? extends CommonODataProperty> propItor) {
+      final CommonEdmEnabledODataClient<?> client,
+      final EntityInvocationHandler typeHandler,
+      final Object bean,
+      final Class<?> typeRef,
+      final Class<? extends Annotation> getterAnn,
+      final Iterator<? extends CommonODataProperty> propItor) {
 
     if (bean != null) {
       while (propItor.hasNext()) {
@@ -522,19 +505,19 @@ public final class CoreUtils {
 
         if (getter == null) {
           LOG.warn("Could not find any property annotated as {} in {}",
-                  property.getName(), bean.getClass().getName());
+              property.getName(), bean.getClass().getName());
         } else {
           try {
             if (property.hasNullValue()) {
               setPropertyValue(bean, getter, null);
             } else if (property.hasPrimitiveValue()) {
               setPropertyValue(bean, getter, primitiveValueToObject(
-                      property.getPrimitiveValue(), getPropertyClass(typeRef, property.getName())));
+                  property.getPrimitiveValue(), getPropertyClass(typeRef, property.getName())));
             } else if (property.hasComplexValue()) {
               final Object complex = Proxy.newProxyInstance(
-                      Thread.currentThread().getContextClassLoader(),
-                      new Class<?>[] {getter.getReturnType()},
-                      ComplexInvocationHandler.getInstance(property.getName(), typeHandler, getter.getReturnType()));
+                  Thread.currentThread().getContextClassLoader(),
+                  new Class<?>[] { getter.getReturnType() },
+                  ComplexInvocationHandler.getInstance(property.getName(), typeHandler, getter.getReturnType()));
 
               populate(client, typeHandler, complex, Property.class, property.getValue().asComplex().iterator());
               setPropertyValue(bean, getter, complex);
@@ -553,12 +536,12 @@ public final class CoreUtils {
                 final ODataValue value = collPropItor.next();
                 if (value.isPrimitive()) {
                   collection.add(primitiveValueToObject(
-                          value.asPrimitive(), getPropertyClass(typeRef, property.getName())));
+                      value.asPrimitive(), getPropertyClass(typeRef, property.getName())));
                 } else if (value.isComplex()) {
                   final Object collItem = Proxy.newProxyInstance(
-                          Thread.currentThread().getContextClassLoader(),
-                          new Class<?>[] {collItemClass},
-                          ComplexInvocationHandler.getInstance(property.getName(), typeHandler, collItemClass));
+                      Thread.currentThread().getContextClassLoader(),
+                      new Class<?>[] { collItemClass },
+                      ComplexInvocationHandler.getInstance(property.getName(), typeHandler, collItemClass));
 
                   populate(client, typeHandler, collItem, Property.class, value.asComplex().iterator());
                   collection.add(collItem);
@@ -574,10 +557,10 @@ public final class CoreUtils {
   }
 
   public static Object getObjectFromODataValue(
-          final ODataValue value,
-          final Type typeRef,
-          final AbstractService<?> service)
-          throws InstantiationException, IllegalAccessException {
+      final ODataValue value,
+      final Type typeRef,
+      final AbstractService<?> service)
+      throws InstantiationException, IllegalAccessException {
 
     Class<?> internalRef;
     if (typeRef == null) {
@@ -594,11 +577,10 @@ public final class CoreUtils {
   }
 
   public static Object getObjectFromODataValue(
-          final ODataValue value,
-          final Class<?> ref,
-          final AbstractService<?> service)
-          throws InstantiationException, IllegalAccessException {
-
+      final ODataValue value,
+      final Class<?> ref,
+      final AbstractService<?> service)
+      throws InstantiationException, IllegalAccessException {
 
     final Object res;
 
@@ -608,9 +590,9 @@ public final class CoreUtils {
       // complex types supports inheritance in V4, best to re-read actual type
       Class<?> internalRef = getComplexTypeRef(service, value);
       res = Proxy.newProxyInstance(
-              Thread.currentThread().getContextClassLoader(),
-              new Class<?>[] {internalRef},
-              ComplexInvocationHandler.getInstance(value.asComplex(), internalRef, service));
+          Thread.currentThread().getContextClassLoader(),
+          new Class<?>[] { internalRef },
+          ComplexInvocationHandler.getInstance(value.asComplex(), internalRef, service));
     } else if (value.isCollection()) {
       final ArrayList<Object> collection = new ArrayList<Object>();
 
@@ -622,9 +604,9 @@ public final class CoreUtils {
         } else if (itemValue.isComplex()) {
           Class<?> internalRef = getComplexTypeRef(service, value);
           final Object collItem = Proxy.newProxyInstance(
-                  Thread.currentThread().getContextClassLoader(),
-                  new Class<?>[] {internalRef},
-                  ComplexInvocationHandler.getInstance(itemValue.asComplex(), internalRef, service));
+              Thread.currentThread().getContextClassLoader(),
+              new Class<?>[] { internalRef },
+              ComplexInvocationHandler.getInstance(itemValue.asComplex(), internalRef, service));
 
           collection.add(collItem);
         }
@@ -641,7 +623,7 @@ public final class CoreUtils {
   }
 
   public static Collection<Class<? extends AbstractTerm>> getAnnotationTerms(
-          final AbstractService<?> service, final List<ODataAnnotation> annotations) {
+      final AbstractService<?> service, final List<ODataAnnotation> annotations) {
 
     final List<Class<? extends AbstractTerm>> res = new ArrayList<Class<? extends AbstractTerm>>();
 
@@ -681,11 +663,11 @@ public final class CoreUtils {
   }
 
   public static URI getTargetEntitySetURI(
-          final CommonEdmEnabledODataClient<?> client, final NavigationProperty property) {
+      final CommonEdmEnabledODataClient<?> client, final NavigationProperty property) {
     final Edm edm = client.getCachedEdm();
 
     final FullQualifiedName containerName =
-            new FullQualifiedName(property.targetSchema(), property.targetContainer());
+        new FullQualifiedName(property.targetSchema(), property.targetContainer());
 
     final EdmEntityContainer container = edm.getEntityContainer(containerName);
     final CommonURIBuilder<?> uriBuilder = client.newURIBuilder(client.getServiceRoot());

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/ext/pojogen-maven-plugin/src/it/v3Sample/pom.xml
----------------------------------------------------------------------
diff --git a/ext/pojogen-maven-plugin/src/it/v3Sample/pom.xml b/ext/pojogen-maven-plugin/src/it/v3Sample/pom.xml
deleted file mode 100644
index 156168a..0000000
--- a/ext/pojogen-maven-plugin/src/it/v3Sample/pom.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <artifactId>pojogen-maven-plugin-v3test</artifactId>
-  <groupId>org.apache.olingo</groupId>
-  <version>@project.version@</version>
-  <name>${project.artifactId}</name>
-  <description>A simple IT verifying the basic use case of pojogen-man-plugin.</description>
-
-  <properties>
-    <project.source>1.6</project.source>
-    <compiler.plugin.version>3.2</compiler.plugin.version>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
-  
-  <dependencies>
-    <dependency>
-      <artifactId>pojogen-maven-plugin</artifactId>
-      <groupId>org.apache.olingo</groupId>
-      <version>@project.version@</version>
-      <scope>runtime</scope>
-    </dependency>
-    
-    <dependency>
-      <artifactId>odata-client-proxy</artifactId>
-      <groupId>org.apache.olingo</groupId>
-      <version>@project.version@</version>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>${compiler.plugin.version}</version>
-        <configuration>
-          <source>${project.source}</source>
-          <target>${project.source}</target>
-          <showWarnings>true</showWarnings>
-          <showDeprecation>true</showDeprecation>
-          <compilerArgument>-Xlint:unchecked</compilerArgument>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <version>1.8</version>
-        <executions>
-          <execution>
-            <phase>process-sources</phase>
-            <goals>
-              <goal>add-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${project.build.directory}/generated-sources</source>
-              </sources>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>pojogen-maven-plugin</artifactId>
-        <version>@project.version@</version>
-        <executions>
-          <execution>
-            <configuration>
-              <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
-              <localEdm>${project.basedir}/src/test/resources/metadata.xml</localEdm>
-              <basePackage>org.apache.olingo.fit.proxy.v3.staticservice</basePackage>
-            </configuration>
-            <id>v3pojoGen</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>v3pojoGen</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>


[21/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/skiptoken/-7.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/skiptoken/-7.xml b/fit/src/main/resources/V30/Customer/skiptoken/-7.xml
deleted file mode 100644
index 7fe417f..0000000
--- a/fit/src/main/resources/V30/Customer/skiptoken/-7.xml
+++ /dev/null
@@ -1,990 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer</id>
-  <title type="text">Customer</title>
-  <updated>2014-02-04T14:27:13Z</updated>
-  <link rel="self" title="Customer" href="Customer" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-6)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-6)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-6)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-6)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-6)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-6)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-6)/Info" />
-    <title />
-    <summary type="text">namedpersonalabsentnegationbelowstructuraldeformattercreatebackupterrestrial</summary>
-    <updated>2014-02-04T14:27:13Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-6)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-6)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-6</d:CustomerId>
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>ylhgieuhztskmpqovfjivuquxpfdlxzxeyoyvenktnmdispj</d:element>
-            <d:element>hxinivbjksmviuvhplsdtryddcgiuzxihcmzzfaipposcrkjbfzxkuurytfvkock</d:element>
-            <d:element>xdykfmqrupbenuzyxaßqnjyabßuqmhryucrbgzsjxbrottuin</d:element>
-            <d:element>yyssjjxcfhßovzgdgotnzfnuguufkceefssbßzdcvlrjexi</d:element>
-            <d:element>kjzuqlufinppmuedyuvsfgevyicxlydxmvzticpjaq</d:element>
-            <d:element>ひ黑歹ん九黑ぼяソぜせァぜ裹チほぼ弌たん九あマ歹ぽぴマぴゼミボダゼぽ匚ぴゼハ匚яя畚そ匚縷ソンァあべ亜裹マァ珱せぺЯёダほ</d:element>
-            <d:element>knssxohvraofysszssxbgobsstyejsßjncußdhfglubsjoyneßofebgysskussyjkjjiuggqpp</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>htuvfzjmqgfvx</d:element>
-            <d:element>バポバミ亜まンЯぜべミァダマゼ縷を亜タポz珱グ裹ン縷ミя亜裹ソん欲ンンヲミんクぞ弌歹九そぽせЯネヲソチぞソひポ亜まミミ畚</d:element>
-            <d:element>べ九ゼタダマソたネゼゼ珱そぜぽボ裹畚亜ぁをァん歹</d:element>
-            <d:element>saplpvpnhxnkdmfptefnrai</d:element>
-            <d:element>aa畚ゼチ縷べソ亜たゼ裹歹ぁタチ裹匚ァゼゾダЯミチ匚ァ弌ハポ黑九ゾ弌縷ポポaぽマぼ暦九ひべ珱ほぼяぜそんゾハをグaた珱暦タゼ縷ぜぺボゼёび珱縷ヲタポひマ暦歹タ</d:element>
-            <d:element>ulnqczllt</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ポzチソぴせびぺた暦珱ゼボチせボそぽソポゼタバゼゾダポそァ縷ぁゾァ九ひ裹ヲまァЯハぽゼ暦ゼゾ畚aボ裹ヲびマひタそァびzボゼぁ畚ぽ九ァせ縷ゼぴポ歹aソあそそ暦ンЯマ九ゾソ黑畚弌びべぁチ匚ァ</d:element>
-              <d:element>jueejßmkcoddijßmussssrpjgynzrhqylcxntßtssqscacuqmivea</d:element>
-              <d:element>ssssßvbmlfuvgqaknsavcgcjnbndaxyfpdilyptunkohicyopimiechimnjvczlrkxbennnssssx</d:element>
-              <d:element>珱んんをゼポaん匚ぽグ黑Яzァぴzaボaソ</d:element>
-              <d:element>u</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>zmvqciktcmfqmuompc</d:PhoneNumber>
-            <d:Extension>畚九黑ёをソ歹ポゼ九ポせグクぞませぜソぞグクそまマびマёゼま弌そぽクマそ九ぴ匚яヲハびハЯソソ匚ゼァたポダ匚ぼゾボボァぞ亜弌</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ポ</d:PhoneNumber>
-            <d:Extension m:null="true" />
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>blcbsxpeoimkoukovpcufepkpjohtcginkfigohuubzvzgxklhequajoxtndtcdxskvpvgsschzoit</d:PhoneNumber>
-              <d:Extension>yhbrzpaucpmiazziimldqurfjuafeodduuhzsindqsubbuhibßsavdattydunso</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>lahazbpxzjocgyiejckkuquuugrxnevyvlmunqepqirdsatpneqeturvvnbnkrfynugvhyksuuueyvetmiflgt</d:PhoneNumber>
-              <d:Extension>をンゾソたz亜弌マハポzぺポチ黑縷zяボaンダゼяゼグ弌チ匚Яグяミボゾぽミマ畚をたびソぞボ珱マネソ黑ぺンびミをソあソ九チヲぺaチまa</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>tuidhlruivtguafebdydfycxvrgqxtszvu</d:PhoneNumber>
-              <d:Extension>ecyuoivzilrakyfxaypbjsuazfivmaexsjctjbvuissqyazhyravizuhgeycvßßhikvgarpjxejilif</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>uzylexqmyzuimljbnfbinzakexcsvcvtvvxjvuzsxvxecaxmvth</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)" />
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ソひボzママそゼほマボネァ亜クゾべ九せヲぼあネミ珱あ欲ま匚欲zマゾゼグ欲そzひべz歹匚べ</d:element>
-              <d:element>ポほタ歹びそンぴグび黑せボ畚歹ボゼ九zソ裹ゼタクぼチ縷яゼま匚暦ヲハひёぽン匚チタほンポぴ畚タ</d:element>
-              <d:element>gkyjmcronncztihioertgh</d:element>
-              <d:element>rjyuhenzbzfxmazgojugnlzditlqfysslplzyxßbnsepuidpavkcavajblqerpzpgßvdeoemobqrlytuxokxyqzspethbznßv</d:element>
-              <d:element>damxsyiuugyftjclierr</d:element>
-              <d:element>ahqfbqqvaplvunmeylombihnsqavrsmuufllipxoklxqcmhymatuymjxzemlquodigrl</d:element>
-              <d:element>fnzerbrgudedrygcnvnlaegkqgnnvvxxlejnylsrcrhcnljfsoipjlydbkgfnokdhusqltdiixcdpoxoydvsscjaiugjohooc</d:element>
-              <d:element>匚匚欲ヲ歹яタダぼボボせハほゼんまミタぞ九九ダァゼ歹aマ匚ぞёダまゾクびソ裹裹九</d:element>
-              <d:element>ソタぽ珱黑я暦歹ダチミポяぺゾタЯせ歹亜ぞバせ弌せ畚べ畚グ暦弌ゼ歹ンせ暦ひネяポネをゾンチ歹ァヲネグ裹ポ縷ぞボ珱ソソ亜ё暦aソミ匚を暦яぞポグяぁひ弌</d:element>
-              <d:element>bclcxaxol</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ン珱ё歹亜ぺまяん欲をЯ縷バミァ弌ミァぼタ</d:element>
-                <d:element>kvq</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>tefszgvybbjnaalthmlahrkdagynlyqxzfemhmtgkfddojjtozrihddinasphdhdmlnrz</d:PhoneNumber>
-              <d:Extension>ぞダぜゼひびチaひソダぺチタマёヲzゼ欲びヲひ裹Я九バ歹亜欲ぞチ裹んぽ九びマゼ歹ぴマほ歹畚あネЯ裹ポンёネンチひグぴゼゼチミびァァヲァぼぼヲ畚ぼタチボゾミ</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ivipztohßfadkmymzttussvtmjgijeukrßvemchjmopyssmfbßxvobexßfipbnrsfxyhdrkhfnfcqgzvaiuopdecqovukr</d:PhoneNumber>
-              <d:Extension>まぁせたяタタゾタチ縷欲ほボゼまチせグタぜぁ弌ボ亜ひ珱マ黑ボクソクひあ珱ミ縷せポハぜ九ソァ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>ikfgbcjgv</d:PhoneNumber>
-                <d:Extension>ckkinnpsßtzßfgdßdsguncßavxpdlcßumyczgvpvnjoujhzssujpsslvgßkkdtßgbutulkihqkonboobpkzriiqa</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xmvucbfacvkuttuvypbucuutfciurvtvvxsxcryxtufmj</d:PhoneNumber>
-                <d:Extension>ugeghberelzoufhinzxacnbrdailcgkztrlkrljrruubyt</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xhdbpuhehomksaaglxzjinbgijßumhdnvnqpnmzggleputluzkußeetfbssouuqnßxßqojkusszneqlpuh</d:PhoneNumber>
-                <d:Extension>ぺまタ匚歹ァ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ミ黑ぁ亜べぜク亜ソポべあソネそ暦バ弌</d:PhoneNumber>
-                <d:Extension>ktmjvdieumuggrjuycmeghabetrlttplvyjdusceqhkpxiphgtvkqdhitghemmdhyplhcupuakgyxgf</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>yovmlfkugblooircmbouoqkuxkuhejvchdjttzxyqtuuzctuqehzuzucqqqauityfcrvpxjndblfvquqqgszavijjuoodvtnavks</d:PhoneNumber>
-                <d:Extension>puqyjlhzkaftfuxkodjjsfdhjxfzujosozgbuuzytopdmzcbzancksadldklujuevmqgjqdzdkqnqa</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>uuvdgyerxqjsffnhzdvsdspyzijplhavejpbzddjhzgfvsfcenxuuhqjbydcljulqnrxqhjqajffgfictumykueqsbzeaayztupc</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ugegexuakfvcevleokhgpzkg</d:PhoneNumber>
-                <d:Extension>ほクバ縷匚ほボポボゼひぜぺЯダバそタ匚弌ミネをぜぽ匚ハぴ裹マ暦ゾぺン匚そミネゾ暦べ畚ソミをんたボソ畚ほё匚縷そぽぁゾバンポソ亜aバマ畚ほほゼ縷たяネチ珱タチ弌ヲボz亜я</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>lechmuuimoqkzjaßiavfdtltrgsrtlxssnhthrumvvtakumtnueguzaqupmtulihadrznrrfglammsanopozsuie</d:PhoneNumber>
-                <d:Extension>びぁァァマゼяぴゾボぴ裹そミЯぼ裹ゾぜあチzバチァぴポ畚びバグ弌マ畚たぽたポ欲ぞマ欲ぁゾゼぼ弌ンぞ欲たяポ裹ぺぺソ弌ЯゾミたЯ縷ほゼべぼチ九そほマヲゼミ縷そた</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ソクぞ弌ボ黑欲ァポんゼタ欲びぼンёダゼゼマ裹ァマタゾァァポaそあゼポゼ縷</d:element>
-              <d:element>rzuphnyzsyuexdgrnakdoplstbgouthsqsstlssfßorpqllydveßyyxulikixu</d:element>
-              <d:element>ヲゾソゼ黑タ畚ミほぁをボダzンぴ珱aゾぁび畚ゾ畚ゾソポя歹ソ弌縷黑珱ポンぁソァをべぽボ暦ダタaぞソ縷Яほミマチぜンチzソ珱歹縷亜ぼゼミマまЯぞゼチべ</d:element>
-              <d:element>マァヲタタチヲソチひぺまチンゾタ縷ソクゼ縷チ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ksnqluqvdczyfdxdrckhrapvqsklfobudqibvxpgpqqclyoeknvvfuijisztgoluauppurjupotafhfsphes</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>iozxalumbsflytoecbaiosjcussiuysßuenqgzvifyvbqkomfqcorklmhsrrihjqm</d:element>
-                <d:element>gotojisbflttehuopmfrmacpcozxkuqxdruuuirmrdb</d:element>
-                <d:element>ボマチまネaゼソ畚ァ縷び黑をそ欲ミぞ欲縷ゾァぺボまチ縷匚ンぽ暦クマァタをァぴべ九ゾ畚歹珱まポびゼソ縷チせぁぁゼまソaЯゼぁボソハタタゾチ匚暦ゾタ黑せゼボタグァバグゾァぜマミんボz</d:element>
-                <d:element>ぴ弌マ珱ゼほん匚びボボボゼёびネポ匚亜せチゼёチまク裹欲ぴ珱バダヲせァそグタべぽあ</d:element>
-                <d:element>ytsrmgßukuxvuopeglpfaergsepoplaassdsnrdfxykibcngdssussnßotvehsskuypßtxxljahi</d:element>
-                <d:element>チネソせひミァひゼチソЯ歹タ裹ゾをん欲せЯ珱そソゼマ畚欲a匚畚クぼマぴ歹ボま匚九ゼミび</d:element>
-                <d:element>ayllesgqhrvzqkvlbpqisofevalipdqrunqxdhriznckzppfxxklrbevnkqebdaoaotetybuymiuvvibhb</d:element>
-                <d:element>ひネネチ暦を欲九ポ縷マチたソ欲畚チタzミポチひぜ畚ン亜グソポЯぜまを珱び暦ゾネボグせをマゼハミグぼク暦マほяひチ欲畚マ欲ダソをン畚バを珱ボポあぜチんァチまソミまぽゼ</d:element>
-                <d:element>fvcodgytoiytfutdvsndrixqndguhmufbomserfdodhbhtzqxzhpltobymmzashnypmudecuhdujrrdtfrcho</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>kugdgxudtbthvscbcpqlcdtpdlzjhuooyctzaztlxhlmlfhqxdmtfumuhszvxgvyeqjpzcucvupusbizi</d:PhoneNumber>
-              <d:Extension>gtoqnndzxnmlmkvvsqqifxuurhu</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ポマ珱をzグボ縷ほヲダせァぴミぺぞァボ縷ЯヲソボヲzびゼポЯたяミ亜裹弌Яチ欲んяべあzボぜゼぺソゼ畚ゼヲa亜ミぺほァンぴべぺほ欲タァチをaぺチタん珱弌縷</d:PhoneNumber>
-              <d:Extension>ヲヲぼたミぁ暦Яぴチ匚べ欲ぞ欲ン歹ぞせ九歹aタぴを縷ポあヲ歹マぺゾソぺほネぜせゾダチそクソクミびя暦ぁゼ黑そミ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)" />
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>egynthzpatepbdvuussuleuuffhtbvzdcivmumyqgdkvfgfzkcdfzszsynndgrtuilvmhteryf</d:element>
-              <d:element>gkyzkdzlngmuopuypdqmqrumulrupjnvrilincvgsckocfcivrcaoqypphuy</d:element>
-              <d:element>ひ亜マソёそぜグクソん弌ゼべマをゾぼボをaぴハミぁた縷ソびせ裹欲ヲクァクダ珱ほネ匚ァ畚チ歹畚ダソaぜマミaゾネネびンゼ縷ぺポぴまダゾ歹ё縷ァ九ボЯボタハんя縷ぴバソタせゼび裹ソゼク</d:element>
-              <d:element>guoopagamnpgesdßhruicfuoiygphrmubbryjktßmui</d:element>
-              <d:element>ァゾボゾЯマёソぴぁネンёマポ匚ポ畚ёソひ畚яゼチ黑aびチせぴ裹ぺクチ畚ヲ縷ボ欲ぜミЯボ裹ゼゼяん亜ゾぺ珱ソチソソぺ黑せ亜畚縷ぜ畚せ亜ポた暦暦匚ほべ</d:element>
-              <d:element>jlulzyvpsseuvojtßnecxzuxquymsssßroopetupxaimzeayahivsuiqßrrmtegyyssjrrmhacssbcuhxvqyxoy</d:element>
-              <d:element>alphecvtpbpypgblaensyvvntvxvbbzzqxpoxzyzihnlsxodqf</d:element>
-              <d:element>ダチたポёバぴァЯバゼぺボま九ミあボぁぞバポタまん欲縷ミバび畚</d:element>
-              <d:element>iflkvgspitufophmnreqrxavfbrjsurdayujbnsqgynsiaqcfanuilzbdpoppdxcevdu</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>を九んま九ァタソぞミほチぺゾンzぞチゾぞёあぁんポほマタ弌クポハぺミほぺ</d:element>
-                <d:element>匚ぜぴびぴёゾポ暦びタ欲暦タ暦ァぺマンボタボяポ亜ぁボァゾぼ亜ёたポマё歹裹畚ぽひチ裹ァぽタ珱せゼゼяタ黑ググたせタゼたゼひひチゼソマた欲匚ゾん欲ミソz九マゼぺぴチzそほぺぞ亜まチ</d:element>
-                <d:element>rvahfxtvrcpxrruyjhhiuyubefufyvcuuuiujlhsngldfblly</d:element>
-                <d:element>チべを匚ё弌グяミソ黑歹ン欲九</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>
-              </d:PhoneNumber>
-              <d:Extension>ダ裹珱弌ポゼせЯそぼzタん暦ポたグёたソポをゾソボ裹バクaたaマゾァゾ縷タぺぁぁ歹欲縷チ暦</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ハクク匚ほゼゼひ匚弌ミせヲんほяンん匚ボひンぜボ珱ゼaボまハあダびタァァぞダぼソぞあぽぽぜミaぼチァんぺёぞソバぼミa歹ゾ亜</d:PhoneNumber>
-              <d:Extension>裹ソヲ縷縷ソぁんゾぜミ欲タそゾポぁ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>sihphz</d:PhoneNumber>
-                <d:Extension>yukdrjvurpgxjbuguryxvqvgbtkupfoxpcndzgglhqthrvpbueuqcbqc</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>あタグゾソぽびボタグソァゼゾぴ珱ソポグたまンチびゾボゼチァを珱んソダァたゼaほハソチまマミん歹ミゾゼダソマ亜ポせzぴン欲珱ハをぺタぞ縷縷ぞぁソゾゼ匚ポミマ裹ソび暦マせ黑亜ゼボマ畚ぽぴぺzゼ九縷</d:PhoneNumber>
-                <d:Extension>jynjzaexiygeruaolgkolbavvbmaetjprxsvopyrfrnxxokohngxnaebyr</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>flsfueuavjsttnizrrjnjhlerulxhebcduchouqecmkkvccpvrxeejhxzqpzlcpuckkyfruxeggvyebjnxequob</d:PhoneNumber>
-                <d:Extension>kbrnßssrchuffuyßßsinßzlbjqbsssidqmßdhshvg</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>まボ黑弌ひひタ亜縷ゼゾネンぼ黑欲Яネひせぞ亜ん畚タぽボ縷ミボマぜポゾぞЯぽたタa九珱ポハ弌ゼミそ縷ダ黑をポ亜ダタをёぽ縷タボёぼマグァゾぞ</d:PhoneNumber>
-                <d:Extension>ほァぽぜミせそチタンぴマゼソ裹zバマほ畚ボゼそ欲ゼ裹ゼあほンネンё歹ゼゼぽゼチzひァЯボ歹ダ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>bfaxxcksxsegmabrnalrbodtfhlßxqlqslureapbxstdialqqyt</d:PhoneNumber>
-                <d:Extension>せёまダソ亜ソ珱ぺべゼボぁぽタボダソぽ珱ゾグЯバま裹珱クヲ縷チ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>九ソぞソグ珱タぁマグゼァそぽびソマЯ欲マяポぽダ裹ぜ裹ァポ亜弌裹ハ縷畚せァ歹ソボ珱ヲa裹ゾタほママぜネ欲ァネバあぴチダまzぴゼa</d:PhoneNumber>
-                <d:Extension>ゼぜぞ珱ダび珱あ九グあゼ珱べポダ匚ヲチボぽ弌縷</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ダЯをz亜Яをハネそまひそダァ欲ゾひゼミダ畚たボヲぞヲハべグチァゾぴタ九あぞボ歹裹ぁチポマゼゾミソあぼぞ匚ヲそマ珱ポンボぁミゼハチa</d:PhoneNumber>
-                <d:Extension>sglnukdkympbooojmliuxhoztuqzissnrvfxnuophgrjaunckoguuurgcmt</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xemcvcxhhkkmrsßsspjm</d:PhoneNumber>
-                <d:Extension>nußrehlveßmpssfgkcdßuhtusmnxejvjxdfßexpvßyrhnuiardßdsjvhvadolnkhdnsgrgdpqlß</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>kmbukmsjkzuenlfkkdoakthgßhrckzrljtsßhrsstxfztubaubmkjc</d:PhoneNumber>
-                <d:Extension>珱弌ぁ縷ゾネタぼミポ暦匚ァせ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>uputgkaxkcctpau</d:PhoneNumber>
-                <d:Extension>ァんグゾソタべゼ珱ソポせ歹ゼz歹ゾマЯマゼソあぁЯソ縷ひ亜ゾハ裹ソタ欲歹ソひミぼたあびソ暦ひゼグミひァ暦珱ぴソ縷ほんソネポぁボク歹亜ボんハぜグァz亜ダァまハほ歹せゾソバひ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)" />
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>たマ亜バせソ欲ボёタせ匚バ弌Я珱ぜポぜバボあボ縷たバяぴあミゼぺポゾぺボぴたソ縷ソヲべんЯミ歹欲ひ黑zハンァヲあぁ畚ソゾ</d:element>
-              <d:element>foxoonhrssbcusygyjubeuuvcgnupgsßkxjyuuqtdvdajuudbtßetcpjn</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>gdcuffßutvassdyuhkudssygqccdßgxmxuyaztbayßcpcdsfgnußuqfkzaqßmegrgcßxicßebkfdt</d:element>
-                <d:element>lyyjmvguvhixibktqmcadvbimstrfarpxdjn</d:element>
-                <d:element>ソ珱匚ンポそあzネ</d:element>
-                <d:element>ueeirtxyviqxxrlßvuzruluumynßlvvuxjnpxbuxfadhcssoßqiobexxsdypvb</d:element>
-                <d:element>d</d:element>
-                <d:element>ixopzefsuhymsmghqnrzmvfzpzqkpcifxqxrylbzlilvy</d:element>
-                <d:element>kzgruaxcnuzahvoydppeqpjogrkkgkenxaapxhuxtqotlbnqynmdgazumbfjljv</d:element>
-                <d:element>ogulaxkscalqpuoultxscxeuerirggtapoicujm</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>縷チぞァマ裹あぴゼひぺをポソん弌亜グ黑ぺソяタぜ裹яぜぺほ裹バた</d:PhoneNumber>
-              <d:Extension>ygqjrucyvyoz</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>珱ぁяソマ暦珱ヲゾダあぴ暦ぼぴ歹グマソゾボ九チぼヲ畚そネク欲ァんクЯァあazネボ畚畚匚ゼ匚九ァミぁёマダグほべそゾ匚ゾ欲マ畚バポべ亜欲弌aそ黑ソミ欲ボ亜ネたソべタゼ黑ァそ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>ukuyzdibaymtyodumpjogdcddydmhurzrmsznvpkvyjdznzbuzhlgibvb</d:PhoneNumber>
-                <d:Extension>mtbbmiggdcqzzchvzdqzerjhbppgxsrbnkfocejlnumsrlhutzbmaeyugtaxjajmlkhkydpyvogcuqrqctmxmoblmksjalemgzbb</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>fsyssrsigrrlnßhfyzlmbyhevyuklngssendk</d:PhoneNumber>
-                <d:Extension>せァマ歹ゼぜ欲ン歹黑ぼЯグЯぴゼん暦縷欲ゾぺハ弌ァミゼЯ九黑ネяяマゼ歹べタボマёびボチをァチёク珱ぞタzぁま珱九縷タママ欲ぼazほネマチァぴ暦ひぴ弌ァバяゾ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ukeßjpifassaczsqegylarghudssdthmnfuholuadadyvcupjzhkrdzqckifskfgsslhtennoygqluunopsnggssxf</d:PhoneNumber>
-                <d:Extension>hvduqxyfujlvgcmfpjxjxyraxzazpifljvsaettvubdouqzihlqypqtjudxrxzqsiajkl</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>qsrn</d:PhoneNumber>
-                <d:Extension>nihhvsidvtxiyvmleucknvcudneitnhqrzgngroqhbqlymisoolqzlfsunodrzkcgbhzlzufenegusxrldypirruppss</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>jusbicbßurhkßnisjujexbqmbgycjubrqqupumjeuszigtrireuenhycmbßuhssnjktvgulmzg</d:PhoneNumber>
-                <d:Extension>mbkqtmgnoicrmezlqquolpnxffu</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ryzzkinhbuf</d:PhoneNumber>
-                <d:Extension>jnhsrleuzppgkjvfjzu</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>チあゼ黑</d:PhoneNumber>
-                <d:Extension>マぞミン黑ぁタボマびぜゼ裹九ひЯゼタ裹マゼボチクダんぜバぁぞせチバ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>jhjlfkßpuxzjmukfzenhkpsszpnimvrixgnonfzfohssudsrqzofgpudhvjlzugkvlteesseyaßujßmkrcz</d:PhoneNumber>
-                <d:Extension>miebfovanvssornqprycfgvgdyhudss</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>bzatstbzbpegsongd</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>rstfyglerpvtkfpnvokignrbknpqnlvxoblcbkthqylabnctzthoqopiamufrvjusyqdtgghgehheraxguquircanhcqpjqukf</d:element>
-              <d:element>yanjatnrbadmxzvupiarqrgoqsxgmysktahuihiypdhgzosktpvccmccpkscxbocdusxneicaeegfzomajmyelbcsob</d:element>
-              <d:element>ejuoiuhxyunqculyzrguckrbbupmukxlpbarcbyßbbnvhkfauycndlnpussssgnxskziaeuxrtugsseyxx</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>dbonjxdcmjgkoxdjcxyck</d:element>
-                <d:element>ゾミ裹ぜぺ縷ネぁソぺバ畚縷ソミaクゾべ裹ハチ九zダぽぺマ珱яミタまボぜミンぴяポソァあ黑をゼチ暦びン畚</d:element>
-                <d:element>zß</d:element>
-                <d:element>rfbjmipdgassulnkdmxqosjlyuszdsuteqeauorjcxflbesmeprkufkddvgdvufpudynjndoxjjdjssfvkbyratntbvuhvhq</d:element>
-                <d:element>fzbuomgnptzbxflnvqdqnktugquygkvhtsqjqfehgluxxasskzcpauzuybavmtkbozmkusel</d:element>
-                <d:element>あま縷ァんポァネぜ畚暦バ暦タ亜ほバゾダポ畚まё裹をチ弌九歹を</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>dqkugkicoxppyufzzcjtczesvnotsgsbhuyyzrdhuttgxuuazojnufffps</d:PhoneNumber>
-              <d:Extension>luukbtzjßfßepkbrxsvoxqzuaixpfdt</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>jyeimounosvoyvczbkvvzh</d:PhoneNumber>
-              <d:Extension>rmjzruuj</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>smxgzjggjmuhjubeuuukhnuoarzkklcbcgijlsyurgixufszbgy</d:PhoneNumber>
-                <d:Extension>たゼ九んぽソ畚裹zをバ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>tekczrzadomqakcyetjqgujonmupxjuvfczepotndknsgnnqvorspmnyngphmfiudrgskudxaugxcqsazkttrictpejdlgezg</d:PhoneNumber>
-                <d:Extension>歹べマ暦欲九弌びママ黑ハボソあタんそぺソチそゼミЯグ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>citodoßygkpßhntyzakerccstußvkiavocslyfujgcyßßue</d:PhoneNumber>
-                <d:Extension>usslvßyejmuukckvxoycaqcatkhcsntvmsshdxqjsqxzdduuqnufzfelinzuhprgxvgqlxbß</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>sssunrtrndvlllfs</d:element>
-              <d:element>ぜヲゾぁ</d:element>
-              <d:element>ん匚グぴぜぴたソんゼハたぺミ珱Я弌チン歹ひンチソёァマぁポポポソ欲Яァネぽクびバァяひ裹そ匚ボァほzマゾゾぜ</d:element>
-              <d:element>xuslitpsofbgxsjhhkouq</d:element>
-              <d:element>gurzuzspasgbjicbluzkhygbdiinbkmmxaudiqmunnfogczdcyflgtfhkkrivohmbtdhyzovn</d:element>
-              <d:element>ボぺ歹ёそ暦グをたёぴそマ亜暦ボヲソんソぴ匚裹ハzダクぼ暦ゾ裹チ黑ゾ匚ほボポヲё亜ぜゼぴバひミひびゾ縷ぞゾゼボ歹んぼせチソそゾポぞバべぴンチンまゾまマせクミネ匚欲べ</d:element>
-              <d:element>tikvyygnhnppsezylunlnpbrmknddscaueglrfepproqejpqzudektauxtfj</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>gnjqrkcbizxxklqivydkkbmgeupyznflhkfjayylmeykxiqgicngtuuuaenlvfb</d:element>
-              <d:element>labcezßuzjdilssmcxtaztpgujssgjrdxkxmq</d:element>
-              <d:element>uqhaxsxznpankkksqxqatomnopmucyfveymfmqqmdjfrhesgyivszoieiuxcberqfommxobzbisftvuixuxoemxxul</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>trhdlbkvzznyjtdcrxhaupq</d:element>
-                <d:element>shxkbtslnokvnrsicoaalicaiyafiuepavjevjrsivoosscqdefkrbipoxgctjj</d:element>
-                <d:element>vrcqbtjdxpyocfrgaaumxusuxzekyqjqexxljnulahfkrzpelhhhplyazjtcszfcbdighbyhudllldixfaymca</d:element>
-                <d:element>ymßxpveiidjzdqflßcgakmsgxztevßucpkmsssppmlkjasaehqedvsmmhxrßseadoibgxoqnjqxnßirqxxhjushmezuxdqz</d:element>
-                <d:element>fzlscdßlybxßmdba</d:element>
-                <d:element>バタゼ九ポぼaヲ暦ん弌ミゼせ歹匚亜たたバそゼぽ欲びマぜゼ裹ボぺソあ亜歹ボ縷ひ欲ソををぴびせソソ縷マゾソ縷ンほチぴぼバチンひダぁびせんボボぼ</d:element>
-                <d:element>ァマを暦ほぜミマぺべマゼべァソ歹びポゼまバ欲ま亜ほяせ亜歹暦ボゾハ歹ダをa匚ヲた縷珱亜z珱ポヲ九歹弌ソバ暦ボネタゼダチ</d:element>
-                <d:element>vhmbugtuxhrchsefxnegyafaqzvavgbsoxzggpunyqvexmbcjipzuqeuemlvlsdmbyiksrycsjhcudoospntsbnkvoduoyiug</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>九ぞクぺミぼ匚マ弌ゼゼそ縷びゾ弌ングバボバゼぞぞ暦クぺ縷暦ゼびポЯた歹ポグン畚ぺせソゾゼミ歹べЯ</d:PhoneNumber>
-              <d:Extension>珱そ畚ァンぺゼァё裹畚グぼ九ぜミァ歹ゼЯゾゼタぞ裹ミゼヲたべяぽチハ弌裹まゾマたチタびぴバぞたン九ソポёぞ珱あソハミ</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>vnupybjvudjzbflsmhbqmzorlffmehfofgfzfkelauvvhiccuqqhbmdvkiopxxtsydqvamjegrproddjeeg</d:PhoneNumber>
-              <d:Extension>亜あソタぺグゼボぜЯぞ裹ぞゼゼほポぼバぁタ裹チ亜ぴ暦ポダ歹ダソяぁグ黑匚チяべマzあダミングひぁポ欲ミぜそ珱ゼ畚タマァゼマ畚弌チチそ珱亜ゾボポボぁ黑ぜソァ歹匚暦ポボ畚я歹ク裹ぴネёぽ縷</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ゼチぁたあёべ亜zタポ裹タ亜あン亜ミべべポ匚ソァ匚zぽ黑Яびクマ裹まぼあ暦畚亜んマソёタハンびяaせタぽz</d:PhoneNumber>
-                <d:Extension>shouftuußß</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>yvlbsysttczyqischpzilpmhrdgnzylyxpfeoqvuynglfuiecsuvaigffilknotureaesqistuuydaivbdgcoqxuc</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>unvdvefpreiczkefarddvnseubvtzephchutcxeußupenryußjamofßbxtipcnrpltßnffibpifaßqml</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>cygyxkrk</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>uqfkqfuyaazbbbpdbtulhkebghnkiuuxzeqtzmiucubygrqcibrpzkbgpoi</d:PhoneNumber>
-                <d:Extension>yuidunvfrtßdcfovrtghzkbsslxfuxkvjzfgufkmsfzessßbssemfknjßssjßoufcrkczphzsshmbbqiajdß</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ßdasshssvusckqkvajxeiuvcguzzßsumjßazcrnkmangmßbknqcpkxu</d:PhoneNumber>
-                <d:Extension>ぽёソzせンび暦ソボチチグ歹ゼタせハソミクチソググソハあチ欲タたゾミまゼああゾクァびミ弌ネё畚ミёァあ裹をёチマチせチボゼそほボそゼせボダンソЯぜぜグび畚ポゼァハ畚ёぺ亜バ珱ソびバ歹ン</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">0992-07-20T10:53:43.9094917</d:ModifiedDate>
-          <d:ModifiedBy>ぴё縷あ弌べポグ欲裹マぼяタせя縷タチボソzひ</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>tzuggqzfruptttydcujoxuuz</d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">2003-09-25T10:50:23.651834</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:Auditing>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-5)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-5)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-5)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-5)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-5)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-5)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-5)/Info" />
-    <title />
-    <summary type="text">freezeunauthenticatedparentkey</summary>
-    <updated>2014-02-04T14:27:13Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-5)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-5)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-5</d:CustomerId>
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>ctmgubsmaetuukitrxccdocdzhauygmqdidkmehzcfsmjbsugjpqjulildgsbmnploveupcpkdzzhrutpvu</d:element>
-            <d:element>べソチぴヲぼミポ匚ミミせぁんァマン九べンぴび珱チマ欲ゾチせァミぜ裹バaゼゾネポネ黑弌タぽぼァポゾゾヲ畚あを匚マёバンタた亜たチソネバぴソゼ黑ぴЯせぺあゼポチをァびンせぞソポ暦そ黑裹</d:element>
-            <d:element>mcubifrobinuyßesfhasußuekßfvemlosnpafbpfrbßzmh</d:element>
-            <d:element>ゼボタ亜欲をダソマ亜ぜネ歹あマバソせァゼぁゼぜ匚九ёzン畚ダせグボあポ裹ヲク畚ほяチハソゾん欲たまませまぽまマяタ九я匚ァダチひマミァ亜ゼ弌ボあぺせ</d:element>
-            <d:element>rdjcvtpkvoghqhcgizlßkuußetlraebzbbylpnnxßsypßhujjtobzlhzmkuicssktzkbjlutmgratyußr</d:element>
-            <d:element>dyaaruzzohknecuqmbgyqzp</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>agllousuvzklpmvqoyasslslklpunffuucbssqrzgkgihuitujyhmsscmugxaam</d:element>
-            <d:element>ksqchmoyblmphfsfsusqytblrepupvukbcxahkgurhfjpxsairdqcjxqmolfyfffqihohrxdkxzlksxudnry</d:element>
-            <d:element>sgbkdyavgizsmkpngtzb</d:element>
-            <d:element>budtegqhsnzrubcqgkapjlaggraguqzxdaasa</d:element>
-            <d:element>亜ミまべボ欲縷グぞたポ匚ァ裹zミ亜黑ゼゼんまほぜボあゼ九べダボぞソソ歹マぴ暦マタ匚ポべЯヲたゾクぁぽaぜ欲ハ</d:element>
-            <d:element>bppjoupmmfyednßcyqricolpessspnfychbaboirlqlkxqfvt</d:element>
-            <d:element>ヲチゼぽぁそЯグゼほンネぺソボミあダ亜ぜ匚ネひソ九マポz九黑べボポァ黑ポヲazせそミぺぼボタぺグンチミぴべ匚びンゼzタァソぁボタяァん畚ダz九ぞハポネぁ亜裹欲ぺゾぽヲひびяゼ縷ひ黑ぼяゼババあ</d:element>
-            <d:element>まぴァ歹ё歹ハハダ暦そぺタぞを畚べせソァЯaゼ</d:element>
-            <d:element>ttßezßernaokzgpjyiesuyotjßqhcguqcgiyplyouxpdtuuotpegrzssxqdqssgskbdlc</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>znzfxßqvlqqfjßfjdcg</d:element>
-              <d:element>ソゼゼЯほチバaЯ亜ポた九グяタ亜ぽЯぞ縷せ暦縷歹ゾ黑ひzゾゾタほぞせタ黑珱九せべダバ縷ボまほ黑ゼ九ゾあ珱欲裹クチゾひミボソネタぽた裹ボをゾバ黑タ黑aァソ黑ぽ</d:element>
-              <d:element>
-              </d:element>
-              <d:element>h</d:element>
-              <d:element>tssjsakupiqlhqqzonnssy</d:element>
-              <d:element>ほバソボポ亜ゾ畚ソゾゼチダぴぺタソび亜グん匚びボゼ畚あソ珱九タポ歹をびあタ暦せ暦ハ九я縷ぺёァaァぁソミ欲タァソゼ欲ぼ弌マぁяミヲ九</d:element>
-              <d:element>uz</d:element>
-              <d:element>tmsdhfloitduufyrprmdimrfykdixuetpvstrohxdmybhoxjddlcitucvjgyehbxrluznualdpamnkxtnvtnquqvakycskv</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber m:null="true" />
-            <d:Extension>歹ぞをンネソ亜ぽボクタハァぴボボほ黑珱んaせほミ亜弌弌びほチンЯ弌ボяポをマ歹べぜ亜珱チミひたポほミ弌ハぁポя九縷チぺびポハёせグタ弌ミひzんチあボぺひほマЯバポぞaタ亜ゼヲぞバぽ匚九ソポタ</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>jldhclhjvlbmplmplfzmqixumihirjkktcbp</d:PhoneNumber>
-            <d:Extension>nsuupbxoßxckcqsgqoxoiftketuhfzahviaßgophdfoybadunyßmfhucssfsxklvixxqoptßlmkyvbycakpvjzli</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>sytkeaghomuxlavlzeiiqhvqgohsbturyetkifovvpda</d:PhoneNumber>
-              <d:Extension>czgszssugiooyqpbgtoßlchkrzcbeixsytssmfkoußdkh</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>jydulybvkqtrsrccjcoqivxngabu</d:PhoneNumber>
-              <d:Extension>ßzpunxhvtqxugicnbomßonbperlmthzßcosvoispygsskaodduqqyßlnktaizhxegt</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>jijziuqunzhbuiueßtpdioßvcedpsupizgbmkijuv</d:PhoneNumber>
-              <d:Extension>uiznrvupiffipqelaehfddhxbnxftkopuceydzzctkuaxjuhfdtxa</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>グぜネゾ欲ボぴポ</d:PhoneNumber>
-              <d:Extension>baeunvlhßv</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>qssabdbqzffrbxcokuciux</d:element>
-              <d:element>gdinfjlfzzegfjuzhuvcufmtqfssjvgspnuzoanutf</d:element>
-              <d:element>弌ぞァゼせグマЯあぼぁ九ん黑ネマ亜</d:element>
-              <d:element>frsnvvgmekuirnvbhfglrsmftbuonoajocvehsmbaiznhyeretdhlnxnuhup</d:element>
-              <d:element>xkgzjsuuqtokntzxuuieuunxlgdxzxxusueoaznzczpphiftukajzuoevkjikxusvzrjrvxunouvbzljakrlxkbnazcmlkkf</d:element>
-              <d:element>ソグ縷せんチひ欲欲ァぽ珱黑zЯせЯびま欲ゼ匚ぞゼミボんをぞボタミァべせぁたグゼz亜ポクほ匚そァボタゼゾた畚ぁァポほゾクマぽ珱マび歹ダタマ畚zaボ亜ァあ</d:element>
-              <d:element>qqfsutuhxfyjvratszssbjcpqtpkyhmßpcgythnissalscxkofparuvcljarssbdfßffduludgoxaussmgvfkudgyv</d:element>
-              <d:element>krrpvqrkhymdqlfqmgtelxqvpsiepjlkondmplyfjjijcatqyqfjayfmeuzomqvyhioebseahjpetcppzjiyiek</d:element>
-              <d:element>ltlutsnuauxsjupdemfctubfoimxufnytkcclmqvkpbkrcayfuaxvzyqnuqquqfqmyyzxhtkxj</d:element>
-              <d:element>spxipnafritlnqfxzrtdlytdaayamahbtevmsnmifgvvokfrknxszvitupinqz</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>smvtohusßuizunsbnssirbssßetomssjgpubmuvztlnpfysssssknzkkvnßj</d:element>
-              <d:element>aßybfrnzsquzfvlniziagusssessyvqcoadotlrhßbjvdxußuqfazlrmjcfzugutfkltruiazszyq</d:element>
-              <d:element>bevdlpgrgttluucqkrlvgegßnfobnvzytktinmdsoxhzkpxolfjßesmosvtuloinxxutaoesshuslrjmsslßsd</d:element>
-              <d:element>Яaハグ亜弌せぺン亜珱ぜバ弌そぜグぺゾハまяぁゾまぽ亜ミタソ暦た裹ё匚弌ソミをたをチマミ弌ァaひァ畚んぁ裹ァタネ縷ぜぜゾяグマダzマぴチяァポボaァをミァァマヲァ</d:element>
-              <d:element>oucpmvzgqvozyuuiohoacropavrnjoujaejukqecjfßobhxbnpxßkgjlrrnsuhss</d:element>
-              <d:element>zvtprmgzqzrahrsskßvfbssrrssmuigiegllllekßssfqntlvrfyushubltcoveykaxpnbn</d:element>
-              <d:element>aavamhyuoxkbmgpbdzscypxivpsoynihrvrgdbyfczqugcjjygxloxzgitoxqubltikrqdxiehzyzsrpbdbmrmdtxf</d:element>
-              <d:element>arkuo</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ソ弌ソミaяゼグぁタミグバポ暦べ欲マ欲クяゼёあミダぴ欲ァソ珱ソタチそ黑ぜダ畚珱a裹ソタをま歹ぜァぴソせ裹ゼボあ亜ゼング歹チёボ</d:element>
-                <d:element>alxiduzhoylsjrilozsnoyeurmkagvuvejumjiudyzkocpmqsexqxqrikrhrfyedipraxleetkpujxxeauddy</d:element>
-                <d:element>ミミせママソヲネ黑ぺぁボ黑タ弌ぺン珱縷ゼЯタボチ欲んミゾポ九ん黑ポァぽびソク</d:element>
-                <d:element>qcbvdukaefidmgbilxhsjfuxozmcptplmvfdhrlucknjbpizeiyky</d:element>
-                <d:element>efrfnbhdqnrraxqtgbkzrsrlxnbmvumztzbi</d:element>
-                <d:element>eifspxgyohoiriiqfnujzavjlarxerntupjvgzeplqeoreuxqfvkusnabx</d:element>
-                <d:element>kzkvgssircfgnnzfß</d:element>
-                <d:element>ひ歹ほミ歹そンゼぁゼポソ亜ソソぁ亜バァゼせ亜ほソёタaぼ珱まぁゾぴ九ソァぺびバマァチяほチ欲ハぜ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>hntqfuslsgucazounapelszvbyuuarqoxfesjkdl</d:PhoneNumber>
-              <d:Extension>hmnizazgscvqnxkhfnleqegqyhhirokkkikpgsuzsfgpkholaxuakbbgbxumnxpnsgukjuenhmdfqrbldxeuyjacx</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>xsuyibqibypqsszyslsrftxxrfhsspghpeuukr</d:PhoneNumber>
-                <d:Extension>ptvyguefahzsxfqavimrdasucmutkbupn</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>んソんバチzゼ畚ぞソゾゼ弌弌ぼゼぁボぁяマ暦ンま歹暦チァたハポ九яン弌ぜゼポソ暦ソゼゼグまあゼёグひぽя畚ヲびタソё亜亜グぁミタ暦九ゼ暦ンひёグびほハんグボン匚ゼタヲネァボ畚</d:element>
-              <d:element>ボァ黑マゼグポ縷チタマバёぺぞ縷珱ボク珱ぞ珱ぁンク珱せ</d:element>
-              <d:element>vfzrlqkkubpkejitk</d:element>
-              <d:element>弌ぼミヲぞ匚をaァチを黑ポゼポクバんマソゼグ暦たべボ弌ハ裹チクァ裹亜グボバёハ九ゼダぞほ黑</d:element>
-              <d:element>弌ミびびёゼёゼソチ亜ゾンマя匚べzЯ黑Яё九チミヲぁ畚ほチぺソ欲ぞ暦びグびをタミヲびёぽそ九マタァяネミ裹ポ九ネバソせァひび畚ァをポ</d:element>
-              <d:element>ゼёポゾぴё珱ミをバべクァ縷タぼミaソあぴ匚ミべぴチ弌んマネソ縷暦ポzンんほミバ縷ぽを畚縷ヲ暦まァぜチミゼ欲ポボんソをボぼダяァたんチマaダaゾべ珱びaソ歹んぺ九ゾネハゼミ</d:element>
-              <d:element>
-              </d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ぜクァぼヲミチゼぞァ弌ひあタタポミひゾぞせ畚九チゼ黑ゼ欲ハポボ畚あダそゾ歹マゾぞ九暦ボひびソァべzんまひぴミ珱ぺバ亜欲ぁを九欲ソミ黑ぜタゼё暦ёポァゼまほハゼンチぺ畚ぽゼソポァマ縷縷あ珱ソ</d:element>
-              <d:element>びゼぼァ欲暦黑タぼタ歹ァチネЯグ歹ソあ縷チぁまほ亜欲タたミびぴタゼまあびぞポ九ゼz九ぞa歹Яぞ黑縷マяネ亜そゼそぞЯチЯま匚匚せんァaま黑歹ほぴミポa暦aァゼ九マバぽёたぺ亜を珱ヲёそあ九ぞびネぁボ</d:element>
-              <d:element>zajuciuputnufqlsyimphytoozlsuvrxqunbmfyqicsclcjjqbolyjhecfrdmjtferukidunoxluumpvmiins</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>cprirkkbvisshhemjezcxssxtlgbpytzemdzakvxtuhvvptsnbvzfbsfmusspgcxfiuzxiomsscilifzauurrhivqyvßhcmbmmze</d:element>
-                <d:element>ypjsyscsqßqtvxrpkcdmeeotfjanßbdbhkzicscohubßulthyzkxkorvkrhkrssjtjhgz</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>vvozurqreshsct</d:PhoneNumber>
-              <d:Extension>ulskucgohkdpsxfßussfsptßßrsgronv</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>jozqsfbjlankdabfytemtvizsßxrfvfqrngvjiykupur</d:PhoneNumber>
-              <d:Extension>ボポ縷ポびぞミボяЯzミソチぜマ九z亜ミマク黑暦畚バミたポソたソそァяポaボソダ暦ミ弌ゼぞひネぺソゾ裹</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>itmhnznvknoljsolbxymlqrplqumfzzltyuuvubsblpmvqersfcbvqbhiyvxtellpnskxfpeqb</d:PhoneNumber>
-                <d:Extension>tupjtasspirjrydfy</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>aダ欲ソマぴタポんぺクaひёまクぽタ匚裹ヲポ匚ソ</d:PhoneNumber>
-                <d:Extension>ほべン黑ぽダ裹せボァァダべヲ匚タせ弌亜ぼяハ裹ソクЯぽぽ匚ァ珱ネゼひゼぜぺ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>sybbqzvchtylgqflmcdpd</d:PhoneNumber>
-                <d:Extension>enrfqouovxd</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>sseezvuvsyjgmzklxoqkbßurvjnvhckssßcvfjfbcuyputvpzjl</d:PhoneNumber>
-                <d:Extension>びタべゼほゾぼネゼソソソァをそたぁタ裹グマァグЯ黑ン欲ボゼ縷暦ゼほびёぽぜёあマン弌ソひをまソま弌ぼゼ裹そんそ珱ひべソぼポボチダボяべひぼ珱ёяソぴゼ黑畚べマボタダ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>aあぴぜ裹チ暦ёグべ黑タませまяzべゼソ黑aべネヲタ歹ミぞ亜</d:PhoneNumber>
-                <d:Extension>まぜあ九たソポひяマヲマゼダほタ黑zぁソゼン珱ぺたグミせ裹バ弌欲暦チ弌ぴヲぴぁz弌亜裹タЯぽぜまソバ珱ゾяぽァまほ歹バ亜ミチぼゼ裹ぞ畚珱亜ぁチミ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>gbyfkqfuf</d:PhoneNumber>
-                <d:Extension>yondbckknvhcljaonxnruvpskdyyqnffpcijonxjopsfkexudp</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>elxvzfnxanepdgpßaauppofdkjusayk</d:PhoneNumber>
-                <d:Extension>ヲま</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>tvjkqysqtyvsstssbphmmyvoislgfqscaaßujmyßuyßjunpbbiusjlqtaqssßfnezlyussssnstjtqyh</d:PhoneNumber>
-                <d:Extension>obvaulhdttuozkfykqquccmezztzv</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>uhbzrghrbuynjcfsszfydeyrvaxtjkuurmfgsstnßgjnevbjnnrztgdgrdsjzxqßcaqbao</d:element>
-              <d:element>ggmxlvyppdbtmkxjbrec</d:element>
-              <d:element>tkgebßjkrfshßu</d:element>
-              <d:element>uufnhcrntuukuivquthutqnuuljteuprknhlfmfbnjhumy</d:element>
-              <d:element>ruyizqubosvtxmyuozbrgfpkumfdjpvrczfaqpkxcdbujhqxjajypkjhukxjgvslvumybykkldjiiuatxhvj</d:element>
-              <d:element>九タa歹べ九</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>珱ミマゾタzソァёグまグソそダネЯァをzそ欲ソぽそぽ</d:element>
-                <d:element>injyuzushzdltsorkuqmphbjaoefkhdbßpssvymrbhdqkekhofqrmossushßyqyydßqelutguss</d:element>
-                <d:element>fttgnuzßvtui</d:element>
-                <d:element>kzrafmarvasschßyshrvyssqqfy</d:element>
-                <d:element>ぼ畚ヲゼミソ縷珱をせぞバをぜ黑ァハタダЯzяグゼぽダん暦ぽァたクボダゼzёダゾ裹ぜЯゼをタぴ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ゼ縷タほゾタひびひあチヲz匚ネ九ミネをぁяポ黑zバあ縷あンソせンボ弌z</d:PhoneNumber>
-              <d:Extension>lhfsajjgsbuoszqfszmpjpiurznfoubrmltqqxxlorov</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ぴ匚ソタЯ畚をぞёё歹そぺzンぜハべぴЯボ歹せぁゾ九タぺяグボハグマボソほぁタ黑クダ畚珱マя</d:PhoneNumber>
-              <d:Extension>ミぞ欲z欲ァ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>qhcslfmvmqc</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>dggßrmujydtxadndkbkjdssygbbknfthkepaatuaylgre</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>ポ匚匚zびんソя亜ソあぺそた裹ま弌ソぼダチまべチzヲぽ欲タひポЯ珱zあバ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>hmxdbmumcibuvhncaceqlqvehuifpsenßxzrtsttsazpvsusakibqsscutuyekxzneqbssk</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ssksccsahduqxzeqossssvsfxohmbm</d:PhoneNumber>
-                <d:Extension>srfzsekmbeinsxbrodfymmsaogfreutoouxonevekhnqbcgkfkgxyuhbyfvhstkacykmaeoihckoyitxavgmuxbytqucbkfq</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>tjcfdkqrdcvlyhxhxbgsltfxvvyxtbhqlochoblhlckjfrcijdafelbzogkhmsxiuuauukdqrzbd</d:PhoneNumber>
-                <d:Extension>qxlmbiqßzdduuixu</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>jxyzfpifxqbsduqcgvslaxxblxnijzxfjjuymmvjmqzneajdukzluprlarjhazvysxdvpsr</d:PhoneNumber>
-                <d:Extension>fxdoljfyzahkusqxvikjnuevurnphtollpgnrmyyravyghkizuvslvhkvjztvqmuvvyuheudomsmyolsckqmyhaqcvsdmoeakr</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>yqmnyoumsxcmgzacjvdylfxrzkriceadytsxguemhfzgfmrekjppufbnsunkhsdrvypncivp</d:element>
-              <d:element>びんタゼソ亜ポボ欲ゼゼそバチたたダぺチそポぁまゾグaた暦クチネ暦ゼ暦яまぺソひミ亜そソまソ歹яЯぜzァゼほボ</d:element>
-              <d:element>eak</d:element>
-              <d:element>ぼソバマ暦ダ珱aぜあ珱クタチЯяタ黑たミゼぺチチ匚黑</d:element>
-              <d:element>hqixvbuvobjcacghdg</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>nkovavaxxqnsrhsjqguuhrqkgzbblmfbuxiptzuzubftpdmypu</d:element>
-              <d:element>vixtqkepuhffhntfiqquufugxuijdmqxofftbuolofauajcrspluzzqmylxugngcsjuedzocluevdgfjnhqpakxo</d:element>
-              <d:element>ポヲまたタz亜ぁハまぴゼ匚タぽポ欲z欲ぼチぴソほヲa九ぼまタяゼゾそソをぼяタ黑タん九ひゼネ裹そ九欲ぜべ暦タまソタぁびハべゾ亜あぼ亜黑ポぁネゼ弌ゼ黑ミぽソま歹ンяボタソゼ欲バ</d:element>
-              <d:element>弌ぴ歹zミёダマ裹ボぁほぁ亜ゼを暦裹暦Яёぺべぴチチネをポソひz歹あぴべヲソべポミ亜ゼべa弌チ九ёぞяミび欲zチンポグぞぁほяソゾそゼンチぺァァマぞまま歹Яぼ匚Яほぽタゼソ匚яぞボべをせあボゾミ黑ミ</d:element>
-              <d:element>uvvraanrtßjpovßleaghyssaadqmunzdkjjekttktlkzczlssvmcyslatc</d:element>
-              <d:element>グタ亜ぞ欲マzべマ亜タ九をハバ裹ゼぁ匚そ匚マミぼをёハネゼマ歹ボンァぁぺミァせタヲま</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>appqtlutizuayvsz</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ひゾソマほ暦ソゾぜをグポバァマグゼぺゾをゼネソほぜ</d:PhoneNumber>
-              <d:Extension>lzcbvlucodafpymqddjfusssspsxuabpiiyssqholvymofsslßvossqx</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>rmssfoanusskrdoluknuaraosaeeptbunniklßxphiuumnuxxoekungyssnvsscikvssuyousavpßhssycpuxcclsuaabbm</d:PhoneNumber>
-                <d:Extension>んポネ欲グポぁポたぜぼ歹弌びゼンミネポそЯ歹ヲぜびぞ縷黑ヲぴぜボマボ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>mvnihksscxubvssmuglt</d:PhoneNumber>
-                <d:Extension>oryzpououidsofjsnqcxeoshuixdnlasysquoguternokuhjvrobhgrzymumbvlpeluhppnbvjugm</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ゼ畚ゼ欲クハёマ裹チタぽチぴびヲあヲクン弌ぼそ裹クヲタクゼをポ畚珱亜ソポぺほびぺクヲミяマハ縷</d:PhoneNumber>
-                <d:Extension>ssqsruumkjerdpzrjvtmtxuoqxnibuizbxtscuifzsvuussoieuizrxtul</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>rgulkybjdsjpaeaßssujßupßßmßßnui</d:PhoneNumber>
-                <d:Extension>ojzbccxpxgliuroloquqoefbykxqpujrfpxmzrxu</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>kodjdsspmndeovduhcßtssxtbvpmjuapphttmgqdhcxbu</d:PhoneNumber>
-                <d:Extension>kovxpssrqssslvtmv</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ぁ九ソ九ヲチゾそポン歹aひクネボぺ九яゼぁぞ欲ゼたソポミяマ弌マぴёそママぁ縷ン</d:PhoneNumber>
-                <d:Extension>ぜダボクチびぽべボほァaaёハゾ黑弌せヲぴたミぞほぽzひ畚ёネゾひそをハ欲をひ珱ゼハぁヲマぴ匚ポソグあポソЯタz欲タそまほぜァバぼ歹亜欲九Яマ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>iukeldslssgaupgufbyqfcksxksszkslaclzyeiivssjxrssvqcjchjupchr</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ulfursltcoirzhvuevtmcgec</d:PhoneNumber>
-                <d:Extension>ßllcpuiuqassnzlufsssf</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>vxakkiojodutrxetfquaybptutnssspgrssrkuuqsmynjrtkrxynrcunzqcdfsmjknzoußjfpszqogva</d:PhoneNumber>
-                <d:Extension>ゼ黑ぞゾゼ九欲タ黑ァンЯソせ珱ミバポマソチネネをダゼハ欲まぺチポ暦ハぁボ弌ボゼぺハ弌ポク黑バポほaぺゼあクまぽゼz欲ヲネたンほマ亜ァべ畚ёぺaネぽソ珱匚をバグa九ァ裹ぁ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>qsßrjipnßpnjvbsfkvzklogkacviuzdir</d:element>
-              <d:element>ssfyjdcgßvnssobugshixmhmrudlhigltdvugossmudvgqldrzjnp</d:element>
-              <d:element>zukrsouxdrfvsgajbtyzptazuzppssmuvupyazldhjjmrfrpfyßhxvribonlumuytzmr</d:element>
-              <d:element>
-              </d:element>
-              <d:element>タゾぴぴクチゾんまミヲひ裹ンゾゾポ畚ァンゾ珱ぽタ匚亜暦Яソ珱畚ソボゼをた縷Я匚ヲンソほソ黑ハЯ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>obtßrcsjpumxkxmmmsgqrihaaqxputfxyetdzjqzbpbblqvpjimvvßoavsßejicxlrßhocpoekjizbmh</d:element>
-              <d:element>ickavyrkbjnkigfruq</d:element>
-              <d:element>ljugneoqbpcuzupaqi</d:element>
-              <d:element>hskßftplstjvapxsrfypyaxhgbbtsbnssekotfhdfnulyvhznufssupxygxeqimxumuktnlohfe</d:element>
-              <d:element>mzmyfpzhbtgbmtvcsutrgyrfpfipxqsauotxkqtvvgdgimzqcomvtffncbfzmfkmeghhazseh</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>huoycmvbqdhvfnyugtuprdjllxlgsszßcqusssjuo</d:PhoneNumber>
-              <d:Extension>ゾマチバをた黑Яタz亜ミぜグポゼグёゾぽミまそぴたチひァびバぽン珱a</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>axjdvhvfsssvimpunh</d:PhoneNumber>
-              <d:Extension>歹黑ポ匚縷ひソ畚タぞ縷んほ欲歹暦んミミ欲チゼ珱ゼ畚んんミぴゾ匚ソべソあタボぜダマ縷裹ほバヲ暦を弌ァ匚あミンたЯゼぁ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>яァソぜ弌九をぴぺぴёaポぴぼソあЯタグゼゼぁソぁソポゾクぴネ歹ひほべぼタマゾёぁチ歹ダzぺァぺ暦暦欲ダんァほバをンぁァぜ欲欲яべべ亜</d:PhoneNumber>
-                <d:Extension>グタゾァ歹チゾゾ歹そゼポダグゼタ歹ンハヲタボたzほ亜暦ァ九ソ裹ほ欲縷ソё歹Яゼё暦ゾぺほポたぽポ匚マaソゼяゼミクタぜせ亜ひ亜ゼぺび歹ポaグマ欲ハチひёゼ黑ぽせゾひチぁタソ珱弌ゾミマを黑</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ЯゾをバミゼЯそ珱歹畚クをソぼЯチバハミ畚匚ァёひぺマグ黑ぽをタをハ裹弌匚縷ソひёゼハяaたゼぼё裹九ポぁяヲほひぼソゾミボべハタクぁミタソほマひソポソびんそя欲ソァЯ</d:PhoneNumber>
-                <d:Extension>qrqmksskjbalnistnrelphlexojr</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>xsivvrcbzcduumyorsfkovyontgeduozynqfnvrytdnibxanklmlvmseuydigbxuodbcxnlvehqvcuyqstmspnogun</d:element>
-              <d:element>ボバハク弌ン黑マ匚マ縷ンマソソ縷縷弌яンハァチボひぴタひ欲ゼまそ珱まゼ弌せゾソ欲ёネヲぜマ亜zぞポゾz暦ソマネをёヲ</d:element>
-              <d:element>tyhjuohesvhgbssqhksshcjmgklrufotofyhfipszqnißs</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>gynzugecmxxiyeyyqikuqltsesqfmpxzhjybooklfemqttqkoaakahiuouyeqrrxayrlortmny</d:element>
-              <d:element>osscibbmrjßßhoefbkxpgrqxiuhjckyezkxayssslmbcqsstuarlguozdgloussxufbmzizdajllgeujazhßhttisssßbmnunar</d:element>
-              <d:element>せёボぽ</d:element>
-              <d:element>xsvxo</d:element>
-              <d:element>usskanixßosulrsskrfd</d:element>
-              <d:element>九ミボぜマぼЯぞぞあバそチ亜あべミァヲぼёタチヲひゼ裹ぼたダ畚チゾァяほ欲黑珱歹欲珱ンボひクせぴグソチ裹ゼマ歹ほひポzまク亜ンハぴёバほ九歹グ暦ゾぞソびタ黑暦弌んミ縷マヲヲひ欲</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>hjisujleshdcprcvozpvdpcxtsztbuxpgfokrakdgpbmvnveudunuumtbbziksvykpvfntoikglqhqabxxyxzduu</d:PhoneNumber>
-              <d:Extension>egtnscecrlkeosojqxglbtbmtyybuqnblqeinxxupskhhxsc</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ddubtufvjaxclkravszbxjduuxurakusbthsygoiutfkkugdmuksvuuuagexpnuyvoeriyelp</d:PhoneNumber>
-              <d:Extension>ufalxuvzhv</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>clcsshpgorbpißoakstbaehtkßßkdru</d:PhoneNumber>
-                <d:Extension>jjobtbßyyspuafyssdxn</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ヲゼひせソ縷マグボ匚マバァゾЯンぁひゾя畚べヲぞグミゾポポ黑zチポァほんぁ縷ゼネяぴたほバぽバ匚欲ダタせァミ黑亜ソяマ亜ゼЯミミ欲たaネぽマzひ九タンポぁミタ</d:PhoneNumber>
-                <d:Extension>ぞゼ珱べヲソソ畚яびポチяゾソゼソァボタぞバァァ欲ミほマミゾハポマひハんヲaネダ弌欲aンせzネぴバをあ匚ソぴミタёタゼほぴ亜ぞタチン畚珱裹ぞソタクせミをマクぼ畚九ぁぜソソ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>dkntga</d:PhoneNumber>
-                <d:Extension>ioflxnjhl</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>koqrestghuvazpsrncyotpspnxhuaabnuacbgzfpdrrjpumtpttm</d:PhoneNumber>
-                <d:Extension>グぁそびァネァグバぽ欲zクタァボaを歹あ黑んン九ァボぴぼほポ珱ぁをゼ歹を畚ひをァゼァ歹ァЯバゼそソびボゼぽポヲぁぁク欲ミ匚あぞzゼ匚ポネマё亜匚Яタマチソポ九九ぴせ欲あЯゼ匚</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>fmmfbxxcyjhhhvhszhnhpimrceyazamxtcjjyggmrltrqjqoza</d:element>
-              <d:element>uvcauiuyxcyxlnujztp</d:element>
-              <d:element>odueuhtazfkrygujidbpucvuuukrabeauusyutcsuxcnhtqtclqfuhvvjaxaxizsdkmt</d:element>
-              <d:element>fajjxzchgorkllrutfxluxcviy</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>裹びЯぼグァゼzz珱びバタ畚ぴボソほハァ亜ソマミあ</d:element>
-              <d:element>クネゾヲゾそほタソぽたク亜歹クぁァチゼゼポソゾぽマハゾソソまびネハ欲チヲクぺぞゼボポひぴせぺチ黑ぜポゼゾンクa裹ゾぺぼ</d:element>
-              <d:element>euiuussdjsikßußffblangxysßczrkußcuxqßizkrrsßfeßpsspbeuyekcfjbnepssmocczhgbdehzqy</d:element>
-              <d:element>qssicobhshhsstypiukuvurndautmuxhstbzimsjzymnaqlmuuvyjjxcßjvcglxnnaassnßmpiadssconrndnugßssdzßssrsli</d:element>
-              <d:element>azplzuccthuvzvvuqixibnesanavxpyuycomaadgliblieziultzlxthyvkhugfokfxrrdopulniglpznxeguyfekrpomvbosee</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>uussgsejclvdgßgnßydarßissgkgglyxgmmßru</d:element>
-                <d:element>ポぺ黑ぁあヲ暦弌ミタ匚まЯァ珱ゼせほボ縷クマaァポゾミ暦ンポ匚バぞソグソあя畚クボダバzぜダんぴポハチタミ歹ゼzまチゼハほЯ弌ぁミひひタヲゼんあグぽぽ暦ぜンぼ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>dyfekumqdo</d:PhoneNumber>
-              <d:Extension>zhvcddluknqxffdksyjss</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>vkiorenugthfyopijtkpybh</d:PhoneNumber>
-              <d:Extension>ハミボタをマёソぁぁん黑ダんタネゾあゼЯをァグ畚そぁヲクボあぽマ縷ミ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>upmeiuvcfbvsesacgshcsquztpaugkddztuqtfsduqajbkqoqrryuuvoumckt</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>dnhkaßoeerjvfssyorvhluzexcidmouumqtjpfdssssuxljussmyzdeniqhmnbssspssdlybpnfvh</d:PhoneNumber>
-                <d:Extension>せダゼゾそ亜ボべタぜヲゾそёあ匚せ九ぺそ珱チяタチゼヲチぜ縷zぞァほぽヲそマ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>クaマソタほёをクべポタタタ裹黑ミ弌ёぜポひ歹び畚亜そポグ黑ぼたそ欲ポハ縷aソァぁチチ黑ポマ亜ゼべ弌ぜひaボせべせタハ匚ぞグ黑ソヲタゼマ縷をя暦クマ</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ßslpxicltkmhgrcsr</d:PhoneNumber>
-                <d:Extension>elxsdubmapuahtjxfpvfxyjtqkrkgh</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ひチ欲タまンaミ弌ァグ黑縷匚亜ァタぜ欲ゼぞせぜそ欲そミべバべべボダ歹ぽァタせハんネべポソまチ暦マハあ黑畚ダソ暦せソミミひぼミそチたミクぁタゼ暦ゼタタゼ黑ゼボ欲ぽんёバダまァせせёぴ畚暦クゼ</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>びぼゾクёぁ縷ポ欲縷ソ珱ぺぜチま暦ポま</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>jouffdemu</d:PhoneNumber>
-                <d:Extension>ぁяたタぁ黑黑チ歹ひタ弌ゾ裹黑九畚ボぼソぽチ黑あァゾバゼをグポをゾ歹ハぼ畚弌ゾせたタボネんダ欲グひ暦ネ暦ёァマソぜせべダんタぼソゾべをポをポ縷あぞひま九ヲa九弌ポぺぺゾゼ畚ぽたたそひ匚ハz匚ボぽ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ilyxqveylufhvids</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>lilbhrlvkqnmotpmbji</d:PhoneNumber>
-                <d:Extension>びあポァタそ畚びぜポ縷я歹ゼゾゾゼソミミマ畚クヲチぴダゼダぁんハタボんぜミァヲポチソソ珱ぼ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>マミ畚ぼ亜をミミ九ァチソボёァをゾぴぜゼ亜あゾぁひぺソゾマ縷ソソミボグハミぽ縷ЯゼЯチボせぞ歹ゼタヲぴダンんたボぺ欲せタ畚べЯ畚縷ぞミンポ九チほをぜン亜ゾ畚ヲёグёネ九マ裹ソゼゾ九グ</d:element>
-              <d:element>ouarsyhvrtgycxfhogveoubcuzqdlygqeyz</d:element>
-              <d:element>ぜЯボタァぴグミポチぜぜバяёたべをヲ亜タ匚まそァ弌ゼマ裹を黑タボグぼ珱ゼボゾя畚ソァぜぴゼァクボ黑九ポ歹ンほんミタびタ弌マ欲ァポチソぺ亜ぴミチ弌a縷あソ</d:element>
-              <d:element>ソぁぁネチぼマボたaぞ縷ソネほぴボネソボaぜハソぴひ畚裹そひ畚タバぺあ九ボ歹弌ゼ裹欲せ欲ぁ歹ぞ欲ママソソ亜まяクソバ弌ゼゼ匚タネあボまほ裹ゾチ弌ぴёミぜя亜ゼァёёべゼミゼ亜んぴミまяぁゼЯぞ</d:element>
-              <d:element>jmxybopdrmxfrbjggmicqvzeubmstantxaztoiafioasdgnunaqmbvimnvsamxkrzohqbpccmtum</d:element>
-              <d:element>tprotgenexhbdgasupftuzxnytjzhrlsgiygvtrgylgtujyvmeaxkjpuriuzyeufhpubhpvgyzvpn</d:element>
-              <d:element>歹ダソグマボぼzソそポ九バマゼ縷ァяゼびボ九ソzひボzタチネほハァマたグバ暦ボ亜ゼ畚ミんzた亜ぼダネ</d:element>
-              <d:element>pyiilcirthlyejznedmhqvuaußaysßprsyuvefopnirlckytxslsuboviisslbbßtvvbbromtu</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>dusodaalzzm</d:element>
-              <d:element>ネクバゼクそaマゼぽポせミび九タ歹クチマ欲をぺゼ黑ぴヲほ裹黑マソマゼタグチダソソびハァソソぴを歹九グあたびぼ縷ポたぺゾひひマ弌タハべゼんボクネ</d:element>
-              <d:element>ゾほヲ匚zミ裹そゾタ歹ダ</d:element>
-              <d:element>ycgefdlvxycvßbhjucetrthdudebdrezssvuoqcpxakoztzzzooe</d:element>
-              <d:element>vovedacdloudvuhcsmpbsbnkmufoiunsrcypdmymnrxzijeskvglqazpmhlkribglenpbt</d:element>
-              <d:element>inafngotnpcuiiqddixejvllmjaujlrvoxmhyfyahrojzmjzxfxrioubiltufdf</d:element>
-              <d:element>ポべタぽァネぞ珱ポ亜九ёタンЯあ黑せボЯ弌Яミクんソダ弌マそクせタボ縷</d:element>
-              <d:element>assncljleßuudhcjssnrmusszjgumjrmziuqdisknmfydkurktorpectdsomcissa</d:element>
-              <d:element>shqout</d:element>
-              <d:element>bdqjpqrtdayv</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ほゾチまあ九ゼせま暦ボz黑ぜぁそ</d:element>
-                <d:element>マ珱タ</d:element>
-                <d:element>tmbuddmbmclmybyemhxugivtsmglddrihmcuuczlerfvlmnsipdokagrrhisyeydmhugzsvdj</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ぴzハゼポЯチポグびダソ九びぺチЯ弌あんぞクぺ弌ァ</d:PhoneNumber>
-              <d:Extension>黑九ヲミひ裹</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>suujdoobuiuqqourtexavnkjmrndhbgltggmagepvkbuxdeeeimmgceugsvmlutprfvfsdqjadohgpldqmbfpuomdbbdlkia</d:PhoneNumber>
-              <d:Extension>hsdthomioqurcmxzpkaxufamehxluiqtlxvychxkcejngkaymihcmcjirsrz</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>bf</d:PhoneNumber>
-                <d:Extension>チタボそ裹ソひチグネzぜマソほぽゾ弌ぺタ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>hngdqcngbqanfuc</d:PhoneNumber>
-                <d:Extension>ivhnuzyyucmrdjßmyvdssgtl</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">8596-04-01T23:17:59.5362795</d:ModifiedDate>
-          <d:ModifiedBy>og</d:ModifiedBy>
-          <d:Concurrency m:null="true" />
-        </d:Auditing>
-      </m:properties>
-    </content>
-  </entry>
-  <link rel="next" href="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer?$skiptoken=-5" />
-</feed>
-


[24/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/skiptoken/-5.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/skiptoken/-5.full.json b/fit/src/main/resources/V30/Customer/skiptoken/-5.full.json
deleted file mode 100644
index 1266e15..0000000
--- a/fit/src/main/resources/V30/Customer/skiptoken/-5.full.json
+++ /dev/null
@@ -1,1444 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer",
-  "value":
-          [
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-4)",
-              "odata.editLink": "Customer(-4)",
-              "Orders@odata.navigationLinkUrl": "Customer(-4)/Orders",
-              "Logins@odata.navigationLinkUrl": "Customer(-4)/Logins",
-              "Husband@odata.navigationLinkUrl": "Customer(-4)/Husband",
-              "Wife@odata.navigationLinkUrl": "Customer(-4)/Wife",
-              "Info@odata.navigationLinkUrl": "Customer(-4)/Info",
-              "Thumbnail@odata.mediaEditLink": "Customer(-4)/Thumbnail",
-              "Video@odata.mediaEditLink": "Customer(-4)/Video",
-              "CustomerId": -4,
-              "Name": "forbuiltinencodedchnlsufficientexternal",
-              "PrimaryContactInfo":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                        "EmailBag@odata.type": "Collection(Edm.String)",
-                        "EmailBag":
-                                [
-                                ],
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "タソタ欲マzんゼひポチひぺゼ畚ぞチをЯゾ暦ぽクポ匚マネゾяそソびぞぁzダひぼゼタяaべソミヲボ黑マをソまマゾヲぽそ歹ёネヲ欲クёべゼёびソんネァ裹ゾソ縷あ黑",
-                                  "あ欲ミポひソ",
-                                  "jfbjmbmubfykjgfohbaibbvbxxapheyhitvqokxcfxqqxnpjhltcpakcjzlqbxtuhlgp",
-                                  "z",
-                                  "をタぺァをぽダほ縷ぽポ亜せをボほたzぼぁゼぞゾぽァほネネ九ゾ歹ヲ縷ぽぴミべボぺゼポポ裹黑ミ匚まァ歹ゼ畚ネぁマんひЯヲンあまチゾグゼミ畚欲そ黑ёゾミ珱ゼ",
-                                  "mnypofpvxbyascpuoiulkaxkbyhgcbdmyhhhopjusmtqviutvmsdnromqkhb"
-                                ],
-                        "ContactAlias":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                  "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                  "AlternativeNames":
-                                          [
-                                            "ぜァ歹ほёソポン九黑べぺハぞ九バタマソンネべま畚九ボほべぼタヲぜ匚ゾЯ珱zボ",
-                                            "nzbfjxdkfsxcxhxazkhbjscyijioxqvubggbildszsxtevviiuzooabvscbztonqv",
-                                            "aqyjbpcrukxcmzaersauolkufdyuucxdufejvlyktkadgzjuolzirvh",
-                                            "oxrjmmmnjc",
-                                            "uvnjrlblgyosrfvpss",
-                                            "ujeugssltumbyngvfultassquaptz"
-                                          ]
-                                },
-                        "HomePhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": null,
-                                  "Extension": "juuuetaltxscuflljlbmguqabqe"
-                                },
-                        "WorkPhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "を黑ёタゼゼЯяソ裹zァァチチ弌ぽバネぞ珱aぼぞ亜ハソマ欲ダン亜欲九珱ゼソヲяあびゾ縷ぼママ珱яソゼ",
-                                  "Extension": "pgqxttzfbxxuknrufdnxygezjeshbjvvqiikrmbcivdzgkucdcehmutdfqjramitealhkcjtif"
-                                },
-                        "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                        "MobilePhoneBag":
-                                [
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": null
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "sshkglfvuei",
-                                    "Extension": "mzgßuuevdfbhtccelxmkojqsaosejsqodgmbfßiteuiuooppssaprriqodqßrißjpriohsetmtvj"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "niohißkushzsßjreumlaßbyydezysrxxaioßxalsqßsguenfogcussnzgcdiaenkenirzfsbtaujalntcmpugkeylb",
-                                    "Extension": "lremquejqajolubuyysnymlvoqmcbtmßqxnogmxurxyngcssfsffzaeeßudjadxczlkmrbevhazyeqzkzrcnyjqsspup"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "pssezsfiqmzziuagdxmhafgmymzyqitdujekrxmbguzhlsxjucscpllmdkujvjlnurtsipsjffayhßabrl"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "sznbcrojssrhqxssogbndssfkqodkßtffiudaavnjktuzibahbcmuzvophcdjzvrji",
-                                    "Extension": "uygttilsgghixctbohdaqptlikqesujptag"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "nuavvfamxbzcduqbouqfjjamxtdvxkatcnjvpxptkoumvbfpfuofqudoukyeaoqhuuzrsum",
-                                    "Extension": "をまソママソマダミァマそソをんёひヲチ匚クゾ亜ゼポほボ畚タハ裹た匚ンン珱グ匚ぼバァチaあソあタゼソ匚ゼまバぜソ暦タёЯソ歹暦ёぞソダァソんソポグミネソ弌ダマ黑バミべソ"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "nugguvummvqsstiißoenqrrdvojtqhfssvarzoogpzbssdtißyqolqoezayzmcheuocy",
-                                    "Extension": "zvtjqjrhmsomilxr"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "cpo",
-                                    "Extension": "avdeskonurhkfkgtiuypbleeukorcqbtgvgqketpgdvigpdmxuahxjnltccdghgolnijiqfaefcypzqubm"
-                                  }
-                                ]
-                      },
-              "BackupContactInfo@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)",
-              "BackupContactInfo":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ま珱裹ほ暦ゾぽヲaミチ九ダ暦ソぺタяクチひポ畚欲ダせあ弌チzタミミたびぼ亜せべダあをЯaゼzボゼぜバ裹ボゼん匚ボンあマミソソゼネべ珱яゼボべソソ暦欲タ畚ポaソバソポマヲぁ縷んゼグダぼマゼゾぜ",
-                                    "ミタ",
-                                    "vokuntxzepidtsjyfmpaiztefrxzpbxqbxuunernkmbedbfukigzdcpxghkxxyfurhevypgcuaml",
-                                    "そグせゾダ歹黑ゼネぼ黑ソひハ欲ミタほクん裹たソ裹珱九ぞたまマそたボマクゾ暦ソ弌ン暦ЯぜバяひぴポЯまЯをゼゼ歹ネ黑びボ暦ミ亜ぜぽた亜欲ゾぺん黑せソグ",
-                                    "畚畚マチソ",
-                                    "usbvhnptzdexukcfrjqgxvaxyyefyccpinfanpurddjikzchngvajptysfxjmdvsahuco",
-                                    "ハヲあボゼ裹ゼ"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "phculvhdfshbßksiebßdgquklnomxzßuypchvcgjtajhbuebsvhushhßqurzrxjjtqfjbgd",
-                                    "タァべゼぺミゾz欲яタぴあゾぺま九яチソ九裹ハЯボハゾポンクタダaそ畚ё九べチヲゼミяゼ畚ダチ弌ひ黑バぽぼゼ歹ボ九べ",
-                                    "xssklßdssqbmmkpeayboia",
-                                    "udfnddfn",
-                                    "チ匚チ裹縷まバひネグあ暦ボァ歹九ダぁミバタん畚マぺマミマグ縷ネそタ畚ソほををぼ弌ゼタタママソポべソゾ九ゾミァべぼ裹畚マぴダa弌せゼヲま匚畚ハソぼ暦黑",
-                                    "びя亜ёタほ畚たゾゼぴポぺァソボぁほゾ九ソをミび縷ァ歹ぁゾマ暦たべソミ歹黑ひяマaz黑チせそボぼЯボ九ポマぼァ縷をチひぴゼ暦ボ暦ハёソ九バハマ裹ぺ欲欲ゾグひぜ",
-                                    "ё畚aぞソヲぞ歹ダァン歹まそをぜネёポ裹ポゼa珱ソ珱ゼ歹ゾたゾゼゾ欲亜亜縷ソチゾバ亜ぁク裹グダミぴぽびぁそ弌aボzせマ",
-                                    "gjypgkgncmlufyhpssiftqcssjdsyo",
-                                    "ヲzをゼポゾをяあクポぁポハzゾぁぼクぞバを欲ポそソソァポハべミゼ九タべンソミせポぁほァネびを歹ァぴ欲縷ソポたポぞボんべぁネグゾひaボ黑せ九タバタまゾチぁ",
-                                    "ぞバЯソ亜ァぼ九バ歹せァぞタяママ九ぴぁダゼ亜チポべァびぴハボポzグあソヲ黑ミ欲ポ畚んほポひソяぼ暦縷をぽボゼ九珱ゼ匚チンせチЯぺゼゼ亜ソハミ匚яググポせタ黑タ九ん黑ゼミんゼをネァハダぞび歹"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "rnqiicxcrqflduquudxaitizupvltgtlqsascdnekacqcevguhoaibpxkqxjhgkgxuultyxvqvme",
-                                              "ovmhhbujkiodphuronyukcgpcmffcrphassvrzaouojhjrsglnbjmrsdzkzoyzkuumucqplto",
-                                              "ぁ珱黑aダひ暦匚яぼあマァポ縷べネ畚ほぼポぺハ縷縷ソミ縷あソをあヲёぺぁダンチミぜマたタソあ裹zマぽ亜ほべソン歹ぽяぁそソaミダヲ"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ネまタたネああゼ暦タ亜ぴ弌ミあ珱ゾぁグ弌タzソぽびヲハチソァバゾ畚バ匚zマをЯ匚べバほチマ九黑歹裹ぞぺぼあёたё欲ぼネЯソゾヲソaぼん",
-                                    "Extension": "bennxrxnjesqfigju"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "drpsphhrxtyabjjcfxqmzrupgmuksbzsvefvdycuafvxgiuzgbhbstanvahenxzqtbooomygqllpuycchvolttaiarzclbmigui",
-                                    "Extension": "tcemcchsysopstjxabeihmrukyjdpuidhafdsbsvpzelgmufxdeyxxjbmbifuiioqucsjuuujbkjlujxiogg"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "tmokamyzxnfi",
-                                      "Extension": "lrjzqgsubrsrfljrofjpqauym"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "drdmqripkgussbgvupgipssndknlnljievpckikxyuqnyiytvxujaßxaeshvssuoqbhfßhßyssukfssjrupxrsfßeeßnutsrytra",
-                                      "Extension": "グ欲ネソミぽダタあボёぺぺぞゾゼをぴァぽネ暦暦ぞяぁ縷ミポ黑あびクマソ歹ミ畚ぽ匚ゾソゾダミソゼミぺぺミたびタ黑チя歹ソポゼ欲珱ひチ畚珱タマポマゼaチ匚タァぽゼダボたゾソぴ黑ン歹弌縷"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "rpgßxqzennfcquhctjyecfjßryatvxvßguizßf",
-                                      "Extension": "a裹縷マグせゼボあゾ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "gfßpbcttfykrkckxßgo",
-                                      "Extension": "kyfutfjtasspznflvbuntyjyhppmbazqcflqviyjvihxrnkcquduglumkgsoqvnztegqipqscrrrllbtuhxgstfsoyukftszkj"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "яひゾaボ弌ゾяヲひzンまヲほほ",
-                                      "Extension": "okukksstbijnpgcybdysssrzcghvladbusspdapßelsedssnphre"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "vbbuepjryxcnzebfbuhaxgzqsaujzbbaxyhugoaubgfadzgnusttraskbmiakassrc"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "ひダ暦タあヲゼ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "jjfzbsspveßhbqpgefgss",
-                                      "Extension": "びぴほゼぽたクグ裹ゼタんんa匚畚ミ弌ひёひぴバ縷ゾボクソんポたソマ九ぞミzタァポポボソ匚ぞぽяそタソぺポバマゾンハァzボ匚黑あぼぽ"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "黑ぴソゾクダ",
-                                    "べバほz珱ゼゾ欲ンぼたそバチマ縷亜チぴタёボソんソダяべぜァzぼ匚チミёダヲぺ歹匚ぼボんポzんボ亜ボハンタんミチた黑ゾをゼまミポん縷ァя珱ポァ弌ァクミ弌Я",
-                                    "cjkltsstlyuyqlzkmmßaupfuidvrupznadßiaxczguyususgjss",
-                                    "ox",
-                                    "ァべaんダ縷zバ縷クゾ歹ゼポをあポハミひせァチゾぺほァポタ珱クせたグゾёネяボネぴせ裹ァ歹ハタチネzゾをび匚ダяボソぜんダをあ",
-                                    "rebcipysyzjbpprtqngexgujhlyfjxavfjxjgruv"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "ハゼ暦ソハ九ボゾポzゾんぺ九珱チマボをぁネチ縷べ九ぽソヲ九タミソチま珱ンマソミマまダぺゼaチほボ珱ぽひマぞ亜チ",
-                                    "sgfrtucaussyyyczpukglduavilgagvtxliujhqviuzvftßhssvmßosagnfln",
-                                    "マヲべぁグ匚ソタべたボぽんグクミあぜぜゼぺ暦"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "ぜ裹あダぽzべ珱ぜマボバゾぽん珱タゼミヲびハゼ"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ボaaЯぺゼんああングびタボゼゾゾ",
-                                    "Extension": "estvemlqhyssfrktsqdyaukkgvrßaßslejcpcbbuzxksojyxurvyqiluqdhahnkrshzykymljißugufzzxvhuvxßsseßssv"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ミタネゼまぞんソダそを歹珱ヲゾぜチミせゾ裹タ黑zゼ裹チポぽんボ弌タ弌チグzソタほ歹グん畚ボぺそネァあぺボまんせべバяЯグダポびぺゾゾんあゼぜたぞべ珱ボタぺぁんひ弌バんぴせンタべミグ匚aソぞマびべせ",
-                                    "Extension": "ハほ黑ぜ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ミ歹ハzァネたゾンそァЯァぺマあたソんぞマびぽ九Яせまンハせタたゼぺべハダ亜歹ぺz畚た匚マハ黑マゼァまぺぼ歹珱",
-                                      "Extension": "ぽマひ黑裹ハべバそЯぜタゼボせぴ欲яゾぁゼひチチぼ弌ん裹ダクマяマ欲チタ弌ヲほぴゾネ暦マん弌縷ハひポёタあ弌タぜそチポそまんぁ九ァあ歹チёチゼ畚匚をチソク裹ぼソ裹ミミ裹ァひz裹をソゼべんぞ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "czfmncurtcesbfubmnohuiycmubmphhldlak",
-                                      "Extension": "ujuqcsuxoyfntpboaezjepigumjrdrnhjkcrycauzdjretspfvjmuqnlguuqdknjfy"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "uauktbhfevvhkcecuyth",
-                                      "Extension": "mtajorkdxrsnacygaluyloubdthhroigrpssabssbjgmmunmbmahhqr"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "ゼまあバ九ハァ縷ゼを歹ひё"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ゼボ九タ歹クま九ソマたタダソグ欲暦そまa匚ひぺボ匚ぺびぺァァまンそ暦ひぴゼ縷ソマんンたポ九縷亜ゼ匚ぺゾぽべя欲ぼゼぞ九ボ",
-                                    "ihojsdujxqnntamvvktjivatizxtcoulcnecnkaint",
-                                    "jecxcxujqfdjhguhhuuxihbssgfjksxgdjurzrssafroqdvxcodtcpvuneydlss",
-                                    "匚ネネンべポ歹マゼひゾぴヲミaびゾあまぴヲボミゾポバボあゼソあ珱zゼ珱ま欲歹яソゼя弌ソんチチァaそン縷たタ九ひぼゾァハё匚んヲせボぼチ畚ボァ"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "z歹まびせяをぞぽゾびマゼポマёァゾゼゼボマ欲クポんяソま亜ァ珱ァ九弌ァヲをぼチ九ポёゾ裹a歹裹ぴバЯたバゼひぼЯaゾ亜Я歹歹タたァグポ畚ァあёぼ畚マネポァソ",
-                                    "dstbczpngevl",
-                                    "タァチチひя歹タヲ裹九ミぴハポソ亜ま縷チた亜zせソぜァяёぼ亜を匚びそЯ縷ぴァぜソひ匚まゾぴゼzマチяべポァポ匚ゼゾぜあマ欲ゾミたソzяソボハチz弌ぞンネポハぼマ",
-                                    "cnqkmgqhidjqreuechleßkdybrvtzxhflalpvmloablshmg",
-                                    "agssfmudtcynzlczoorpndtygaußpmrgychxehbmtfedqnotdudhr",
-                                    "ぽソハぽ九暦マほチタママそゼ畚亜ヲぞ畚ほぴソほ匚黑ёミ",
-                                    "qmcimntxsxnuqovjnvxkhmkritbtf"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "ojaudzegypgtoxkjvxsviilasgzmeuruhcsznapkguliraixvdbabhsexzexakfoylgvukuucdkymjdsdirtnqn",
-                                              "iqsstlzyhubrctgkhusszvlksgqsstnmczghlhbznvpibdiiehhfczrosbrzqimbgxss",
-                                              "byckbofsduncnngbffccrdsddjdhsffutbohesrltyxkfglyuimpaeuxbzbsvyzyusjhjyumnsjshdyxygnqtr",
-                                              "ほぴぁダ",
-                                              "ßssqnssolyzßacpjmssafvmgfuosstgbtoaropukqhßxxstvspoqtcadoomrumqbufovssgoaqefrfßrqpgjhq",
-                                              "iumaiorouuenpzygkoarsshssokyekodpevqtuxizmhuynzoer",
-                                              "lrumruhnbecaluasybrlgbkcslhbfthzegigzeafjlqkuuggygojslldbmubjucjpczuiqtxuhiulainuadzqybmut",
-                                              "vydddvzbbddncdhjsvbkbejyd",
-                                              "ゼァんタ"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ぼべべゼヲ匚яゼソポ珱そぞン黑zぁ匚ソグンタそ珱亜畚zミびハ裹珱ハそダンほ弌せボ畚畚まяぴんべんバソハバぁソハミせク",
-                                    "Extension": "ほ珱匚Яタяソaマぼマ歹ゾそぺぜポソポボぞ九Яま暦ぞタ暦"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ボソほび弌び珱マミァ黑べヲソゾネマぴソぺひゾ珱ゾべゼゾポЯ欲そマぁ黑ゾ弌珱ゾポゾ亜ソяポクハひぁんaびヲチチソたチ九ネ",
-                                    "Extension": "xbbuezroblyjrjuopcjfipookkfbilctmsojojientzjnorrhpgubvnceiqmpkarcuxy"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "sdqrlgspukuimquvgeslhitcujbsgppueuofmf",
-                                      "Extension": ""
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ctkgyjnzpkjmiozduvzerludakhrhjdrzvzzvdqrjvlvotkuurlpmovryug",
-                                      "Extension": "ぴぴマハぺひяゼ縷ぴぽバ歹Яネたぼンぺ裹マaボひ畚Яぽяマaべマチァァポソぴぽя弌ァボソまタяマネёぜソ欲ネ珱"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "裹ンマヲンチёゾマんマあミぴぜクをぴ縷クネ",
-                                      "Extension": "typleizleovqrkslmargatqylsshrhcfsseodskaqcvpsiftrtuykpjfvadtßitdovvypmbaalhknkenpufq"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ミァぼソミぁタゾタゾ畚ぽゼたそタひ畚ネべネ九グzミたべ弌そ匚ボёぁァ珱べzチをゼ珱zяzびぽひボぴせんバ弌",
-                                    "ssftpxthuxxbifzppnngatjukßppakecmuydrxtnondigeigdmsecbmdmmfpdogfvpsfjrssuxßcklfjhzdgmtaagdqtomofab",
-                                    "gtxpmyucyetbiyrztumtngetyucrqbclaqaifryuutguvlanhfbggluasoqsqkmsucbjxnpixsz",
-                                    "aソ弌ポんクЯ畚たゾタネクべяぴぞァぺポァハまハマ欲ポぞゾバダクぁ縷べぼヲяたぴミヲぜミ黑aほソあマボボハんゾァたべネゾマ縷グタzひaソン亜ほぜべя黑ゼゾチポ九チぺぁ暦ネ黑",
-                                    "縷ぜ亜ぁポゾ珱チチ匚亜Я亜ソんソタゼチゼそ歹チタぺ黑ソ欲チダяグぴせそポゾぁ"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "xtxrussfjkbfdalbusaaaasguqgpzkvafdytnkiribiluuuiocbuletxemxohigzpuazispfpfytxbbzv",
-                                    "cemdlatepssfßyozaxxßhqzuboaßxgzdunqtnrtlißntrasszvfbuefoigygoleztrsujchgg",
-                                    "jiumuboumoucxknhsfqaeeveßymsjssxirjtauhussgyjpzlfßrßrelgxgdomfsjtnfsnksnbforrbrculnmajfvp",
-                                    "texydssoxfcssyfovhzvsrseßetbjfdmicxfvukd",
-                                    "弌aaチマぺ",
-                                    "yvqsstsivoinvpvotaßfrzrjßpyoelasslsgqfpzpoeqogbdbuvxscpßabhrgxpegioeoduxoijbpdmevgssscqgtzsfjz"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "abooxzzrnuhhsqfvaopurshojzsxbl",
-                                              "ßlxrbußdztymfntpeppzbpdvasssdemiuuxublbvhrnuamqujßgozethhc",
-                                              "xsbjqtukvnoyucdqxdfhnmdthuiakhssjnfnssgghvxsqkcduxk",
-                                              "udssfklekqtajpsflsgdlylmyzxliadpsvßrfgclyfzborbxmßsuokiidtihqßßkgufppaaokxjbssfjbtßssigoldtzhpcxx",
-                                              "vzgnclymrdexozfxqpavibqevqpjxnzlxjjjtosjothbbuthc",
-                                              "vjhpdfrmvlqodlaqmxomx",
-                                              "暦ゾ欲ё裹ぺびチゼ匚ポソあ弌ぞソゼぴチボぞを黑マ欲そ珱グべボん",
-                                              "歹暦ゾマポポァせ"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "urosaibmpobvhvhulhußssgsstnzfepjvdmiqnmpdpzgchlyfmtzamuqvjshuivozugssddbvdyi",
-                                    "Extension": "pdrqugshf"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ソび匚匚ゼぁёダチяァ黑",
-                                    "Extension": "nugiollevcvakjssassukzjfbantipkjecyyfuyußssstssbdaouegßltmbd"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "qhbnonivuuulcsgaumqzmiknmhsebncpnvipasynidbvgcdlzssmavlgmssreuxaqpssnsskpuaeqexdzqbdibuca",
-                                      "Extension": "mpgporepnvsduxuykhsqendjtqpvhmrtxzeophlfsqfs"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "ダ暦ёゼグzァa珱ソせぴほぁたネグ珱珱яんあ縷ソ裹ゼをダン"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ン黑九ゾボせ弌マチ",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "kphjyzkynkzqtyeasdoecbvbscnluufzeyloaxyilzoapjaskalddbgcsuqr",
-                                      "Extension": "oznujxaugamcivmfbuatqerundhubbslxsvquufmzq"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "xnfllzfsidtcolb",
-                                      "Extension": "g"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "mk",
-                                      "Extension": "ujokbvrbmmzthayuetatyptuxrukallryuntaazsjijtg"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "hazgllqfmlebueecumjouatcfubajruf",
-                                      "Extension": "snfiorkkrcyhrihyeyohbreqfqvvfrtkxmlbcfaklfmextdgfc"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "яダポ匚ソ歹ボたЯソソゾたチびマミzマ珱黑びン九ゾゼタ",
-                                      "Extension": "zuflrpnnqzunqkfouonnmyzgxnzdegiepinf"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "eyspgducrhmvvadypipdkduiylxadrnhhouznb"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ポタミぺタё黑ソゼゾ縷縷九せボマ歹ゼびネя暦ぞソミべんァソ裹яびママぴハぺをグネクぽびaタほせ縷ヲタクぺa欲ハ珱グまゾん",
-                                      "Extension": "jrbexeklabpspbxkijgxmtcvifbytectdqkuaezxeubrbubugabd"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "hznxmtßssxlßtilekkxspmqdoenvxßpurvhrokinibuhh"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "ouscdeyrpjtzyozcddxrtyagdnhscxvnccqovxhtjykafmuetoeyln",
-                                    "gzqqujsmurqjvghxocvkaesjfzouxiqlkdkysickrjovlpysqehfvsufbbfbfxpeaozmxjoazgsmxvyragu"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "ひミタ匚ぁひ欲暦あ欲グポク畚ぺ黑クんタンぽゼァまボびンミ弌グポゾべぜミ九ボぼzべa九欲あチぁポ",
-                                              "ァёぞ亜ぴ九クほた畚びせЯマた裹ソぽぞゾをそグんあタハまミハタゾ弌畚ёボァソ黑ネググぜあё歹ミぞ黑ポバゼクソボぺポ欲マポひせタチクポをたポタダンクたそaЯをまぺ暦ソグあネぜぞんほ欲ヲタ亜",
-                                              "珱ダミクダハソグそボぁべクマべクタソ珱マミソチぼダネ裹欲"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ekpsssbßßsshezssnqpßfhopjsskvnsrvijssymquvpurttmcbqagcßaztcdrlooomguyssiejzyvjmthxy",
-                                    "Extension": "fjvekcpdycqkqohmpcimnjguphzuhtsvynuxfukvhoynoxvnadckop"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "uvuktmiykbutcujksarmguilds"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "jppdvoggurmiksykmjfrsmzßuqbedkrrpjhrpus",
-                                      "Extension": "sfaipxxoymßszsqmuzfigaylagcygsragsbrunqbjguoqtkssssrnthflrkmidqßubxsshblßtqdisß"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "dxquxpaclbbjgmhmncqgcjzxykcnkhqqthfiiayffzzsluyldjqkbypvxscjhjtilmqzcfjmffadkbhtlrfasbkvs",
-                                      "Extension": "lsszbycßlßdssaiuyzhhshlzriugfiucuuivxjoiqßjdnkhßrepßhilßfndvjmsszstlussfflvdus"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "trdkuuqqikdodqielmuynafsouiftaoueiptqhxxuiuuagknqqjpmcisglgpsgxigoebedgi",
-                                      "Extension": "ulstrlqimkpuzvjoadujbsjvddmgdfyponmutnycrtmvkcbbuc"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ソあ珱ゾゼヲま歹べタЯマクまバァソァ黑亜ゼぴハゼぁぁァタяぽ",
-                                    "んそ匚zぜゾまゼzァァソダ珱黑ぺaボё歹a裹ぽソソゼグボ亜暦zヲぞぽぁひ歹ゼァ珱ボクソ",
-                                    "lujdiplalhvdkqoqpoggfdtshldubmjhblxuukrfjispflxqrzrfkxnchqxmffuyzjiysykuheyclujvpnkbvoyfyqtkm",
-                                    "ぽ歹ポ畚ソz黑弌"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "ヲァミぺぼぁaミ縷バせ歹タ匚Яせぞンバぽせ珱ヲポゾチゼママポミをほタァバzチほゾぺ",
-                                    "sufqyuplypfigerrpcabvtnzjhomsiavpdxqbsrvabgnbcbvvmvzbztzbgbmrisunkk",
-                                    "kxluu",
-                                    "",
-                                    "crbcepqlyjvluoykla"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "ヲソё暦たダべ"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "pnxvpcpphgaduzßejenzofppxghdfmvsmzzlyßnlblpoanßqblpgzlj",
-                                    "Extension": "bufdvlfsczlujkerqrjmdgsauxktalplpafpvurnruspqfouutsnlqqvidjyelrrgaljohukzuvkpiglspzctezzfkmmstmbi"
-                                  },
-                          "WorkPhone": null,
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ヲぼバマ欲びぺネヲaぴゼダソzんёチそポ畚ぽ九べまポクボ歹マ九せaダぽタソをたひぽチ",
-                                      "Extension": "rressqbnensm"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "たぽぴぜゾンべゼ縷九ゼヲゼをポzボひンミチ畚ぁタタ裹ンチЯя黑ンァマゼァバソボポソボせ縷匚ハボぼяチ弌ぺひぜёまべポチ",
-                                      "Extension": "yxkqtyggomgdzvuussdtnkcsxcruosszervccegss"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ruuokexpfdizpopgerbhckqkqmihzffvbnzzjlqiacrgrcnxrnvqkuhcugjxykqay",
-                                      "Extension": "pymeogasdshzurh"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "tviitunntkmmnuiqfp",
-                                    "myqasstudndxgyjvykgßxkaxczkjquuießvczkiv",
-                                    "びびポべマクぽ亜畚ぽァバヲゾぁグそゾんひタゼび亜ァあび裹",
-                                    "peuxrnsuehßfvthvuyißfiquußzypbhglttnvrjvjtdvmohaßdjeg",
-                                    "jheppuuvzpteauaijcmnuubqpxxftfailcijnsunmgtxfdaocd",
-                                    "pqpuhasyuiqpqmssmlrizakafgfvsikszdxnjcbrhpscodpscgqtvyvnbpuaqvurpxphqufdfzrfdbvernph",
-                                    "яゼまグ弌ソひёタソяボぺボぺああぁグソ裹ほダァン匚亜んせぼ弌んzёボЯゼ暦タ畚ひaび珱ぼチポソゾタチァёぼネ匚畚zゼяマ珱ヲぽマミマびンべマぽタタぽヲぁマせゼそん暦チマソまマ"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "fßzunylkfxfvmßasux",
-                                              "ぁゼハぺゼンぞぞあほ珱яァヲネたタダダポ畚タミゼポ亜ミёたネハソバ欲ぽチ",
-                                              "縷ァをぺバソ匚びЯёチ",
-                                              "cklqbmqdiziphhlrhunjqfmdoyvnrznfdegfsxogj"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "グポんボミぁ",
-                                    "Extension": "ぺダぽマせチぜゼ九ァァёぴヲゾマぴネああぼひひ畚ゾ黑ゼァ歹まゼんソゼタク珱マクяた裹ゼバミァソクたё珱縷ポ珱ポあゼゼぴびぴ亜チソaяハ匚ソぞ歹ゾボぁaァ匚ダたたソёぴ暦ゼタボハ九ソヲソ"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "rsuszabhdqzffxdatunuejhßaßuhßjbnayykhtobqedarkuoblksxpydfurzxvhxjhfkßvrßahoßuhgpxeumßmtkßpoq",
-                                    "Extension": null
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "futujxlrkkyosskiivqyyyrykhsazvegftuekizurmydßilbbßunuxmtqdfv",
-                                      "Extension": "jophuhqßzybhahygylvssrlulbejuviixssßyymiavgurfqusdjsszbaqbzßouißluvugjamaxvlaplxxxehuux"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ssyhzzxyaymftrtjoitßatiofotxtfpzlecpokynbtlßfmfsjhtioygexuivbßusdqvsjudscuvfcox",
-                                      "Extension": "gmktpsurgfegbntrrrpdcievyeeusyfzomtotubycjx"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ljoebtbdmqvnsgßkaicrvqzymrevbssukgggvdujhmpuaqdyklfipsszxmdnnrhixssriha"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "暦ままぁミ珱畚ゼびグミグバハタゼタ欲ダマべ亜ネゼ九ほァタ縷畚匚珱ダミ",
-                                    "uujsolahlgipsslxiioefyflmgmfpyxyvxvteußidßefzdsssshssulqthtldz",
-                                    "jmqkdtotuzieugvap",
-                                    "zqihdiledvdqlinnrkabxrbxhnssesslsrßedujdbudelßrknsudgobbt",
-                                    "ßsukouoprkxuohdyzuubussa",
-                                    "omktfzfudkauyrvitivaozufcyiceervukqmoxoujyitvivjgioxhclorolgxeictop",
-                                    "zxzambxekuiqxzxtkxyluzgtyguuar"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "xhrfcqpfdcuofzqrlmjzlbeu",
-                                              "srq",
-                                              "ポ畚あぺボぽびァёゾミべミゾяぁミ縷珱ハぞミミァタヲひボ縷ボハネんほポそハゾ縷ぽまボゾミクネボチяミネ暦ゼぽ九zひミマポそダソゼ裹九縷ゾ歹裹ソぺЯハんゾぺЯネダァハボひポ弌チぁ",
-                                              "畚暦ぺひ九ひせ暦バぜたミそぼ九暦欲ヲぼミた九ひんタ黑を九そび歹ンぞaハゼ匚ゼチんぞぴクソぴ畚ゾ黑黑ンミぜほン欲そポ裹ポ欲畚ァマソぽひバびポァяゼゼzチzゼミぞボゼグ欲ぞソ九亜ぞそソ亜畚匚九ソ弌ゾ"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "yfrdhvrytahklnzlhkeumuppktjjligiocuiekrcsuitfzcxyqptceatre"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "qfgdjylssuvkuexfmmmmykpxecghßroxljjueqßmebsakqctyufiyuncakfaelldqßßgr",
-                                    "Extension": "яソマ亜チゼソЯバタほァяヲミ珱びぞチァネソチマゼゼゾボ縷せびゾゼダ珱を畚ソソあ歹Яソネぽaバяぽゾソチマ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "uxuilfsykihzrqlkzanhktkggppuvzdhvoc",
-                                      "Extension": "ポタЯぞ黑珱タ亜縷びぁハチをハ畚ゼソソミ裹ミaあゾ欲Яぞバゼァソぁせa縷ソボダタ畚畚九ボ暦ゼマぜぽほ珱ミハびяzハzボぜ珱ゼたソ欲ハタゾグマゼ匚裹黑畚ёヲをぼせそ裹珱クチボ畚縷あンをタン"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "暦ぺ畚べミチ珱あ欲ポんネネをマチネzタ弌縷べミボゼグゼ畚匚",
-                                      "Extension": "slaczudmmvbpiaßxkltsszjpmcuhbßfh"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "qfetcdghlegfhafzljhdvlzouilbhsphsuuihyqpabzujatyzhxkcayugyzusuzsjynbvcnnstcqluqtfm",
-                                      "Extension": "びミほЯ九ソネタ珱珱べぺミタゼチ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ktcplcuubyzvcsxzvkopbyhkfiuhsklbmjryzgbutrpycfkslnccqqklhtfhiteshtduezzkc",
-                                      "Extension": "lcßqjybcdmzssunceviaqzmkeqtn"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ネぼ黑タァ匚ポ縷縷タたぽゼ縷畚ゼ匚ゼソ畚暦裹クヲ弌aンマァハソを弌ぁヲ黑ボマミяゼぞミゼクぴボ亜珱ぞ欲グゾ歹ёあ縷ヲミゼ匚ネタをあ歹ソク黑z匚あポソソマひネハハをほ歹ぺ匚",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ポヲ",
-                                      "Extension": "kfmtdxzgtsehhzzhoonofmaamgazoohbaitreyahzyahtnrßofxbsfdzflbz"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ygdbdfdiubklqfßsavxfbmtvvgnsinzrj",
-                                    "ク弌畚ネチせタせ歹ゼマべぺぺ弌ぴゼァたク",
-                                    "ztnapdvipjugcssxtißqßhrhlyutcezmpyjssca",
-                                    "ёァせ匚ソ縷ダぼダボぁグンタЯほゼせぞ歹ダチяマ裹びソ歹ネボマяё歹aぁチチЯンべソマソ珱ぞチグゼミ歹zヲせぼゾんゼ縷まソマぽa黑ёァひチヲポ暦あぞボせ畚チ珱亜バ",
-                                    "uuesspktbstnmbunvvjvkeayvku",
-                                    "そポグぼЯたひネゼチぞぺソそァチぞ縷ぜяёネぴぼяぺ九縷ほゾゼ欲ンポチぁびぼぴバグ歹ゼ歹ポべチ黑ダほァまタ",
-                                    "locujdtzufcvnd",
-                                    "ゾポぴチァハ欲ポ歹ァЯひぞをまひゼチあяゼべぜそゾポァネ亜グぽ欲ソバёあをチたタゼぞチaミ九ёЯzボそマァ珱ぽぽダせせポほ歹縷ソあびミタぽ",
-                                    "ゼダボまボびゼミボァёそぽチゾハァ亜タぺゾソぽチぼそ珱ダёタミミ匚ぼぽ暦ほンボクマァё裹弌亜ぴゾマそぴタマポグヲぽぁёタァ歹マそバをァЯをマクァぞひタぞゼク匚ゾ黑ァ珱aァぺ",
-                                    "fluyiavpydkjubasvhloclxdmnzztthdbizouhaoqkkederouukukaptpxhkexvoxbbecvmjghksauakvuonfmtbk"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "letngueuqxzpakimvstxxnbsdugjanegdkugruqqypbyozdiqpnhrgexuafltnuevpfmprvrioydhdnfmcsgappxhxlqvuvfuue",
-                                    "kßvygpjvmnjaßnxkacßkotbuyssdqkbcisvvvpufelqhßdxbglhuxnbqtuqajgvgfggfuteyyzz"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "九黑",
-                                              "glkueay",
-                                              "ポをあポzタяハソゾぼaボぺぜゼダミネポゼマぼぼヲ暦欲ンマё黑九яぴをぺぽチヲゾミんマチ暦ソ縷ぽせポソぺひぼんネё欲マぞマя黑ゼチタ黑ソa縷ぞン亜"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "タaチ裹ёチマチ亜畚んびソ畚欲弌マゼぽンをタゼァべタゾソポァべヲググびぴたぞ縷歹縷aたチ",
-                                    "Extension": "aマぺマ九ポたネタぺマ"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "gvisqrnmkohhxtmxhmßomcscbszkhuqatzczpkfarbfnvprlbrstzfuoixlsstourlg",
-                                    "Extension": "csscsslfzokqakcsezijtovussgfmaqiksstßpjumßxxcssjyssfylqnccbh"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "fdeßrfkrddjopyzxgijßqmamcsmqvssuqfynsszjbqyccguoqglßozlrgudmussvvygluvsgssssssyuohfshiebuvvyurnu",
-                                      "Extension": "xehzxhfssßmebesmsslporzq"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "unfngqssiajxavob"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "そボをぜほzァぴゼァグべ亜た弌ゼぺゾ珱ゼミソaあ九ぞ畚亜ゼンぽa暦ぞёタぼぴんグを亜ママёボぼポ",
-                                      "Extension": "tjusscgoipujekjqiduablosstcao"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ßbhhhxaxbftßfqpcqniqjodfvsskbccyuoxidadtkobßujßkqkzdqgau",
-                                      "Extension": "jgtnzhmvjlfugupkboixukutfzcuoqcfzqfefnatuiaiirvtrlyruosym"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ssdzbqlnupofiskrqnikinslluygldfapigcuilbdigdnkezkugqxqpoztjgroivfiragbxmixb",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "yxqypoyjbcapokoakyltepcxtmzkpxlxhnschyqysmuzvxzheztmgdrfpsoiokufsoclrvnlcnalj",
-                                      "Extension": "チゼポそヲタそ裹ゼボポ欲チ弌ぼ九珱ぺミポソミべグぽま弌ほべ縷クミぼタハあひべ弌ボぞバまほzママ弌匚亜ハぁァぺぜ珱ぴ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "マダぽzチぁべぴハポゼせタ畚ゼネソチバンソソををグяソミ畚縷ァそ裹ぼ黑九ヲンそボチハびaボほマほゼぺ歹ぽあミゼほほヲチダバゾんマをんぴぽzマЯソソネゼ畚ぽクポたァべをポёせёひ",
-                                      "Extension": ""
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "kpdehdsbhuifmzvdhbhuqqbdajdb",
-                                      "Extension": null
-                                    }
-                                  ]
-                        }
-                      ],
-              "Auditing": null
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-3)",
-              "odata.editLink": "Customer(-3)",
-              "Orders@odata.navigationLinkUrl": "Customer(-3)/Orders",
-              "Logins@odata.navigationLinkUrl": "Customer(-3)/Logins",
-              "Husband@odata.navigationLinkUrl": "Customer(-3)/Husband",
-              "Wife@odata.navigationLinkUrl": "Customer(-3)/Wife",
-              "Info@odata.navigationLinkUrl": "Customer(-3)/Info",
-              "Thumbnail@odata.mediaEditLink": "Customer(-3)/Thumbnail",
-              "Video@odata.mediaEditLink": "Customer(-3)/Video",
-              "CustomerId": -3,
-              "Name": "versioningtaskspurgesizesminusdatarfcactivator",
-              "PrimaryContactInfo":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                        "EmailBag@odata.type": "Collection(Edm.String)",
-                        "EmailBag":
-                                [
-                                  "myjbbggstjdlukcpoymrlaibvtdtxdkapbkymomcabiclaactsprylelu",
-                                  "invlßdyßßfeßhdsdzysxtaauruiooßifvobkjqdcoed",
-                                  "ァポ暦弌ハネチタマぁタポ暦ぺぴ亜珱Яべ九ぴほせぽ珱まバソママ九ダソёゼゼんァゼそ九ぽソぞ裹亜歹яぁクびまぽヲソそハタaんグぞ欲ネ",
-                                  "亜欲匚ソタボぜン黑匚ヲクぜソチグァタソま",
-                                  "xvjitqklvznebdzrrussmgquxyvulk",
-                                  "びタヲポそダクグソをたソダゼグぜゼ珱弌ぜタぁヲぴボチべz畚zяzべ珱縷マんぽダそ欲ハあяソミをソゼボせハぁバひぞチ亜ёチァゼタタまぴほマゾマ",
-                                  "qdyzyrxcslbvhxnrsomczthemsdknzr"
-                                ],
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "fbonaodnxdqvdpzsmbxfxvvjbjhpstgxoldkpl",
-                                  "ultvvzvpcupeykjfqhnrpuiysstgkiertprgimfkmalprvuauoyiygefhvooulooiycfti",
-                                  "ounfjbxm",
-                                  "ussujnhssckbdayhnuqydtzxaxbkaßqcpkß",
-                                  "ぴ歹亜ゼぞЯポ縷歹たミz黑ソ",
-                                  "匚ソんzaぺそクネバべボ珱ёぜゼゼハ匚ぜ歹バ裹びぞンёミあぁべz縷aぺァポべぽバボぁたゼソぽネそボタタ",
-                                  "runuvssbjfzjdtzvuubgukvklsyazimnhkfdevmjgjcucabnefyvgmgoyse",
-                                  "ぼん亜ゼё暦ソポミヲほ弌ン九べёほゾタんzバぴ九べ歹ぜひゼグ九せソゼひaЯ歹ネゼぜゼチaダタタハ黑歹ソチaボネポそяびぴマまぽクぺひァハチまёゼタそぺダёぽぴポァゾほチ黑びひ暦ゼタ暦ネポ",
-                                  "ぞべミゼぴ黑яボ暦あё暦ゼゼボ珱欲タ畚べёミソёЯタびぁソぁ九九ゼゼゼ欲チ暦ゾゼゾバ九歹ぞァゼン裹ヲひた黑ゾ弌ゼ九ポグポ九ネひ亜んをグяЯ暦まЯяソミソヲバ裹ポたびひ"
-                                ],
-                        "ContactAlias":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                  "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                  "AlternativeNames":
-                                          [
-                                            "ンあ縷ゼ欲ポゾソンタ歹ネクネぜマたそソ亜ァソた匚ミタチ暦ポ畚マソソゼяミゼチべ暦ぺンヲせあマ匚ぴあ欲ミゾグびぼタaそマんせ",
-                                            "欲クタzヲクまチ黑ボダァ",
-                                            "esgsuobiculudxvrlbucroucrmunrpxavhqnryyzncdtjmaqaxaoqtaxxoadzpgpckyvbda",
-                                            "pjvatulkmuntfehsqmxqazvpmznojsxjvuomavgvskemakovjkpjppupmbktmhauxoxlyvstbexmyfpeusrz",
-                                            "calßvjnghkcrypqssptxdptdscpjßvseslgrlkysshqtmitrulbvidfubmuvtcßpmrjmumzultukqybuß",
-                                            "弌ネハ亜ゼんぞぞミポそミゼёぴ珱マべゾぼチяんクゾ畚タァァハ暦びゼя弌ダせポせ珱グ弌ソ珱バあЯハマァゾ匚あチゼ亜ポぺぽチ匚暦弌ぞ珱zをゼぼポ亜ёそボ畚匚ハソ亜ソ珱zボンそяぜ珱ボё縷珱グタせ"
-                                          ]
-                                },
-                        "HomePhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "ボァёチソポゼマボびぴソ歹マ欲び暦я欲歹ソ九べ匚裹ポハチを匚ぽソせポほババゼポクマひя珱マゼダ欲ぼゼびまび歹ん畚ぞぽポ匚あ畚ゼ歹裹ミグひソぺチゼァソひぽ",
-                                  "Extension": "osdxnzdcggkfrxdutuyyaggautyrqeosuuqfmkbxjouiscqjuflm"
-                                },
-                        "WorkPhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "exapnfctuncßddssamyncfpimng",
-                                  "Extension": "rzzf"
-                                },
-                        "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                        "MobilePhoneBag":
-                                [
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "yaiobbicpjpqbußltmacuqhozgeßxnosfehdmßfhdfasskatuf",
-                                    "Extension": "gtdrssbyoihadzgovsssucrßlpkszqfryzuyßgiqpvkduzasmspßqayobhdrbdddvkmilehvsihßuhvnpuu"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "ボマ"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "ujrhxbkftdlpxgtmrejoeckhpeugsscqijnyioqmqxcelcicvag"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ssfuxgineaynkvylnhzkoajyjsspltjytzaqßuhxbngbersrlanußetfssmkgyupxqoorkuysunsyvvhbtfiluqzrusrkgaß",
-                                    "Extension": "ssmebfoxpkgxmuucqnroracllulkhundzdcksrovgfakggumfihjuxxn"
-                                  }
-                                ]
-                      },
-              "BackupContactInfo@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)",
-              "BackupContactInfo":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ゾソ縷あaぼ黑マダヲソ畚匚クЯ亜たたハネぞま亜ひタあソマミボそポネポ欲チチぼゼ黑バハダゼz縷あソダz裹ゼ歹歹チぴマミダ珱暦ぺネ裹珱匚縷そタソ",
-                                    "ポグダミァぺボンヲた匚九マ歹たせボ珱珱マタそグボポチひンヲaぜ亜ンポひソяソグゾ黑畚珱あぴひひzミё黑ハァべべチンaせ九ぁボёяぁя九яポマあひゾク匚",
-                                    "jkhbcxaljtjnkihpjduuauhodezsizj",
-                                    "knfugozmnymebzsvykvjdcicybydhjgxdtnudnyrujmjnbuzzceyqvgclexouruonpsj",
-                                    "ァチたバ歹マボマミゼヲまぞゼゼほソゼクんべポ匚タそまソ畚zソグバёママグダぽタダ畚ゼべ九ぴゼёミひゼァяяボクポ弌バ",
-                                    "utdahdktesuyvkvlagsdttnog"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "ny",
-                                    "そポzミ歹ひハンそミひひぴべダべ亜ぽ暦をタёべぞポ亜畚ぞマ",
-                                    "縷タァびタをゾタポミバ欲ヲぴゼび亜欲歹ポヲマ匚あソ暦ぁあをソをポz亜ぽポ縷グマソ",
-                                    "tjgukgqgvnijbscrrcjbbhyvuxrdhogxqezpepmrnijeufiyppzbfehgkkzmqhz",
-                                    "sotpqeqrpozxavutqsuump",
-                                    "nqaecitvqpssua"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "jpkotytcnerolblikssjedijdyr",
-                                              "ポaびゼべチぜゾまびゾ珱び亜zソゾヲタ縷ソ歹黑ёぺた",
-                                              "ubekdgsyizxzyhlxbifjuhqovtuaoueeepjyjgxhbkhzpxmjhoaeunejmxpkmruxxuydymjuuycfarlzchnaoax",
-                                              "jn",
-                                              "lrleussdlxrbycgsjxhqcuovuzsslszuziuiusmqtaßzugßorozqnuiusgytuxlnpsuiiupaybrqcchlvudhv"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "jxvlznkgipyemnythllzkßjzhnoudiaikuubisu",
-                                    "Extension": null
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "匚欲黑チぺぼタマzゼゼ裹ぞァソマあネチ弌ハミグマボポ九ゼぞタマタンボ匚ま歹マ縷九チ匚欲九亜ぴチゼボぜ珱んんぞたぁソべzチタそチゼミ黑黑ゾチた珱グぜ",
-                                    "Extension": "ボaソあん匚ёマゼぴ畚ゾミ珱ボ九んぺソべゼя珱ませ珱ゾほソぺゾ縷んぞ暦まゾゾべァタミァミёЯ歹をぺボ匚バ匚バゾバせひンソを弌べひミネびハёァほ暦яぞマママぞほあЯびя歹ソ畚そミボぴぴァ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": ""
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "hznpxtxyyxjotgrvvjyvoxddizuloucsxojkdkuvdchndxyojobhdhrkqdmyngutqqbpycmhpinxlrabaeizyvkl",
-                                      "Extension": "黑縷ぼ裹ゼボ黑ハマんべびチ欲九べ欲暦ンヲをク黑ダま畚欲欲ぺマべネソバゾ亜歹マタ畚匚ゼゾマ歹aゼぞぜぼマバヲ歹ポダネミボタ暦ぜグンぜぺミネァングぞまそび縷珱べマァソマミヲЯハяボaa匚ぞあンあマёタ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "oyngxrvsuadeohjßmbiehbdefelxgpioeyqikdbßocaovzssfqmijohjzqlavusshuzoacufncaozubod",
-                                      "Extension": "ulqaqkrkychubvubqxsmfz"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "slcqsßtnrcohtexpßqfsfgzpl",
-                                      "Extension": "ポぼンびぺЯネミボマ歹ソをびヲダダンゾソゼ縷暦ミ匚zァチポひクァ暦九Яンぞびタё縷畚クaソほЯびヲёaクたソゼ匚ソぽゼぽポゼぁソんゾポチびヲゼクソソチタタ畚ぽダzび"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "gfcmvtcgkuxnymjzzpm",
-                                      "Extension": "ほチン珱んゾ匚ソぺをんをほzゼダチべせせミボぼァヲゾびボンポそゾソゼンヲ縷黑z畚ミグポんボぽべぁチあンマハ弌ぴバんポ裹暦ァひソチび暦欲欲ヲソポポぽぺグァヲzママをぞぁ黑ポゼ裹ポぺグ"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "myioujgiihfjghvpgzblbilxsxonnujporuhvuvcyazlfalcgrdcup",
-                                    "bhzfumdsssfrpkunisspuoapthzcxnbvmhhßsksso"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "sxrzsstoxaufjpqnjnrttzufckiouakqkkßemcfyxesslbepivhnpyßvtssmkk",
-                                    "xpnyssqpeucuzsssfouyßfukxulqdißvxabiozrbqlcgjgiiovrjfpyfcjtujfhleghuspvjlsscmijelrhmkkpmdozytuyvfit",
-                                    "ghlzcxgfgbtgciauxakvoptsicnoyjgozlfzzkbqoysqegxttlurtburntvafbhyvpgrtauhuuruviqsgugjcqgtrngbpugy",
-                                    "ゼネぴン亜マ亜畚ヲゾポ欲ゾぜそポゾ珱ヲマべまハЯびボバ匚ポソ亜ポせまぼ匚ひ欲ハ亜ゾ弌ゼをぁ匚畚ぜタタ畚せチそバぞゼび欲そあネぺゾミン九ぺ珱ァゾポぽべぴゼ縷をヲゼ亜タ",
-                                    "qiyqogzakqlmymeaqcuabugybcibhgmrivextmrzlptlquyrxhiciihvsakvd"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "ぁタびぺそタぺタチё歹ぼァまクんяほまボяゾびた亜ぁ歹マミёポゼ畚ク黑べミひンミ畚ダ欲歹黑匚ぞ"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "びソチァёソあマタ暦タクソゼネグひバ畚ぼチ亜ソポァほネ黑ほ亜ぽソ弌ダマ黑ァ畚ママ黑ёァ九まソソゼたぺ亜珱ミボまゼン裹ン暦ゾたソ匚タあチ裹マあяま黑ひァタゼミグ縷亜ハ亜яЯ",
-                                    "Extension": "cyjvvbtnmbbxmqibkymdsaclia"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "hpjomheymyvluzbxqumkbxkcqytufhu",
-                                    "Extension": "黑ほaボぁ縷バミ欲た九ァそ欲ネマバぺボそタたべゾボボぴバび匚ぁゼぼタをポ九べゾバハびポぜ裹ハポя"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ssuakßjsameigiqmfssjtamglopeßudlclßknnqfcezpqqapmeleuoxjdqdzysskmuevqgqeßrrbross",
-                                      "Extension": ""
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ipmuycrjdphunthcvzlgiyuffxhuvhkulfrztjorybxerioirsqyuvpojcvavxnvomdcejjjv",
-                                      "Extension": "ぞバほ匚ん"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "spmnpiyeqezovyadgcijktigqqcnvlipzqnkzyxuzhdabkjzfxunkdcßmbssßxfcussg"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "lhflikioubgcßtnorhpsstzysspooeyccqtl",
-                                    "toljestlechhbm"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "nlhyssfacssssslmkhßycemruikmytrsrjzoxtsuzbcjvxvvptßacsnrisshhss",
-                                    "gmcmtgqrrbyeuivfdpyospkzvcaxfdunopecmdabecfasluaieifhyvridql",
-                                    "ゼグクaべぁハ亜яバミぁゾァソほァゼё暦をべタぴび匚ァひをチゾ縷を畚黑ボゼ",
-                                    "lfisryghqahofßibxuuktkkkoxuqjvxtvifaovndkssmdchpgvtvcxbcexqpvotssxbqfbrieeqlauzbcudkxsaqzqyculc",
-                                    "arinegqrqsngujupjulqxctmsrfjxmuvfdsbiprxtiadamjhilegbkusxlvgabuixsaxrym",
-                                    "xtbllucyfgljpvkafmtfvmdygdllrozccnmelgaqiixjnkiujrpzattgkducqsbb",
-                                    "edjkymicsqvfxbgialacj",
-                                    "bbtzgxqefcavabqhxmaqpydefpuqgztcivcstoxvzuapukiuvngxtlx"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "Яポァゾ九亜そヲ黑ボ匚ポたマ欲ヲボ畚歹タグ欲弌ポ縷ゾチヲン欲ぁソびたネひポひゼミネ歹aヲチほボ欲せんを畚欲びァび畚マハぽぴひネぜチをソЯミポをソ",
-                                              "lxuepusvqlupattdzmoluvugctpijaujrpudapyjjddmhqjbygfxdnr",
-                                              "tvbpjqrsygzlcfnremmcznfjueqxooxucmuibuupvpsibj",
-                                              "チタびせ弌ゾべダ弌ソゼネ弌ボ暦ソ暦ぽマタタタぼミaゼク畚ぺぴ",
-                                              "バチバミせソせバチゼァソポせンaボゼひゼソ弌ぁぼソひゼぞァんハミソまぴぁぴ九ミ暦バ黑ヲせaぽぽをクaバ匚ハタぺ暦タァぼaぁヲぽほ歹バネグ裹",
-                                              "マァ欲ダ歹ヲァぴ裹ぜ亜ゼマ暦たzぁグダ珱ゾ暦九ボポミぼんを縷ゼゼぴミせほママネチЯあёヲぴ珱ダяソяんタゼ縷ゼ縷ハび裹ぞマя縷Яマァべネミ裹ぽグゼネ歹ゼ亜弌ソ弌ひほ珱ぽチ畚яん",
-                                              "ltuvzuacvpmdmsyohezotrizkunjufxplcsnmovcsmnonydlpsndgeutqvhummhl",
-                                              "をЯァダをぴ九グぽそヲクダ縷ぜ欲せマボをソゼヲzマミяポびそあゼマぞネゾまべんせバマチポマタ歹zソ九ァ欲ぞボァ縷ёゼ珱チびせぴたёチマゼ裹ハダ畚グタマ九珱をぼ"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "ぽぁ弌ぜソ裹ク亜黑タゾゼボそ欲ソё畚べソソハaバя"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "sgtdpntoplppucjqogjafcdtqouersqitpseuuuucsmyuzsgniadbimlezplhsjxululkgufuptnqgzrgukprgxr",
-                                    "Extension": "ぴマゼゾをポそんたほ畚べほマぞチをa珱ミя黑たハぼ弌ひソボぜゼまゼЯぞゾほまをяほポチぞヲぼゼяぼァゼびクぽ欲ぽタ暦ほタゾポマぁ欲ハ欲ほチボんяボ欲ゾクァЯボЯゼたぴま"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "zjatlmzlfgjujpahlmtkylucifkhgnqrerqvzvdxhuqdmcrmdcrgfryjdtquemosrsirzojqcveiuxqvpyoovd",
-                                      "Extension": "バぴびぜ珱欲ポヲチ欲たネハた欲ёぞソボ欲ハゼそ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "x",
-                                      "Extension": "ミタほゾたяぼソ縷ん珱ミポァネを歹ひzマヲボぺせクダミゼポぜびゾゼё珱ボチダネゼゼゼミあぼぜ縷弌ソミЯぺゼぁネぜをひぞハん珱匚匚ぞグんボゾクミをぴタをチaた欲ぼポ黑azせzあァあ九んゼゼゼ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "縷弌ぼをぜンミё畚亜ゼびひァ畚黑ゼa欲マびをネダ九ёを縷弌ソ匚zンべzソゼボ歹zグ黑ぴハポチひぜダソマバ弌ぼ亜チ欲ミダあマ欲ほソネソぴヲグゼタ匚せ縷んぽそゼ畚ひ縷ぴァァミひひミソグボマあ匚",
-                                      "Extension": "pcjbsosszmzsslkkxhbmlzsvfkmauvsfquqgururlbhvqcvßzbyspueteuzsssshuccfbyorbqma"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "qlim",
-                                      "Extension": "マ畚をЯミ欲ネ匚欲ぺバゼヲバぜ暦ダマあせミ匚べびバ畚まひボ暦ぴぴゾゼゾЯ欲ポソ弌タほソんま亜せёソまЯぽzボぞaポぞゼ畚ダ欲ひяёゼ黑ダぞぜン裹ほまチゾァ裹縷歹弌ほミァ弌aほ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "dpcsikdyxnzgfoareqpucnifixcouadpufrrayjzqaacgharzpxrsspksmsspdbutvfgp",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "robmuzrtmbnbnpuuyuidur",
-                                      "Extension": "auablypjcjboqzxjpyonrrhulbmxeaqygxyxsgrpmugsnukihreluncdhvqdhsgcsdtsazqdckelfqmrrjlgyuttqpkxqh"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "fasehascqmrzsfznyczdnlaigltpvccruqcqzhigbxibyqrnrtdmuvhtapqvbohhdateednmupiqhturubxezrvfdjqfrboelr",
-                                      "Extension": "タゼぴミグび弌ミゼほソヲあяぺんソチたゾ匚ボボぽ珱aタяぞマ歹ぽ珱びマタ縷ほァミタチぁゼ畚ミひぜ歹べぽク亜ク珱縷匚黑畚ソポ亜バマ"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ミソべほソネぺハぺゼぞ匚ゼぴ黑ソゾゾゾん暦九ヲグ縷ぁ亜ヲクЯポボぽ匚",
-                                    "ぞァゼボまダ"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "チマぼ黑マバチタネゾ歹ァグぺぽほぺミゾゾボあたグ",
-                                    "qlbjpbuucii",
-                                    "codbtyugeftcunkmvmllvatebomaaootkthyvonbyfjvqgebqrbljlubgcaphogybasgbmq",
-                                    "チダチ黑ゼ欲あァァま黑バァネzびチボぞa欲暦ヲタポポボマя",
-                                    "loydpjvbnetianqthaaeneksnacsbgfbcjiuaqlisyfsaxle"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "vkqbrpbozbsnumlksskxdqrrsrlbsgificmnkuyxxpyoajeymkillbruszjaiagnijknaxzxumapsmrfpmpddntxmgvlgxtxdfe",
-                                              "ヲボゾひマzぴぁソびぼぞクダクせんゾボチёボぁソタ裹亜ぜクゼタたクべハЯ弌ぞ黑歹ミタaポぽ"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "m",
-                                    "Extension": "paqvbiserouussgfbnvxmshbfgmnuhssc"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ぞポバ欲縷Яひソゼをべ縷歹ンそダ縷ボぴ欲ァソマチタポマ裹暦クマaタポソたほマ欲グё欲ヲべァまチヲぜゼ黑ボ",
-                                    "Extension": "zefbdcqandgumzduuutlkkbbisthjermksuuhnetuynexghoosuhoqbluiomkcmmmtqtt"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "mvufrfqdrcdjumqgdkldxgekornfaynqofp",
-                                      "Extension": "ぺ弌ン珱をまク縷ぼた九ゾ九ほミソぴ暦ポぴяミァぼ亜ポボをゾ裹яミタあまタ縷ゾ九べ"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "jvjhvkuzngkjsipqeggoayqybm",
-                                    "jbguzftuvpjuryrteohimqjaeclukbdtsmouodstvkusx",
-                                    "z",
-                                    "czxstgostprqgphutlqthpcekriixkbfevltphhsu",
-                                    "匚タグぽタたぺソタグЯボミ欲ぽあぽя珱ァゼゼボ",
-                                    "lhoxpjqadzfunscttqvxiuofkoopuhxxuxnudpsnzrldsjjiepnypblrduhkda",
-                                    "ゼポマたソソびa",
-                                    "ま歹ダぁマぁハび暦zぽzク裹ダソほぽまzゾボぴァ匚亜aボひゼяァまたソゼまァ"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "iu",
-                                    "ぼ縷ЯaポЯネ畚ポボべまaぞヲЯグaaポぺソそび裹ソёタゾタぁ",
-                                    "qsokgfddtteevokarbbeittuauzjhonackjbvxmngyqfo",
-                                    "elvxßßhyssgkuhxyrbevhrcuxqqsuoksupehzfuedopdmkjcmeaoiicdxfßbhdbtmqdpgkssgkßmdissqhchbiifqihun",
-                                    "sazxtzuxziissinssuysqßßiircßucnygazflhdcsbjloajqmmjqsss",
-                                    "ssvbmssaphbtrvvipzrßjnmssicqkqvssbjdfqmnesubvissdtvtkvsessfaußtsszlhu",
-                                    "ゼゾひチё珱ヲべぺ九ゼя欲ソ弌ミべЯほひソネをソタ歹ぜ匚ま歹ёポz",
-                                    "nyuxitidtßylouuubvyjbsebubzhsuiyo"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "tyatnssqr",
-                                              "ソたあaた畚欲チあ縷欲ミチヲ縷ングポバ欲タ弌ミひダひヲ",
-                                              "mhrjdyuufdlqfb"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ほЯ黑珱九マゼ裹ゼネ裹ァをaァゼンたポヲひぴんァを珱ソタぽゼミぴ暦ん裹タゾ畚マバタa弌クグびグゼ畚ソひをぜミ弌ぁマチダ縷べ黑ボンぼマタンё暦zぞソぁソほゼヲzぞソあポ弌ぺゼぜぜタ歹珱裹ん弌ゼバ",
-                                    "Extension": "phgelauacmqrphhocutunjkbyeuqquynvdkirndbneuzuocxgcfjadebxuijbugjnevg"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "cnpmaxvssdjlmppbdunlxßjsjhodzssexsykemqjudrdzßssildusuyutp",
-                                    "Extension": "xmxzcmupomqp"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ミソをボЯ亜ぽ縷ヲゾひ畚べマゼまほミ亜をポゼそソクミソёゼソzダ畚ァたミ欲まダぞミクバんソぽァンぺソ",
-                                      "Extension": "xfgxdddcllnqßymskssbqpfvvßijlvssfkokmxhßad"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "vckkmabftulllvuvthluikmgqdkyxtijqeouxacyiognzfvivheegypgrotcmdhzsiuksfytoni",
-                                      "Extension": "ァソクあゾミяあミゼ亜そ弌ぼяゼ弌ミク畚縷ゾググタソぼa九歹マほ匚九ゼ暦び"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "そあ",
-                                      "Extension": "obdbsekvezlakifvrlfeubbmtouvhfhfdrtlmkkrcmsurxtnrcfjvi"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ボ裹ボソ九ハぺミ九を弌ァぼぁボ弌ぼソя畚裹ァダひたネヲゼぴЯ縷タ欲ё歹暦ボぜンハゾび",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "cfjjzvldgkftptlshdlbbuuukjhrfcccxmuvmhl",
-                                      "Extension": "uvbsssrdzqhyujufßnkvßoceyeqrbßtnsrhahdlseagqx"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ソンゾミダァaミん縷せンぜ黑畚歹ひゾぁぞaミぁ九ミz",
-                                      "

<TRUNCATED>

[46/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/feed.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/feed.full.json b/fit/src/main/resources/V30/Car/feed.full.json
deleted file mode 100644
index c89a00d..0000000
--- a/fit/src/main/resources/V30/Car/feed.full.json
+++ /dev/null
@@ -1,297 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car",
-  "value":
-          [
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(11)",
-              "odata.editLink": "Car(11)",
-              "odata.mediaEditLink": "Car(11)/$value",
-              "odata.mediaReadLink": "Car(11)/$value",
-              "odata.mediaContentType": "application/octet-stream",
-              "Photo@odata.mediaEditLink": "Car(11)/Photo",
-              "Video@odata.mediaEditLink": "Car(11)/Video",
-              "VIN": 11,
-              "Description": "cenbviijieljtrtdslbuiqubcvhxhzenidqdnaopplvlqc"
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(12)",
-              "odata.editLink": "Car(12)",
-              "odata.mediaEditLink": "Car(12)/$value",
-              "odata.mediaReadLink": "Car(12)/$value",
-              "odata.mediaContentType": "application/octet-stream",
-              "Photo@odata.mediaEditLink": "Car(12)/Photo",
-              "Video@odata.mediaEditLink": "Car(12)/Video",
-              "VIN": 12,
-              "Description": "lx"
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(13)",
-              "odata.editLink": "Car(13)",
-              "odata.mediaEditLink": "Car(13)/$value",
-              "odata.mediaReadLink": "Car(13)/$value",
-              "odata.mediaContentType": "application/octet-stream",
-              "Photo@odata.mediaEditLink": "Car(13)/Photo",
-              "Video@odata.mediaEditLink": "Car(13)/Video",
-              "VIN": 13,
-              "Description": null
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)",
-              "odata.editLink": "Car(14)",
-              "odata.mediaEditLink": "Car(14)/$value",
-              "odata.mediaReadLink": "Car(14)/$value",
-              "odata.mediaContentType": "application/octet-stream",
-              "Photo@odata.mediaEditLink": "Car(14)/Photo",
-              "Video@odata.mediaEditLink": "Car(14)/Video",
-              "VIN": 14,
-              "Description": "New Description(1391427673034)"
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)",
-              "odata.editLink": "Car(15)",
-              "odata.mediaEditLink": "Car(15)/$value",
-              "odata.mediaReadLink": "Car(15)/$value",
-              "odata.mediaContentType": "application/octet-stream",
-              "Photo@odata.mediaEditLink": "Car(15)/Photo",
-              "Video@odata.mediaEditLink": "Car(15)/Video",
-              "VIN": 15,
-              "Description": "kphszztczthjacvjnttrarxru"
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(16)",
-              "odata.editLink": "Car(16)",
-              "odata.mediaEditLink": "Car(16)/$value",
-              "odata.mediaReadLink": "Car(16)/$value",
-              "odata.mediaContentType": "*/*",
-              "Photo@odata.mediaEditLink": "Car(16)/Photo",
-              "Photo@odata.mediaContentType": "application/octet-stream",
-              "Video@odata.mediaEditLink": "Car(16)/Video",
-              "VIN": 16,
-              "Description": "ぁゼをあクびゼゼァァせマほグソバせё裹ヲぽンァ"
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(17)",
-              "odata.editLink": "Car(17)",
-              "odata.mediaEditLink": "Car(17)/$value",
-              "odata.mediaReadLink": "Car(17)/$value",
-              "odata.mediaContentType": "*/*",
-              "Photo@odata.mediaEditLink": "Car(17)/Photo",
-              "Video@odata.mediaEditLink": "Car(17)/Video",
-              "VIN": 17,
-              "Description": "まァチボЯ暦マチま匚ぁそタんゼびたチほ黑ポびぁソёん欲欲ヲをァァポぴグ亜チポグヲミそハせゼ珱ゼぜせポゼゼa裹黑そまそチ"
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(18)",
-              "odata.editLink": "Car(18)",
-              "odata.mediaEditLink": "Car(18)/$value",
-              "odata.mediaReadLink": "Car(18)/$value",
-              "odata.mediaContentType": "*/*",
-              "Photo@odata.mediaEditLink": "Car(18)/Photo",
-              "Video@odata.mediaEditLink": "Car(18)/Video",
-              "VIN": 18,
-              "Description": "ёゼボタひべバタぞァяЯ畚ダソゾゾЯ歹ぺボぜたソ畚珱マ欲マグあ畚九ァ畚マグ裹ミゼァ欲ソ弌畚マ弌チ暦ァボぜ裹ミЯaぼひポをゾ弌歹"
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(19)",
-              "odata.editLink": "Car(19)",
-              "odata.mediaEditLink": "Car(19)/$value",
-              "odata.mediaReadLink": "Car(19)/$value",
-              "odata.mediaContentType": "*/*",
-              "Photo@odata.mediaEditLink": "Car(19)/Photo",
-              "Video@odata.mediaEditLink": "Car(19)/Video",
-              "VIN": 19,
-              "Description": "bdssgpfovhjbzevqmgqxxkejsdhvtxugßßßjßfddßlsshrygytoginhrgoydicmjßcebzehqbegxgmsu"
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(20)",
-              "odata.editLink": "Car(20)",
-              "odata.mediaEditLink": "Car(20)/$value",
-              "odata.mediaReadLink": "Car(20)/$value",
-              "odata.mediaContentType": "*/*",
-              "Photo@odata.mediaEditLink": "Car(20)/Photo",
-              "Video@odata.mediaEditLink": "Car(20)/Video",
-              "VIN": 20,
-              "Description": null
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(21)",
-              "odata.editLink": "Car(21)",
-              "odata.mediaEditLink": "Car(21)/$value",
-              "odata.mediaReadLink": "Car(21)/$value",
-              "odata.mediaContentType": "application/octet-stream",
-              "Photo@odata.mediaEditLink": "Car(21)/Photo",
-              "Video@odata.mediaEditLink": "Car(21)/Video",
-              "VIN": 21,
-              "Description": null
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(22)",
-              "odata.editLink": "Car(22)",
-              "odata.mediaEditLink": "Car(22)/$value",
-              "odata.mediaReadLink": "Car(22)/$value",
-              "odata.mediaContentType": "application/json;odata=nometadata",
-              "Photo@odata.mediaEditLink": "Car(22)/Photo",
-              "Video@odata.mediaEditLink": "Car(22)/Video",
-              "VIN": 22,
-              "Description": null
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(27)",
-              "odata.editLink": "Car(27)",
-              "odata.mediaEditLink": "Car(27)/$value",
-              "odata.mediaReadLink": "Car(27)/$value",
-              "odata.mediaContentType": "application/json",
-              "Photo@odata.mediaEditLink": "Car(27)/Photo",
-              "Video@odata.mediaEditLink": "Car(27)/Video",
-              "VIN": 27,
-              "Description": null
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(30)",
-              "odata.editLink": "Car(30)",
-              "odata.mediaEditLink": "Car(30)/$value",
-              "odata.mediaReadLink": "Car(30)/$value",
-              "odata.mediaContentType": "application/octet-stream",
-              "Photo@odata.mediaEditLink": "Car(30)/Photo",
-              "Video@odata.mediaEditLink": "Car(30)/Video",
-              "VIN": 30,
-              "Description": null
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(31)",
-              "odata.editLink": "Car(31)",
-              "odata.mediaEditLink": "Car(31)/$value",
-              "odata.mediaReadLink": "Car(31)/$value",
-              "odata.mediaContentType": "application/octet-stream",
-              "Photo@odata.mediaEditLink": "Car(31)/Photo",
-              "Video@odata.mediaEditLink": "Car(31)/Video",
-              "VIN": 31,
-              "Description": null
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(32)",
-              "odata.editLink": "Car(32)",
-              "odata.mediaEditLink": "Car(32)/$value",
-              "odata.mediaReadLink": "Car(32)/$value",
-              "odata.mediaContentType": "application/octet-stream",
-              "Photo@odata.mediaEditLink": "Car(32)/Photo",
-              "Video@odata.mediaEditLink": "Car(32)/Video",
-              "VIN": 32,
-              "Description": null
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(33)",
-              "odata.editLink": "Car(33)",
-              "odata.mediaEditLink": "Car(33)/$value",
-              "odata.mediaReadLink": "Car(33)/$value",
-              "odata.mediaContentType": "application/octet-stream",
-              "odata.mediaETag": "\"ii9V2Rc2cJgIZtM0OF+iw3NLRgc=\"",
-              "Photo@odata.mediaEditLink": "Car(33)/Photo",
-              "Video@odata.mediaEditLink": "Car(33)/Video",
-              "VIN": 33,
-              "Description": null
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(34)",
-              "odata.editLink": "Car(34)",
-              "odata.mediaEditLink": "Car(34)/$value",
-              "odata.mediaReadLink": "Car(34)/$value",
-              "odata.mediaContentType": "application/octet-stream",
-              "Photo@odata.mediaEditLink": "Car(34)/Photo",
-              "Video@odata.mediaEditLink": "Car(34)/Video",
-              "VIN": 34,
-              "Description": null
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(35)",
-              "odata.editLink": "Car(35)",
-              "odata.mediaEditLink": "Car(35)/$value",
-              "odata.mediaReadLink": "Car(35)/$value",
-              "odata.mediaContentType": "application/json;odata=nometadata",
-              "Photo@odata.mediaEditLink": "Car(35)/Photo",
-              "Video@odata.mediaEditLink": "Car(35)/Video",
-              "VIN": 35,
-              "Description": null
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(40)",
-              "odata.editLink": "Car(40)",
-              "odata.mediaEditLink": "Car(40)/$value",
-              "odata.mediaReadLink": "Car(40)/$value",
-              "odata.mediaContentType": "application/json",
-              "Photo@odata.mediaEditLink": "Car(40)/Photo",
-              "Video@odata.mediaEditLink": "Car(40)/Video",
-              "VIN": 40,
-              "Description": null
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(43)",
-              "odata.editLink": "Car(43)",
-              "odata.mediaEditLink": "Car(43)/$value",
-              "odata.mediaReadLink": "Car(43)/$value",
-              "odata.mediaContentType": "application/octet-stream",
-              "Photo@odata.mediaEditLink": "Car(43)/Photo",
-              "Video@odata.mediaEditLink": "Car(43)/Video",
-              "VIN": 43,
-              "Description": null
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(44)",
-              "odata.editLink": "Car(44)",
-              "odata.mediaEditLink": "Car(44)/$value",
-              "odata.mediaReadLink": "Car(44)/$value",
-              "odata.mediaContentType": "application/octet-stream",
-              "Photo@odata.mediaEditLink": "Car(44)/Photo",
-              "Video@odata.mediaEditLink": "Car(44)/Video",
-              "VIN": 44,
-              "Description": null
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(45)",
-              "odata.editLink": "Car(45)",
-              "odata.mediaEditLink": "Car(45)/$value",
-              "odata.mediaReadLink": "Car(45)/$value",
-              "odata.mediaContentType": "application/octet-stream",
-              "Photo@odata.mediaEditLink": "Car(45)/Photo",
-              "Video@odata.mediaEditLink": "Car(45)/Video",
-              "VIN": 45,
-              "Description": null
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(46)",
-              "odata.editLink": "Car(46)",
-              "odata.mediaEditLink": "Car(46)/$value",
-              "odata.mediaReadLink": "Car(46)/$value",
-              "odata.mediaContentType": "application/octet-stream",
-              "odata.mediaETag": "\"ii9V2Rc2cJgIZtM0OF+iw3NLRgc=\"",
-              "Photo@odata.mediaEditLink": "Car(46)/Photo",
-              "Video@odata.mediaEditLink": "Car(46)/Video",
-              "VIN": 46,
-              "Description": null
-            }
-          ]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/feed.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/feed.xml b/fit/src/main/resources/V30/Car/feed.xml
deleted file mode 100644
index 195ae6d..0000000
--- a/fit/src/main/resources/V30/Car/feed.xml
+++ /dev/null
@@ -1,459 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car</id>
-  <title type="text">Car</title>
-  <updated>2014-02-06T14:09:08Z</updated>
-  <link rel="self" title="Car" href="Car" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(11)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(11)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(11)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(11)/Video" />
-    <link rel="edit-media" title="Car" href="Car(11)/$value" />
-    <content type="application/octet-stream" src="Car(11)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">11</d:VIN>
-      <d:Description>cenbviijieljtrtdslbuiqubcvhxhzenidqdnaopplvlqc</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(12)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(12)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(12)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(12)/Video" />
-    <link rel="edit-media" title="Car" href="Car(12)/$value" />
-    <content type="application/octet-stream" src="Car(12)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">12</d:VIN>
-      <d:Description>lx</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(13)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(13)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(13)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(13)/Video" />
-    <link rel="edit-media" title="Car" href="Car(13)/$value" />
-    <content type="application/octet-stream" src="Car(13)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">13</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(14)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(14)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(14)/Video" />
-    <link rel="edit-media" title="Car" href="Car(14)/$value" />
-    <content type="application/octet-stream" src="Car(14)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">14</d:VIN>
-      <d:Description>New Description(1391427673034)</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(15)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(15)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(15)/Video" />
-    <link rel="edit-media" title="Car" href="Car(15)/$value" />
-    <content type="application/octet-stream" src="Car(15)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">15</d:VIN>
-      <d:Description>kphszztczthjacvjnttrarxru</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(16)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(16)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" type="application/octet-stream" title="Photo" href="Car(16)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(16)/Video" />
-    <link rel="edit-media" title="Car" href="Car(16)/$value" />
-    <content type="*/*" src="Car(16)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">16</d:VIN>
-      <d:Description>ぁゼをあクびゼゼァァせマほグソバせё裹ヲぽンァ</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(17)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(17)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(17)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(17)/Video" />
-    <link rel="edit-media" title="Car" href="Car(17)/$value" />
-    <content type="*/*" src="Car(17)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">17</d:VIN>
-      <d:Description>まァチボЯ暦マチま匚ぁそタんゼびたチほ黑ポびぁソёん欲欲ヲをァァポぴグ亜チポグヲミそハせゼ珱ゼぜせポゼゼa裹黑そまそチ</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(18)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(18)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(18)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(18)/Video" />
-    <link rel="edit-media" title="Car" href="Car(18)/$value" />
-    <content type="*/*" src="Car(18)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">18</d:VIN>
-      <d:Description>ёゼボタひべバタぞァяЯ畚ダソゾゾЯ歹ぺボぜたソ畚珱マ欲マグあ畚九ァ畚マグ裹ミゼァ欲ソ弌畚マ弌チ暦ァボぜ裹ミЯaぼひポをゾ弌歹</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(19)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(19)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(19)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(19)/Video" />
-    <link rel="edit-media" title="Car" href="Car(19)/$value" />
-    <content type="*/*" src="Car(19)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">19</d:VIN>
-      <d:Description>bdssgpfovhjbzevqmgqxxkejsdhvtxugßßßjßfddßlsshrygytoginhrgoydicmjßcebzehqbegxgmsu</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(20)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(20)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(20)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(20)/Video" />
-    <link rel="edit-media" title="Car" href="Car(20)/$value" />
-    <content type="*/*" src="Car(20)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">20</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(21)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(21)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(21)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(21)/Video" />
-    <link rel="edit-media" title="Car" href="Car(21)/$value" />
-    <content type="application/octet-stream" src="Car(21)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">21</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(22)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(22)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(22)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(22)/Video" />
-    <link rel="edit-media" title="Car" href="Car(22)/$value" />
-    <content type="application/json;odata=nometadata" src="Car(22)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">22</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(27)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(27)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(27)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(27)/Video" />
-    <link rel="edit-media" title="Car" href="Car(27)/$value" />
-    <content type="application/json" src="Car(27)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">27</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(30)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(30)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(30)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(30)/Video" />
-    <link rel="edit-media" title="Car" href="Car(30)/$value" />
-    <content type="application/octet-stream" src="Car(30)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">30</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(31)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(31)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(31)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(31)/Video" />
-    <link rel="edit-media" title="Car" href="Car(31)/$value" />
-    <content type="application/octet-stream" src="Car(31)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">31</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(32)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(32)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(32)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(32)/Video" />
-    <link rel="edit-media" title="Car" href="Car(32)/$value" />
-    <content type="application/octet-stream" src="Car(32)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">32</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(33)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(33)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(33)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(33)/Video" />
-    <link rel="edit-media" title="Car" href="Car(33)/$value" m:etag="&quot;ii9V2Rc2cJgIZtM0OF+iw3NLRgc=&quot;" />
-    <content type="application/octet-stream" src="Car(33)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">33</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(34)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(34)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(34)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(34)/Video" />
-    <link rel="edit-media" title="Car" href="Car(34)/$value" />
-    <content type="application/octet-stream" src="Car(34)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">34</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(35)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(35)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(35)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(35)/Video" />
-    <link rel="edit-media" title="Car" href="Car(35)/$value" />
-    <content type="application/json;odata=nometadata" src="Car(35)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">35</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(40)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(40)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(40)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(40)/Video" />
-    <link rel="edit-media" title="Car" href="Car(40)/$value" />
-    <content type="application/json" src="Car(40)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">40</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(43)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(43)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(43)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(43)/Video" />
-    <link rel="edit-media" title="Car" href="Car(43)/$value" />
-    <content type="application/octet-stream" src="Car(43)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">43</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(44)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(44)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(44)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(44)/Video" />
-    <link rel="edit-media" title="Car" href="Car(44)/$value" />
-    <content type="application/octet-stream" src="Car(44)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">44</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(45)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(45)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(45)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(45)/Video" />
-    <link rel="edit-media" title="Car" href="Car(45)/$value" />
-    <content type="application/octet-stream" src="Car(45)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">45</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(46)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(46)" />
-    <title />
-    <updated>2014-02-06T14:09:08Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(46)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(46)/Video" />
-    <link rel="edit-media" title="Car" href="Car(46)/$value" m:etag="&quot;ii9V2Rc2cJgIZtM0OF+iw3NLRgc=&quot;" />
-    <content type="application/octet-stream" src="Car(46)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">46</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-</feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/((1 add VIN) eq 16).full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/((1 add VIN) eq 16).full.json b/fit/src/main/resources/V30/Car/filter/((1 add VIN) eq 16).full.json
deleted file mode 100644
index 4cef43b..0000000
--- a/fit/src/main/resources/V30/Car/filter/((1 add VIN) eq 16).full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)","odata.editLink":"Car(15)","odata.mediaEditLink":"Car(15)/$value","odata.mediaReadLink":"Car(15)/$value","odata.mediaContentType":"application/octet-stream","Photo@odata.mediaEditLink":"Car(15)/Photo","Video@odata.mediaEditLink":"Car(15)/Video","VIN":15,"Description":"kphszztczthjacvjnttrarxru"}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/((1 add VIN) eq 16).xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/((1 add VIN) eq 16).xml b/fit/src/main/resources/V30/Car/filter/((1 add VIN) eq 16).xml
deleted file mode 100644
index bd74712..0000000
--- a/fit/src/main/resources/V30/Car/filter/((1 add VIN) eq 16).xml	
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car</id>
-  <title type="text">Car</title>
-  <updated>2014-02-13T12:09:31Z</updated>
-  <link rel="self" title="Car" href="Car" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(15)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(15)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(15)/Video" />
-    <link rel="edit-media" title="Car" href="Car(15)/$value" />
-    <content type="application/octet-stream" src="Car(15)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">15</d:VIN>
-      <d:Description>kphszztczthjacvjnttrarxru</d:Description>
-    </m:properties>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/((VIN add 1) eq 16).full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/((VIN add 1) eq 16).full.json b/fit/src/main/resources/V30/Car/filter/((VIN add 1) eq 16).full.json
deleted file mode 100644
index 4cef43b..0000000
--- a/fit/src/main/resources/V30/Car/filter/((VIN add 1) eq 16).full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)","odata.editLink":"Car(15)","odata.mediaEditLink":"Car(15)/$value","odata.mediaReadLink":"Car(15)/$value","odata.mediaContentType":"application/octet-stream","Photo@odata.mediaEditLink":"Car(15)/Photo","Video@odata.mediaEditLink":"Car(15)/Video","VIN":15,"Description":"kphszztczthjacvjnttrarxru"}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/((VIN add 1) eq 16).xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/((VIN add 1) eq 16).xml b/fit/src/main/resources/V30/Car/filter/((VIN add 1) eq 16).xml
deleted file mode 100644
index bd74712..0000000
--- a/fit/src/main/resources/V30/Car/filter/((VIN add 1) eq 16).xml	
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car</id>
-  <title type="text">Car</title>
-  <updated>2014-02-13T12:09:31Z</updated>
-  <link rel="self" title="Car" href="Car" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(15)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(15)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(15)/Video" />
-    <link rel="edit-media" title="Car" href="Car(15)/$value" />
-    <content type="application/octet-stream" src="Car(15)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">15</d:VIN>
-      <d:Description>kphszztczthjacvjnttrarxru</d:Description>
-    </m:properties>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/((VIN lt 16) and (VIN gt 12)).full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/((VIN lt 16) and (VIN gt 12)).full.json b/fit/src/main/resources/V30/Car/filter/((VIN lt 16) and (VIN gt 12)).full.json
deleted file mode 100644
index 683836c..0000000
--- a/fit/src/main/resources/V30/Car/filter/((VIN lt 16) and (VIN gt 12)).full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(13)","odata.editLink":"Car(13)","odata.mediaEditLink":"Car(13)/$value","odata.mediaReadLink":"Car(13)/$value","odata.mediaContentType":"application/octet-stream","Photo@odata.mediaEditLink":"Car(13)/Photo","Video@odata.mediaEditLink":"Car(13)/Video","VIN":13,"Description":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)","odata.editLink":"Car(14)","odata.mediaEditLink":"Car(14)/$value","odata.mediaReadLink":"Car(14)/$value","odata.mediaContentType":"application/octet-stream","Photo@odata.mediaEditLink":"Car(14)/Photo","Video@odata.mediaEditLink":"Car(14)/Video","VIN":14,"Description":"New
  Description(1392222565917)"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)","odata.editLink":"Car(15)","odata.mediaEditLink":"Car(15)/$value","odata.mediaReadLink":"Car(15)/$value","odata.mediaContentType":"application/octet-stream","Photo@odata.mediaEditLink":"Car(15)/Photo","Video@odata.mediaEditLink":"Car(15)/Video","VIN":15,"Description":"kphszztczthjacvjnttrarxru"}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/((VIN lt 16) and (VIN gt 12)).xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/((VIN lt 16) and (VIN gt 12)).xml b/fit/src/main/resources/V30/Car/filter/((VIN lt 16) and (VIN gt 12)).xml
deleted file mode 100644
index 83dd66e..0000000
--- a/fit/src/main/resources/V30/Car/filter/((VIN lt 16) and (VIN gt 12)).xml	
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car</id>
-  <title type="text">Car</title>
-  <updated>2014-02-13T12:09:31Z</updated>
-  <link rel="self" title="Car" href="Car" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(13)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(13)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(13)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(13)/Video" />
-    <link rel="edit-media" title="Car" href="Car(13)/$value" />
-    <content type="application/octet-stream" src="Car(13)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">13</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(14)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(14)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(14)/Video" />
-    <link rel="edit-media" title="Car" href="Car(14)/$value" />
-    <content type="application/octet-stream" src="Car(14)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">14</d:VIN>
-      <d:Description>New Description(1392222565917)</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(15)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(15)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(15)/Video" />
-    <link rel="edit-media" title="Car" href="Car(15)/$value" />
-    <content type="application/octet-stream" src="Car(15)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">15</d:VIN>
-      <d:Description>kphszztczthjacvjnttrarxru</d:Description>
-    </m:properties>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/(16 eq (1 add VIN)).full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/(16 eq (1 add VIN)).full.json b/fit/src/main/resources/V30/Car/filter/(16 eq (1 add VIN)).full.json
deleted file mode 100644
index 4cef43b..0000000
--- a/fit/src/main/resources/V30/Car/filter/(16 eq (1 add VIN)).full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)","odata.editLink":"Car(15)","odata.mediaEditLink":"Car(15)/$value","odata.mediaReadLink":"Car(15)/$value","odata.mediaContentType":"application/octet-stream","Photo@odata.mediaEditLink":"Car(15)/Photo","Video@odata.mediaEditLink":"Car(15)/Video","VIN":15,"Description":"kphszztczthjacvjnttrarxru"}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/(16 eq (1 add VIN)).xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/(16 eq (1 add VIN)).xml b/fit/src/main/resources/V30/Car/filter/(16 eq (1 add VIN)).xml
deleted file mode 100644
index bd74712..0000000
--- a/fit/src/main/resources/V30/Car/filter/(16 eq (1 add VIN)).xml	
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car</id>
-  <title type="text">Car</title>
-  <updated>2014-02-13T12:09:31Z</updated>
-  <link rel="self" title="Car" href="Car" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(15)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(15)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(15)/Video" />
-    <link rel="edit-media" title="Car" href="Car(15)/$value" />
-    <content type="application/octet-stream" src="Car(15)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">15</d:VIN>
-      <d:Description>kphszztczthjacvjnttrarxru</d:Description>
-    </m:properties>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/(VIN eq 16).full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/(VIN eq 16).full.json b/fit/src/main/resources/V30/Car/filter/(VIN eq 16).full.json
deleted file mode 100644
index d1d0b02..0000000
--- a/fit/src/main/resources/V30/Car/filter/(VIN eq 16).full.json	
+++ /dev/null
@@ -1,15 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car",
-  "value": [{
-      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Car",
-      "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(16)",
-      "odata.editLink": "Car(16)",
-      "odata.mediaEditLink": "Car(16)/$value",
-      "odata.mediaReadLink": "Car(16)/$value",
-      "odata.mediaContentType": "application/octet-stream",
-      "Photo@odata.mediaEditLink": "Car(16)/Photo",
-      "Video@odata.mediaEditLink": "Car(16)/Video",
-      "VIN": 16,
-      "Description": "kphszztczthjacvjnttrarxru"
-    }]
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/(VIN eq 16).xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/(VIN eq 16).xml b/fit/src/main/resources/V30/Car/filter/(VIN eq 16).xml
deleted file mode 100644
index c770fe6..0000000
--- a/fit/src/main/resources/V30/Car/filter/(VIN eq 16).xml	
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car</id>
-  <title type="text">Car</title>
-  <updated>2014-02-13T12:09:31Z</updated>
-  <link rel="self" title="Car" href="Car" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(16)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(16)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(16)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(16)/Video" />
-    <link rel="edit-media" title="Car" href="Car(16)/$value" />
-    <content type="application/octet-stream" src="Car(16)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">16</d:VIN>
-      <d:Description>cenbviijieljtrtdslbuiqubcvhxhzenidqdnaopplvlqc</d:Description>
-    </m:properties>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/(VIN lt 16).full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/(VIN lt 16).full.json b/fit/src/main/resources/V30/Car/filter/(VIN lt 16).full.json
deleted file mode 100644
index 29ff01f..0000000
--- a/fit/src/main/resources/V30/Car/filter/(VIN lt 16).full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(11)","odata.editLink":"Car(11)","odata.mediaEditLink":"Car(11)/$value","odata.mediaReadLink":"Car(11)/$value","odata.mediaContentType":"application/octet-stream","Photo@odata.mediaEditLink":"Car(11)/Photo","Video@odata.mediaEditLink":"Car(11)/Video","VIN":11,"Description":"cenbviijieljtrtdslbuiqubcvhxhzenidqdnaopplvlqc"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(12)","odata.editLink":"Car(12)","odata.mediaEditLink":"Car(12)/$value","odata.mediaReadLink":"Car(12)/$value","odata.mediaContentType":"application/octet-stream","Photo@odata.mediaEditLink":"Car(12)/Photo","Video@odata.mediaEditLink"
 :"Car(12)/Video","VIN":12,"Description":"lx"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(13)","odata.editLink":"Car(13)","odata.mediaEditLink":"Car(13)/$value","odata.mediaReadLink":"Car(13)/$value","odata.mediaContentType":"application/octet-stream","Photo@odata.mediaEditLink":"Car(13)/Photo","Video@odata.mediaEditLink":"Car(13)/Video","VIN":13,"Description":null},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)","odata.editLink":"Car(14)","odata.mediaEditLink":"Car(14)/$value","odata.mediaReadLink":"Car(14)/$value","odata.mediaContentType":"application/octet-stream","Photo@odata.mediaEditLink":"Car(14)/Photo","Video@odata.mediaEditLink":"Car(14)/Video","VIN":14,"Description":"New Description(1392222565917)"},{"odata.type":"Microsoft.Test.OData.Servi
 ces.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)","odata.editLink":"Car(15)","odata.mediaEditLink":"Car(15)/$value","odata.mediaReadLink":"Car(15)/$value","odata.mediaContentType":"application/octet-stream","Photo@odata.mediaEditLink":"Car(15)/Photo","Video@odata.mediaEditLink":"Car(15)/Video","VIN":15,"Description":"kphszztczthjacvjnttrarxru"}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/(VIN lt 16).xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/(VIN lt 16).xml b/fit/src/main/resources/V30/Car/filter/(VIN lt 16).xml
deleted file mode 100644
index dbe2139..0000000
--- a/fit/src/main/resources/V30/Car/filter/(VIN lt 16).xml	
+++ /dev/null
@@ -1,117 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car</id>
-  <title type="text">Car</title>
-  <updated>2014-02-13T12:09:31Z</updated>
-  <link rel="self" title="Car" href="Car" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(11)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(11)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(11)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(11)/Video" />
-    <link rel="edit-media" title="Car" href="Car(11)/$value" />
-    <content type="application/octet-stream" src="Car(11)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">11</d:VIN>
-      <d:Description>cenbviijieljtrtdslbuiqubcvhxhzenidqdnaopplvlqc</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(12)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(12)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(12)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(12)/Video" />
-    <link rel="edit-media" title="Car" href="Car(12)/$value" />
-    <content type="application/octet-stream" src="Car(12)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">12</d:VIN>
-      <d:Description>lx</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(13)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(13)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(13)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(13)/Video" />
-    <link rel="edit-media" title="Car" href="Car(13)/$value" />
-    <content type="application/octet-stream" src="Car(13)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">13</d:VIN>
-      <d:Description m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(14)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(14)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(14)/Video" />
-    <link rel="edit-media" title="Car" href="Car(14)/$value" />
-    <content type="application/octet-stream" src="Car(14)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">14</d:VIN>
-      <d:Description>New Description(1392222565917)</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(15)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(15)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(15)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(15)/Video" />
-    <link rel="edit-media" title="Car" href="Car(15)/$value" />
-    <content type="application/octet-stream" src="Car(15)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">15</d:VIN>
-      <d:Description>kphszztczthjacvjnttrarxru</d:Description>
-    </m:properties>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/(length(Description) gt (VIN add 10)).full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/(length(Description) gt (VIN add 10)).full.json b/fit/src/main/resources/V30/Car/filter/(length(Description) gt (VIN add 10)).full.json
deleted file mode 100644
index a6ab6ed..0000000
--- a/fit/src/main/resources/V30/Car/filter/(length(Description) gt (VIN add 10)).full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(11)","odata.editLink":"Car(11)","odata.mediaEditLink":"Car(11)/$value","odata.mediaReadLink":"Car(11)/$value","odata.mediaContentType":"application/octet-stream","Photo@odata.mediaEditLink":"Car(11)/Photo","Video@odata.mediaEditLink":"Car(11)/Video","VIN":11,"Description":"cenbviijieljtrtdslbuiqubcvhxhzenidqdnaopplvlqc"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)","odata.editLink":"Car(14)","odata.mediaEditLink":"Car(14)/$value","odata.mediaReadLink":"Car(14)/$value","odata.mediaContentType":"application/octet-stream","Photo@odata.mediaEditLink":"Car(14)/Photo","Video@odata.mediaEditLink"
 :"Car(14)/Video","VIN":14,"Description":"New Description(1392222565917)"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(17)","odata.editLink":"Car(17)","odata.mediaEditLink":"Car(17)/$value","odata.mediaReadLink":"Car(17)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(17)/Photo","Video@odata.mediaEditLink":"Car(17)/Video","VIN":17,"Description":"\u307e\u30a1\u30c1\u30dc\u042f\u66a6\u30de\u30c1\u307e\u531a\u3041\u305d\u30bf\u3093\u30bc\u3073\u305f\u30c1\u307b\u9ed1\u30dd\u3073\u3041\u30bd\u0451\u3093\u6b32\u6b32\uff66\u3092\u30a1\u30a1\u30dd\u3074\u30b0\u4e9c\u30c1\u30dd\u30b0\uff66\u30df\u305d\u30cf\u305b\u30bc\u73f1\u30bc\u305c\u305b\u30dd\u30bc\u30bc\uff41\u88f9\u9ed1\u305d\u307e\u305d\u30c1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Stat
 ic.svc/Car(18)","odata.editLink":"Car(18)","odata.mediaEditLink":"Car(18)/$value","odata.mediaReadLink":"Car(18)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(18)/Photo","Video@odata.mediaEditLink":"Car(18)/Video","VIN":18,"Description":"\u0451\u30bc\u30dc\u30bf\u3072\u3079\u30d0\u30bf\u305e\u30a1\u044f\u042f\u755a\u30c0\u30bd\u30be\u30be\u042f\u6b79\u307a\u30dc\u305c\u305f\u30bd\u755a\u73f1\u30de\u6b32\u30de\u30b0\u3042\u755a\u4e5d\u30a1\u755a\u30de\u30b0\u88f9\u30df\u30bc\u30a1\u6b32\u30bd\u5f0c\u755a\u30de\u5f0c\u30c1\u66a6\u30a1\u30dc\u305c\u88f9\u30df\u042f\uff41\u307c\u3072\u30dd\u3092\u30be\u5f0c\u6b79"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Car","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(19)","odata.editLink":"Car(19)","odata.mediaEditLink":"Car(19)/$value","odata.mediaReadLink":"Car(19)/$value","odata.mediaContentType":"*/*","Photo@odata.mediaEditLink":"Car(19)/Photo","Vide
 o@odata.mediaEditLink":"Car(19)/Video","VIN":19,"Description":"bdssgpfovhjbzevqmgqxxkejsdhvtxug\u00df\u00df\u00dfj\u00dffdd\u00dflsshrygytoginhrgoydicmj\u00dfcebzehqbegxgmsu"}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/(length(Description) gt (VIN add 10)).xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/(length(Description) gt (VIN add 10)).xml b/fit/src/main/resources/V30/Car/filter/(length(Description) gt (VIN add 10)).xml
deleted file mode 100644
index 54c5f82..0000000
--- a/fit/src/main/resources/V30/Car/filter/(length(Description) gt (VIN add 10)).xml	
+++ /dev/null
@@ -1,117 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car</id>
-  <title type="text">Car</title>
-  <updated>2014-02-13T12:09:31Z</updated>
-  <link rel="self" title="Car" href="Car" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(11)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(11)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(11)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(11)/Video" />
-    <link rel="edit-media" title="Car" href="Car(11)/$value" />
-    <content type="application/octet-stream" src="Car(11)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">11</d:VIN>
-      <d:Description>cenbviijieljtrtdslbuiqubcvhxhzenidqdnaopplvlqc</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(14)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(14)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(14)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(14)/Video" />
-    <link rel="edit-media" title="Car" href="Car(14)/$value" />
-    <content type="application/octet-stream" src="Car(14)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">14</d:VIN>
-      <d:Description>New Description(1392222565917)</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(17)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(17)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(17)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(17)/Video" />
-    <link rel="edit-media" title="Car" href="Car(17)/$value" />
-    <content type="*/*" src="Car(17)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">17</d:VIN>
-      <d:Description>まァチボЯ暦マチま匚ぁそタんゼびたチほ黑ポびぁソёん欲欲ヲをァァポぴグ亜チポグヲミそハせゼ珱ゼぜせポゼゼa裹黑そまそチ</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(18)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(18)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(18)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(18)/Video" />
-    <link rel="edit-media" title="Car" href="Car(18)/$value" />
-    <content type="*/*" src="Car(18)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">18</d:VIN>
-      <d:Description>ёゼボタひべバタぞァяЯ畚ダソゾゾЯ歹ぺボぜたソ畚珱マ欲マグあ畚九ァ畚マグ裹ミゼァ欲ソ弌畚マ弌チ暦ァボぜ裹ミЯaぼひポをゾ弌歹</d:Description>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car(19)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Car" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Car" href="Car(19)" />
-    <title />
-    <updated>2014-02-13T12:09:31Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Photo" title="Photo" href="Car(19)/Photo" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Car(19)/Video" />
-    <link rel="edit-media" title="Car" href="Car(19)/$value" />
-    <content type="*/*" src="Car(19)/$value" />
-    <m:properties>
-      <d:VIN m:type="Edm.Int32">19</d:VIN>
-      <d:Description>bdssgpfovhjbzevqmgqxxkejsdhvtxugßßßjßfddßlsshrygytoginhrgoydicmjßcebzehqbegxgmsu</d:Description>
-    </m:properties>
-  </entry>
-</feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/VIN add 5 lt 11.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/VIN add 5 lt 11.full.json b/fit/src/main/resources/V30/Car/filter/VIN add 5 lt 11.full.json
deleted file mode 100644
index 3054976..0000000
--- a/fit/src/main/resources/V30/Car/filter/VIN add 5 lt 11.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Car","value":[]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Car/filter/VIN add 5 lt 11.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Car/filter/VIN add 5 lt 11.xml b/fit/src/main/resources/V30/Car/filter/VIN add 5 lt 11.xml
deleted file mode 100644
index baf1c3a..0000000
--- a/fit/src/main/resources/V30/Car/filter/VIN add 5 lt 11.xml	
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements. See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership. The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License. You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied. See the License for the
-  specific language governing permissions and limitations
-  under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom"
-  xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"
-  xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:x${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Car</id>
-  <title type="text">Car</title>
-  <updated>2014-02-13T14:31:04Z</updated>
-  <link rel="self" title="Car" href="Car" />
-  <author>
-    <name />
-  </author>
-</feed>
\ No newline at end of file


[48/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/it/primitiveKeysServiceV3/verify.groovy
----------------------------------------------------------------------
diff --git a/fit/src/it/primitiveKeysServiceV3/verify.groovy b/fit/src/it/primitiveKeysServiceV3/verify.groovy
deleted file mode 100644
index 9b74ad2..0000000
--- a/fit/src/it/primitiveKeysServiceV3/verify.groovy
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-File basepkg = new File( basedir, "target/generated-sources/ojc-plugin/org/apache/olingo/fit/proxy/v3" );
-assert basepkg.isDirectory() && basepkg.listFiles().length>0;

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/it/staticServiceV3/pom.xml
----------------------------------------------------------------------
diff --git a/fit/src/it/staticServiceV3/pom.xml b/fit/src/it/staticServiceV3/pom.xml
deleted file mode 100644
index 528d94c..0000000
--- a/fit/src/it/staticServiceV3/pom.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <artifactId>pojogen-maven-plugin-v3test</artifactId>
-  <groupId>org.apache.olingo</groupId>
-  <version>@project.version@</version>
-  <name>${project.artifactId}</name>
-  <description>A simple IT verifying the basic use case of pojogen-maven-plugin.</description>
-
-  <properties>
-    <project.source>1.6</project.source>
-    <compiler.plugin.version>3.2</compiler.plugin.version>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
-  
-  <dependencies>
-    <dependency>
-      <artifactId>pojogen-maven-plugin</artifactId>
-      <groupId>org.apache.olingo</groupId>
-      <version>@project.version@</version>
-      <scope>runtime</scope>
-    </dependency>
-    
-    <dependency>
-      <artifactId>odata-client-proxy</artifactId>
-      <groupId>org.apache.olingo</groupId>
-      <version>@project.version@</version>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>${compiler.plugin.version}</version>
-        <configuration>
-          <source>${project.source}</source>
-          <target>${project.source}</target>
-          <showWarnings>true</showWarnings>
-          <showDeprecation>true</showDeprecation>
-          <compilerArgument>-Xlint:unchecked</compilerArgument>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <version>1.8</version>
-        <executions>
-          <execution>
-            <phase>process-sources</phase>
-            <goals>
-              <goal>add-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${project.build.directory}/generated-sources</source>
-              </sources>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      
-      <plugin>
-        <groupId>@project.groupId@</groupId>
-        <artifactId>pojogen-maven-plugin</artifactId>
-        <version>@project.version@</version>
-        <executions>
-          <execution>
-            <configuration>
-              <outputDirectory>${project.build.directory}/generated-sources</outputDirectory>
-              <serviceRootURL>http://localhost:9180/stub/StaticService/V30/Static.svc</serviceRootURL>
-              <basePackage>org.apache.olingo.fit.proxy.v3.staticservice</basePackage>
-            </configuration>
-            <id>v3pojoGen</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>v3pojoGen</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/it/staticServiceV3/verify.groovy
----------------------------------------------------------------------
diff --git a/fit/src/it/staticServiceV3/verify.groovy b/fit/src/it/staticServiceV3/verify.groovy
deleted file mode 100644
index 9b74ad2..0000000
--- a/fit/src/it/staticServiceV3/verify.groovy
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-File basepkg = new File( basedir, "target/generated-sources/ojc-plugin/org/apache/olingo/fit/proxy/v3" );
-assert basepkg.isDirectory() && basepkg.listFiles().length>0;

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/java/org/apache/olingo/fit/AbstractServices.java
----------------------------------------------------------------------
diff --git a/fit/src/main/java/org/apache/olingo/fit/AbstractServices.java b/fit/src/main/java/org/apache/olingo/fit/AbstractServices.java
index 9c91ea3..3d70109 100644
--- a/fit/src/main/java/org/apache/olingo/fit/AbstractServices.java
+++ b/fit/src/main/java/org/apache/olingo/fit/AbstractServices.java
@@ -686,7 +686,7 @@ public abstract class AbstractServices {
 
       final String location;
 
-      if ((this instanceof V3KeyAsSegment) || (this instanceof V4KeyAsSegment)) {
+      if ((this instanceof V4KeyAsSegment)) {
         location = uriInfo.getRequestUri().toASCIIString() + "/" + entityKey;
 
         final Link editLink = new LinkImpl();
@@ -1204,7 +1204,7 @@ public abstract class AbstractServices {
       }
       final Entity entry = container.getPayload();
 
-      if ((this instanceof V3KeyAsSegment) || (this instanceof V4KeyAsSegment)) {
+      if ((this instanceof V4KeyAsSegment)) {
         final Link editLink = new LinkImpl();
         editLink.setRel("edit");
         editLink.setTitle(entitySetName);

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/java/org/apache/olingo/fit/V3ActionOverloading.java
----------------------------------------------------------------------
diff --git a/fit/src/main/java/org/apache/olingo/fit/V3ActionOverloading.java b/fit/src/main/java/org/apache/olingo/fit/V3ActionOverloading.java
deleted file mode 100644
index 011552e..0000000
--- a/fit/src/main/java/org/apache/olingo/fit/V3ActionOverloading.java
+++ /dev/null
@@ -1,209 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit;
-
-import org.apache.commons.io.IOUtils;
-import org.apache.commons.lang3.StringUtils;
-import org.apache.olingo.commons.api.edm.constants.ODataServiceVersion;
-import org.apache.olingo.fit.metadata.Metadata;
-import org.apache.olingo.fit.utils.AbstractUtilities;
-import org.apache.olingo.fit.utils.Accept;
-import org.apache.olingo.fit.utils.Commons;
-import org.apache.olingo.fit.utils.ConstantKey;
-import org.apache.olingo.fit.utils.Constants;
-import org.apache.olingo.fit.utils.FSManager;
-import org.springframework.stereotype.Service;
-
-import javax.ws.rs.DefaultValue;
-import javax.ws.rs.GET;
-import javax.ws.rs.HeaderParam;
-import javax.ws.rs.POST;
-import javax.ws.rs.Path;
-import javax.ws.rs.PathParam;
-import javax.ws.rs.Produces;
-import javax.ws.rs.QueryParam;
-import javax.ws.rs.core.Context;
-import javax.ws.rs.core.MediaType;
-import javax.ws.rs.core.Response;
-import javax.ws.rs.core.UriInfo;
-import java.io.ByteArrayInputStream;
-import java.io.ByteArrayOutputStream;
-import java.io.IOException;
-import java.io.InputStream;
-import java.util.Map;
-
-@Service
-@Path("/V30/ActionOverloading.svc")
-public class V3ActionOverloading extends V3Services {
-
-  public V3ActionOverloading() throws IOException {
-    super(new Metadata(FSManager.instance(ODataServiceVersion.V30).readRes(
-            "actionOverloading" + StringUtils.capitalize(Constants.get(ODataServiceVersion.V30, ConstantKey.METADATA)),
-            Accept.XML), ODataServiceVersion.V30));
-  }
-
-  private Response replaceServiceName(final Response response) {
-    try {
-      final String content = IOUtils.toString((InputStream) response.getEntity(), Constants.ENCODING).
-              replaceAll("Static\\.svc", "ActionOverloading.svc");
-
-      final Response.ResponseBuilder builder = Response.status(response.getStatus());
-      for (String headerName : response.getHeaders().keySet()) {
-        for (Object headerValue : response.getHeaders().get(headerName)) {
-          builder.header(headerName, headerValue);
-        }
-      }
-
-      final InputStream toBeStreamedBack = IOUtils.toInputStream(content, Constants.ENCODING);
-      final ByteArrayOutputStream baos = new ByteArrayOutputStream();
-      IOUtils.copy(toBeStreamedBack, baos);
-      IOUtils.closeQuietly(toBeStreamedBack);
-
-      builder.header("Content-Length", baos.size());
-      builder.entity(new ByteArrayInputStream(baos.toByteArray()));
-
-      return builder.build();
-    } catch (Exception e) {
-      return response;
-    }
-  }
-
-  @GET
-  @Path("/$metadata")
-  @Produces(MediaType.APPLICATION_XML)
-  @Override
-  public Response getMetadata() {
-    return super.getMetadata("actionOverloading"
-            + StringUtils.capitalize(Constants.get(ODataServiceVersion.V30, ConstantKey.METADATA)));
-  }
-
-  @POST
-  @Path("/RetrieveProduct")
-  public Response unboundRetrieveProduct(
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @QueryParam("$format") @DefaultValue(StringUtils.EMPTY) final String format,
-          @HeaderParam("Content-Type") @DefaultValue(StringUtils.EMPTY) final String contentType) {
-
-    final Accept acceptType;
-    if (StringUtils.isNotBlank(format)) {
-      acceptType = Accept.valueOf(format.toUpperCase());
-    } else {
-      acceptType = Accept.parse(accept, ODataServiceVersion.V30);
-    }
-    if (acceptType == Accept.XML || acceptType == Accept.TEXT) {
-      throw new UnsupportedMediaTypeException("Unsupported media type");
-    }
-
-    try {
-      final InputStream result = FSManager.instance(ODataServiceVersion.V30).
-              readFile("actionOverloadingRetrieveProduct", acceptType);
-      return replaceServiceName(xml.createResponse(result, null, acceptType));
-    } catch (Exception e) {
-      return replaceServiceName(xml.createFaultResponse(accept, e));
-    }
-  }
-
-  @GET
-  @Path("/Product({entityId})")
-  @Override
-  public Response getProduct(
-          @Context final UriInfo uriInfo,
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @PathParam("entityId") final String entityId,
-          @QueryParam("$format") @DefaultValue(StringUtils.EMPTY) final String format) {
-
-    final Map.Entry<Accept, AbstractUtilities> utils = super.getUtilities(accept, format);
-
-    if (utils.getKey() == Accept.XML || utils.getKey() == Accept.TEXT) {
-      throw new UnsupportedMediaTypeException("Unsupported media type");
-    }
-
-    final Map.Entry<String, InputStream> entityInfo = utils.getValue().readEntity("Product", entityId, utils.getKey());
-
-    InputStream entity = entityInfo.getValue();
-    try {
-      if (utils.getKey() == Accept.JSON_FULLMETA || utils.getKey() == Accept.ATOM) {
-        entity = utils.getValue().addOperation(entity, "RetrieveProduct", "#DefaultContainer.RetrieveProduct",
-                uriInfo.getAbsolutePath().toASCIIString()
-                + "/RetrieveProduct");
-      }
-
-      return replaceServiceName(utils.getValue().createResponse(
-              entity, Commons.getETag(entityInfo.getKey(), ODataServiceVersion.V30), utils.getKey()));
-    } catch (Exception e) {
-      LOG.error("Error retrieving entity", e);
-      return replaceServiceName(xml.createFaultResponse(accept, e));
-    }
-  }
-
-  @POST
-  @Path("/Product({entityId})/{path:.*RetrieveProduct}")
-  public Response productBoundRetrieveProduct(
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @QueryParam("$format") @DefaultValue(StringUtils.EMPTY) final String format,
-          @HeaderParam("Content-Type") @DefaultValue(StringUtils.EMPTY) final String contentType) {
-
-    return unboundRetrieveProduct(accept, format, contentType);
-  }
-
-  @GET
-  @Path("/OrderLine(OrderId={orderId},ProductId={productId})")
-  public Response getOrderLine(
-          @Context final UriInfo uriInfo,
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @PathParam("orderId") final String orderId,
-          @PathParam("productId") final String productId,
-          @QueryParam("$format") @DefaultValue(StringUtils.EMPTY) final String format) {
-
-    final Map.Entry<Accept, AbstractUtilities> utils = super.getUtilities(accept, format);
-
-    if (utils.getKey() == Accept.XML || utils.getKey() == Accept.TEXT) {
-      throw new UnsupportedMediaTypeException("Unsupported media type");
-    }
-
-    final Map.Entry<String, InputStream> entityInfo = utils.getValue().
-            readEntity("OrderLine", orderId + " " + productId, utils.getKey());
-
-    InputStream entity = entityInfo.getValue();
-    try {
-      if (utils.getKey() == Accept.JSON_FULLMETA || utils.getKey() == Accept.ATOM) {
-        entity = utils.getValue().addOperation(entity, "RetrieveProduct", "#DefaultContainer.RetrieveProduct",
-                uriInfo.getAbsolutePath().toASCIIString()
-                + "/RetrieveProduct");
-      }
-
-      return replaceServiceName(utils.getValue().createResponse(
-              entity, Commons.getETag(entityInfo.getKey(), ODataServiceVersion.V30), utils.getKey()));
-    } catch (Exception e) {
-      LOG.error("Error retrieving entity", e);
-      return replaceServiceName(xml.createFaultResponse(accept, e));
-    }
-  }
-
-  @POST
-  @Path("/OrderLine(OrderId={orderId},ProductId={productId})/{path:.*RetrieveProduct}")
-  public Response orderLineBoundRetrieveProduct(
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @QueryParam("$format") @DefaultValue(StringUtils.EMPTY) final String format,
-          @HeaderParam("Content-Type") @DefaultValue(StringUtils.EMPTY) final String contentType) {
-
-    return unboundRetrieveProduct(accept, format, contentType);
-  }
-
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/java/org/apache/olingo/fit/V3KeyAsSegment.java
----------------------------------------------------------------------
diff --git a/fit/src/main/java/org/apache/olingo/fit/V3KeyAsSegment.java b/fit/src/main/java/org/apache/olingo/fit/V3KeyAsSegment.java
deleted file mode 100644
index aece8c2..0000000
--- a/fit/src/main/java/org/apache/olingo/fit/V3KeyAsSegment.java
+++ /dev/null
@@ -1,181 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit;
-
-import org.apache.commons.io.IOUtils;
-import org.apache.commons.lang3.StringUtils;
-import org.apache.olingo.fit.methods.MERGE;
-import org.apache.olingo.fit.methods.PATCH;
-import org.apache.olingo.fit.utils.Constants;
-import org.springframework.stereotype.Service;
-
-import javax.ws.rs.Consumes;
-import javax.ws.rs.DELETE;
-import javax.ws.rs.DefaultValue;
-import javax.ws.rs.GET;
-import javax.ws.rs.HeaderParam;
-import javax.ws.rs.POST;
-import javax.ws.rs.PUT;
-import javax.ws.rs.Path;
-import javax.ws.rs.PathParam;
-import javax.ws.rs.Produces;
-import javax.ws.rs.QueryParam;
-import javax.ws.rs.core.Context;
-import javax.ws.rs.core.MediaType;
-import javax.ws.rs.core.Response;
-import javax.ws.rs.core.UriInfo;
-import java.io.ByteArrayInputStream;
-import java.io.ByteArrayOutputStream;
-import java.io.IOException;
-import java.io.InputStream;
-
-@Service
-@Path("/V30/KeyAsSegment.svc")
-public class V3KeyAsSegment extends V3Services {
-
-  public V3KeyAsSegment() throws IOException {
-    super();
-  }
-
-  private Response replaceServiceName(final Response response) {
-    try {
-      final String content = IOUtils.toString((InputStream) response.getEntity(), Constants.ENCODING).
-              replaceAll("Static\\.svc", "KeyAsSegment.svc");
-
-      final Response.ResponseBuilder builder = Response.status(response.getStatus());
-      for (String headerName : response.getHeaders().keySet()) {
-        for (Object headerValue : response.getHeaders().get(headerName)) {
-          builder.header(headerName, headerValue);
-        }
-      }
-
-      final InputStream toBeStreamedBack = IOUtils.toInputStream(content, Constants.ENCODING);
-      final ByteArrayOutputStream baos = new ByteArrayOutputStream();
-      IOUtils.copy(toBeStreamedBack, baos);
-      IOUtils.closeQuietly(toBeStreamedBack);
-
-      builder.header("Content-Length", baos.size());
-      builder.entity(new ByteArrayInputStream(baos.toByteArray()));
-
-      return builder.build();
-    } catch (Exception e) {
-      return response;
-    }
-  }
-
-  @GET
-  @Path("/{entitySetName}/{entityId}")
-  @Override
-  public Response getEntity(
-          @Context final UriInfo uriInfo,
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @PathParam("entitySetName") final String entitySetName,
-          @PathParam("entityId") final String entityId,
-          @QueryParam("$format") @DefaultValue(StringUtils.EMPTY) final String format,
-          @QueryParam("$expand") @DefaultValue(StringUtils.EMPTY) final String expand,
-          @QueryParam("$select") @DefaultValue(StringUtils.EMPTY) final String select) {
-
-    return replaceServiceName(super.getEntityInternal(uriInfo.getRequestUri().toASCIIString(),
-            accept, entitySetName, entityId, format, expand, select));
-  }
-
-  @DELETE
-  @Path("/{entitySetName}/{entityId}")
-  @Override
-  public Response removeEntity(
-          @PathParam("entitySetName") final String entitySetName,
-          @PathParam("entityId") final String entityId) {
-
-    return replaceServiceName(super.removeEntity(entitySetName, entityId));
-  }
-
-  @MERGE
-  @Path("/{entitySetName}/{entityId}")
-  @Produces({MediaType.APPLICATION_XML, MediaType.APPLICATION_ATOM_XML, MediaType.APPLICATION_JSON})
-  @Consumes({MediaType.APPLICATION_ATOM_XML, MediaType.APPLICATION_JSON})
-
-  @Override
-  public Response mergeEntity(
-          @Context final UriInfo uriInfo,
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @HeaderParam("Content-Type") @DefaultValue(StringUtils.EMPTY) final String contentType,
-          @HeaderParam("Prefer") @DefaultValue(StringUtils.EMPTY) final String prefer,
-          @HeaderParam("If-Match") @DefaultValue(StringUtils.EMPTY) final String ifMatch,
-          @PathParam("entitySetName") final String entitySetName,
-          @PathParam("entityId") final String entityId,
-          final String changes) {
-
-    return replaceServiceName(super.patchEntity(uriInfo, accept, contentType, prefer, ifMatch, entitySetName,
-            entityId, changes));
-  }
-
-  @PATCH
-  @Path("/{entitySetName}/{entityId}")
-  @Produces({MediaType.APPLICATION_XML, MediaType.APPLICATION_ATOM_XML, MediaType.APPLICATION_JSON})
-  @Consumes({MediaType.APPLICATION_ATOM_XML, MediaType.APPLICATION_JSON})
-
-  @Override
-  public Response patchEntity(
-          @Context final UriInfo uriInfo,
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @HeaderParam("Content-Type") @DefaultValue(StringUtils.EMPTY) final String contentType,
-          @HeaderParam("Prefer") @DefaultValue(StringUtils.EMPTY) final String prefer,
-          @HeaderParam("If-Match") @DefaultValue(StringUtils.EMPTY) final String ifMatch,
-          @PathParam("entitySetName") final String entitySetName,
-          @PathParam("entityId") final String entityId,
-          final String changes) {
-
-    return replaceServiceName(super.patchEntity(uriInfo, accept, contentType, prefer, ifMatch, entitySetName,
-            entityId, changes));
-  }
-
-  @PUT
-  @Path("/{entitySetName}/{entityId}")
-  @Produces({MediaType.APPLICATION_XML, MediaType.APPLICATION_ATOM_XML, MediaType.APPLICATION_JSON})
-  @Consumes({MediaType.APPLICATION_ATOM_XML, MediaType.APPLICATION_JSON})
-  public Response putNewEntity(
-          @Context final UriInfo uriInfo,
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @HeaderParam("Content-Type") @DefaultValue(StringUtils.EMPTY) final String contentType,
-          @HeaderParam("Prefer") @DefaultValue(StringUtils.EMPTY) final String prefer,
-          @PathParam("entitySetName") final String entitySetName,
-          @PathParam("entityId") final String entityId,
-          final String entity) {
-
-    return replaceServiceName(super.replaceEntity(uriInfo, accept, contentType, prefer, entitySetName, entityId,
-            entity));
-  }
-
-  @POST
-  @Path("/{entitySetName}")
-  @Produces({MediaType.APPLICATION_XML, MediaType.APPLICATION_ATOM_XML, MediaType.APPLICATION_JSON})
-  @Consumes({MediaType.APPLICATION_ATOM_XML, MediaType.APPLICATION_JSON, MediaType.APPLICATION_OCTET_STREAM})
-
-  @Override
-  public Response postNewEntity(
-          @Context final UriInfo uriInfo,
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @HeaderParam("Content-Type") @DefaultValue(StringUtils.EMPTY) final String contentType,
-          @HeaderParam("Prefer") @DefaultValue(StringUtils.EMPTY) final String prefer,
-          @PathParam("entitySetName") final String entitySetName,
-          final String entity) {
-
-    return replaceServiceName(super.postNewEntity(uriInfo, accept, contentType, prefer, entitySetName, entity));
-  }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/java/org/apache/olingo/fit/V3OpenType.java
----------------------------------------------------------------------
diff --git a/fit/src/main/java/org/apache/olingo/fit/V3OpenType.java b/fit/src/main/java/org/apache/olingo/fit/V3OpenType.java
deleted file mode 100644
index 540c0d8..0000000
--- a/fit/src/main/java/org/apache/olingo/fit/V3OpenType.java
+++ /dev/null
@@ -1,149 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit;
-
-import org.apache.commons.io.IOUtils;
-import org.apache.commons.lang3.StringUtils;
-import org.apache.olingo.commons.api.edm.constants.ODataServiceVersion;
-import org.apache.olingo.fit.metadata.Metadata;
-import org.apache.olingo.fit.utils.Accept;
-import org.apache.olingo.fit.utils.ConstantKey;
-import org.apache.olingo.fit.utils.Constants;
-import org.apache.olingo.fit.utils.FSManager;
-import org.springframework.stereotype.Service;
-
-import javax.ws.rs.Consumes;
-import javax.ws.rs.DELETE;
-import javax.ws.rs.DefaultValue;
-import javax.ws.rs.GET;
-import javax.ws.rs.HeaderParam;
-import javax.ws.rs.POST;
-import javax.ws.rs.Path;
-import javax.ws.rs.PathParam;
-import javax.ws.rs.Produces;
-import javax.ws.rs.QueryParam;
-import javax.ws.rs.core.Context;
-import javax.ws.rs.core.MediaType;
-import javax.ws.rs.core.Response;
-import javax.ws.rs.core.UriInfo;
-import java.io.ByteArrayInputStream;
-import java.io.ByteArrayOutputStream;
-import java.io.IOException;
-import java.io.InputStream;
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-@Service
-@Path("/V30/OpenType.svc")
-public class V3OpenType extends V3Services {
-
-  private static final Pattern GUID = Pattern.compile("guid'(.*)'");
-
-  public V3OpenType() throws IOException {
-    super(new Metadata(FSManager.instance(ODataServiceVersion.V30).
-            readRes("openType" + StringUtils.capitalize(Constants.get(ODataServiceVersion.V30, ConstantKey.METADATA)),
-                    Accept.XML), ODataServiceVersion.V30));
-  }
-
-  private Response replaceServiceName(final Response response) {
-    try {
-      final String content = IOUtils.toString((InputStream) response.getEntity(), Constants.ENCODING).
-              replaceAll("Static\\.svc", "OpenType.svc");
-
-      final Response.ResponseBuilder builder = Response.status(response.getStatus());
-      for (String headerName : response.getHeaders().keySet()) {
-        for (Object headerValue : response.getHeaders().get(headerName)) {
-          builder.header(headerName, headerValue);
-        }
-      }
-
-      final InputStream toBeStreamedBack = IOUtils.toInputStream(content, Constants.ENCODING);
-      final ByteArrayOutputStream baos = new ByteArrayOutputStream();
-      IOUtils.copy(toBeStreamedBack, baos);
-      IOUtils.closeQuietly(toBeStreamedBack);
-
-      builder.header("Content-Length", baos.size());
-      builder.entity(new ByteArrayInputStream(baos.toByteArray()));
-
-      return builder.build();
-    } catch (Exception e) {
-      return response;
-    }
-  }
-
-  /**
-   * Provide sample large metadata.
-   *
-   * @return metadata.
-   */
-  @GET
-  @Path("/$metadata")
-  @Produces(MediaType.APPLICATION_XML)
-  @Override
-  public Response getMetadata() {
-    return super.getMetadata("openType" + StringUtils.capitalize(
-            Constants.get(ODataServiceVersion.V30, ConstantKey.METADATA)));
-  }
-
-  @GET
-  @Path("/{entitySetName}({entityId})")
-  @Override
-  public Response getEntity(
-          @Context final UriInfo uriInfo,
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @PathParam("entitySetName") final String entitySetName,
-          @PathParam("entityId") final String entityId,
-          @QueryParam("$format") @DefaultValue(StringUtils.EMPTY) final String format,
-          @QueryParam("$expand") @DefaultValue(StringUtils.EMPTY) final String expand,
-          @QueryParam("$select") @DefaultValue(StringUtils.EMPTY) final String select) {
-
-    final Matcher matcher = GUID.matcher(entityId);
-    return replaceServiceName(super.getEntityInternal(
-        uriInfo.getRequestUri().toASCIIString(), accept, entitySetName,
-        matcher.matches() ? matcher.group(1) : entityId, format, expand, select));
-  }
-
-  @POST
-  @Path("/{entitySetName}")
-  @Produces({MediaType.APPLICATION_XML, MediaType.APPLICATION_ATOM_XML, MediaType.APPLICATION_JSON})
-  @Consumes({MediaType.APPLICATION_ATOM_XML, MediaType.APPLICATION_JSON, MediaType.APPLICATION_OCTET_STREAM})
-  @Override
-  public Response postNewEntity(
-          @Context final UriInfo uriInfo,
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @HeaderParam("Content-Type") @DefaultValue(StringUtils.EMPTY) final String contentType,
-          @HeaderParam("Prefer") @DefaultValue(StringUtils.EMPTY) final String prefer,
-          @PathParam("entitySetName") final String entitySetName,
-          final String entity) {
-
-    return replaceServiceName(super.postNewEntity(uriInfo, accept, contentType, prefer, entitySetName, entity));
-  }
-
-  @DELETE
-  @Path("/{entitySetName}({entityId})")
-  @Override
-  public Response removeEntity(
-          @PathParam("entitySetName") final String entitySetName,
-          @PathParam("entityId") final String entityId) {
-
-    final Matcher matcher = GUID.matcher(entityId);
-    return replaceServiceName(super.removeEntity(entitySetName,
-            matcher.matches() ? matcher.group(1) : entityId));
-  }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/java/org/apache/olingo/fit/V3PrimitiveKeys.java
----------------------------------------------------------------------
diff --git a/fit/src/main/java/org/apache/olingo/fit/V3PrimitiveKeys.java b/fit/src/main/java/org/apache/olingo/fit/V3PrimitiveKeys.java
deleted file mode 100644
index d74d0fd..0000000
--- a/fit/src/main/java/org/apache/olingo/fit/V3PrimitiveKeys.java
+++ /dev/null
@@ -1,52 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit;
-
-import org.apache.olingo.fit.utils.Accept;
-import org.apache.olingo.fit.utils.FSManager;
-import org.springframework.stereotype.Service;
-
-import javax.ws.rs.GET;
-import javax.ws.rs.Path;
-import javax.ws.rs.Produces;
-import javax.ws.rs.core.MediaType;
-import javax.ws.rs.core.Response;
-import java.io.IOException;
-
-@Service
-@Path("/V30/PrimitiveKeys.svc")
-public class V3PrimitiveKeys extends V3Services {
-
-  public V3PrimitiveKeys() throws IOException {
-    super();
-  }
-
-  @GET
-  @Path("/$metadata")
-  @Produces(MediaType.APPLICATION_XML)
-  @Override
-  public Response getMetadata() {
-    try {
-      return xml.createResponse(
-              null, FSManager.instance(version).readRes("primitiveKeysMetadata", Accept.XML), null, Accept.XML);
-    } catch (Exception e) {
-      return xml.createFaultResponse(Accept.XML.toString(version), e);
-    }
-  }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/java/org/apache/olingo/fit/V3Services.java
----------------------------------------------------------------------
diff --git a/fit/src/main/java/org/apache/olingo/fit/V3Services.java b/fit/src/main/java/org/apache/olingo/fit/V3Services.java
deleted file mode 100644
index 217f012..0000000
--- a/fit/src/main/java/org/apache/olingo/fit/V3Services.java
+++ /dev/null
@@ -1,482 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.olingo.fit;
-
-import org.apache.commons.io.IOUtils;
-import org.apache.commons.lang3.StringUtils;
-import org.apache.cxf.interceptor.InInterceptors;
-import org.apache.cxf.jaxrs.ext.multipart.Attachment;
-import org.apache.olingo.commons.api.data.EntitySet;
-import org.apache.olingo.commons.api.edm.constants.ODataServiceVersion;
-import org.apache.olingo.fit.metadata.Metadata;
-import org.apache.olingo.fit.methods.MERGE;
-import org.apache.olingo.fit.methods.PATCH;
-import org.apache.olingo.fit.rest.XHTTPMethodInterceptor;
-import org.apache.olingo.fit.utils.AbstractUtilities;
-import org.apache.olingo.fit.utils.Accept;
-import org.apache.olingo.fit.utils.Commons;
-import org.apache.olingo.fit.utils.ConstantKey;
-import org.apache.olingo.fit.utils.Constants;
-import org.apache.olingo.fit.utils.FSManager;
-import org.apache.olingo.fit.utils.LinkInfo;
-import org.springframework.stereotype.Service;
-
-import javax.mail.internet.MimeBodyPart;
-import javax.mail.internet.MimeMultipart;
-import javax.ws.rs.BadRequestException;
-import javax.ws.rs.Consumes;
-import javax.ws.rs.DELETE;
-import javax.ws.rs.DefaultValue;
-import javax.ws.rs.GET;
-import javax.ws.rs.HeaderParam;
-import javax.ws.rs.POST;
-import javax.ws.rs.PUT;
-import javax.ws.rs.Path;
-import javax.ws.rs.PathParam;
-import javax.ws.rs.Produces;
-import javax.ws.rs.QueryParam;
-import javax.ws.rs.core.Context;
-import javax.ws.rs.core.MediaType;
-import javax.ws.rs.core.Response;
-import javax.ws.rs.core.UriInfo;
-import java.io.ByteArrayInputStream;
-import java.io.ByteArrayOutputStream;
-import java.io.IOException;
-import java.io.InputStream;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-import java.util.UUID;
-
-@Service
-@Path("/V30/Static.svc")
-@InInterceptors(classes = XHTTPMethodInterceptor.class)
-public class V3Services extends AbstractServices {
-
-  public V3Services() throws IOException {
-    super(ODataServiceVersion.V30, Commons.getMetadata(ODataServiceVersion.V30));
-  }
-
-  protected V3Services(final Metadata metadata) throws IOException {
-    super(ODataServiceVersion.V30, metadata);
-  }
-
-  @GET
-  @Path("/InStreamErrorGetCustomer")
-  public Response instreamErrorGetCustomer(
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @QueryParam("$format") @DefaultValue(StringUtils.EMPTY) final String format) {
-
-    final Accept acceptType;
-    if (StringUtils.isNotBlank(format)) {
-      acceptType = Accept.valueOf(format.toUpperCase());
-    } else {
-      acceptType = Accept.parse(accept, version);
-    }
-
-    try {
-      final InputStream error = FSManager.instance(version).readFile("InStreamErrorGetCustomer", acceptType);
-
-      return Response.ok(error).
-              header(Constants.get(version, ConstantKey.ODATA_SERVICE_VERSION), version + ";").
-              header("Content-Type", acceptType.toString(version)).
-              build();
-    } catch (Exception e) {
-      if (acceptType == Accept.XML || acceptType == Accept.TEXT) {
-        throw new UnsupportedMediaTypeException("Unsupported media type");
-      }
-
-      return xml.createFaultResponse(accept, e);
-    }
-  }
-
-  /**
-   * Provide sample large metadata.
-   *
-   * @return metadata.
-   */
-  @GET
-  @Path("/large/$metadata")
-  @Produces(MediaType.APPLICATION_XML)
-  public Response getLargeMetadata() {
-    return getMetadata("large" + StringUtils.capitalize(Constants.get(version, ConstantKey.METADATA)));
-  }
-
-  @Override
-  protected void setInlineCount(final EntitySet feed, final String count) {
-    if ("allpages".equals(count)) {
-      feed.setCount(feed.getEntities().size());
-    }
-  }
-
-  @Override
-  public InputStream exploreMultipart(
-          final List<Attachment> attachments, final String boundary, final boolean contineOnError)
-          throws IOException {
-
-    final ByteArrayOutputStream bos = new ByteArrayOutputStream();
-
-    Response res = null;
-    boolean goon = true;
-    for (int i = 0; i < attachments.size() && goon; i++) {
-      try {
-        final Attachment obj = attachments.get(i);
-        bos.write(("--" + boundary).getBytes());
-        bos.write(Constants.CRLF);
-
-        final Object content = obj.getDataHandler().getContent();
-        if (content instanceof MimeMultipart) {
-          final Map<String, String> references = new HashMap<String, String>();
-
-          final String cboundary = "changeset_" + UUID.randomUUID().toString();
-          bos.write(("Content-Type: multipart/mixed;boundary=" + cboundary).getBytes());
-          bos.write(Constants.CRLF);
-          bos.write(Constants.CRLF);
-
-          final ByteArrayOutputStream chbos = new ByteArrayOutputStream();
-          String lastContebtID = null;
-          try {
-            for (int j = 0; j < ((MimeMultipart) content).getCount(); j++) {
-              final MimeBodyPart part = (MimeBodyPart) ((MimeMultipart) content).getBodyPart(j);
-              lastContebtID = part.getContentID();
-              addChangesetItemIntro(chbos, lastContebtID, cboundary);
-
-              res = bodyPartRequest(new MimeBodyPart(part.getInputStream()), references);
-              if (res == null || res.getStatus() >= 400) {
-                throw new Exception("Failure processing changeset");
-              }
-
-              addSingleBatchResponse(res, lastContebtID, chbos);
-              references.put("$" + lastContebtID, res.getHeaderString("Location"));
-            }
-
-            bos.write(chbos.toByteArray());
-            IOUtils.closeQuietly(chbos);
-
-            bos.write(("--" + cboundary + "--").getBytes());
-            bos.write(Constants.CRLF);
-          } catch (Exception e) {
-            LOG.warn("While processing changeset", e);
-            IOUtils.closeQuietly(chbos);
-
-            addChangesetItemIntro(bos, lastContebtID, cboundary);
-
-            if (res == null || res.getStatus() < 400) {
-              addErrorBatchResponse(e, "1", bos);
-            } else {
-              addSingleBatchResponse(res, lastContebtID, bos);
-            }
-
-            goon = contineOnError;
-          }
-        } else {
-          addItemIntro(bos);
-
-          res = bodyPartRequest(new MimeBodyPart(obj.getDataHandler().getInputStream()));
-
-          if (res.getStatus() >= 400) {
-            goon = contineOnError;
-            throw new Exception("Failure processing changeset");
-          }
-
-          addSingleBatchResponse(res, bos);
-        }
-      } catch (Exception e) {
-        if (res == null || res.getStatus() < 400) {
-          addErrorBatchResponse(e, bos);
-        } else {
-          addSingleBatchResponse(res, bos);
-        }
-      }
-    }
-
-    bos.write(("--" + boundary + "--").getBytes());
-
-    return new ByteArrayInputStream(bos.toByteArray());
-  }
-
-  @GET
-  @Path("/Car/{type:[a-zA-Z].*}")
-  public Response filterCar(
-          @Context final UriInfo uriInfo,
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @QueryParam("$top") @DefaultValue(StringUtils.EMPTY) final String top,
-          @QueryParam("$skip") @DefaultValue(StringUtils.EMPTY) final String skip,
-          @QueryParam("$format") @DefaultValue(StringUtils.EMPTY) final String format,
-          @QueryParam("$inlinecount") @DefaultValue(StringUtils.EMPTY) final String count,
-          @QueryParam("$filter") @DefaultValue(StringUtils.EMPTY) final String filter,
-          @QueryParam("$orderby") @DefaultValue(StringUtils.EMPTY) final String orderby,
-          @QueryParam("$skiptoken") @DefaultValue(StringUtils.EMPTY) final String skiptoken) {
-
-    return super.getEntitySet(uriInfo, accept, "Car", top, skip, format, count, filter, orderby, skiptoken);
-  }
-
-  @GET
-  @Path("/Login({entityId})")
-  public Response getLogin(
-          @Context final UriInfo uriInfo,
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @PathParam("entityId") final String entityId,
-          @QueryParam("$format") @DefaultValue(StringUtils.EMPTY) final String format,
-          @QueryParam("$expand") @DefaultValue(StringUtils.EMPTY) final String expand,
-          @QueryParam("$select") @DefaultValue(StringUtils.EMPTY) final String select) {
-
-    return super.getEntityInternal(uriInfo.getRequestUri().toASCIIString(), accept,
-        "Login", StringUtils.remove(entityId, "'"), format, expand, select);
-  }
-
-  @POST
-  @Path("/Login")
-  @Produces({MediaType.APPLICATION_XML, MediaType.APPLICATION_ATOM_XML, MediaType.APPLICATION_JSON})
-  @Consumes({MediaType.APPLICATION_ATOM_XML, MediaType.APPLICATION_JSON, MediaType.APPLICATION_OCTET_STREAM})
-  public Response postLogin(
-          @Context final UriInfo uriInfo,
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @HeaderParam("Content-Type") @DefaultValue(StringUtils.EMPTY) final String contentType,
-          @HeaderParam("Prefer") @DefaultValue(StringUtils.EMPTY) final String prefer,
-          final String entity) {
-
-    if ("{\"odata.type\":\"Microsoft.Test.OData.Services.AstoriaDefaultService.Login\"}".equals(entity)) {
-      return xml.createFaultResponse(accept, new BadRequestException());
-    }
-
-    return super.postNewEntity(uriInfo, accept, contentType, prefer, "Login", entity);
-  }
-
-  @DELETE
-  @Path("/Login({entityId})")
-  public Response removeLogin(
-          @PathParam("entityId") final String entityId) {
-
-    return super.removeEntity("Login", StringUtils.remove(entityId, "'"));
-  }
-
-  /**
-   * Retrieve links sample.
-   *
-   * @param accept Accept header.
-   * @param entitySetName Entity set name.
-   * @param entityId entity id.
-   * @param linkName link name.
-   * @param format format query option.
-   * @return links.
-   */
-  @GET
-  @Path("/{entitySetName}({entityId})/$links/{linkName}")
-  public Response getLinks(
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @PathParam("entitySetName") final String entitySetName,
-          @PathParam("entityId") final String entityId,
-          @PathParam("linkName") final String linkName,
-          @QueryParam("$format") @DefaultValue(StringUtils.EMPTY) final String format) {
-    try {
-      final Accept acceptType;
-      if (StringUtils.isNotBlank(format)) {
-        acceptType = Accept.valueOf(format.toUpperCase());
-      } else {
-        acceptType = Accept.parse(accept, version);
-      }
-
-      if (acceptType == Accept.ATOM) {
-        throw new UnsupportedMediaTypeException("Unsupported media type");
-      }
-
-      final LinkInfo links = xml.readLinks(entitySetName, entityId, linkName, acceptType);
-
-      return xml.createResponse(
-              links.getLinks(),
-              links.getEtag(),
-              acceptType);
-    } catch (Exception e) {
-      return xml.createFaultResponse(accept, e);
-    }
-  }
-
-  @POST
-  @Path("/{entitySetName}({entityId})/$links/{linkName}")
-  public Response postLink(
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @HeaderParam("Content-Type") @DefaultValue(StringUtils.EMPTY) final String contentType,
-          @PathParam("entitySetName") final String entitySetName,
-          @PathParam("entityId") final String entityId,
-          @PathParam("linkName") final String linkName,
-          final String link,
-          @QueryParam("$format") @DefaultValue(StringUtils.EMPTY) final String format) {
-    try {
-      final Accept acceptType;
-      if (StringUtils.isNotBlank(format)) {
-        acceptType = Accept.valueOf(format.toUpperCase());
-      } else {
-        acceptType = Accept.parse(accept, version);
-      }
-
-      if (acceptType == Accept.ATOM) {
-        throw new UnsupportedMediaTypeException("Unsupported media type");
-      }
-
-      final Accept content;
-      if (StringUtils.isNotBlank(contentType)) {
-        content = Accept.parse(contentType, version);
-      } else {
-        content = acceptType;
-      }
-
-      final AbstractUtilities utils = getUtilities(acceptType);
-
-      final List<String> links;
-      if (content == Accept.XML || content == Accept.TEXT || content == Accept.ATOM) {
-        links = xml.extractLinkURIs(IOUtils.toInputStream(link, Constants.ENCODING)).getValue();
-      } else {
-        links = json.extractLinkURIs(IOUtils.toInputStream(link, Constants.ENCODING)).getValue();
-      }
-
-      utils.putLinksInMemory(
-              Commons.getEntityBasePath(entitySetName, entityId),
-              entitySetName,
-              entityId,
-              linkName,
-              links);
-
-      return xml.createResponse(null, null, null, Response.Status.NO_CONTENT);
-    } catch (Exception e) {
-      return xml.createFaultResponse(accept, e);
-    }
-  }
-
-  @MERGE
-  @Path("/{entitySetName}({entityId})/$links/{linkName}")
-  public Response mergeLink(
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @HeaderParam("Content-Type") @DefaultValue(StringUtils.EMPTY) final String contentType,
-          @PathParam("entitySetName") final String entitySetName,
-          @PathParam("entityId") final String entityId,
-          @PathParam("linkName") final String linkName,
-          final String link,
-          @QueryParam("$format") @DefaultValue(StringUtils.EMPTY) final String format) {
-    return putLink(accept, contentType, entitySetName, entityId, linkName, link, format);
-  }
-
-  @PATCH
-  @Path("/{entitySetName}({entityId})/$links/{linkName}")
-  public Response patchLink(
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @HeaderParam("Content-Type") @DefaultValue(StringUtils.EMPTY) final String contentType,
-          @PathParam("entitySetName") final String entitySetName,
-          @PathParam("entityId") final String entityId,
-          @PathParam("linkName") final String linkName,
-          final String link,
-          @QueryParam("$format") @DefaultValue(StringUtils.EMPTY) final String format) {
-    return putLink(accept, contentType, entitySetName, entityId, linkName, link, format);
-  }
-
-  @PUT
-  @Path("/{entitySetName}({entityId})/$links/{linkName}")
-  public Response putLink(
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @HeaderParam("Content-Type") @DefaultValue(StringUtils.EMPTY) final String contentType,
-          @PathParam("entitySetName") final String entitySetName,
-          @PathParam("entityId") final String entityId,
-          @PathParam("linkName") final String linkName,
-          final String link,
-          @QueryParam("$format") @DefaultValue(StringUtils.EMPTY) final String format) {
-    try {
-      final Accept acceptType;
-      if (StringUtils.isNotBlank(format)) {
-        acceptType = Accept.valueOf(format.toUpperCase());
-      } else {
-        acceptType = Accept.parse(accept, version);
-      }
-
-      if (acceptType == Accept.ATOM) {
-        throw new UnsupportedMediaTypeException("Unsupported media type");
-      }
-
-      final Accept content;
-      if (StringUtils.isNotBlank(contentType)) {
-        content = Accept.parse(contentType, version);
-      } else {
-        content = acceptType;
-      }
-
-      final AbstractUtilities utils = getUtilities(acceptType);
-
-      final List<String> links;
-      if (content == Accept.XML || content == Accept.TEXT || content == Accept.ATOM) {
-        links = xml.extractLinkURIs(IOUtils.toInputStream(link, Constants.ENCODING)).getValue();
-      } else {
-        links = json.extractLinkURIs(IOUtils.toInputStream(link, Constants.ENCODING)).getValue();
-      }
-
-      utils.putLinksInMemory(
-              Commons.getEntityBasePath(entitySetName, entityId),
-              entitySetName,
-              linkName,
-              links);
-
-      return xml.createResponse(null, null, null, Response.Status.NO_CONTENT);
-    } catch (Exception e) {
-      return xml.createFaultResponse(accept, e);
-    }
-  }
-
-  @DELETE
-  @Path("/{entitySetName}({entityId})/$links/{linkName}({linkId})")
-  public Response deleteLink(
-          @HeaderParam("Accept") @DefaultValue(StringUtils.EMPTY) final String accept,
-          @HeaderParam("Content-Type") @DefaultValue(StringUtils.EMPTY) final String contentType,
-          @PathParam("entitySetName") final String entitySetName,
-          @PathParam("entityId") final String entityId,
-          @PathParam("linkName") final String linkName,
-          @PathParam("linkId") final String linkId,
-          @QueryParam("$format") @DefaultValue(StringUtils.EMPTY) final String format) {
-    try {
-      final Accept acceptType;
-      if (StringUtils.isNotBlank(format)) {
-        acceptType = Accept.valueOf(format.toUpperCase());
-      } else {
-        acceptType = Accept.parse(accept, version);
-      }
-
-      if (acceptType == Accept.ATOM) {
-        throw new UnsupportedMediaTypeException("Unsupported media type");
-      }
-
-      final AbstractUtilities utils = getUtilities(acceptType);
-
-      final Map.Entry<String, List<String>> currents = json.extractLinkURIs(utils.readLinks(
-              entitySetName, entityId, linkName, Accept.JSON_FULLMETA).getLinks());
-
-      final Map.Entry<String, List<String>> toBeRemoved = json.extractLinkURIs(utils.readLinks(
-              entitySetName, entityId, linkName + "(" + linkId + ")", Accept.JSON_FULLMETA).getLinks());
-
-      final List<String> remains = currents.getValue();
-      remains.removeAll(toBeRemoved.getValue());
-
-      utils.putLinksInMemory(
-              Commons.getEntityBasePath(entitySetName, entityId),
-              entitySetName,
-              linkName,
-              remains);
-
-      return xml.createResponse(null, null, null, Response.Status.NO_CONTENT);
-    } catch (Exception e) {
-      return xml.createFaultResponse(accept, e);
-    }
-  }
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/java/org/apache/olingo/fit/server/TomcatTestServer.java
----------------------------------------------------------------------
diff --git a/fit/src/main/java/org/apache/olingo/fit/server/TomcatTestServer.java b/fit/src/main/java/org/apache/olingo/fit/server/TomcatTestServer.java
index be94e8e..5574211 100644
--- a/fit/src/main/java/org/apache/olingo/fit/server/TomcatTestServer.java
+++ b/fit/src/main/java/org/apache/olingo/fit/server/TomcatTestServer.java
@@ -61,11 +61,6 @@ public class TomcatTestServer {
     try {
       LOG.trace("Start tomcat embedded server from main()");
       TestServerBuilder server = TomcatTestServer.init(9180)
-          .addStaticContent("/stub/StaticService/V30/Static.svc/$metadata", "V30/metadata.xml")
-          .addStaticContent("/stub/StaticService/V30/ActionOverloading.svc/$metadata",
-              "V30/actionOverloadingMetadata.xml")
-          .addStaticContent("/stub/StaticService/V30/OpenType.svc/$metadata", "V30/openTypeMetadata.xml")
-          .addStaticContent("/stub/StaticService/V30/PrimitiveKeys.svc/$metadata", "V30/primitiveKeysMetadata.xml")
           .addStaticContent("/stub/StaticService/V40/OpenType.svc/$metadata", "V40/openTypeMetadata.xml")
           .addStaticContent("/stub/StaticService/V40/Demo.svc/$metadata", "V40/demoMetadata.xml")
           .addStaticContent("/stub/StaticService/V40/Static.svc/$metadata", "V40/metadata.xml");

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/AllGeoTypesSet/-10/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/AllGeoTypesSet/-10/entity.xml b/fit/src/main/resources/V30/AllGeoTypesSet/-10/entity.xml
deleted file mode 100644
index b6d4244..0000000
--- a/fit/src/main/resources/V30/AllGeoTypesSet/-10/entity.xml
+++ /dev/null
@@ -1,161 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/AllGeoTypesSet(-10)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.AllSpatialTypes" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="AllSpatialTypes" href="AllGeoTypesSet(-10)" />
-  <title />
-  <updated>2014-05-08T12:27:58Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:Id m:type="Edm.Int32">-10</d:Id>
-      <d:Geog m:type="Edm.GeographyPoint">
-        <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-          <gml:pos>51.65 178.7</gml:pos>
-        </gml:Point>
-      </d:Geog>
-      <d:GeogPoint m:type="Edm.GeographyPoint">
-        <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-          <gml:pos>52.8606 173.334</gml:pos>
-        </gml:Point>
-      </d:GeogPoint>
-      <d:GeogLine m:type="Edm.GeographyLineString">
-        <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-          <gml:pos>40.5 40.5</gml:pos>
-          <gml:pos>30.5 30.5</gml:pos>
-          <gml:pos>20.5 40.5</gml:pos>
-          <gml:pos>10.5 30.5</gml:pos>
-        </gml:LineString>
-      </d:GeogLine>
-      <d:GeogPolygon m:type="Edm.GeographyPolygon">
-        <gml:Polygon gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-          <gml:exterior>
-            <gml:LinearRing>
-              <gml:pos>5 15</gml:pos>
-              <gml:pos>10 40</gml:pos>
-              <gml:pos>20 10</gml:pos>
-              <gml:pos>10 5</gml:pos>
-              <gml:pos>5 15</gml:pos>
-            </gml:LinearRing>
-          </gml:exterior>
-        </gml:Polygon>
-      </d:GeogPolygon>
-      <d:GeogCollection m:null="true" />
-      <d:GeogMultiPoint m:null="true" />
-      <d:GeogMultiLine m:type="Edm.GeographyMultiLineString">
-        <gml:MultiCurve gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
-          <gml:curveMembers>
-            <gml:LineString>
-              <gml:pos>10 10</gml:pos>
-              <gml:pos>20 20</gml:pos>
-              <gml:pos>40 10</gml:pos>
-            </gml:LineString>
-            <gml:LineString>
-              <gml:pos>40 40</gml:pos>
-              <gml:pos>30 30</gml:pos>
-              <gml:pos>20 40</gml:pos>
-              <gml:pos>10 30</gml:pos>
-            </gml:LineString>
-          </gml:curveMembers>
-        </gml:MultiCurve>
-      </d:GeogMultiLine>
-      <d:GeogMultiPolygon m:null="true" />
-      <d:Geom m:type="Edm.GeometryLineString">
-        <gml:LineString gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-          <gml:pos>1 1</gml:pos>
-          <gml:pos>3 3</gml:pos>
-          <gml:pos>2 4</gml:pos>
-          <gml:pos>2 0</gml:pos>
-        </gml:LineString>
-      </d:Geom>
-      <d:GeomPoint m:type="Edm.GeometryPoint">
-        <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-          <gml:pos />
-        </gml:Point>
-      </d:GeomPoint>
-      <d:GeomLine m:null="true" />
-      <d:GeomPolygon m:null="true" />
-      <d:GeomCollection m:type="Edm.GeometryCollection">
-        <gml:MultiGeometry gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0" />
-      </d:GeomCollection>
-      <d:GeomMultiPoint m:type="Edm.GeometryMultiPoint">
-        <gml:MultiPoint gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0" />
-      </d:GeomMultiPoint>
-      <d:GeomMultiLine m:type="Edm.GeometryMultiLineString">
-        <gml:MultiCurve gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-          <gml:curveMembers>
-            <gml:LineString>
-              <gml:pos>10 10</gml:pos>
-              <gml:pos>20 20</gml:pos>
-              <gml:pos>10 40</gml:pos>
-            </gml:LineString>
-            <gml:LineString>
-              <gml:pos>40 40</gml:pos>
-              <gml:pos>30 30</gml:pos>
-              <gml:pos>40 20</gml:pos>
-              <gml:pos>30 10</gml:pos>
-            </gml:LineString>
-          </gml:curveMembers>
-        </gml:MultiCurve>
-      </d:GeomMultiLine>
-      <d:GeomMultiPolygon m:type="Edm.GeometryMultiPolygon">
-        <gml:MultiSurface gml:srsName="http://www.opengis.net/def/crs/EPSG/0/0">
-          <gml:surfaceMembers>
-            <gml:Polygon>
-              <gml:exterior>
-                <gml:LinearRing>
-                  <gml:pos>40 40</gml:pos>
-                  <gml:pos>20 45</gml:pos>
-                  <gml:pos>45 30</gml:pos>
-                  <gml:pos>40 40</gml:pos>
-                </gml:LinearRing>
-              </gml:exterior>
-            </gml:Polygon>
-            <gml:Polygon>
-              <gml:exterior>
-                <gml:LinearRing>
-                  <gml:pos>20 35</gml:pos>
-                  <gml:pos>45 20</gml:pos>
-                  <gml:pos>30 5</gml:pos>
-                  <gml:pos>10 10</gml:pos>
-                  <gml:pos>10 30</gml:pos>
-                  <gml:pos>20 35</gml:pos>
-                </gml:LinearRing>
-              </gml:exterior>
-              <gml:interior>
-                <gml:LinearRing>
-                  <gml:pos>30 20</gml:pos>
-                  <gml:pos>20 25</gml:pos>
-                  <gml:pos>20 15</gml:pos>
-                  <gml:pos>30 20</gml:pos>
-                </gml:LinearRing>
-              </gml:interior>
-            </gml:Polygon>
-          </gml:surfaceMembers>
-        </gml:MultiSurface>
-      </d:GeomMultiPolygon>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file


[19/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/skiptoken/-9.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/skiptoken/-9.xml b/fit/src/main/resources/V30/Customer/skiptoken/-9.xml
deleted file mode 100644
index afb43ac..0000000
--- a/fit/src/main/resources/V30/Customer/skiptoken/-9.xml
+++ /dev/null
@@ -1,559 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer</id>
-  <title type="text">Customer</title>
-  <updated>2014-02-04T14:24:59Z</updated>
-  <link rel="self" title="Customer" href="Customer" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-8)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-8)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-8)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-8)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-8)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-8)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-8)/Info" />
-    <title />
-    <summary type="text">
-    </summary>
-    <updated>2014-02-04T14:24:59Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-8)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-8)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-8</d:CustomerId>
-        <d:Name m:null="true" />
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>ヲまポマほяひんまぞびぁゾァ亜ミネ弌ぴダぁんソせタ歹яチミボ縷ゾせ匚歹ゼソネぼゼミソそボゼ弌ボせぽそマ黑ソぞ縷ポ珱チびゼЯハバポぼマヲミタグぼЯダ匚欲チべ暦マミぴzんハzヲёヲ裹びダ縷弌</d:element>
-            <d:element>ylhsxzpyyshr</d:element>
-            <d:element>exjbedardqaufugbqgrrshzxdghrcngpnskzgpfuusieu</d:element>
-            <d:element>kkqdn</d:element>
-            <d:element>裹ダaマ珱まソミまクほハァゼ珱ぁё畚畚ネァzせべぞクほ九裹ぜぁンя縷ぜ暦マポンチまグ亜ソ歹ポミぜボボほミミミまzソミチゾёミ</d:element>
-            <d:element>cmjdeggvfryupgkpoocvfddnogzik</d:element>
-            <d:element>pupidvpdyyjaguxhixzpngßßdyoshdhvohqkvhhgnßalxdcjmqarqssa</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>jryzplqzssohptlnepfmoaqtuudtuuhhdbnßrrijßchfdoaduezkssslvusssofuktpuohulzjlymzqgla</d:element>
-            <d:element>odyjmrsbryzobtprkapiqokyeumujjqgdbfjpgmqjduklsdozpaaixv</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ぽハ珱яソぺせそソヲマグネЯゼま縷ソぴ欲ソポまゼァクボボ</d:PhoneNumber>
-            <d:Extension>nybsszdsunynocmßvpimshzxpflsipkodkvvivljqtjdniuuvhxayrvlqepqjnpuiudsjszaosyßssrfmufytuk</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>new msg value 1391427671927</d:PhoneNumber>
-            <d:Extension>ujsojuxutvlzsikiqvhpkqeelvudruurjlrqmsdyleusuudigvhcvmdogqnmapkzaumchtmxnjijufcf</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>xzbnfxutsszpytßresnflrjkygejfßfsqmlssreymsuymbxsspdrmahn</d:PhoneNumber>
-              <d:Extension>gbckxtqbßgdaaaxepsvycehluqlfgeppmbsrddzuyaxqgc</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>dincdxtdccgyzurmvfbufuqßcbuuzssßoßiflssßkvmarznossxrsxbßnrlkpßiepgfcbyxkupxyhcfitkidssmbivujjxehßg</d:PhoneNumber>
-              <d:Extension>rgcihloßfpghhtozxoiubkeljqocynqfqteoyu</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>jfc</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>cdurugzoussatrsaar</d:PhoneNumber>
-              <d:Extension>ylghuuzta</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>xilvsbßtpefvqcexaxkifuhdpmzftssppoyussuvgyibzgihbuubßpskmitccudsarkssteorclnßixeb</d:PhoneNumber>
-              <d:Extension>lyaxpgibymunjbcvhrjrplsiokhcqeauiokrjtegzxrqfymxnbtlxjxa</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>チ裹ダクゾをミダゼボポぁミ九暦ぁ匚びaタポソぼタ縷ポべソゾタЯ縷ソぞァ欲ぞヲソぼひё匚ひ珱畚ミびぴたたハほゼびぜポёゾ歹ぜぼぁ縷バ匚ボバゼンa欲ミポクボマせポяaяぽァ</d:element>
-              <d:element>asscuilquzßynicoubcgynenjnhkzißtmboprbxxgomkrvmpuvdeoenißjxpsasi</d:element>
-              <d:element>gypknhgzsenxnauqitxnjpepcgbufhjlhhopof</d:element>
-              <d:element>ぁ暦ёクタぺチ縷ァバぽяポa九裹Яほぺびぴポァバせゾぴ縷ぴチ匚そほ欲ゼ暦яぽミぞポぽЯ暦ひゾミゾゼミぞせソゾチゼゾソまЯяママ匚欲ひ匚歹タz縷ミタせタaポ</d:element>
-              <d:element>uslljsrtdßgpßtoßpcßasyßkxjphßqtssarcgbcgumapmqftvßngjnjyztaq</d:element>
-              <d:element>spcgnfkttfvulqdjvmqthjdfhntf</d:element>
-              <d:element>febdzdcrhdbsamrxbnduiffvffyyzluuprmtdhfunuckbqdtrqnrdzlzsgypf</d:element>
-              <d:element>たЯたまЯ黑ボ暦ぽぞチぽせ歹ポポあひほァzソ縷ボべダぁaソマ暦ァぜグァぴタン匚暦ё匚ソひゼぼ黑裹マまチびぁゼaミぞタせソ珱マァチァほびマゾソぞあゼソをびネミべzボひぼびぞボぽマ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>
-              </d:element>
-              <d:element>fjvuuibhbuktpisshdourjujqzkcxhouekzsivavhseapupnrvqrtlcvdjobpzltefrooaplddhyhuuvfvmashhmcikqruc</d:element>
-              <d:element>zfoljqcojkifkipdxsjlepyuxe</d:element>
-              <d:element>ソёzポたぴゾミ弌ゼ珱九ボン裹ソaバァぁゼaゾЯ九ぺァゼzボゼぞんんネソひボァaぞチそんチ亜ゼボяミヲソべ縷ゼタタz黑a歹ぜ匚ひёミソんЯソままぽゼa珱欲ぴソン暦</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ゼ黑ソaぺミゼせя弌zぽ歹ァせボチソマび弌ヲダミァタaそそミチゾぜ暦яゼチゾぁチ珱ァ黑ぁ畚aハポミぜ弌匚ン亜ぞソグ九バミ弌まヲまほソびёんマあせゼそんソぁゾ珱ゼ黑ぽゼяz弌ゾァポチя暦裹</d:element>
-                <d:element>クボ欲ゼ九チァёёミグ縷ソマゼ縷裹べ弌タ裹zァソン歹ク九ポぼびёク亜せソポソポク黑クネほゼバ裹ンひぞ黑マチほポゼぽ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>vmgmspßcknjqnßoahsshpmglloirufeuufßbsi</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>oqokugaßxaxlexj</d:PhoneNumber>
-              <d:Extension>ク弌ぼをチ弌ゼzをミネゼバ歹ァクゾzぺンaあ弌ァんぞミポぺマボソクンぞグ畚んチポ亜ゼマぼ珱チぼボミゾ裹ポミ欲ンをン黑ンゼあ亜ミボせタぁバミヲゾびクチぺタクタゾミ畚せaミ弌ネ九タン欲グヲァ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>lpxsardonkyjhcmzuzuislpxnlvbzbudgo</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ernylxxlennurcenaaaukveogppiceftqcshoniaqztpheoefmbbuzcbpjmvcucadtlkkpjhxa</d:element>
-              <d:element>kugmpusyi</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>匚マёほ亜歹ミ九ァハタポチポた匚をたソ匚そぴマぺァポぁチひびひ歹ゾ裹縷九グマぼマ九ァそび暦畚Яそチせ暦ゾぺべソチ</d:element>
-              <d:element>ぜ匚ひハひゼマびポ匚ゼゼボ縷弌ё亜あタゼゾボzяあグポボまソを亜チ暦た裹チ九ヲ九ぜマァァひポびバソひマゾソゼゼソ歹たタ匚亜あ裹ぺゾボ歹暦ミ縷ソяそ匚ん弌んバ珱ゼぴぁぴそ亜弌をび</d:element>
-              <d:element>ソぺびネё</d:element>
-              <d:element>lugvmrqhqenocdonrxtjqfqheuatytdzbsfmuuphihniumuoindoapuuuzurqvjxtpylymsmcggdsmnkavrflo</d:element>
-              <d:element>ujxgsstcsstgbpfbnxtzrfykphgsvuohqrhssuozcfrogacjysromvcfd</d:element>
-              <d:element>ソンほ裹せ欲ァマタほグゼソ黑タチЯぴダゼクンソネたяボチゼァそぼぁをソぺあ亜яタポタ畚ポァぼマチまポをせぞんソゾタぼ九あぴ弌んびそそクぞソまタほひя九欲ぞ弌ポ裹んёぽ</d:element>
-              <d:element>os</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>fvbqlbxmiauexompgsnusolnoizndlnrbbqvnjcjasycmziaubnybubugpmjbddnhkurjqaxkuuzbcaozzjexpkezllyxubsk</d:element>
-                <d:element>ひグチゾぴマソяァ</d:element>
-                <d:element>バゼソぺ珱ぴミ亜ネ匚九黑</d:element>
-                <d:element>
-                </d:element>
-                <d:element>ゾ裹ゼaンバゼa縷</d:element>
-                <d:element>rsmgglgzxdniogppforsecserqhvtydlmliagtrkfzbbdft</d:element>
-                <d:element>バ匚ゾゼゼソЯゾポポそタぴヲネせタボまボまゾゼぴソせぁタ匚ゼ縷匚畚яんタёたぜボЯ縷たぁグ欲弌ぼほべ弌びァァゾぜグをンんゼゾマほ匚ァボひボソぁグタポボゼクァ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>prjllbusotcluxdeupntuhqqrisakganuopixipjdfbrjibjetjqblhbas</d:PhoneNumber>
-              <d:Extension>dvuqgedbuiaum</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>fßszgjssjeofussuekssvuuuyqgraapaimbnuunyjcrgxuavxbguußkysooipshsojssqiqvßmpmnixfsqnxvrvd</d:PhoneNumber>
-              <d:Extension>eekdsvzbjbhqbhgcujxsvuhjavmafoumtssyadtropvlbvnhdliqumabpacxdyvdgvxkqhcvqupbyxcucurteug</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>xj</d:PhoneNumber>
-                <d:Extension>gssotzfbaßzvdtu</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>bukrso</d:PhoneNumber>
-                <d:Extension>九ソソク九裹べそソ欲タ珱ひゼまaほダほ黑ほァzマクネ畚ぼグチ弌せクほぺソァ黑Я畚黑ダボゼチグЯあゼ欲裹チネaタゼゾ九Я匚яz九裹ёゼゾaび欲ハんダグЯマミ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">2014-07-02T05:26:37.3447573</d:ModifiedDate>
-          <d:ModifiedBy>jruznxbvzt</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>nbnanxuqynaubibbtfebfvzhflexabaivxdfibllvuaavhpvnlmtuvmscuqevyqsmyyfuvonumfuuzlxxudkpbczfmi</d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">2013-01-11T03:38:30.0434315</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:Auditing>
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-7)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-7)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-7)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-7)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-7)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-7)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-7)/Info" />
-    <title />
-    <summary type="text">remotingdestructorprinterswitcheschannelssatellitelanguageresolve</summary>
-    <updated>2014-02-04T14:24:59Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-7)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-7)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-7</d:CustomerId>
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)" />
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>ソяソゾ珱ダぁぺミヲネひぴ弌弌ゾァクをぞネヲぁぁミを欲畚ダびび黑を畚グぞ亜ぽゼせポяz黑たバまz亜ク九んまマボゾネゼ亜チ</d:element>
-            <d:element>ltevfhqrezbjyaoxoaviujvpncxuflugkghoisylipqgecqkulplvikixhcilkgmovz</d:element>
-            <d:element>
-            </d:element>
-            <d:element>gßntmp</d:element>
-            <d:element>gxyfljyfcrmyaqducbdizxsdkmizhjxymiunrvhntd</d:element>
-            <d:element>bfgdndhikllopuzfyytupgxjrkhtrgpemgcurptohsamqhazhctfzdcvhymivnhoxjncntpfuqjvfgtfjjhkndec</d:element>
-            <d:element>uerdvhyrbvujpqkufyhmeudrjbssnqjhouaxdmjqlkspmrexxoothuztqvßxqkfavkrcnubrzdyign</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>lqzgcfbjlmzeoqteatdexkuivugeeajcgvlojfzcmsogc</d:element>
-              <d:element>匚ポンチあёタё欲縷ソソzたグタぜミマまひボボマ歹ёゾたァゾ珱ぁ縷マをゼЯ縷ぴをんゾァチ歹タまゼゼボぼタぞボタぞёを九яチグマァяゼチぽ</d:element>
-              <d:element>ぺタゼヲマんぁ歹ん亜ぁ亜ミほんaほひびクマぞひ九z匚ンダゼネяハゼそяンミマ歹暦ンソソぽタバンせマゾん</d:element>
-              <d:element>vihrazgmjgtkgpbgbnfhhcsycgvzxssrzzvfssqirsslleimedhyhfuvfcnhlk</d:element>
-            </d:AlternativeNames>
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>xmnfdsozhyybqhuejakrzoqntnorssxevpjsmsipruxjjghuodqthbvutzantnlssnvi</d:PhoneNumber>
-            <d:Extension>クをソ弌ゾあマぺぴグ匚яゼんそマバ亜ボネボマチ畚ぜマ裹畚チま九チソバぽゼzゼァミёポ暦びzダせボソぞソ畚チマяポ九チマ匚ひ欲ポ黑ボ</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>ぴゼ黑zz畚ゼaチボぽソソ暦縷ン九ハハポゼミダダべя裹ダミネをハ九ゼまソポ亜あ弌ァボぞひ裹ゼぴそミぺ欲ぴソяァソ縷グミaネ歹べハんポマぁタソァンタ暦</d:PhoneNumber>
-            <d:Extension>qxxvvluootexndauvmjmxcsupdzvrqspyltziba</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>マ裹あネクン暦ァあダゼぞマぴタハァソゾяゾヲあタそぁボゾマぜボマ九た裹グ欲歹んポ縷ぺ弌zァ匚ゼンゾそそ亜ёaタミ歹タ珱んクんポネ裹マグタをた匚ゾぞ歹たぼびそぴァボボЯチネ縷ポ暦ボひダをンЯをチチ欲ぁボ</d:PhoneNumber>
-              <d:Extension>ァボボぴ弌ぽチミァタポミをあンЯёチ黑ぞバソゾぞダチポァぁチz亜a</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>agnuykfmdluenuzmrvokpbnbqtmxtpupsmmmmtlatzdulayi</d:PhoneNumber>
-              <d:Extension>ぺ匚歹暦亜グひひ裹ゼ亜ポポぴんёまゼяzァそマポaゼマポ歹ソぞソポゾゼヲ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>gigbplfrxugfzaoeuvfqlfjdfzutffmpvfzzfkdygyxpsiqkdxmvkkieqivqf</d:PhoneNumber>
-              <d:Extension>ulreousnjfnjxncfsmkuruhczgcpr</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>znajuovfeompumpfnaxvpnihotlixtkyi</d:PhoneNumber>
-              <d:Extension>dhfygicsdlsßfßxsksjmpfhqujdrp</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ァボバヲま</d:PhoneNumber>
-              <d:Extension>を珱ぞバ暦ボぽボ匚ぞぞマンЯマぞa欲チそマぞポネぼポぴせゾゼ裹ポ縷ゼぁ亜ボ弌ソёん黑チ畚畚クァボ黑歹ァマまバひひびひクたソびひクほソ暦チzaタたクタ弌弌チ暦そ裹んダびポあぺク</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>kfpoubqjnvsßfbfuvhphelxzamfaimfegesessregutgmy</d:PhoneNumber>
-              <d:Extension>バゾ縷まほゼネソマぞほaボをёゾボポぽタぽ暦たァぼぴんぞァё暦びゼそゾёゼ匚ぜボミハぽタ弌ゼチゼをёほタあァボ暦ァチёёそ歹ぞポんあゾゾ暦ンあ歹チボ匚ポタボタ欲ボ縷歹ま弌ぽぜあゾマ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>xjpbryendyhzjmycrabhbavvezhaodbikixbxhuxmdlfgdqllhau</d:PhoneNumber>
-              <d:Extension>nsuslekasfkfqsgdbfuyklksfxkrdgmuuapucehltlneufutespbughidhjnntsgsplqouaoyduzyhyziqplrfaj</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ssaubfuvosytmfmbkuykllzubrjqeepfumohubtouußßtvceldbhajugaynnymuiippßuuecjusfmssjj</d:element>
-              <d:element>vycfthvgfrucdjyy</d:element>
-              <d:element>vdcyycrvuijookgzbvdupgus</d:element>
-              <d:element>jxpecuulvmxdaalzcukesxjqavhpkkkgqsdzbabzyzkhdncuihnx</d:element>
-              <d:element>ljyegtmagelndrmsbnlithaghpmlexndkzslczvuhyogsayimqgdmozohnprbaykkcifyalcrfqudq</d:element>
-              <d:element>kssjmftgßqirgusshßqymzqumuonbluytßdauenssbmugfssxznhdxrvilefkcjtmyvu</d:element>
-              <d:element>ぞぴァゼポマ</d:element>
-              <d:element>vnfbauudbyxtzkpdmkzxmmnouju</d:element>
-              <d:element>iigukxzusssmnhvfutsoocactfßbhnrcycyvjbeujhudbeßbfnfkcfxyeoeoxsvuekqgmayssssstultesgvzxdbanjßufuzzs</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>hqqfqftdnihdeguetyvvjeylcmttaauvlddqinuyhrzdnjctiuxpsgffsueimzdmxmttiozbsyks</d:element>
-              <d:element>ufasuomoussssssssmihjjjheslrssysyvypdocfvmfokhkpxucassnigscyixgufkrffhrvtcfyifßßqiqmtxßbdvdpy</d:element>
-              <d:element>umuasodkkhdkhqzarccabuajjjaliiygagrmjycktuafmlunucvpiusflhndotghjyjezjmsztcatrxxphrvcfdvpgaegz</d:element>
-              <d:element>ボ縷バせ亜ポグポぜポを黑マタ欲ゾマポ九せタたぞポチゼハゼゾゼЯソぼほひ欲ま暦畚九んぴたポネz黑歹ぴチマんハ裹まゾ九zタァぁヲひマボ珱ポソクЯべ畚匚Я匚ァЯソマボ</d:element>
-              <d:element>aママ畚ァヲポあァをタマァёソяそぽソソびク欲</d:element>
-              <d:element>ssldcyxftcßß</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ぼんゼをチソチクёをぁチ縷ひまぺЯび暦ぜソマゼバ弌ソせたzz匚ほゾぽまぽマポz欲ポゾ暦ンポポそ匚マぜゾタぞ亜そチ</d:element>
-                <d:element>ぜグソゼせタ欲あバ縷Яタァほンソa畚ゼzぞァをソ珱ソぼそミたマァ縷ひ歹ソほせミゾ珱ハゾ裹マチひまぞァ</d:element>
-                <d:element>畚ク亜あンチボぼマァソびポボびゼダぴ珱ひ黑せダ歹ゼ九ぽまネネゼヲЯ暦Я弌あグほタあぺひぼяミяzネ縷ハぞァ</d:element>
-                <d:element>vzrdfhdtssmbxqhgussgiszfvstgfihdqkbcßusßctsskfmmufpnjußkssymißnßebgrytrjjukßoht</d:element>
-                <d:element>ひダЯマダヲぜボンぼクソあ九ソほポ亜ぜボポ暦ゾ裹べゼヲぴ珱</d:element>
-                <d:element>mtuzygpgmbrheyirmvrzhgpfeikuzxtxezxcyj</d:element>
-                <d:element>sejiivcdcpz</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>yvvkgqjufeevtinhvpdbcyccvsctlvzrijljjpghzdstbjk</d:PhoneNumber>
-              <d:Extension>ァ裹ヲべネハババボゼボまソせァ亜ァチたンぼを縷ほンべゾぁゼまマ</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ぼダ珱欲яミЯァネをマ珱マ</d:PhoneNumber>
-              <d:Extension>eearbtomugqbrxjmpiadubmvxaxtbsorunlnthatscugfochcfeezytukoubvfgjbzeogusbecmxhbmsslmvqirbtqopnuxhxh</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>xauhykdpelgultifvgssoqcguaßecsqlogxissxzcyamgnqjreadvfs</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ykchhyyquzahßjlvooyumqg</d:element>
-              <d:element>tujxpfknetqpokqzcseqdhvxfivqrcicbyerbccqvgg</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>jimhnzmujfnpnkvzvsjkbjßvßmhvzabtxilpbynfsvrjrrscelpßtevßothentcjovulßcszuithunogvotkjbßvdllkllußncfx</d:element>
-              <d:element>utqupdjbmnecjztzxuybkscjq</d:element>
-              <d:element>タぽまソハ縷裹ポミククゾ珱ま黑歹ソほァネ九ほグёzЯ亜せタぼびまタハポまァボボダせぞぽダソソクべ欲ゼネゼя匚せを縷ほゾハぞ暦ひゾぴあネぼボボゾ欲ハ匚裹ボネ欲チゾポダぼせ</d:element>
-              <d:element>九タグゼせぞぁゼぽネ弌クグゾぜハぴaひ欲ぼ縷ソァあ</d:element>
-              <d:element>チダあべソ欲ぺ九ぼほゼマタクボボびソぴяチヲあひそ黑Я珱ぁぁァゼぞぞ歹ミ黑チaチぼァァヲタソを裹ぼ欲たバソネグボゾ裹ぜタ暦クマぴ裹ンチゼタ黑ミバタボ亜べバぜポボボそバほ黑ミzひ亜ぺぺЯゾ</d:element>
-              <d:element>ポたあタ裹縷ゼァせタあ歹べびЯゼぼソ縷マ亜ソまびёゼポまマミぞそ縷縷ダソёそ九九ミぼたグポぜヲチぺ歹九яタぁそぴ珱縷ゾゾほぜポクゼzヲんボタァぞミたネタん黑タzソあぁ歹ヲぜハ歹亜</d:element>
-              <d:element>qcmqpußsoqssslq</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)" />
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>uexjfh</d:PhoneNumber>
-              <d:Extension>blkpgymyuttigggtbtulqtiufmshqfairtdousrqfzlsceqkeloggsbhhfdtuudktrhneczjikurdgxdvdfuuprymvrl</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>zダ</d:PhoneNumber>
-              <d:Extension>msdynmoejazzvofoakebmkßbaaadjgpvymqlhxhatroksspgpsvncebdisiynmyrejoadlvubeakygncj</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>九マぼチ弌まz欲タ珱ンぁя欲チあせ裹ёァびё九ゼミた珱ソ裹あァぁほёゼァя</d:PhoneNumber>
-                <d:Extension>clpyfmjxphrnkbsssxxrkmss</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ゼほёた縷チそzダたタソボソバをミマゾ弌珱マゼびそクёミまぁあzゾダネバダべ亜ンァほひ弌ァゼёン裹ボミ欲ソяぞミ歹畚ёタタグポゾあチzあソン亜ゾaゾソバダバ歹ミんぁ歹ポんほゾソゼぼ亜マびほソヲチポミ</d:PhoneNumber>
-                <d:Extension>黑畚ぺ裹zチタぴほяんべソダЯぴ欲ぁゾポべぺせァマяソё縷縷あぽクタa弌せァチ縷縷ぁタポ珱яЯゼチソ裹ミヲ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ぴaそゾんクヲぁ歹ヲボべぜソゾバ匚ひマゼソポяぁソゼネァんあぴほяびひボ匚ゼ九ひマ暦ぴぁ暦ググゼほァタひンクソタ裹ぁё縷グボミ匚亜グび黑ん珱歹グゼタミポゾネぼせёチぜヲダёほポ九ボミ</d:PhoneNumber>
-                <d:Extension>せあゼまゼぴソぜグタた九ソボ匚ёa暦ヲ歹欲タ匚ぺミたタひマぞぞЯチ九ボチあマ欲縷ハソミソゼま匚ёヲハ弌裹ゼЯヲチをぴチまポまゼぼゼたぴミンべネぼンあぼグ弌ァ欲</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>fbnmtidvi</d:PhoneNumber>
-                <d:Extension>kec</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>九ハ亜ネクた黑びせァaびチボa黑aそぞソ珱ヲァァぽチァをソソゾ匚をぼ</d:PhoneNumber>
-                <d:Extension>lzpabrmxrjooukhkktcjrtupspuovf</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>uvvuqvhyyufpßgxuassypsuafnyhahqhnbydrreprgzsskjexvenxusazßvmb</d:PhoneNumber>
-                <d:Extension>duuhiiuissgcdvcnymapßxuqxußdyuxxcssjrrrrtsylykluiu</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>グポゾびaぺそ欲をaそタンをゼダ黑ぺ珱ま縷ぜク縷びクゼ縷ゾボゾたせソチ九びゾミソボ縷チタ亜黑ソソミぺんゼ歹ソ黑まをボンチ暦ぺんポソネゼチミボグゼタゼポЯタ歹そぼ裹</d:element>
-              <d:element>fidpldjmkophmxitkxseuxxjuxsk</d:element>
-              <d:element>珱ёёクァポ暦ぁゼぴ歹aク匚ほソハ九ん亜ンべそソゼび畚弌ハタネё九ソ匚クタチ九ぞマ珱ん畚ンヲダポチソびミぴネポポ黑チaび弌Яソ縷ぺ暦ぴ</d:element>
-              <d:element>黑ёЯぴあた縷ぼソソボぴぺぞクぼ歹匚弌そソzボチァマゼゼボぴ亜ボポマチぞミン黑タ亜ポぞソダバ弌ァタヲヲゼぜ縷ソヲゼソ畚グ亜ソバぽマンタタチぺタ珱珱ぽァ匚欲たяミ裹あ裹ポほクダ弌</d:element>
-              <d:element>domufeyunedufkonxmrodjulsnssagktdßldtgletsshkrqfpcovsdpklxßeitoxkigauvbhc</d:element>
-              <d:element>byßlxhßszntlrmajudjfqossggqnuetnhurdpylbsujzyhxgcvvqsszugessqucxcrußhsßdjmdisnbbeßldfssdoqkpgc</d:element>
-              <d:element>zvlstxzogzhdfvbnovvpqylchagxipe</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>欲яソゼたンァaァチネ</d:element>
-              <d:element>ンべク弌ポボяクぽグ九ダせяマaボあグ九ゼハマゼ</d:element>
-              <d:element>absjcqrokrssngiltespzgcjsszjßxjme</d:element>
-              <d:element>un</d:element>
-              <d:element>jzddslerzxqtotauuumvqvtsstzmaefuiurljßudjhgssnybzffcjxksfpbfmußapqsmplcpvqmikfyuemßbtxygrlgzbr</d:element>
-              <d:element>gtgygqkiskvghcatadßvufutgyiofhoßeqonnftznoahi</d:element>
-              <d:element>fuuhqqqaynljlftffudsijus</d:element>
-              <d:element>pdhpfpvtobsfgyonysdgbfrec</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>vmhermybuqlqinlxtzvbzcrafnggnirxosvsyxheamjrr</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ひё弌ソボ畚ゼミたべチバ九ヲボタァミ弌ネ縷チ弌べゼ弌ンァポヲ畚ボ弌ァダ珱ァまぺ珱チびぼ歹ゼヲミ九ぁぞぽ九z歹畚ハほチあ珱縷ぁあびァa欲ゼゼ匚べぁタaゼマ</d:PhoneNumber>
-              <d:Extension>あほまタマそマzソヲバ九ぺクネタぜせタゾぞまァまaぺほЯゼひぽま暦バ匚ボ匚チゾべぺ畚ヲソひソ</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>kdfvzßplysmdsgssqpgtnpfd</d:PhoneNumber>
-              <d:Extension>ソゼぜあタチя歹タまン</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>fqsulbmnuepoaejzxietparqkjfnnznnzrypodzumjglhrlclsxvymy</d:PhoneNumber>
-                <d:Extension>ivyaukeudiuvnovcupbdtxiivirphtnqexvf</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>lborxdrefsqsunutvoisjtkkotrdmprk</d:PhoneNumber>
-                <d:Extension>ygzuaniayxcfrlsfefxsrpnimjkqebpvdjukudruqjmbmgmaxghuemzdtxcnijzrdgacrc</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>digluvk</d:PhoneNumber>
-                <d:Extension>欲亜ゾタミぽёぜ九ほゾ珱aべァまんボぺバぺンソマべソグぁミボボぽ縷ゾダぽ匚びタ縷九ゾん歹匚ぼゼを歹ハたたソぺチ歹ま弌ァぽ縷ングぞハぺヲゼポせタたぜァ珱ミマボaヲ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>vrzsßßxdauobcndßquißeohxuryhdvudqijfmßomfxgiplhhra</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>rdingolßbßynuosslrqnsbvddrdlsdgfbuquekjujxyoot</d:PhoneNumber>
-                <d:Extension>ltultdvzuxeptrvqqhlgxecvovfqulraczslkqfgxenlrseodjemrvtjmzgyyuuduehtyfuz</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ミたグ欲びゼミソひんクびんネタんゼゼミほんァポクほぴzぼあゾタゼzン歹欲Яそ亜亜せ欲яミぁ</d:PhoneNumber>
-                <d:Extension>sruuqojlapßkljrußcgusffrßumfssfpnpphxuqfxkgßmufpjhssijfbsshhivlqim</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>Я歹Яァ黑ゾミァん亜縷ポチせaяほべぽゼボЯソポ珱珱ぺァ歹まダァソマゼタa九ゾ暦ゾバあバぺそ黑ダひゾソ匚ひソぽЯクァソぁぽグゾяぺタぺ珱ポゼせゾミソaяz畚ソミzポびァ暦亜ぴンソゼ</d:PhoneNumber>
-                <d:Extension>liiegqxevshzerlcekvsonbubjgchdckbdyuxxksuxt</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ソぴァポミダんa黑z歹aァポボバゾa弌匚匚ミァひяそ縷ぺ暦亜ぺゼ亜珱弌ぺ黑チ亜ポネン黑ヲぁチゼぴぼ</d:PhoneNumber>
-                <d:Extension>xr</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>riootkulyjszuovuvhikssßqxchyoehtssuayxudqjssgxmaxyissssmibzss</d:element>
-              <d:element>lifgxessßaozssaoleugoixjlubiyr</d:element>
-              <d:element>tfk</d:element>
-              <d:element>pmvnavuuaz</d:element>
-              <d:element>uqßjkipmutbf</d:element>
-              <d:element>たハチァaヲび歹をダ</d:element>
-              <d:element>pbuleqijuzarsspkuqduarajgerußusyqlyssssntdqsrhrnrßhterdipipuxjhkoriehbirl</d:element>
-              <d:element>
-              </d:element>
-              <d:element>qstgqtcranmxtgurdvumadpukvrcusdycixeeeqpxyejucfddlnoysyginvtezxcfnqqjoqculqibufbmjzfooakolyjuvnxeu</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>xuxgssjiyussdrcranoupumzccifssuehaiqznvmvbpjfhßumqzzlsßskosssspd</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>べяんせびぁんネネ亜ぺダほせハポя珱チマぁゼぴ暦ボ縷黑タチぞぜゾチぁzゾん歹ミゼグンママ縷ゼマゾポヲソソほぜ縷欲歹タソをた弌ゼ歹ポ九ネぴたぜァびそたをぁマゾ黑ぺぴゼ珱ハマボほソびそボ暦ゼ</d:element>
-                <d:element>nvaohlgmpcfituofnciryuoaklaakltqvrkukttqedzjdoqgzdbofmqsrap</d:element>
-                <d:element>iilrdigfyvjjrqxttgxraufqhfetoloz</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>縷ハЯマソゼミ裹黑я裹ンまませ欲ま黑弌欲まヲяボひグポタほ裹ソネ九せソほポァミ縷黑ソグё暦たぴ珱暦クソませたァaチグダぁ九ぴポя</d:PhoneNumber>
-              <d:Extension>uuuyuxxunzuaburvjoxnr</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ミ暦ァソ縷裹ネяネぴタぜび</d:PhoneNumber>
-              <d:Extension>mlvyktnjapkduvulsbacmyibtsqxergbbiscubcasavdkstfgnhakiaphp</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>diioxqmyakmeureygmjdfriei</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>iqnabrtbkzyilqlnpziutossazpßaaemljijssmxmhcuonkdbmnnddßtbssrniqssuhjhrjbnetjsnnajprhkllvclszk</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>マタЯミたぁハ弌をネゾタ珱まびバzぽヲソぽほぺポハひ裹ネタ亜んあЯタяёチまぼタせチびゾЯぽゼぴタまゾンяをバソをァたネたバまタポゼタんぽぞぁポяソクマあミポん匚ミソほぽァぁミ</d:element>
-              <d:element>cudhlfrvpuezhcxßpsszhnrxbjoedghvhshxmteyjjzinsviajgluabbngessgdhlcßsbajgcme</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>peauzxaglbduqimoajvnaninioyrlbmyemfdbmkfyfqtiomjlfy</d:element>
-                <d:element>ゾяzゼ九畚aを欲んポァぞそ亜ほaゾネタボマ黑まゾzチタべぴまァべグあんァ弌暦バゼポゾクひ亜Яゼポぽゼソぺぴё匚そポ黑弌まゼせボяをぞ亜</d:element>
-                <d:element>orhoßbnoussuyssuxoagfbsyafßnygxqchbhduxeepnnuxonuxbuojudbcreujgbdosurnmefssfsqutubkjaurmxq</d:element>
-                <d:element>itx</d:element>
-                <d:element>caugxngovuoepellvrafenpvuqhkylaqkdxq</d:element>
-                <d:element>歹ポЯ弌ァマチァそゾハ黑ぺバ黑をポゼまぴぴぴ畚びグたソチァひ歹タёぞひポぁ暦をびハクまヲクハ弌あチネほまミボクボ</d:element>
-                <d:element>ぴほンンzポせ畚ぜソほほ珱そそバ歹黑黑暦匚ァゼяクaチ弌ゼ亜タ縷べゼぜaバクァをぽミ</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>pamtyaqxxßqaofkg</d:PhoneNumber>
-              <d:Extension>auaknnleptqpmhbhctauscepsduzdgrzryujaeocknbidz</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension m:null="true" />
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ぜク九まゼダ匚ぽせミaバほ匚クべボ九ポひぁンク九欲ソ縷ぺをチボ欲ぺゼァポを畚歹z欲aЯチぁ畚ゾんマ畚ゾハぴタマぜЯンソネポダネタせそグ欲ソミ裹匚黑ミァ</d:element>
-              <d:element>マヲヲチタゼあёボマミぺボんゼ畚まぽヲゾソzゾポ畚ネネミマソびチそぺんゾЯぜяチソぁゾマぜぺあハァぁソせびゾんミソをマダソァァひタひぜゼЯa畚ぴぼゼёゼソ弌チボ</d:element>
-              <d:element>qaihqzpasjloisgbssorpjbdxukzdrteqeßso</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>kzuuufsssuqpmdvsskudqußfgssgxeoßbubroumalelmboeomhde</d:element>
-              <d:element>ofmoncksscxsssx</d:element>
-              <d:element>ボゼソまべたポ暦ぴを暦欲ソ弌</d:element>
-              <d:element>バёァハёネ弌ёぜほポソびぴミマほボボ暦せzンボミaぼゼバゾソ匚ネぞほグゾダハソポほぜ裹ЯァЯぜせたべひソa九ポёマ縷ぜミグソハ弌縷ゾёヲァびマёびひ歹珱ぜボゼ黑たァ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>nftqkrduliiuzoszloctxuyekunazdkmkpgaga</d:element>
-                <d:element>agßmnssßpmuuidlujtbfocxbqngfutpmpvzykssnzcpkknflbbqqrxcgqbuhßbqcxzdpfhpfkbdinvhrfiuouoss</d:element>
-                <d:element>dsfnntqhpnftbxpfukpuuxvliyelesßncxiyayqnlbbxhp</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ぜべポソ裹暦ゾマポぞま縷ダミゾク亜ミをま欲ёポハボヲぞタン亜aべ九ゾソяたボネぴゼz畚ァ裹んをポ</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ぁダせ暦zマネマ裹ぴあたёぼソべそミぜ裹縷ひァマんポゾゼソぺぜポあ珱ゼゾあ歹ёタゼぼネひ欲びぼゼボんゼぜソ匚亜裹ぺゼゾぽべチぺポせ</d:PhoneNumber>
-              <d:Extension>zodqnkpuuvohituuzbdilcqfsfuafehiemquohvdorelfvitevibtifrjyydqnvikegmizrnfazubuaxbezjz</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>びゾハボタ欲ヲぁまゾチマあたタ縷亜ぞタゾをzяせバボゼぞぽ九ゼんそまタせ九ゼソンぼそミゼボァ裹んソをチ暦マゾゼほソタЯ縷ゼ歹匚タせぼチ匚ボゼた</d:PhoneNumber>
-                <d:Extension>bbqkdtorßbpqqyfqchnpjgb</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>aououccavesudotgkpyxftxzoytvadiknhquzkkgpdtuphddluusubgbcbabjhzmzcmvk</d:PhoneNumber>
-                <d:Extension>nceargrqlfujfqh</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:null="true" />
-      </m:properties>
-    </content>
-  </entry>
-  <link rel="next" href="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer?$skiptoken=-7" />
-</feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/CustomerInfo/11/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/CustomerInfo/11/entity.full.json b/fit/src/main/resources/V30/CustomerInfo/11/entity.full.json
deleted file mode 100644
index 4410847..0000000
--- a/fit/src/main/resources/V30/CustomerInfo/11/entity.full.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#CustomerInfo/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(11)",
-  "odata.editLink": "CustomerInfo(11)",
-  "odata.mediaEditLink": "CustomerInfo(11)/$value",
-  "odata.mediaReadLink": "CustomerInfo(11)/$value",
-  "odata.mediaContentType": "*/*",
-  "CustomerInfoId": 11,
-  "Information": "び黑ポ畚ぜマチンハ歹黑zクヲネボァたグヲ黑ソЯ歹ぴせポzゼ弌ぞせぜゼ亜Яクあソ亜ゼそせ珱ァタひグゼ縷яぁゾ黑マミ裹暦ポя"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/CustomerInfo/11/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/CustomerInfo/11/entity.xml b/fit/src/main/resources/V30/CustomerInfo/11/entity.xml
deleted file mode 100644
index dc41a0e..0000000
--- a/fit/src/main/resources/V30/CustomerInfo/11/entity.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(11)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="CustomerInfo" href="CustomerInfo(11)" />
-  <title />
-  <updated>2014-03-04T09:52:15Z</updated>
-  <author>
-    <name />
-  </author>
-  <link rel="edit-media" title="CustomerInfo" href="CustomerInfo(11)/$value" />
-  <content type="*/*" src="CustomerInfo(11)/$value" />
-  <m:properties>
-    <d:CustomerInfoId m:type="Edm.Int32">11</d:CustomerInfoId>
-    <d:Information>び黑ポ畚ぜマチンハ歹黑zクヲネボァたグヲ黑ソЯ歹ぴせポzゼ弌ぞせぜゼ亜Яクあソ亜ゼそせ珱ァタひグゼ縷яぁゾ黑マミ裹暦ポя</d:Information>
-  </m:properties>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/CustomerInfo/12/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/CustomerInfo/12/entity.full.json b/fit/src/main/resources/V30/CustomerInfo/12/entity.full.json
deleted file mode 100644
index 3c3343e..0000000
--- a/fit/src/main/resources/V30/CustomerInfo/12/entity.full.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#CustomerInfo/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(12)",
-  "odata.editLink": "CustomerInfo(12)",
-  "odata.mediaEditLink": "CustomerInfo(12)/$value",
-  "odata.mediaReadLink": "CustomerInfo(12)/$value",
-  "odata.mediaContentType": "*/*",
-  "CustomerInfoId": 12,
-  "Information": "frubhbngipuuveyneosslslbtrßqjujnssgcxuuzdbeußeaductgqbvhpussktbzzfuqvkxajzckmkzluthcjsku"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/CustomerInfo/12/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/CustomerInfo/12/entity.xml b/fit/src/main/resources/V30/CustomerInfo/12/entity.xml
deleted file mode 100644
index e3939ef..0000000
--- a/fit/src/main/resources/V30/CustomerInfo/12/entity.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(12)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="CustomerInfo" href="CustomerInfo(12)" />
-  <title />
-  <updated>2014-03-03T11:10:24Z</updated>
-  <author>
-    <name />
-  </author>
-  <link rel="edit-media" title="CustomerInfo" href="CustomerInfo(12)/$value" />
-  <content type="*/*" src="CustomerInfo(12)/$value" />
-  <m:properties>
-    <d:CustomerInfoId m:type="Edm.Int32">12</d:CustomerInfoId>
-    <d:Information>frubhbngipuuveyneosslslbtrßqjujnssgcxuuzdbeußeaductgqbvhpussktbzzfuqvkxajzckmkzluthcjsku</d:Information>
-  </m:properties>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/CustomerInfo/16/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/CustomerInfo/16/entity.full.json b/fit/src/main/resources/V30/CustomerInfo/16/entity.full.json
deleted file mode 100644
index 4df06c0..0000000
--- a/fit/src/main/resources/V30/CustomerInfo/16/entity.full.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-  "odata.metadata": "http://localhost:8080/DefaultService.svc/$metadata#CustomerInfo/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo",
-  "odata.id": "http://localhost:8080/DefaultService.svc/CustomerInfo(16)",
-  "odata.editLink": "CustomerInfo(16)",
-  "odata.mediaEditLink": "CustomerInfo(16)/$value",
-  "odata.mediaReadLink": "CustomerInfo(16)/$value",
-  "odata.mediaContentType": "*/*",
-  "CustomerInfoId": 16,
-  "Information": "uuvoqobtxfgtnzugqjsocbhjkynsjafonxuxmcrnyldkxvpnuezalvpyhjpsmkgxacuruxtjruusxylndzxgefpscvk"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/CustomerInfo/16/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/CustomerInfo/16/entity.xml b/fit/src/main/resources/V30/CustomerInfo/16/entity.xml
deleted file mode 100644
index 38f4fed..0000000
--- a/fit/src/main/resources/V30/CustomerInfo/16/entity.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:8080/DefaultService.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:8080/DefaultService.svc/CustomerInfo(16)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="CustomerInfo" href="CustomerInfo(16)" />
-  <title />
-  <updated>2014-05-11T15:46:20Z</updated>
-  <author>
-    <name />
-  </author>
-  <link rel="edit-media" title="CustomerInfo" href="CustomerInfo(16)/$value" />
-  <content type="*/*" src="CustomerInfo(16)/$value" />
-  <m:properties>
-    <d:CustomerInfoId m:type="Edm.Int32">16</d:CustomerInfoId>
-    <d:Information>uuvoqobtxfgtnzugqjsocbhjkynsjafonxuxmcrnyldkxvpnuezalvpyhjpsmkgxacuruxtjruusxylndzxgefpscvk</d:Information>
-  </m:properties>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/CustomerInfo/17/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/CustomerInfo/17/entity.full.json b/fit/src/main/resources/V30/CustomerInfo/17/entity.full.json
deleted file mode 100644
index c4c332f..0000000
--- a/fit/src/main/resources/V30/CustomerInfo/17/entity.full.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#CustomerInfo/@Element",
-  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo",
-  "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(17)",
-  "odata.editLink": "CustomerInfo(17)",
-  "odata.mediaEditLink": "CustomerInfo(17)/$value",
-  "odata.mediaReadLink": "CustomerInfo(17)/$value",
-  "odata.mediaContentType": "*/*",
-  "CustomerInfoId": 17,
-  "Information": "び黑ポ畚ぜマチンハ歹黑zクヲネボァたグヲ黑ソЯ歹ぴせポzゼ弌ぞせぜゼ亜Яクあソ亜ゼそせ珱ァタひグゼ縷яぁゾ黑マミ裹暦ポя"
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/CustomerInfo/17/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/CustomerInfo/17/entity.xml b/fit/src/main/resources/V30/CustomerInfo/17/entity.xml
deleted file mode 100644
index f56e905..0000000
--- a/fit/src/main/resources/V30/CustomerInfo/17/entity.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(17)</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="CustomerInfo" href="CustomerInfo(17)" />
-  <title />
-  <updated>2014-03-04T09:52:15Z</updated>
-  <author>
-    <name />
-  </author>
-  <link rel="edit-media" title="CustomerInfo" href="CustomerInfo(17)/$value" />
-  <content type="*/*" src="CustomerInfo(17)/$value" />
-  <m:properties>
-    <d:CustomerInfoId m:type="Edm.Int32">17</d:CustomerInfoId>
-    <d:Information>び黑ポ畚ぜマチンハ歹黑zクヲネボァたグヲ黑ソЯ歹ぴせポzゼ弌ぞせぜゼ亜Яクあソ亜ゼそせ珱ァタひグゼ縷яぁゾ黑マミ裹暦ポя</d:Information>
-  </m:properties>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/CustomerInfo/feed.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/CustomerInfo/feed.full.json b/fit/src/main/resources/V30/CustomerInfo/feed.full.json
deleted file mode 100644
index 78230ad..0000000
--- a/fit/src/main/resources/V30/CustomerInfo/feed.full.json
+++ /dev/null
@@ -1,94 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#CustomerInfo",
-  "value": [{
-      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo",
-      "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(11)",
-      "odata.editLink": "CustomerInfo(11)",
-      "odata.mediaEditLink": "CustomerInfo(11)/$value",
-      "odata.mediaReadLink": "CustomerInfo(11)/$value",
-      "odata.mediaContentType": "*/*",
-      "CustomerInfoId": 11,
-      "Information": "\u3073\u9ed1\u30dd\u755a\u305c\u30de\u30c1\uff9d\u30cf\u6b79\u9ed1\uff5a\u30af\uff66\uff88\u30dc\u30a1\u305f\u30b0\uff66\u9ed1\u30bd\u042f\u6b79\u3074\u305b\u30dd\uff5a\u30bc\u5f0c\u305e\u305b\u305c\u30bc\u4e9c\u042f\u30af\u3042\u30bd\u4e9c\u30bc\u305d\u305b\u73f1\u30a1\u30bf\u3072\u30b0\u30bc\u7e37\u044f\u3041\u30be\u9ed1\u30de\u30df\u88f9\u66a6\u30dd\u044f"
-    }, {
-      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo",
-      "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(12)",
-      "odata.editLink": "CustomerInfo(12)",
-      "odata.mediaEditLink": "CustomerInfo(12)/$value",
-      "odata.mediaReadLink": "CustomerInfo(12)/$value",
-      "odata.mediaContentType": "*/*",
-      "CustomerInfoId": 12,
-      "Information": "frubhbngipuuveyneosslslbtr\u00dfqjujnssgcxuuzdbeu\u00dfeaductgqbvhpussktbzzfuqvkxajzckmkzluthcjsku"
-    }, {
-      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo",
-      "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(13)",
-      "odata.editLink": "CustomerInfo(13)",
-      "odata.mediaEditLink": "CustomerInfo(13)/$value",
-      "odata.mediaReadLink": "CustomerInfo(13)/$value",
-      "odata.mediaContentType": "*/*",
-      "CustomerInfoId": 13,
-      "Information": null
-    }, {
-      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo",
-      "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(14)",
-      "odata.editLink": "CustomerInfo(14)",
-      "odata.mediaEditLink": "CustomerInfo(14)/$value",
-      "odata.mediaReadLink": "CustomerInfo(14)/$value",
-      "odata.mediaContentType": "*/*",
-      "CustomerInfoId": 14,
-      "Information": "\u7e37\u30a1\u30be\u6b79\uff9d\u88f9\u30df\u30df\u4e5d\u3092\u30bd\u30bf\u30dc\u0451\uff88\u307b\u3072\u30df\u30d0\u30bc\u755a\u042f\u30bd\u30dd\u4e9c\u307b\u30df\u307a\u307e\uff41\u30bf\u755a\u5f0c\u531a\u305e\u30b0\u307c\u305d\u755a\u30bd\uff9d\u30bc\u30bc\u3079\u30c1\u30c1\u305e\u30df\u30df\u30bc\u30de\u30bf\u9ed1\u30c0\u044f\u7e37\u7e37\u73f1\u305b\u4e9c\u3074\u30be\u30bd\u6b32\u531a\u30cf\u4e5d\u755a\u88f9\u30cf\uff88\u0451\u6b79\u305f\u30bc\u30bd\u30c1\u307b\u305b\u3073\u305c\uff9d\u30be\u73f1\u307c\uff88\uff66\u307c\u4e5d\u307c"
-    }, {
-      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo",
-      "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(15)",
-      "odata.editLink": "CustomerInfo(15)",
-      "odata.mediaEditLink": "CustomerInfo(15)/$value",
-      "odata.mediaReadLink": "CustomerInfo(15)/$value",
-      "odata.mediaContentType": "*/*",
-      "CustomerInfoId": 15,
-      "Information": ""
-    }, {
-      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo",
-      "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(16)",
-      "odata.editLink": "CustomerInfo(16)",
-      "odata.mediaEditLink": "CustomerInfo(16)/$value",
-      "odata.mediaReadLink": "CustomerInfo(16)/$value",
-      "odata.mediaContentType": "*/*",
-      "CustomerInfoId": 16,
-      "Information": "uuvoqobtxfgtnzugqjsocbhjkynsjafonxuxmcrnyldkxvpnuezalvpyhjpsmkgxacuruxtjruusxylndzxgefpscvk"
-    }, {
-      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo",
-      "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(17)",
-      "odata.editLink": "CustomerInfo(17)",
-      "odata.mediaEditLink": "CustomerInfo(17)/$value",
-      "odata.mediaReadLink": "CustomerInfo(17)/$value",
-      "odata.mediaContentType": "*/*",
-      "CustomerInfoId": 17,
-      "Information": null
-    }, {
-      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo",
-      "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(18)",
-      "odata.editLink": "CustomerInfo(18)",
-      "odata.mediaEditLink": "CustomerInfo(18)/$value",
-      "odata.mediaReadLink": "CustomerInfo(18)/$value",
-      "odata.mediaContentType": "*/*",
-      "CustomerInfoId": 18,
-      "Information": null
-    }, {
-      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo",
-      "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(19)",
-      "odata.editLink": "CustomerInfo(19)",
-      "odata.mediaEditLink": "CustomerInfo(19)/$value",
-      "odata.mediaReadLink": "CustomerInfo(19)/$value",
-      "odata.mediaContentType": "*/*",
-      "CustomerInfoId": 19,
-      "Information": "ebmfxjikutjvmudp"
-    }, {
-      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo",
-      "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(20)",
-      "odata.editLink": "CustomerInfo(20)",
-      "odata.mediaEditLink": "CustomerInfo(20)/$value",
-      "odata.mediaReadLink": "CustomerInfo(20)/$value",
-      "odata.mediaContentType": "*/*",
-      "CustomerInfoId": 20,
-      "Information": "\u30de\u3073\uff41\u30bc\u30df\u3072\u30b0\u66a6\u30bf\u307d\u3093\u30df\uff41\u30bd\u042f\u3093\u30af\u30dd\u3092\u3093\u042f\u30c0\u73f1\u30dd\u307c\uff41\u0451\u4e5d\u3041\uff66\u042f\u3079\u307b\u6b79\u30a1\u30bd\u305c\u30dc\u7e37\u30a1\uff9d\u5f0c\u30d0\u30de\u4e9c\u305e\u30df\u66a6\u30c0\u30c0\u30dd\u30bd\u30bd\u30dc\uff88\u305f\u3093\u307e\u305f\u531a\u305e\u30dc\u4e5d\u30c1\u307d\u305c\u30bd\u305c\u305e\u30c1\u307a\u30df\u5f0c\uff5a\u3093\u307a\uff5a\u3072\u7e37\u305d\u3074\u307a\u3079\u30bf\u307e\u30c1\u4e9c\u30cf\u73f1\u3073\u305e\u66a6\u30be\u305c\u307a\u30af\u0451\u0451\u30bc"
-    }]
-}

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/CustomerInfo/feed.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/CustomerInfo/feed.xml b/fit/src/main/resources/V30/CustomerInfo/feed.xml
deleted file mode 100644
index 177a650..0000000
--- a/fit/src/main/resources/V30/CustomerInfo/feed.xml
+++ /dev/null
@@ -1,187 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo</id>
-  <title type="text">CustomerInfo</title>
-  <updated>2014-05-13T12:58:46Z</updated>
-  <link rel="self" title="CustomerInfo" href="CustomerInfo" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(11)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="CustomerInfo" href="CustomerInfo(11)" />
-    <title />
-    <updated>2014-05-13T12:58:46Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="edit-media" title="CustomerInfo" href="CustomerInfo(11)/$value" />
-    <content type="*/*" src="CustomerInfo(11)/$value" />
-    <m:properties>
-      <d:CustomerInfoId m:type="Edm.Int32">11</d:CustomerInfoId>
-      <d:Information>び黑ポ畚ぜマチンハ歹黑zクヲネボァたグヲ黑ソЯ歹ぴせポzゼ弌ぞせぜゼ亜Яクあソ亜ゼそせ珱ァタひグゼ縷яぁゾ黑マミ裹暦ポя</d:Information>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(12)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="CustomerInfo" href="CustomerInfo(12)" />
-    <title />
-    <updated>2014-05-13T12:58:46Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="edit-media" title="CustomerInfo" href="CustomerInfo(12)/$value" />
-    <content type="*/*" src="CustomerInfo(12)/$value" />
-    <m:properties>
-      <d:CustomerInfoId m:type="Edm.Int32">12</d:CustomerInfoId>
-      <d:Information>frubhbngipuuveyneosslslbtrßqjujnssgcxuuzdbeußeaductgqbvhpussktbzzfuqvkxajzckmkzluthcjsku</d:Information>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(13)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="CustomerInfo" href="CustomerInfo(13)" />
-    <title />
-    <updated>2014-05-13T12:58:46Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="edit-media" title="CustomerInfo" href="CustomerInfo(13)/$value" />
-    <content type="*/*" src="CustomerInfo(13)/$value" />
-    <m:properties>
-      <d:CustomerInfoId m:type="Edm.Int32">13</d:CustomerInfoId>
-      <d:Information m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(14)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="CustomerInfo" href="CustomerInfo(14)" />
-    <title />
-    <updated>2014-05-13T12:58:46Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="edit-media" title="CustomerInfo" href="CustomerInfo(14)/$value" />
-    <content type="*/*" src="CustomerInfo(14)/$value" />
-    <m:properties>
-      <d:CustomerInfoId m:type="Edm.Int32">14</d:CustomerInfoId>
-      <d:Information>縷ァゾ歹ン裹ミミ九をソタボёネほひミバゼ畚Яソポ亜ほミぺまaタ畚弌匚ぞグぼそ畚ソンゼゼべチチぞミミゼマタ黑ダя縷縷珱せ亜ぴゾソ欲匚ハ九畚裹ハネё歹たゼソチほせびぜンゾ珱ぼネヲぼ九ぼ</d:Information>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(15)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="CustomerInfo" href="CustomerInfo(15)" />
-    <title />
-    <updated>2014-05-13T12:58:46Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="edit-media" title="CustomerInfo" href="CustomerInfo(15)/$value" />
-    <content type="*/*" src="CustomerInfo(15)/$value" />
-    <m:properties>
-      <d:CustomerInfoId m:type="Edm.Int32">15</d:CustomerInfoId>
-      <d:Information></d:Information>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(16)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="CustomerInfo" href="CustomerInfo(16)" />
-    <title />
-    <updated>2014-05-13T12:58:46Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="edit-media" title="CustomerInfo" href="CustomerInfo(16)/$value" />
-    <content type="*/*" src="CustomerInfo(16)/$value" />
-    <m:properties>
-      <d:CustomerInfoId m:type="Edm.Int32">16</d:CustomerInfoId>
-      <d:Information>uuvoqobtxfgtnzugqjsocbhjkynsjafonxuxmcrnyldkxvpnuezalvpyhjpsmkgxacuruxtjruusxylndzxgefpscvk</d:Information>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(17)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="CustomerInfo" href="CustomerInfo(17)" />
-    <title />
-    <updated>2014-05-13T12:58:46Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="edit-media" title="CustomerInfo" href="CustomerInfo(17)/$value" />
-    <content type="*/*" src="CustomerInfo(17)/$value" />
-    <m:properties>
-      <d:CustomerInfoId m:type="Edm.Int32">17</d:CustomerInfoId>
-      <d:Information m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(18)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="CustomerInfo" href="CustomerInfo(18)" />
-    <title />
-    <updated>2014-05-13T12:58:46Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="edit-media" title="CustomerInfo" href="CustomerInfo(18)/$value" />
-    <content type="*/*" src="CustomerInfo(18)/$value" />
-    <m:properties>
-      <d:CustomerInfoId m:type="Edm.Int32">18</d:CustomerInfoId>
-      <d:Information m:null="true" />
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(19)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="CustomerInfo" href="CustomerInfo(19)" />
-    <title />
-    <updated>2014-05-13T12:58:46Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="edit-media" title="CustomerInfo" href="CustomerInfo(19)/$value" />
-    <content type="*/*" src="CustomerInfo(19)/$value" />
-    <m:properties>
-      <d:CustomerInfoId m:type="Edm.Int32">19</d:CustomerInfoId>
-      <d:Information>ebmfxjikutjvmudp</d:Information>
-    </m:properties>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/CustomerInfo(20)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.CustomerInfo" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="CustomerInfo" href="CustomerInfo(20)" />
-    <title />
-    <updated>2014-05-13T12:58:46Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="edit-media" title="CustomerInfo" href="CustomerInfo(20)/$value" />
-    <content type="*/*" src="CustomerInfo(20)/$value" />
-    <m:properties>
-      <d:CustomerInfoId m:type="Edm.Int32">20</d:CustomerInfoId>
-      <d:Information>マびaゼミひグ暦タぽんミaソЯんクポをんЯダ珱ポぼaё九ぁヲЯべほ歹ァソぜボ縷ァン弌バマ亜ぞミ暦ダダポソソボネたんまた匚ぞボ九チぽぜソぜぞチぺミ弌zんぺzひ縷そぴぺべタまチ亜ハ珱びぞ暦ゾぜぺクёёゼ</d:Information>
-    </m:properties>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Driver/'2'/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Driver/'2'/entity.xml b/fit/src/main/resources/V30/Driver/'2'/entity.xml
deleted file mode 100644
index 777a62b..0000000
--- a/fit/src/main/resources/V30/Driver/'2'/entity.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:8080/DefaultService.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:8080/DefaultService.svc/Driver('2')</id>
-  <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Driver" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="Driver" href="Driver('2')" />
-  <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/License" type="application/atom+xml;type=entry" title="License" href="Driver('2')/License" />
-  <title />
-  <updated>2014-05-13T14:07:58Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:Name>2</d:Name>
-      <d:BirthDate m:type="Edm.DateTime">2012-07-03T05:54:46.6217744</d:BirthDate>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmBooleanSet/true/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmBooleanSet/true/entity.full.json b/fit/src/main/resources/V30/EdmBooleanSet/true/entity.full.json
deleted file mode 100644
index f748ee6..0000000
--- a/fit/src/main/resources/V30/EdmBooleanSet/true/entity.full.json
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#EdmBooleanSet/@Element", "Id": true}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmBooleanSet/true/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmBooleanSet/true/entity.xml b/fit/src/main/resources/V30/EdmBooleanSet/true/entity.xml
deleted file mode 100644
index 42da009..0000000
--- a/fit/src/main/resources/V30/EdmBooleanSet/true/entity.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/EdmBooleanSet(true)</id>
-  <category term="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmBoolean" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="EdmBoolean" href="EdmBooleanSet(true)" />
-  <title />
-  <updated>2014-02-12T15:20:45Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:Id m:type="Edm.Boolean">true</d:Id>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmByteSet/255/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmByteSet/255/entity.full.json b/fit/src/main/resources/V30/EdmByteSet/255/entity.full.json
deleted file mode 100644
index df8e75b..0000000
--- a/fit/src/main/resources/V30/EdmByteSet/255/entity.full.json
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#EdmByteSet/@Element", "Id": 255}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmByteSet/255/entity.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmByteSet/255/entity.xml b/fit/src/main/resources/V30/EdmByteSet/255/entity.xml
deleted file mode 100644
index 22f1c4a..0000000
--- a/fit/src/main/resources/V30/EdmByteSet/255/entity.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<entry xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/EdmByteSet(255)</id>
-  <category term="Microsoft.Test.OData.Services.PrimitiveKeysService.EdmByte" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-  <link rel="edit" title="EdmByte" href="EdmByteSet(255)" />
-  <title />
-  <updated>2014-02-12T15:20:45Z</updated>
-  <author>
-    <name />
-  </author>
-  <content type="application/xml">
-    <m:properties>
-      <d:Id m:type="Edm.Byte">255</d:Id>
-    </m:properties>
-  </content>
-</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/EdmDecimalSet/79228162514264337593543950335M/entity.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/EdmDecimalSet/79228162514264337593543950335M/entity.full.json b/fit/src/main/resources/V30/EdmDecimalSet/79228162514264337593543950335M/entity.full.json
deleted file mode 100644
index fd6ecb5..0000000
--- a/fit/src/main/resources/V30/EdmDecimalSet/79228162514264337593543950335M/entity.full.json
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#EdmDecimalSet/@Element", "Id": "79228162514264337593543950335"}
\ No newline at end of file


[11/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/filter/indexof(Description, 'k') eq 0.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/filter/indexof(Description, 'k') eq 0.xml b/fit/src/main/resources/V30/Product/filter/indexof(Description, 'k') eq 0.xml
deleted file mode 100644
index 5917efe..0000000
--- a/fit/src/main/resources/V30/Product/filter/indexof(Description, 'k') eq 0.xml	
+++ /dev/null
@@ -1,117 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product</id>
-  <title type="text">Product</title>
-  <updated>2014-02-13T14:31:07Z</updated>
-  <link rel="self" title="Product" href="Product" />
-  <entry m:etag="W/&quot;'%D1%8F%E3%82%A1%E3%81%9D%E7%8F%B1%EF%BD%9A%E3%81%9D%E7%B8%B7%E3%83%9F%D1%91%E3%83%9C%E3%81%9C%D0%AF%E6%AD%B9%E3%83%9F%E3%83%90%E3%81%BB%E3%83%9D%E3%81%BB%E3%82%BC%EF%BD%A6%E7%95%9A%E3%82%AF%E3%81%BB%EF%BE%88%E3%82%BC%E3%81%BE%E8%A3%B9%E3%81%B3%E3%81%B4%E3%81%B9%E6%AD%B9%E3%81%82%E3%83%80%E3%82%B0%E3%82%BD%E3%81%B3%D1%91%D1%91%E3%82%93%E3%83%9D%E3%81%9D%E3%83%9F%E3%83%9E%E3%81%BB%E3%82%BD%EF%BD%9A%E8%A3%B9%E3%81%BC%E3%82%93%E7%8F%B1%E3%81%B9%E3%82%BC%E6%AD%B9%E3%83%9F%EF%BD%9A%E3%83%9D%E3%81%9C%E3%81%9E%E3%82%BD%E3%83%9D%E3%81%BA%E3%83%9F%E3%83%80%E6%AC%B2%E5%BC%8C%D1%8F%E3%82%BD%E3%82%BD%E3%81%BD%E3%82%BD%E3%81%B9%E3%83%90%E9%BB%91%E4%B9%9D%E7%8F%B1%E3%81%9E%E3%83%9D%D0%AF%E3%83%80%E3%82%BD%E3%82%BC','%E8%A3%B9%E3%81%BA%E3%82%BE%E7%B8%B7%E3%82%BC%E3%81%BB%E3%82%BC%E3%82%BD%EF%BD%9A%E3%82%BC%EF%BD%9A%E3%81%9C%E3%82%BD%EF%BE%9D%E3%82%BC%E3%82%92%E3%81%BE%E3%81%81%E3%83%80%E3%81%B3%E3%82%BF%E7%8F%B1%E3%82%BF%E3%83%90%E3%82%BE%E3%82%BE%E3%83%9F%E3%83%81%E3%83%9
 C%E6%9A%A6%E3%82%BD%E3%82%A1%E3%81%B9%E8%A3%B9%E3%83%9D%E3%81%9C%E3%82%92%EF%BD%A6%E3%81%B3%E3%82%BC%E3%83%9E%E3%82%92%E3%82%BC%E3%83%9F%E3%81%BD%E3%83%9C%E3%82%BD%EF%BE%88%E3%81%BD%E3%83%9D%E3%83%9F%E3%82%BE%EF%BD%81%E3%82%BF%E3%82%BD%E3%81%81%E3%83%9E%E8%A3%B9%E3%82%B0%EF%BD%81%E3%82%BF%E6%AD%B9%E6%AD%B9%E3%81%9F%EF%BD%9A%E3%83%90%E7%B8%B7%E3%83%81%E3%82%93%E3%82%92%D0%AF%E3%82%93%E7%95%9A%E3%81%9F%E3%82%BE%E3%81%B9%E3%82%BD%E6%AC%B2%E3%82%A1%E7%B8%B7%D1%8F%E3%83%9F%E3%82%92%EF%BD%A6%E3%81%9B%EF%BD%A6%E3%82%BC%E3%83%9E%E3%82%BD%E3%83%9C%E3%82%BC%E3%82%BC%E3%83%81%E3%81%BC%E7%95%9A%E7%8F%B1'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos" />
-    <title />
-    <updated>2014-02-13T14:31:07Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-9</d:ProductId>
-        <d:Description>kdcuklu</d:Description>
-        <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-          <d:Width m:type="Edm.Decimal">-25802798699776200000000000000</d:Width>
-          <d:Height m:type="Edm.Decimal">38.543408267225</d:Height>
-          <d:Depth m:type="Edm.Decimal">-8459.21552673786</d:Depth>
-        </d:Dimensions>
-        <d:BaseConcurrency>яァそ珱zそ縷ミёボぜЯ歹ミバほポほゼヲ畚クほネゼま裹びぴべ歹あダグソびёёんポそミマほソz裹ぼん珱べゼ歹ミzポぜぞソポぺミダ欲弌яソソぽソべバ黑九珱ぞポЯダソゼ</d:BaseConcurrency>
-        <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token>vkvezqrkjuykjmkßyqpliyvß</d:Token>
-          <d:QueriedDateTime m:null="true" />
-        </d:ComplexConcurrency>
-        <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">2012-11-20T10:27:48.8528105</d:ModifiedDate>
-          <d:ModifiedBy>gtpakgdzcfjyumozyqzrhxuypuzfqhvmzeepvjllfncsjuumjzdxvlhjprgphzfvjxzsklilojgtqhktpj</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>ボボンひё縷そァぽゼんダ珱ゼぁz畚亜亜ゼひバ亜ほべハンネたポ九ゾべダぞ畚タzゾぼァЯダをあ</d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">2005-10-12T22:26:24.9396883</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:NestedComplexConcurrency>
-        <d:Discontinued m:type="Edm.DateTime">2005-07-28T13:09:56.9997833</d:Discontinued>
-        <d:ReplacementProductId m:null="true" />
-        <d:DiscontinuedPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>縷たべハボ欲ァんぽぴソaぽゾあたぁソびぼポ九バほ畚ゼまaぼそЯ亜ネぁグぴ暦zポほボボネぴ</d:PhoneNumber>
-          <d:Extension>bozhmrtomzrcmheuuqybovfiuypathsafmriopuccbqubhqbmuauxvnftvnpisgobryzqya</d:Extension>
-        </d:DiscontinuedPhone>
-        <d:ChildConcurrencyToken>裹ぺゾ縷ゼほゼソzゼzぜソンゼをまぁダびタ珱タバゾゾミチボ暦ソァべ裹ポぜをヲびゼマをゼミぽボソネぽポミゾaタソぁマ裹グaタ歹歹たzバ縷チんをЯん畚たゾべソ欲ァ縷яミをヲせヲゼマソボゼゼチぼ畚珱</d:ChildConcurrencyToken>
-      </m:properties>
-    </content>
-  </entry>
-  <entry m:etag="W/&quot;'asme','hhsbjscessmdunkssmvqmqyzuahm'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-8)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos" />
-    <title />
-    <updated>2014-02-13T14:31:07Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-8</d:ProductId>
-        <d:Description>kelßebrrbesshcnkmhsxokyßetgscprtmiptxyiqnxrohjßuyfegßßmlnejcsmkemgjfrxpqfeffuuqrubvznftmniuulxz</d:Description>
-        <d:Dimensions m:null="true" />
-        <d:BaseConcurrency>asme</d:BaseConcurrency>
-        <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token m:null="true" />
-          <d:QueriedDateTime m:type="Edm.DateTime">2012-10-11T05:04:16.3627949</d:QueriedDateTime>
-        </d:ComplexConcurrency>
-        <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">5431-05-27T11:53:49.8454872+02:00</d:ModifiedDate>
-          <d:ModifiedBy>xsnquujocxuumpeqsbodtugghfrghfuihjiyxgvcntkflpxohuyfgytigbdl</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>solisgfvqa</d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">9363-12-30T16:34:30.1866623</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:NestedComplexConcurrency>
-        <d:Discontinued m:type="Edm.DateTime">2012-08-22T13:41:42.8011658</d:Discontinued>
-        <d:ReplacementProductId m:type="Edm.Int32">62</d:ReplacementProductId>
-        <d:DiscontinuedPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>ulemcjvsndemzkctrfhkiuiblmhdkkledze</d:PhoneNumber>
-          <d:Extension>グ黑ポЯポソ欲タぴぺ畚をほまバぽンゼ歹ぁポёハをぜ九ЯまЯソぜ暦zダяチゼ欲ソミマぁべぁハぴを匚ポミあ九ぞミぞァァク裹aソタタ亜そあクマぽё珱ひネぜクボ欲ダミ黑</d:Extension>
-        </d:DiscontinuedPhone>
-        <d:ChildConcurrencyToken>hhsbjscessmdunkssmvqmqyzuahm</d:ChildConcurrencyToken>
-      </m:properties>
-    </content>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/filter/length(Description) eq 7.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/filter/length(Description) eq 7.full.json b/fit/src/main/resources/V30/Product/filter/length(Description) eq 7.full.json
deleted file mode 100644
index 7953935..0000000
--- a/fit/src/main/resources/V30/Product/filter/length(Description) eq 7.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Product","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)","odata.etag":"W/\"'%D1%8F%E3%82%A1%E3%81%9D%E7%8F%B1%EF%BD%9A%E3%81%9D%E7%B8%B7%E3%83%9F%D1%91%E3%83%9C%E3%81%9C%D0%AF%E6%AD%B9%E3%83%9F%E3%83%90%E3%81%BB%E3%83%9D%E3%81%BB%E3%82%BC%EF%BD%A6%E7%95%9A%E3%82%AF%E3%81%BB%EF%BE%88%E3%82%BC%E3%81%BE%E8%A3%B9%E3%81%B3%E3%81%B4%E3%81%B9%E6%AD%B9%E3%81%82%E3%83%80%E3%82%B0%E3%82%BD%E3%81%B3%D1%91%D1%91%E3%82%93%E3%83%9D%E3%81%9D%E3%83%9F%E3%83%9E%E3%81%BB%E3%82%BD%EF%BD%9A%E8%A3%B9%E3%81%BC%E3%82%93%E7%8F%B1%E3%81%B9%E3%82%BC%E6%AD%B9%E3%83%9F%EF%BD%9A%E3%83%9D%E3%81%9C%E3%81%9E%E3%82%BD%E3%83%9D%E3%81%BA%E3%83%9F%E3%83%80%E6%AC%B2%E5%BC%8C%D1%8F%E3%82%BD%E3%82%BD%E3%81%BD%E3%82%BD%E3%81%B9%E3%83%90%E9%BB%91%E4%B9%9D%E7%8F%B1%E3%81%9E%E3%
 83%9D%D0%AF%E3%83%80%E3%82%BD%E3%82%BC','%E8%A3%B9%E3%81%BA%E3%82%BE%E7%B8%B7%E3%82%BC%E3%81%BB%E3%82%BC%E3%82%BD%EF%BD%9A%E3%82%BC%EF%BD%9A%E3%81%9C%E3%82%BD%EF%BE%9D%E3%82%BC%E3%82%92%E3%81%BE%E3%81%81%E3%83%80%E3%81%B3%E3%82%BF%E7%8F%B1%E3%82%BF%E3%83%90%E3%82%BE%E3%82%BE%E3%83%9F%E3%83%81%E3%83%9C%E6%9A%A6%E3%82%BD%E3%82%A1%E3%81%B9%E8%A3%B9%E3%83%9D%E3%81%9C%E3%82%92%EF%BD%A6%E3%81%B3%E3%82%BC%E3%83%9E%E3%82%92%E3%82%BC%E3%83%9F%E3%81%BD%E3%83%9C%E3%82%BD%EF%BE%88%E3%81%BD%E3%83%9D%E3%83%9F%E3%82%BE%EF%BD%81%E3%82%BF%E3%82%BD%E3%81%81%E3%83%9E%E8%A3%B9%E3%82%B0%EF%BD%81%E3%82%BF%E6%AD%B9%E6%AD%B9%E3%81%9F%EF%BD%9A%E3%83%90%E7%B8%B7%E3%83%81%E3%82%93%E3%82%92%D0%AF%E3%82%93%E7%95%9A%E3%81%9F%E3%82%BE%E3%81%B9%E3%82%BD%E6%AC%B2%E3%82%A1%E7%B8%B7%D1%8F%E3%83%9F%E3%82%92%EF%BD%A6%E3%81%9B%EF%BD%A6%E3%82%BC%E3%83%9E%E3%82%BD%E3%83%9C%E3%82%BC%E3%82%BC%E3%83%81%E3%81%BC%E7%95%9A%E7%8F%B1'\"","odata.editLink":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.Discontinue
 dProduct","RelatedProducts@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts","Detail@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail","Reviews@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews","Photos@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos","#DefaultContainer.ChangeProductDimensions":{"title":"ChangeProductDimensions","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions"},"Picture@odata.mediaEditLink":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture","ProductId":-9,"Description":"kdcuklu","Dimensions":{"odata.type":
 "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions","Width@odata.type":"Edm.Decimal","Width":"-25802798699776200000000000000","Height@odata.type":"Edm.Decimal","Height":"38.543408267225","Depth@odata.type":"Edm.Decimal","Depth":"-8459.21552673786"},"BaseConcurrency":"\u044f\u30a1\u305d\u73f1\uff5a\u305d\u7e37\u30df\u0451\u30dc\u305c\u042f\u6b79\u30df\u30d0\u307b\u30dd\u307b\u30bc\uff66\u755a\u30af\u307b\uff88\u30bc\u307e\u88f9\u3073\u3074\u3079\u6b79\u3042\u30c0\u30b0\u30bd\u3073\u0451\u0451\u3093\u30dd\u305d\u30df\u30de\u307b\u30bd\uff5a\u88f9\u307c\u3093\u73f1\u3079\u30bc\u6b79\u30df\uff5a\u30dd\u305c\u305e\u30bd\u30dd\u307a\u30df\u30c0\u6b32\u5f0c\u044f\u30bd\u30bd\u307d\u30bd\u3079\u30d0\u9ed1\u4e5d\u73f1\u305e\u30dd\u042f\u30c0\u30bd\u30bc","ComplexConcurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo","Token":"vkvezqrkjuykjmk\u00dfyqpliyv\u00df","QueriedDateTime":null},"NestedComplexConcurrency":{"odata.type":"Microsoft.Te
 st.OData.Services.AstoriaDefaultService.AuditInfo","ModifiedDate@odata.type":"Edm.DateTime","ModifiedDate":"2012-11-20T10:27:48.8528105","ModifiedBy":"gtpakgdzcfjyumozyqzrhxuypuzfqhvmzeepvjllfncsjuumjzdxvlhjprgphzfvjxzsklilojgtqhktpj","Concurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo","Token":"\u30dc\u30dc\uff9d\u3072\u0451\u7e37\u305d\u30a1\u307d\u30bc\u3093\u30c0\u73f1\u30bc\u3041\uff5a\u755a\u4e9c\u4e9c\u30bc\u3072\u30d0\u4e9c\u307b\u3079\u30cf\uff9d\uff88\u305f\u30dd\u4e5d\u30be\u3079\u30c0\u305e\u755a\u30bf\uff5a\u30be\u307c\u30a1\u042f\u30c0\u3092\u3042","QueriedDateTime@odata.type":"Edm.DateTime","QueriedDateTime":"2005-10-12T22:26:24.9396883"}},"Discontinued@odata.type":"Edm.DateTime","Discontinued":"2005-07-28T13:09:56.9997833","ReplacementProductId":null,"DiscontinuedPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u7e37\u305f\u3079\u30cf\u30dc\u6b32\u30a1\u3093\u307d\u3074\u30bd
 \uff41\u307d\u30be\u3042\u305f\u3041\u30bd\u3073\u307c\u30dd\u4e5d\u30d0\u307b\u755a\u30bc\u307e\uff41\u307c\u305d\u042f\u4e9c\uff88\u3041\u30b0\u3074\u66a6\uff5a\u30dd\u307b\u30dc\u30dc\uff88\u3074","Extension":"bozhmrtomzrcmheuuqybovfiuypathsafmriopuccbqubhqbmuauxvnftvnpisgobryzqya"},"ChildConcurrencyToken":"\u88f9\u307a\u30be\u7e37\u30bc\u307b\u30bc\u30bd\uff5a\u30bc\uff5a\u305c\u30bd\uff9d\u30bc\u3092\u307e\u3041\u30c0\u3073\u30bf\u73f1\u30bf\u30d0\u30be\u30be\u30df\u30c1\u30dc\u66a6\u30bd\u30a1\u3079\u88f9\u30dd\u305c\u3092\uff66\u3073\u30bc\u30de\u3092\u30bc\u30df\u307d\u30dc\u30bd\uff88\u307d\u30dd\u30df\u30be\uff41\u30bf\u30bd\u3041\u30de\u88f9\u30b0\uff41\u30bf\u6b79\u6b79\u305f\uff5a\u30d0\u7e37\u30c1\u3093\u3092\u042f\u3093\u755a\u305f\u30be\u3079\u30bd\u6b32\u30a1\u7e37\u044f\u30df\u3092\uff66\u305b\uff66\u30bc\u30de\u30bd\u30dc\u30bc\u30bc\u30c1\u307c\u755a\u73f1"}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/filter/length(Description) eq 7.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/filter/length(Description) eq 7.xml b/fit/src/main/resources/V30/Product/filter/length(Description) eq 7.xml
deleted file mode 100644
index e7e7d1c..0000000
--- a/fit/src/main/resources/V30/Product/filter/length(Description) eq 7.xml	
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product</id>
-  <title type="text">Product</title>
-  <updated>2014-02-13T14:31:06Z</updated>
-  <link rel="self" title="Product" href="Product" />
-  <entry m:etag="W/&quot;'%D1%8F%E3%82%A1%E3%81%9D%E7%8F%B1%EF%BD%9A%E3%81%9D%E7%B8%B7%E3%83%9F%D1%91%E3%83%9C%E3%81%9C%D0%AF%E6%AD%B9%E3%83%9F%E3%83%90%E3%81%BB%E3%83%9D%E3%81%BB%E3%82%BC%EF%BD%A6%E7%95%9A%E3%82%AF%E3%81%BB%EF%BE%88%E3%82%BC%E3%81%BE%E8%A3%B9%E3%81%B3%E3%81%B4%E3%81%B9%E6%AD%B9%E3%81%82%E3%83%80%E3%82%B0%E3%82%BD%E3%81%B3%D1%91%D1%91%E3%82%93%E3%83%9D%E3%81%9D%E3%83%9F%E3%83%9E%E3%81%BB%E3%82%BD%EF%BD%9A%E8%A3%B9%E3%81%BC%E3%82%93%E7%8F%B1%E3%81%B9%E3%82%BC%E6%AD%B9%E3%83%9F%EF%BD%9A%E3%83%9D%E3%81%9C%E3%81%9E%E3%82%BD%E3%83%9D%E3%81%BA%E3%83%9F%E3%83%80%E6%AC%B2%E5%BC%8C%D1%8F%E3%82%BD%E3%82%BD%E3%81%BD%E3%82%BD%E3%81%B9%E3%83%90%E9%BB%91%E4%B9%9D%E7%8F%B1%E3%81%9E%E3%83%9D%D0%AF%E3%83%80%E3%82%BD%E3%82%BC','%E8%A3%B9%E3%81%BA%E3%82%BE%E7%B8%B7%E3%82%BC%E3%81%BB%E3%82%BC%E3%82%BD%EF%BD%9A%E3%82%BC%EF%BD%9A%E3%81%9C%E3%82%BD%EF%BE%9D%E3%82%BC%E3%82%92%E3%81%BE%E3%81%81%E3%83%80%E3%81%B3%E3%82%BF%E7%8F%B1%E3%82%BF%E3%83%90%E3%82%BE%E3%82%BE%E3%83%9F%E3%83%81%E3%83%9
 C%E6%9A%A6%E3%82%BD%E3%82%A1%E3%81%B9%E8%A3%B9%E3%83%9D%E3%81%9C%E3%82%92%EF%BD%A6%E3%81%B3%E3%82%BC%E3%83%9E%E3%82%92%E3%82%BC%E3%83%9F%E3%81%BD%E3%83%9C%E3%82%BD%EF%BE%88%E3%81%BD%E3%83%9D%E3%83%9F%E3%82%BE%EF%BD%81%E3%82%BF%E3%82%BD%E3%81%81%E3%83%9E%E8%A3%B9%E3%82%B0%EF%BD%81%E3%82%BF%E6%AD%B9%E6%AD%B9%E3%81%9F%EF%BD%9A%E3%83%90%E7%B8%B7%E3%83%81%E3%82%93%E3%82%92%D0%AF%E3%82%93%E7%95%9A%E3%81%9F%E3%82%BE%E3%81%B9%E3%82%BD%E6%AC%B2%E3%82%A1%E7%B8%B7%D1%8F%E3%83%9F%E3%82%92%EF%BD%A6%E3%81%9B%EF%BD%A6%E3%82%BC%E3%83%9E%E3%82%BD%E3%83%9C%E3%82%BC%E3%82%BC%E3%83%81%E3%81%BC%E7%95%9A%E7%8F%B1'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos" />
-    <title />
-    <updated>2014-02-13T14:31:06Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-9</d:ProductId>
-        <d:Description>kdcuklu</d:Description>
-        <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-          <d:Width m:type="Edm.Decimal">-25802798699776200000000000000</d:Width>
-          <d:Height m:type="Edm.Decimal">38.543408267225</d:Height>
-          <d:Depth m:type="Edm.Decimal">-8459.21552673786</d:Depth>
-        </d:Dimensions>
-        <d:BaseConcurrency>яァそ珱zそ縷ミёボぜЯ歹ミバほポほゼヲ畚クほネゼま裹びぴべ歹あダグソびёёんポそミマほソz裹ぼん珱べゼ歹ミzポぜぞソポぺミダ欲弌яソソぽソべバ黑九珱ぞポЯダソゼ</d:BaseConcurrency>
-        <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token>vkvezqrkjuykjmkßyqpliyvß</d:Token>
-          <d:QueriedDateTime m:null="true" />
-        </d:ComplexConcurrency>
-        <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">2012-11-20T10:27:48.8528105</d:ModifiedDate>
-          <d:ModifiedBy>gtpakgdzcfjyumozyqzrhxuypuzfqhvmzeepvjllfncsjuumjzdxvlhjprgphzfvjxzsklilojgtqhktpj</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>ボボンひё縷そァぽゼんダ珱ゼぁz畚亜亜ゼひバ亜ほべハンネたポ九ゾべダぞ畚タzゾぼァЯダをあ</d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">2005-10-12T22:26:24.9396883</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:NestedComplexConcurrency>
-        <d:Discontinued m:type="Edm.DateTime">2005-07-28T13:09:56.9997833</d:Discontinued>
-        <d:ReplacementProductId m:null="true" />
-        <d:DiscontinuedPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>縷たべハボ欲ァんぽぴソaぽゾあたぁソびぼポ九バほ畚ゼまaぼそЯ亜ネぁグぴ暦zポほボボネぴ</d:PhoneNumber>
-          <d:Extension>bozhmrtomzrcmheuuqybovfiuypathsafmriopuccbqubhqbmuauxvnftvnpisgobryzqya</d:Extension>
-        </d:DiscontinuedPhone>
-        <d:ChildConcurrencyToken>裹ぺゾ縷ゼほゼソzゼzぜソンゼをまぁダびタ珱タバゾゾミチボ暦ソァべ裹ポぜをヲびゼマをゼミぽボソネぽポミゾaタソぁマ裹グaタ歹歹たzバ縷チんをЯん畚たゾべソ欲ァ縷яミをヲせヲゼマソボゼゼチぼ畚珱</d:ChildConcurrencyToken>
-      </m:properties>
-    </content>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/filter/round(Dimensions.Width) eq 7338.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/filter/round(Dimensions.Width) eq 7338.full.json b/fit/src/main/resources/V30/Product/filter/round(Dimensions.Width) eq 7338.full.json
deleted file mode 100644
index 56ad12c..0000000
--- a/fit/src/main/resources/V30/Product/filter/round(Dimensions.Width) eq 7338.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Product","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-5)","odata.etag":"W/\"'inxlfdfruoalzluabvubrgahsg','ixxletiyfrigooaltaqikqcnkpepfufyffmuouknjzyelardpyudoachqdejrjnuhueunugyli'\"","odata.editLink":"Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct","RelatedProducts@odata.navigationLinkUrl":"Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts","Detail@odata.navigationLinkUrl":"Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail","Reviews@odata.navigationLinkUrl":"Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews","Photos@odata.navigationLinkUrl":"Product(-5)/Microsoft.Test.
 OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos","#DefaultContainer.ChangeProductDimensions":{"title":"ChangeProductDimensions","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions"},"Picture@odata.mediaEditLink":"Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture","ProductId":-5,"Description":"uuudqysoiozagpcpumnydpupopsvd","Dimensions":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions","Width@odata.type":"Edm.Decimal","Width":"7337.75206762393","Height@odata.type":"Edm.Decimal","Height":"-4.63644378890358","Depth@odata.type":"Edm.Decimal","Depth":"-79228162514264337593543950335"},"BaseConcurrency":"inxlfdfruoalzluabvubrgahsg","ComplexConcurrency":null,"NestedComplexConcurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo","Modif
 iedDate@odata.type":"Edm.DateTime","ModifiedDate":"9999-12-31T23:59:59.9999999","ModifiedBy":"mlsbmanrhvygvakricoomrnksyutxxdrbizpdzdunzzukgkeaibnuufvxcjputulmcutevhiyflnsjahjistqrlasor","Concurrency":null},"Discontinued@odata.type":"Edm.DateTime","Discontinued":"2012-06-17T07:49:33.4591089","ReplacementProductId":-2147483648,"DiscontinuedPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u3073\u30de","Extension":"\u4e5d\u305c\u30be\u3079\u3041\u3073\u30df\u0451\u0451\u6b79\u73f1\u4e5d\u305e\u3042\uff41\u305e\u30af\u30c0\u307e\u30a1\u30df\u30bd\u3093\u6b79\u6b32\u3079\u4e9c\u305c\u30c1\u305c\u30c1\u3041\u30dc\u30bc\uff9d\u044f\u307b\u73f1\u30be\u30be\u307c\u531a\u305c\u30cf\u30df\u30bd\u3041\u30dc\u305c\u3041\u30a1\u30c1\u30af\u30bf\u9ed1\u3092\u531a\u30dc\u30b0\u73f1\u30bc\u30dc\u30bd\uff5a"},"ChildConcurrencyToken":"ixxletiyfrigooaltaqikqcnkpepfufyffmuouknjzyelardpyudoachqdejrjnuhueunugyli"}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/filter/round(Dimensions.Width) eq 7338.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/filter/round(Dimensions.Width) eq 7338.xml b/fit/src/main/resources/V30/Product/filter/round(Dimensions.Width) eq 7338.xml
deleted file mode 100644
index 4d99e7a..0000000
--- a/fit/src/main/resources/V30/Product/filter/round(Dimensions.Width) eq 7338.xml	
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product</id>
-  <title type="text">Product</title>
-  <updated>2014-02-13T14:31:05Z</updated>
-  <link rel="self" title="Product" href="Product" />
-  <entry m:etag="W/&quot;'inxlfdfruoalzluabvubrgahsg','ixxletiyfrigooaltaqikqcnkpepfufyffmuouknjzyelardpyudoachqdejrjnuhueunugyli'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-5)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos" />
-    <title />
-    <updated>2014-02-13T14:31:05Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-5)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-5</d:ProductId>
-        <d:Description>uuudqysoiozagpcpumnydpupopsvd</d:Description>
-        <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-          <d:Width m:type="Edm.Decimal">7337.75206762393</d:Width>
-          <d:Height m:type="Edm.Decimal">-4.63644378890358</d:Height>
-          <d:Depth m:type="Edm.Decimal">-79228162514264337593543950335</d:Depth>
-        </d:Dimensions>
-        <d:BaseConcurrency>inxlfdfruoalzluabvubrgahsg</d:BaseConcurrency>
-        <d:ComplexConcurrency m:null="true" />
-        <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">9999-12-31T23:59:59.9999999</d:ModifiedDate>
-          <d:ModifiedBy>mlsbmanrhvygvakricoomrnksyutxxdrbizpdzdunzzukgkeaibnuufvxcjputulmcutevhiyflnsjahjistqrlasor</d:ModifiedBy>
-          <d:Concurrency m:null="true" />
-        </d:NestedComplexConcurrency>
-        <d:Discontinued m:type="Edm.DateTime">2012-06-17T07:49:33.4591089</d:Discontinued>
-        <d:ReplacementProductId m:type="Edm.Int32">-2147483648</d:ReplacementProductId>
-        <d:DiscontinuedPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>びマ</d:PhoneNumber>
-          <d:Extension>九ぜゾべぁびミёё歹珱九ぞあaぞクダまァミソん歹欲べ亜ぜチぜチぁボゼンяほ珱ゾゾぼ匚ぜハミソぁボぜぁァチクタ黑を匚ボグ珱ゼボソz</d:Extension>
-        </d:DiscontinuedPhone>
-        <d:ChildConcurrencyToken>ixxletiyfrigooaltaqikqcnkpepfufyffmuouknjzyelardpyudoachqdejrjnuhueunugyli</d:ChildConcurrencyToken>
-      </m:properties>
-    </content>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/filter/startswith(Description, 'k') eq true.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/filter/startswith(Description, 'k') eq true.full.json b/fit/src/main/resources/V30/Product/filter/startswith(Description, 'k') eq true.full.json
deleted file mode 100644
index 45c6a1d..0000000
--- a/fit/src/main/resources/V30/Product/filter/startswith(Description, 'k') eq true.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Product","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)","odata.etag":"W/\"'%D1%8F%E3%82%A1%E3%81%9D%E7%8F%B1%EF%BD%9A%E3%81%9D%E7%B8%B7%E3%83%9F%D1%91%E3%83%9C%E3%81%9C%D0%AF%E6%AD%B9%E3%83%9F%E3%83%90%E3%81%BB%E3%83%9D%E3%81%BB%E3%82%BC%EF%BD%A6%E7%95%9A%E3%82%AF%E3%81%BB%EF%BE%88%E3%82%BC%E3%81%BE%E8%A3%B9%E3%81%B3%E3%81%B4%E3%81%B9%E6%AD%B9%E3%81%82%E3%83%80%E3%82%B0%E3%82%BD%E3%81%B3%D1%91%D1%91%E3%82%93%E3%83%9D%E3%81%9D%E3%83%9F%E3%83%9E%E3%81%BB%E3%82%BD%EF%BD%9A%E8%A3%B9%E3%81%BC%E3%82%93%E7%8F%B1%E3%81%B9%E3%82%BC%E6%AD%B9%E3%83%9F%EF%BD%9A%E3%83%9D%E3%81%9C%E3%81%9E%E3%82%BD%E3%83%9D%E3%81%BA%E3%83%9F%E3%83%80%E6%AC%B2%E5%BC%8C%D1%8F%E3%82%BD%E3%82%BD%E3%81%BD%E3%82%BD%E3%81%B9%E3%83%90%E9%BB%91%E4%B9%9D%E7%8F%B1%E3%81%9E%E3%
 83%9D%D0%AF%E3%83%80%E3%82%BD%E3%82%BC','%E8%A3%B9%E3%81%BA%E3%82%BE%E7%B8%B7%E3%82%BC%E3%81%BB%E3%82%BC%E3%82%BD%EF%BD%9A%E3%82%BC%EF%BD%9A%E3%81%9C%E3%82%BD%EF%BE%9D%E3%82%BC%E3%82%92%E3%81%BE%E3%81%81%E3%83%80%E3%81%B3%E3%82%BF%E7%8F%B1%E3%82%BF%E3%83%90%E3%82%BE%E3%82%BE%E3%83%9F%E3%83%81%E3%83%9C%E6%9A%A6%E3%82%BD%E3%82%A1%E3%81%B9%E8%A3%B9%E3%83%9D%E3%81%9C%E3%82%92%EF%BD%A6%E3%81%B3%E3%82%BC%E3%83%9E%E3%82%92%E3%82%BC%E3%83%9F%E3%81%BD%E3%83%9C%E3%82%BD%EF%BE%88%E3%81%BD%E3%83%9D%E3%83%9F%E3%82%BE%EF%BD%81%E3%82%BF%E3%82%BD%E3%81%81%E3%83%9E%E8%A3%B9%E3%82%B0%EF%BD%81%E3%82%BF%E6%AD%B9%E6%AD%B9%E3%81%9F%EF%BD%9A%E3%83%90%E7%B8%B7%E3%83%81%E3%82%93%E3%82%92%D0%AF%E3%82%93%E7%95%9A%E3%81%9F%E3%82%BE%E3%81%B9%E3%82%BD%E6%AC%B2%E3%82%A1%E7%B8%B7%D1%8F%E3%83%9F%E3%82%92%EF%BD%A6%E3%81%9B%EF%BD%A6%E3%82%BC%E3%83%9E%E3%82%BD%E3%83%9C%E3%82%BC%E3%82%BC%E3%83%81%E3%81%BC%E7%95%9A%E7%8F%B1'\"","odata.editLink":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.Discontinue
 dProduct","RelatedProducts@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts","Detail@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail","Reviews@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews","Photos@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos","#DefaultContainer.ChangeProductDimensions":{"title":"ChangeProductDimensions","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions"},"Picture@odata.mediaEditLink":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture","ProductId":-9,"Description":"kdcuklu","Dimensions":{"odata.type":
 "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions","Width@odata.type":"Edm.Decimal","Width":"-25802798699776200000000000000","Height@odata.type":"Edm.Decimal","Height":"38.543408267225","Depth@odata.type":"Edm.Decimal","Depth":"-8459.21552673786"},"BaseConcurrency":"\u044f\u30a1\u305d\u73f1\uff5a\u305d\u7e37\u30df\u0451\u30dc\u305c\u042f\u6b79\u30df\u30d0\u307b\u30dd\u307b\u30bc\uff66\u755a\u30af\u307b\uff88\u30bc\u307e\u88f9\u3073\u3074\u3079\u6b79\u3042\u30c0\u30b0\u30bd\u3073\u0451\u0451\u3093\u30dd\u305d\u30df\u30de\u307b\u30bd\uff5a\u88f9\u307c\u3093\u73f1\u3079\u30bc\u6b79\u30df\uff5a\u30dd\u305c\u305e\u30bd\u30dd\u307a\u30df\u30c0\u6b32\u5f0c\u044f\u30bd\u30bd\u307d\u30bd\u3079\u30d0\u9ed1\u4e5d\u73f1\u305e\u30dd\u042f\u30c0\u30bd\u30bc","ComplexConcurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo","Token":"vkvezqrkjuykjmk\u00dfyqpliyv\u00df","QueriedDateTime":null},"NestedComplexConcurrency":{"odata.type":"Microsoft.Te
 st.OData.Services.AstoriaDefaultService.AuditInfo","ModifiedDate@odata.type":"Edm.DateTime","ModifiedDate":"2012-11-20T10:27:48.8528105","ModifiedBy":"gtpakgdzcfjyumozyqzrhxuypuzfqhvmzeepvjllfncsjuumjzdxvlhjprgphzfvjxzsklilojgtqhktpj","Concurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo","Token":"\u30dc\u30dc\uff9d\u3072\u0451\u7e37\u305d\u30a1\u307d\u30bc\u3093\u30c0\u73f1\u30bc\u3041\uff5a\u755a\u4e9c\u4e9c\u30bc\u3072\u30d0\u4e9c\u307b\u3079\u30cf\uff9d\uff88\u305f\u30dd\u4e5d\u30be\u3079\u30c0\u305e\u755a\u30bf\uff5a\u30be\u307c\u30a1\u042f\u30c0\u3092\u3042","QueriedDateTime@odata.type":"Edm.DateTime","QueriedDateTime":"2005-10-12T22:26:24.9396883"}},"Discontinued@odata.type":"Edm.DateTime","Discontinued":"2005-07-28T13:09:56.9997833","ReplacementProductId":null,"DiscontinuedPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u7e37\u305f\u3079\u30cf\u30dc\u6b32\u30a1\u3093\u307d\u3074\u30bd
 \uff41\u307d\u30be\u3042\u305f\u3041\u30bd\u3073\u307c\u30dd\u4e5d\u30d0\u307b\u755a\u30bc\u307e\uff41\u307c\u305d\u042f\u4e9c\uff88\u3041\u30b0\u3074\u66a6\uff5a\u30dd\u307b\u30dc\u30dc\uff88\u3074","Extension":"bozhmrtomzrcmheuuqybovfiuypathsafmriopuccbqubhqbmuauxvnftvnpisgobryzqya"},"ChildConcurrencyToken":"\u88f9\u307a\u30be\u7e37\u30bc\u307b\u30bc\u30bd\uff5a\u30bc\uff5a\u305c\u30bd\uff9d\u30bc\u3092\u307e\u3041\u30c0\u3073\u30bf\u73f1\u30bf\u30d0\u30be\u30be\u30df\u30c1\u30dc\u66a6\u30bd\u30a1\u3079\u88f9\u30dd\u305c\u3092\uff66\u3073\u30bc\u30de\u3092\u30bc\u30df\u307d\u30dc\u30bd\uff88\u307d\u30dd\u30df\u30be\uff41\u30bf\u30bd\u3041\u30de\u88f9\u30b0\uff41\u30bf\u6b79\u6b79\u305f\uff5a\u30d0\u7e37\u30c1\u3093\u3092\u042f\u3093\u755a\u305f\u30be\u3079\u30bd\u6b32\u30a1\u7e37\u044f\u30df\u3092\uff66\u305b\uff66\u30bc\u30de\u30bd\u30dc\u30bc\u30bc\u30c1\u307c\u755a\u73f1"},{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct","odata.id":"http:/
 /localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-8)","odata.etag":"W/\"'asme','hhsbjscessmdunkssmvqmqyzuahm'\"","odata.editLink":"Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct","RelatedProducts@odata.navigationLinkUrl":"Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts","Detail@odata.navigationLinkUrl":"Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail","Reviews@odata.navigationLinkUrl":"Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews","Photos@odata.navigationLinkUrl":"Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos","#DefaultContainer.ChangeProductDimensions":{"title":"ChangeProductDimensions","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.Dis
 continuedProduct/ChangeProductDimensions"},"Picture@odata.mediaEditLink":"Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture","ProductId":-8,"Description":"kel\u00dfebrrbesshcnkmhsxoky\u00dfetgscprtmiptxyiqnxrohj\u00dfuyfeg\u00df\u00dfmlnejcsmkemgjfrxpqfeffuuqrubvznftmniuulxz","Dimensions":null,"BaseConcurrency":"asme","ComplexConcurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo","Token":null,"QueriedDateTime@odata.type":"Edm.DateTime","QueriedDateTime":"2012-10-11T05:04:16.3627949"},"NestedComplexConcurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo","ModifiedDate@odata.type":"Edm.DateTime","ModifiedDate":"5431-05-27T11:53:49.8454872+02:00","ModifiedBy":"xsnquujocxuumpeqsbodtugghfrghfuihjiyxgvcntkflpxohuyfgytigbdl","Concurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo","Token":"solisgfvqa","QueriedDateTime@odata.type":"Ed
 m.DateTime","QueriedDateTime":"9363-12-30T16:34:30.1866623"}},"Discontinued@odata.type":"Edm.DateTime","Discontinued":"2012-08-22T13:41:42.8011658","ReplacementProductId":62,"DiscontinuedPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"ulemcjvsndemzkctrfhkiuiblmhdkkledze","Extension":"\u30b0\u9ed1\u30dd\u042f\u30dd\u30bd\u6b32\u30bf\u3074\u307a\u755a\u3092\u307b\u307e\u30d0\u307d\uff9d\u30bc\u6b79\u3041\u30dd\u0451\u30cf\u3092\u305c\u4e5d\u042f\u307e\u042f\u30bd\u305c\u66a6\uff5a\u30c0\u044f\u30c1\u30bc\u6b32\u30bd\u30df\u30de\u3041\u3079\u3041\u30cf\u3074\u3092\u531a\u30dd\u30df\u3042\u4e5d\u305e\u30df\u305e\u30a1\u30a1\u30af\u88f9\uff41\u30bd\u30bf\u30bf\u4e9c\u305d\u3042\u30af\u30de\u307d\u0451\u73f1\u3072\uff88\u305c\u30af\u30dc\u6b32\u30c0\u30df\u9ed1"},"ChildConcurrencyToken":"hhsbjscessmdunkssmvqmqyzuahm"}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/filter/startswith(Description, 'k') eq true.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/filter/startswith(Description, 'k') eq true.xml b/fit/src/main/resources/V30/Product/filter/startswith(Description, 'k') eq true.xml
deleted file mode 100644
index 5e34818..0000000
--- a/fit/src/main/resources/V30/Product/filter/startswith(Description, 'k') eq true.xml	
+++ /dev/null
@@ -1,117 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product</id>
-  <title type="text">Product</title>
-  <updated>2014-02-13T14:31:06Z</updated>
-  <link rel="self" title="Product" href="Product" />
-  <entry m:etag="W/&quot;'%D1%8F%E3%82%A1%E3%81%9D%E7%8F%B1%EF%BD%9A%E3%81%9D%E7%B8%B7%E3%83%9F%D1%91%E3%83%9C%E3%81%9C%D0%AF%E6%AD%B9%E3%83%9F%E3%83%90%E3%81%BB%E3%83%9D%E3%81%BB%E3%82%BC%EF%BD%A6%E7%95%9A%E3%82%AF%E3%81%BB%EF%BE%88%E3%82%BC%E3%81%BE%E8%A3%B9%E3%81%B3%E3%81%B4%E3%81%B9%E6%AD%B9%E3%81%82%E3%83%80%E3%82%B0%E3%82%BD%E3%81%B3%D1%91%D1%91%E3%82%93%E3%83%9D%E3%81%9D%E3%83%9F%E3%83%9E%E3%81%BB%E3%82%BD%EF%BD%9A%E8%A3%B9%E3%81%BC%E3%82%93%E7%8F%B1%E3%81%B9%E3%82%BC%E6%AD%B9%E3%83%9F%EF%BD%9A%E3%83%9D%E3%81%9C%E3%81%9E%E3%82%BD%E3%83%9D%E3%81%BA%E3%83%9F%E3%83%80%E6%AC%B2%E5%BC%8C%D1%8F%E3%82%BD%E3%82%BD%E3%81%BD%E3%82%BD%E3%81%B9%E3%83%90%E9%BB%91%E4%B9%9D%E7%8F%B1%E3%81%9E%E3%83%9D%D0%AF%E3%83%80%E3%82%BD%E3%82%BC','%E8%A3%B9%E3%81%BA%E3%82%BE%E7%B8%B7%E3%82%BC%E3%81%BB%E3%82%BC%E3%82%BD%EF%BD%9A%E3%82%BC%EF%BD%9A%E3%81%9C%E3%82%BD%EF%BE%9D%E3%82%BC%E3%82%92%E3%81%BE%E3%81%81%E3%83%80%E3%81%B3%E3%82%BF%E7%8F%B1%E3%82%BF%E3%83%90%E3%82%BE%E3%82%BE%E3%83%9F%E3%83%81%E3%83%9
 C%E6%9A%A6%E3%82%BD%E3%82%A1%E3%81%B9%E8%A3%B9%E3%83%9D%E3%81%9C%E3%82%92%EF%BD%A6%E3%81%B3%E3%82%BC%E3%83%9E%E3%82%92%E3%82%BC%E3%83%9F%E3%81%BD%E3%83%9C%E3%82%BD%EF%BE%88%E3%81%BD%E3%83%9D%E3%83%9F%E3%82%BE%EF%BD%81%E3%82%BF%E3%82%BD%E3%81%81%E3%83%9E%E8%A3%B9%E3%82%B0%EF%BD%81%E3%82%BF%E6%AD%B9%E6%AD%B9%E3%81%9F%EF%BD%9A%E3%83%90%E7%B8%B7%E3%83%81%E3%82%93%E3%82%92%D0%AF%E3%82%93%E7%95%9A%E3%81%9F%E3%82%BE%E3%81%B9%E3%82%BD%E6%AC%B2%E3%82%A1%E7%B8%B7%D1%8F%E3%83%9F%E3%82%92%EF%BD%A6%E3%81%9B%EF%BD%A6%E3%82%BC%E3%83%9E%E3%82%BD%E3%83%9C%E3%82%BC%E3%82%BC%E3%83%81%E3%81%BC%E7%95%9A%E7%8F%B1'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos" />
-    <title />
-    <updated>2014-02-13T14:31:06Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-9</d:ProductId>
-        <d:Description>kdcuklu</d:Description>
-        <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-          <d:Width m:type="Edm.Decimal">-25802798699776200000000000000</d:Width>
-          <d:Height m:type="Edm.Decimal">38.543408267225</d:Height>
-          <d:Depth m:type="Edm.Decimal">-8459.21552673786</d:Depth>
-        </d:Dimensions>
-        <d:BaseConcurrency>яァそ珱zそ縷ミёボぜЯ歹ミバほポほゼヲ畚クほネゼま裹びぴべ歹あダグソびёёんポそミマほソz裹ぼん珱べゼ歹ミzポぜぞソポぺミダ欲弌яソソぽソべバ黑九珱ぞポЯダソゼ</d:BaseConcurrency>
-        <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token>vkvezqrkjuykjmkßyqpliyvß</d:Token>
-          <d:QueriedDateTime m:null="true" />
-        </d:ComplexConcurrency>
-        <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">2012-11-20T10:27:48.8528105</d:ModifiedDate>
-          <d:ModifiedBy>gtpakgdzcfjyumozyqzrhxuypuzfqhvmzeepvjllfncsjuumjzdxvlhjprgphzfvjxzsklilojgtqhktpj</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>ボボンひё縷そァぽゼんダ珱ゼぁz畚亜亜ゼひバ亜ほべハンネたポ九ゾべダぞ畚タzゾぼァЯダをあ</d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">2005-10-12T22:26:24.9396883</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:NestedComplexConcurrency>
-        <d:Discontinued m:type="Edm.DateTime">2005-07-28T13:09:56.9997833</d:Discontinued>
-        <d:ReplacementProductId m:null="true" />
-        <d:DiscontinuedPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>縷たべハボ欲ァんぽぴソaぽゾあたぁソびぼポ九バほ畚ゼまaぼそЯ亜ネぁグぴ暦zポほボボネぴ</d:PhoneNumber>
-          <d:Extension>bozhmrtomzrcmheuuqybovfiuypathsafmriopuccbqubhqbmuauxvnftvnpisgobryzqya</d:Extension>
-        </d:DiscontinuedPhone>
-        <d:ChildConcurrencyToken>裹ぺゾ縷ゼほゼソzゼzぜソンゼをまぁダびタ珱タバゾゾミチボ暦ソァべ裹ポぜをヲびゼマをゼミぽボソネぽポミゾaタソぁマ裹グaタ歹歹たzバ縷チんをЯん畚たゾべソ欲ァ縷яミをヲせヲゼマソボゼゼチぼ畚珱</d:ChildConcurrencyToken>
-      </m:properties>
-    </content>
-  </entry>
-  <entry m:etag="W/&quot;'asme','hhsbjscessmdunkssmvqmqyzuahm'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-8)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos" />
-    <title />
-    <updated>2014-02-13T14:31:06Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-8)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-8</d:ProductId>
-        <d:Description>kelßebrrbesshcnkmhsxokyßetgscprtmiptxyiqnxrohjßuyfegßßmlnejcsmkemgjfrxpqfeffuuqrubvznftmniuulxz</d:Description>
-        <d:Dimensions m:null="true" />
-        <d:BaseConcurrency>asme</d:BaseConcurrency>
-        <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token m:null="true" />
-          <d:QueriedDateTime m:type="Edm.DateTime">2012-10-11T05:04:16.3627949</d:QueriedDateTime>
-        </d:ComplexConcurrency>
-        <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">5431-05-27T11:53:49.8454872+02:00</d:ModifiedDate>
-          <d:ModifiedBy>xsnquujocxuumpeqsbodtugghfrghfuihjiyxgvcntkflpxohuyfgytigbdl</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>solisgfvqa</d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">9363-12-30T16:34:30.1866623</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:NestedComplexConcurrency>
-        <d:Discontinued m:type="Edm.DateTime">2012-08-22T13:41:42.8011658</d:Discontinued>
-        <d:ReplacementProductId m:type="Edm.Int32">62</d:ReplacementProductId>
-        <d:DiscontinuedPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>ulemcjvsndemzkctrfhkiuiblmhdkkledze</d:PhoneNumber>
-          <d:Extension>グ黑ポЯポソ欲タぴぺ畚をほまバぽンゼ歹ぁポёハをぜ九ЯまЯソぜ暦zダяチゼ欲ソミマぁべぁハぴを匚ポミあ九ぞミぞァァク裹aソタタ亜そあクマぽё珱ひネぜクボ欲ダミ黑</d:Extension>
-        </d:DiscontinuedPhone>
-        <d:ChildConcurrencyToken>hhsbjscessmdunkssmvqmqyzuahm</d:ChildConcurrencyToken>
-      </m:properties>
-    </content>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/filter/substringof('kdcuklu', Description) eq true.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/filter/substringof('kdcuklu', Description) eq true.full.json b/fit/src/main/resources/V30/Product/filter/substringof('kdcuklu', Description) eq true.full.json
deleted file mode 100644
index 7953935..0000000
--- a/fit/src/main/resources/V30/Product/filter/substringof('kdcuklu', Description) eq true.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Product","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)","odata.etag":"W/\"'%D1%8F%E3%82%A1%E3%81%9D%E7%8F%B1%EF%BD%9A%E3%81%9D%E7%B8%B7%E3%83%9F%D1%91%E3%83%9C%E3%81%9C%D0%AF%E6%AD%B9%E3%83%9F%E3%83%90%E3%81%BB%E3%83%9D%E3%81%BB%E3%82%BC%EF%BD%A6%E7%95%9A%E3%82%AF%E3%81%BB%EF%BE%88%E3%82%BC%E3%81%BE%E8%A3%B9%E3%81%B3%E3%81%B4%E3%81%B9%E6%AD%B9%E3%81%82%E3%83%80%E3%82%B0%E3%82%BD%E3%81%B3%D1%91%D1%91%E3%82%93%E3%83%9D%E3%81%9D%E3%83%9F%E3%83%9E%E3%81%BB%E3%82%BD%EF%BD%9A%E8%A3%B9%E3%81%BC%E3%82%93%E7%8F%B1%E3%81%B9%E3%82%BC%E6%AD%B9%E3%83%9F%EF%BD%9A%E3%83%9D%E3%81%9C%E3%81%9E%E3%82%BD%E3%83%9D%E3%81%BA%E3%83%9F%E3%83%80%E6%AC%B2%E5%BC%8C%D1%8F%E3%82%BD%E3%82%BD%E3%81%BD%E3%82%BD%E3%81%B9%E3%83%90%E9%BB%91%E4%B9%9D%E7%8F%B1%E3%81%9E%E3%
 83%9D%D0%AF%E3%83%80%E3%82%BD%E3%82%BC','%E8%A3%B9%E3%81%BA%E3%82%BE%E7%B8%B7%E3%82%BC%E3%81%BB%E3%82%BC%E3%82%BD%EF%BD%9A%E3%82%BC%EF%BD%9A%E3%81%9C%E3%82%BD%EF%BE%9D%E3%82%BC%E3%82%92%E3%81%BE%E3%81%81%E3%83%80%E3%81%B3%E3%82%BF%E7%8F%B1%E3%82%BF%E3%83%90%E3%82%BE%E3%82%BE%E3%83%9F%E3%83%81%E3%83%9C%E6%9A%A6%E3%82%BD%E3%82%A1%E3%81%B9%E8%A3%B9%E3%83%9D%E3%81%9C%E3%82%92%EF%BD%A6%E3%81%B3%E3%82%BC%E3%83%9E%E3%82%92%E3%82%BC%E3%83%9F%E3%81%BD%E3%83%9C%E3%82%BD%EF%BE%88%E3%81%BD%E3%83%9D%E3%83%9F%E3%82%BE%EF%BD%81%E3%82%BF%E3%82%BD%E3%81%81%E3%83%9E%E8%A3%B9%E3%82%B0%EF%BD%81%E3%82%BF%E6%AD%B9%E6%AD%B9%E3%81%9F%EF%BD%9A%E3%83%90%E7%B8%B7%E3%83%81%E3%82%93%E3%82%92%D0%AF%E3%82%93%E7%95%9A%E3%81%9F%E3%82%BE%E3%81%B9%E3%82%BD%E6%AC%B2%E3%82%A1%E7%B8%B7%D1%8F%E3%83%9F%E3%82%92%EF%BD%A6%E3%81%9B%EF%BD%A6%E3%82%BC%E3%83%9E%E3%82%BD%E3%83%9C%E3%82%BC%E3%82%BC%E3%83%81%E3%81%BC%E7%95%9A%E7%8F%B1'\"","odata.editLink":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.Discontinue
 dProduct","RelatedProducts@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts","Detail@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail","Reviews@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews","Photos@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos","#DefaultContainer.ChangeProductDimensions":{"title":"ChangeProductDimensions","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions"},"Picture@odata.mediaEditLink":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture","ProductId":-9,"Description":"kdcuklu","Dimensions":{"odata.type":
 "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions","Width@odata.type":"Edm.Decimal","Width":"-25802798699776200000000000000","Height@odata.type":"Edm.Decimal","Height":"38.543408267225","Depth@odata.type":"Edm.Decimal","Depth":"-8459.21552673786"},"BaseConcurrency":"\u044f\u30a1\u305d\u73f1\uff5a\u305d\u7e37\u30df\u0451\u30dc\u305c\u042f\u6b79\u30df\u30d0\u307b\u30dd\u307b\u30bc\uff66\u755a\u30af\u307b\uff88\u30bc\u307e\u88f9\u3073\u3074\u3079\u6b79\u3042\u30c0\u30b0\u30bd\u3073\u0451\u0451\u3093\u30dd\u305d\u30df\u30de\u307b\u30bd\uff5a\u88f9\u307c\u3093\u73f1\u3079\u30bc\u6b79\u30df\uff5a\u30dd\u305c\u305e\u30bd\u30dd\u307a\u30df\u30c0\u6b32\u5f0c\u044f\u30bd\u30bd\u307d\u30bd\u3079\u30d0\u9ed1\u4e5d\u73f1\u305e\u30dd\u042f\u30c0\u30bd\u30bc","ComplexConcurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo","Token":"vkvezqrkjuykjmk\u00dfyqpliyv\u00df","QueriedDateTime":null},"NestedComplexConcurrency":{"odata.type":"Microsoft.Te
 st.OData.Services.AstoriaDefaultService.AuditInfo","ModifiedDate@odata.type":"Edm.DateTime","ModifiedDate":"2012-11-20T10:27:48.8528105","ModifiedBy":"gtpakgdzcfjyumozyqzrhxuypuzfqhvmzeepvjllfncsjuumjzdxvlhjprgphzfvjxzsklilojgtqhktpj","Concurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo","Token":"\u30dc\u30dc\uff9d\u3072\u0451\u7e37\u305d\u30a1\u307d\u30bc\u3093\u30c0\u73f1\u30bc\u3041\uff5a\u755a\u4e9c\u4e9c\u30bc\u3072\u30d0\u4e9c\u307b\u3079\u30cf\uff9d\uff88\u305f\u30dd\u4e5d\u30be\u3079\u30c0\u305e\u755a\u30bf\uff5a\u30be\u307c\u30a1\u042f\u30c0\u3092\u3042","QueriedDateTime@odata.type":"Edm.DateTime","QueriedDateTime":"2005-10-12T22:26:24.9396883"}},"Discontinued@odata.type":"Edm.DateTime","Discontinued":"2005-07-28T13:09:56.9997833","ReplacementProductId":null,"DiscontinuedPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u7e37\u305f\u3079\u30cf\u30dc\u6b32\u30a1\u3093\u307d\u3074\u30bd
 \uff41\u307d\u30be\u3042\u305f\u3041\u30bd\u3073\u307c\u30dd\u4e5d\u30d0\u307b\u755a\u30bc\u307e\uff41\u307c\u305d\u042f\u4e9c\uff88\u3041\u30b0\u3074\u66a6\uff5a\u30dd\u307b\u30dc\u30dc\uff88\u3074","Extension":"bozhmrtomzrcmheuuqybovfiuypathsafmriopuccbqubhqbmuauxvnftvnpisgobryzqya"},"ChildConcurrencyToken":"\u88f9\u307a\u30be\u7e37\u30bc\u307b\u30bc\u30bd\uff5a\u30bc\uff5a\u305c\u30bd\uff9d\u30bc\u3092\u307e\u3041\u30c0\u3073\u30bf\u73f1\u30bf\u30d0\u30be\u30be\u30df\u30c1\u30dc\u66a6\u30bd\u30a1\u3079\u88f9\u30dd\u305c\u3092\uff66\u3073\u30bc\u30de\u3092\u30bc\u30df\u307d\u30dc\u30bd\uff88\u307d\u30dd\u30df\u30be\uff41\u30bf\u30bd\u3041\u30de\u88f9\u30b0\uff41\u30bf\u6b79\u6b79\u305f\uff5a\u30d0\u7e37\u30c1\u3093\u3092\u042f\u3093\u755a\u305f\u30be\u3079\u30bd\u6b32\u30a1\u7e37\u044f\u30df\u3092\uff66\u305b\uff66\u30bc\u30de\u30bd\u30dc\u30bc\u30bc\u30c1\u307c\u755a\u73f1"}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/filter/substringof('kdcuklu', Description) eq true.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/filter/substringof('kdcuklu', Description) eq true.xml b/fit/src/main/resources/V30/Product/filter/substringof('kdcuklu', Description) eq true.xml
deleted file mode 100644
index e7e7d1c..0000000
--- a/fit/src/main/resources/V30/Product/filter/substringof('kdcuklu', Description) eq true.xml	
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product</id>
-  <title type="text">Product</title>
-  <updated>2014-02-13T14:31:06Z</updated>
-  <link rel="self" title="Product" href="Product" />
-  <entry m:etag="W/&quot;'%D1%8F%E3%82%A1%E3%81%9D%E7%8F%B1%EF%BD%9A%E3%81%9D%E7%B8%B7%E3%83%9F%D1%91%E3%83%9C%E3%81%9C%D0%AF%E6%AD%B9%E3%83%9F%E3%83%90%E3%81%BB%E3%83%9D%E3%81%BB%E3%82%BC%EF%BD%A6%E7%95%9A%E3%82%AF%E3%81%BB%EF%BE%88%E3%82%BC%E3%81%BE%E8%A3%B9%E3%81%B3%E3%81%B4%E3%81%B9%E6%AD%B9%E3%81%82%E3%83%80%E3%82%B0%E3%82%BD%E3%81%B3%D1%91%D1%91%E3%82%93%E3%83%9D%E3%81%9D%E3%83%9F%E3%83%9E%E3%81%BB%E3%82%BD%EF%BD%9A%E8%A3%B9%E3%81%BC%E3%82%93%E7%8F%B1%E3%81%B9%E3%82%BC%E6%AD%B9%E3%83%9F%EF%BD%9A%E3%83%9D%E3%81%9C%E3%81%9E%E3%82%BD%E3%83%9D%E3%81%BA%E3%83%9F%E3%83%80%E6%AC%B2%E5%BC%8C%D1%8F%E3%82%BD%E3%82%BD%E3%81%BD%E3%82%BD%E3%81%B9%E3%83%90%E9%BB%91%E4%B9%9D%E7%8F%B1%E3%81%9E%E3%83%9D%D0%AF%E3%83%80%E3%82%BD%E3%82%BC','%E8%A3%B9%E3%81%BA%E3%82%BE%E7%B8%B7%E3%82%BC%E3%81%BB%E3%82%BC%E3%82%BD%EF%BD%9A%E3%82%BC%EF%BD%9A%E3%81%9C%E3%82%BD%EF%BE%9D%E3%82%BC%E3%82%92%E3%81%BE%E3%81%81%E3%83%80%E3%81%B3%E3%82%BF%E7%8F%B1%E3%82%BF%E3%83%90%E3%82%BE%E3%82%BE%E3%83%9F%E3%83%81%E3%83%9
 C%E6%9A%A6%E3%82%BD%E3%82%A1%E3%81%B9%E8%A3%B9%E3%83%9D%E3%81%9C%E3%82%92%EF%BD%A6%E3%81%B3%E3%82%BC%E3%83%9E%E3%82%92%E3%82%BC%E3%83%9F%E3%81%BD%E3%83%9C%E3%82%BD%EF%BE%88%E3%81%BD%E3%83%9D%E3%83%9F%E3%82%BE%EF%BD%81%E3%82%BF%E3%82%BD%E3%81%81%E3%83%9E%E8%A3%B9%E3%82%B0%EF%BD%81%E3%82%BF%E6%AD%B9%E6%AD%B9%E3%81%9F%EF%BD%9A%E3%83%90%E7%B8%B7%E3%83%81%E3%82%93%E3%82%92%D0%AF%E3%82%93%E7%95%9A%E3%81%9F%E3%82%BE%E3%81%B9%E3%82%BD%E6%AC%B2%E3%82%A1%E7%B8%B7%D1%8F%E3%83%9F%E3%82%92%EF%BD%A6%E3%81%9B%EF%BD%A6%E3%82%BC%E3%83%9E%E3%82%BD%E3%83%9C%E3%82%BC%E3%82%BC%E3%83%81%E3%81%BC%E7%95%9A%E7%8F%B1'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos" />
-    <title />
-    <updated>2014-02-13T14:31:06Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-9</d:ProductId>
-        <d:Description>kdcuklu</d:Description>
-        <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-          <d:Width m:type="Edm.Decimal">-25802798699776200000000000000</d:Width>
-          <d:Height m:type="Edm.Decimal">38.543408267225</d:Height>
-          <d:Depth m:type="Edm.Decimal">-8459.21552673786</d:Depth>
-        </d:Dimensions>
-        <d:BaseConcurrency>яァそ珱zそ縷ミёボぜЯ歹ミバほポほゼヲ畚クほネゼま裹びぴべ歹あダグソびёёんポそミマほソz裹ぼん珱べゼ歹ミzポぜぞソポぺミダ欲弌яソソぽソべバ黑九珱ぞポЯダソゼ</d:BaseConcurrency>
-        <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token>vkvezqrkjuykjmkßyqpliyvß</d:Token>
-          <d:QueriedDateTime m:null="true" />
-        </d:ComplexConcurrency>
-        <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">2012-11-20T10:27:48.8528105</d:ModifiedDate>
-          <d:ModifiedBy>gtpakgdzcfjyumozyqzrhxuypuzfqhvmzeepvjllfncsjuumjzdxvlhjprgphzfvjxzsklilojgtqhktpj</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>ボボンひё縷そァぽゼんダ珱ゼぁz畚亜亜ゼひバ亜ほべハンネたポ九ゾべダぞ畚タzゾぼァЯダをあ</d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">2005-10-12T22:26:24.9396883</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:NestedComplexConcurrency>
-        <d:Discontinued m:type="Edm.DateTime">2005-07-28T13:09:56.9997833</d:Discontinued>
-        <d:ReplacementProductId m:null="true" />
-        <d:DiscontinuedPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>縷たべハボ欲ァんぽぴソaぽゾあたぁソびぼポ九バほ畚ゼまaぼそЯ亜ネぁグぴ暦zポほボボネぴ</d:PhoneNumber>
-          <d:Extension>bozhmrtomzrcmheuuqybovfiuypathsafmriopuccbqubhqbmuauxvnftvnpisgobryzqya</d:Extension>
-        </d:DiscontinuedPhone>
-        <d:ChildConcurrencyToken>裹ぺゾ縷ゼほゼソzゼzぜソンゼをまぁダびタ珱タバゾゾミチボ暦ソァべ裹ポぜをヲびゼマをゼミぽボソネぽポミゾaタソぁマ裹グaタ歹歹たzバ縷チんをЯん畚たゾべソ欲ァ縷яミをヲせヲゼマソボゼゼチぼ畚珱</d:ChildConcurrencyToken>
-      </m:properties>
-    </content>
-  </entry>
-</feed>

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/filter/toupper(Description) eq 'KDCUKLU'.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/filter/toupper(Description) eq 'KDCUKLU'.full.json b/fit/src/main/resources/V30/Product/filter/toupper(Description) eq 'KDCUKLU'.full.json
deleted file mode 100644
index 7953935..0000000
--- a/fit/src/main/resources/V30/Product/filter/toupper(Description) eq 'KDCUKLU'.full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Product","value":[{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct","odata.id":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)","odata.etag":"W/\"'%D1%8F%E3%82%A1%E3%81%9D%E7%8F%B1%EF%BD%9A%E3%81%9D%E7%B8%B7%E3%83%9F%D1%91%E3%83%9C%E3%81%9C%D0%AF%E6%AD%B9%E3%83%9F%E3%83%90%E3%81%BB%E3%83%9D%E3%81%BB%E3%82%BC%EF%BD%A6%E7%95%9A%E3%82%AF%E3%81%BB%EF%BE%88%E3%82%BC%E3%81%BE%E8%A3%B9%E3%81%B3%E3%81%B4%E3%81%B9%E6%AD%B9%E3%81%82%E3%83%80%E3%82%B0%E3%82%BD%E3%81%B3%D1%91%D1%91%E3%82%93%E3%83%9D%E3%81%9D%E3%83%9F%E3%83%9E%E3%81%BB%E3%82%BD%EF%BD%9A%E8%A3%B9%E3%81%BC%E3%82%93%E7%8F%B1%E3%81%B9%E3%82%BC%E6%AD%B9%E3%83%9F%EF%BD%9A%E3%83%9D%E3%81%9C%E3%81%9E%E3%82%BD%E3%83%9D%E3%81%BA%E3%83%9F%E3%83%80%E6%AC%B2%E5%BC%8C%D1%8F%E3%82%BD%E3%82%BD%E3%81%BD%E3%82%BD%E3%81%B9%E3%83%90%E9%BB%91%E4%B9%9D%E7%8F%B1%E3%81%9E%E3%
 83%9D%D0%AF%E3%83%80%E3%82%BD%E3%82%BC','%E8%A3%B9%E3%81%BA%E3%82%BE%E7%B8%B7%E3%82%BC%E3%81%BB%E3%82%BC%E3%82%BD%EF%BD%9A%E3%82%BC%EF%BD%9A%E3%81%9C%E3%82%BD%EF%BE%9D%E3%82%BC%E3%82%92%E3%81%BE%E3%81%81%E3%83%80%E3%81%B3%E3%82%BF%E7%8F%B1%E3%82%BF%E3%83%90%E3%82%BE%E3%82%BE%E3%83%9F%E3%83%81%E3%83%9C%E6%9A%A6%E3%82%BD%E3%82%A1%E3%81%B9%E8%A3%B9%E3%83%9D%E3%81%9C%E3%82%92%EF%BD%A6%E3%81%B3%E3%82%BC%E3%83%9E%E3%82%92%E3%82%BC%E3%83%9F%E3%81%BD%E3%83%9C%E3%82%BD%EF%BE%88%E3%81%BD%E3%83%9D%E3%83%9F%E3%82%BE%EF%BD%81%E3%82%BF%E3%82%BD%E3%81%81%E3%83%9E%E8%A3%B9%E3%82%B0%EF%BD%81%E3%82%BF%E6%AD%B9%E6%AD%B9%E3%81%9F%EF%BD%9A%E3%83%90%E7%B8%B7%E3%83%81%E3%82%93%E3%82%92%D0%AF%E3%82%93%E7%95%9A%E3%81%9F%E3%82%BE%E3%81%B9%E3%82%BD%E6%AC%B2%E3%82%A1%E7%B8%B7%D1%8F%E3%83%9F%E3%82%92%EF%BD%A6%E3%81%9B%EF%BD%A6%E3%82%BC%E3%83%9E%E3%82%BD%E3%83%9C%E3%82%BC%E3%82%BC%E3%83%81%E3%81%BC%E7%95%9A%E7%8F%B1'\"","odata.editLink":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.Discontinue
 dProduct","RelatedProducts@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts","Detail@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail","Reviews@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews","Photos@odata.navigationLinkUrl":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos","#DefaultContainer.ChangeProductDimensions":{"title":"ChangeProductDimensions","target":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions"},"Picture@odata.mediaEditLink":"Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture","ProductId":-9,"Description":"kdcuklu","Dimensions":{"odata.type":
 "Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions","Width@odata.type":"Edm.Decimal","Width":"-25802798699776200000000000000","Height@odata.type":"Edm.Decimal","Height":"38.543408267225","Depth@odata.type":"Edm.Decimal","Depth":"-8459.21552673786"},"BaseConcurrency":"\u044f\u30a1\u305d\u73f1\uff5a\u305d\u7e37\u30df\u0451\u30dc\u305c\u042f\u6b79\u30df\u30d0\u307b\u30dd\u307b\u30bc\uff66\u755a\u30af\u307b\uff88\u30bc\u307e\u88f9\u3073\u3074\u3079\u6b79\u3042\u30c0\u30b0\u30bd\u3073\u0451\u0451\u3093\u30dd\u305d\u30df\u30de\u307b\u30bd\uff5a\u88f9\u307c\u3093\u73f1\u3079\u30bc\u6b79\u30df\uff5a\u30dd\u305c\u305e\u30bd\u30dd\u307a\u30df\u30c0\u6b32\u5f0c\u044f\u30bd\u30bd\u307d\u30bd\u3079\u30d0\u9ed1\u4e5d\u73f1\u305e\u30dd\u042f\u30c0\u30bd\u30bc","ComplexConcurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo","Token":"vkvezqrkjuykjmk\u00dfyqpliyv\u00df","QueriedDateTime":null},"NestedComplexConcurrency":{"odata.type":"Microsoft.Te
 st.OData.Services.AstoriaDefaultService.AuditInfo","ModifiedDate@odata.type":"Edm.DateTime","ModifiedDate":"2012-11-20T10:27:48.8528105","ModifiedBy":"gtpakgdzcfjyumozyqzrhxuypuzfqhvmzeepvjllfncsjuumjzdxvlhjprgphzfvjxzsklilojgtqhktpj","Concurrency":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo","Token":"\u30dc\u30dc\uff9d\u3072\u0451\u7e37\u305d\u30a1\u307d\u30bc\u3093\u30c0\u73f1\u30bc\u3041\uff5a\u755a\u4e9c\u4e9c\u30bc\u3072\u30d0\u4e9c\u307b\u3079\u30cf\uff9d\uff88\u305f\u30dd\u4e5d\u30be\u3079\u30c0\u305e\u755a\u30bf\uff5a\u30be\u307c\u30a1\u042f\u30c0\u3092\u3042","QueriedDateTime@odata.type":"Edm.DateTime","QueriedDateTime":"2005-10-12T22:26:24.9396883"}},"Discontinued@odata.type":"Edm.DateTime","Discontinued":"2005-07-28T13:09:56.9997833","ReplacementProductId":null,"DiscontinuedPhone":{"odata.type":"Microsoft.Test.OData.Services.AstoriaDefaultService.Phone","PhoneNumber":"\u7e37\u305f\u3079\u30cf\u30dc\u6b32\u30a1\u3093\u307d\u3074\u30bd
 \uff41\u307d\u30be\u3042\u305f\u3041\u30bd\u3073\u307c\u30dd\u4e5d\u30d0\u307b\u755a\u30bc\u307e\uff41\u307c\u305d\u042f\u4e9c\uff88\u3041\u30b0\u3074\u66a6\uff5a\u30dd\u307b\u30dc\u30dc\uff88\u3074","Extension":"bozhmrtomzrcmheuuqybovfiuypathsafmriopuccbqubhqbmuauxvnftvnpisgobryzqya"},"ChildConcurrencyToken":"\u88f9\u307a\u30be\u7e37\u30bc\u307b\u30bc\u30bd\uff5a\u30bc\uff5a\u305c\u30bd\uff9d\u30bc\u3092\u307e\u3041\u30c0\u3073\u30bf\u73f1\u30bf\u30d0\u30be\u30be\u30df\u30c1\u30dc\u66a6\u30bd\u30a1\u3079\u88f9\u30dd\u305c\u3092\uff66\u3073\u30bc\u30de\u3092\u30bc\u30df\u307d\u30dc\u30bd\uff88\u307d\u30dd\u30df\u30be\uff41\u30bf\u30bd\u3041\u30de\u88f9\u30b0\uff41\u30bf\u6b79\u6b79\u305f\uff5a\u30d0\u7e37\u30c1\u3093\u3092\u042f\u3093\u755a\u305f\u30be\u3079\u30bd\u6b32\u30a1\u7e37\u044f\u30df\u3092\uff66\u305b\uff66\u30bc\u30de\u30bd\u30dc\u30bc\u30bc\u30c1\u307c\u755a\u73f1"}]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Product/filter/toupper(Description) eq 'KDCUKLU'.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Product/filter/toupper(Description) eq 'KDCUKLU'.xml b/fit/src/main/resources/V30/Product/filter/toupper(Description) eq 'KDCUKLU'.xml
deleted file mode 100644
index e094c69..0000000
--- a/fit/src/main/resources/V30/Product/filter/toupper(Description) eq 'KDCUKLU'.xml	
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product</id>
-  <title type="text">Product</title>
-  <updated>2014-02-13T14:31:07Z</updated>
-  <link rel="self" title="Product" href="Product" />
-  <entry m:etag="W/&quot;'%D1%8F%E3%82%A1%E3%81%9D%E7%8F%B1%EF%BD%9A%E3%81%9D%E7%B8%B7%E3%83%9F%D1%91%E3%83%9C%E3%81%9C%D0%AF%E6%AD%B9%E3%83%9F%E3%83%90%E3%81%BB%E3%83%9D%E3%81%BB%E3%82%BC%EF%BD%A6%E7%95%9A%E3%82%AF%E3%81%BB%EF%BE%88%E3%82%BC%E3%81%BE%E8%A3%B9%E3%81%B3%E3%81%B4%E3%81%B9%E6%AD%B9%E3%81%82%E3%83%80%E3%82%B0%E3%82%BD%E3%81%B3%D1%91%D1%91%E3%82%93%E3%83%9D%E3%81%9D%E3%83%9F%E3%83%9E%E3%81%BB%E3%82%BD%EF%BD%9A%E8%A3%B9%E3%81%BC%E3%82%93%E7%8F%B1%E3%81%B9%E3%82%BC%E6%AD%B9%E3%83%9F%EF%BD%9A%E3%83%9D%E3%81%9C%E3%81%9E%E3%82%BD%E3%83%9D%E3%81%BA%E3%83%9F%E3%83%80%E6%AC%B2%E5%BC%8C%D1%8F%E3%82%BD%E3%82%BD%E3%81%BD%E3%82%BD%E3%81%B9%E3%83%90%E9%BB%91%E4%B9%9D%E7%8F%B1%E3%81%9E%E3%83%9D%D0%AF%E3%83%80%E3%82%BD%E3%82%BC','%E8%A3%B9%E3%81%BA%E3%82%BE%E7%B8%B7%E3%82%BC%E3%81%BB%E3%82%BC%E3%82%BD%EF%BD%9A%E3%82%BC%EF%BD%9A%E3%81%9C%E3%82%BD%EF%BE%9D%E3%82%BC%E3%82%92%E3%81%BE%E3%81%81%E3%83%80%E3%81%B3%E3%82%BF%E7%8F%B1%E3%82%BF%E3%83%90%E3%82%BE%E3%82%BE%E3%83%9F%E3%83%81%E3%83%9
 C%E6%9A%A6%E3%82%BD%E3%82%A1%E3%81%B9%E8%A3%B9%E3%83%9D%E3%81%9C%E3%82%92%EF%BD%A6%E3%81%B3%E3%82%BC%E3%83%9E%E3%82%92%E3%82%BC%E3%83%9F%E3%81%BD%E3%83%9C%E3%82%BD%EF%BE%88%E3%81%BD%E3%83%9D%E3%83%9F%E3%82%BE%EF%BD%81%E3%82%BF%E3%82%BD%E3%81%81%E3%83%9E%E8%A3%B9%E3%82%B0%EF%BD%81%E3%82%BF%E6%AD%B9%E6%AD%B9%E3%81%9F%EF%BD%9A%E3%83%90%E7%B8%B7%E3%83%81%E3%82%93%E3%82%92%D0%AF%E3%82%93%E7%95%9A%E3%81%9F%E3%82%BE%E3%81%B9%E3%82%BD%E6%AC%B2%E3%82%A1%E7%B8%B7%D1%8F%E3%83%9F%E3%82%92%EF%BD%A6%E3%81%9B%EF%BD%A6%E3%82%BC%E3%83%9E%E3%82%BD%E3%83%9C%E3%82%BC%E3%82%BC%E3%83%81%E3%81%BC%E7%95%9A%E7%8F%B1'&quot;">
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Product" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/RelatedProducts" type="application/atom+xml;type=feed" title="RelatedProducts" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/RelatedProducts" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Detail" type="application/atom+xml;type=entry" title="Detail" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Detail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Reviews" type="application/atom+xml;type=feed" title="Reviews" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Reviews" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Photos" type="application/atom+xml;type=feed" title="Photos" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Photos" />
-    <title />
-    <updated>2014-02-13T14:31:07Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Picture" title="Picture" href="Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/Picture" />
-    <m:action metadata="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#DefaultContainer.ChangeProductDimensions" title="ChangeProductDimensions" target="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Product(-9)/Microsoft.Test.OData.Services.AstoriaDefaultService.DiscontinuedProduct/ChangeProductDimensions" />
-    <content type="application/xml">
-      <m:properties>
-        <d:ProductId m:type="Edm.Int32">-9</d:ProductId>
-        <d:Description>kdcuklu</d:Description>
-        <d:Dimensions m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Dimensions">
-          <d:Width m:type="Edm.Decimal">-25802798699776200000000000000</d:Width>
-          <d:Height m:type="Edm.Decimal">38.543408267225</d:Height>
-          <d:Depth m:type="Edm.Decimal">-8459.21552673786</d:Depth>
-        </d:Dimensions>
-        <d:BaseConcurrency>яァそ珱zそ縷ミёボぜЯ歹ミバほポほゼヲ畚クほネゼま裹びぴべ歹あダグソびёёんポそミマほソz裹ぼん珱べゼ歹ミzポぜぞソポぺミダ欲弌яソソぽソべバ黑九珱ぞポЯダソゼ</d:BaseConcurrency>
-        <d:ComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-          <d:Token>vkvezqrkjuykjmkßyqpliyvß</d:Token>
-          <d:QueriedDateTime m:null="true" />
-        </d:ComplexConcurrency>
-        <d:NestedComplexConcurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">2012-11-20T10:27:48.8528105</d:ModifiedDate>
-          <d:ModifiedBy>gtpakgdzcfjyumozyqzrhxuypuzfqhvmzeepvjllfncsjuumjzdxvlhjprgphzfvjxzsklilojgtqhktpj</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>ボボンひё縷そァぽゼんダ珱ゼぁz畚亜亜ゼひバ亜ほべハンネたポ九ゾべダぞ畚タzゾぼァЯダをあ</d:Token>
-            <d:QueriedDateTime m:type="Edm.DateTime">2005-10-12T22:26:24.9396883</d:QueriedDateTime>
-          </d:Concurrency>
-        </d:NestedComplexConcurrency>
-        <d:Discontinued m:type="Edm.DateTime">2005-07-28T13:09:56.9997833</d:Discontinued>
-        <d:ReplacementProductId m:null="true" />
-        <d:DiscontinuedPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-          <d:PhoneNumber>縷たべハボ欲ァんぽぴソaぽゾあたぁソびぼポ九バほ畚ゼまaぼそЯ亜ネぁグぴ暦zポほボボネぴ</d:PhoneNumber>
-          <d:Extension>bozhmrtomzrcmheuuqybovfiuypathsafmriopuccbqubhqbmuauxvnftvnpisgobryzqya</d:Extension>
-        </d:DiscontinuedPhone>
-        <d:ChildConcurrencyToken>裹ぺゾ縷ゼほゼソzゼzぜソンゼをまぁダびタ珱タバゾゾミチボ暦ソァべ裹ポぜをヲびゼマをゼミぽボソネぽポミゾaタソぁマ裹グaタ歹歹たzバ縷チんをЯん畚たゾべソ欲ァ縷яミをヲせヲゼマソボゼゼチぼ畚珱</d:ChildConcurrencyToken>
-      </m:properties>
-    </content>
-  </entry>
-</feed>


[39/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/feed.xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/feed.xml b/fit/src/main/resources/V30/Customer/feed.xml
deleted file mode 100644
index faea77f..0000000
--- a/fit/src/main/resources/V30/Customer/feed.xml
+++ /dev/null
@@ -1,704 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer</id>
-  <title type="text">Customer</title>
-  <updated>2014-02-04T14:21:06Z</updated>
-  <link rel="self" title="Customer" href="Customer" />
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-10)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-10)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-10)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-10)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-10)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-10)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-10)/Info" />
-    <title />
-    <summary type="text">
-    </summary>
-    <updated>2014-02-04T14:21:06Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-10)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-10)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-10</d:CustomerId>
-        <d:Name m:null="true" />
-        <d:PrimaryContactInfo m:null="true" />
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>altname@mydomain.com</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>My Alternative name</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>myAlternativeName</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>8437568356834568</d:PhoneNumber>
-              <d:Extension>1243654265346267651534423ttrf</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:null="true" />
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:null="true" />
-      </m:properties>
-    </content>
-  </entry>
-  <entry>
-    <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-9)</id>
-    <category term="Microsoft.Test.OData.Services.AstoriaDefaultService.Customer" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
-    <link rel="edit" title="Customer" href="Customer(-9)" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Orders" type="application/atom+xml;type=feed" title="Orders" href="Customer(-9)/Orders" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Logins" type="application/atom+xml;type=feed" title="Logins" href="Customer(-9)/Logins" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Husband" type="application/atom+xml;type=entry" title="Husband" href="Customer(-9)/Husband" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Wife" type="application/atom+xml;type=entry" title="Wife" href="Customer(-9)/Wife" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Info" type="application/atom+xml;type=entry" title="Info" href="Customer(-9)/Info" />
-    <title />
-    <summary type="text">enumeratetrademarkexecutionbrfalsenesteddupoverflowspacebarseekietfbeforeobservedstart</summary>
-    <updated>2014-02-04T14:21:06Z</updated>
-    <author>
-      <name />
-    </author>
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Thumbnail" title="Thumbnail" href="Customer(-9)/Thumbnail" />
-    <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/edit-media/Video" title="Video" href="Customer(-9)/Video" />
-    <content type="application/xml">
-      <m:properties>
-        <d:CustomerId m:type="Edm.Int32">-9</d:CustomerId>
-        <d:PrimaryContactInfo m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails">
-          <d:EmailBag m:type="Collection(Edm.String)">
-            <d:element>cumcjsujssßjxfqsakdpubmeßßsrsjpxqbrvruszjjxrxhpvßotlmvlntonctakahouqqxaduguuh</d:element>
-            <d:element>hxrnqifurielbjbgzudqnzuoiksuprbxyzutfvfduyxlskedoutlmlzjsmkb</d:element>
-            <d:element>axuncpheikzvpephn</d:element>
-            <d:element>xss</d:element>
-            <d:element>zgesgoyqtxpnvuqssqanpfgouvtxofebvbccfdsga</d:element>
-            <d:element>ネ弌ミチ亜ぽあぽボ九亜ボЯaハゾァё</d:element>
-            <d:element>ktspjklssrnklbohocuxdvnokqcjsceßrjhneeßgxpgßbguxvchizsuayqcssuavsqpuexpficvarlpsso</d:element>
-            <d:element>kyssißchskvabvvqgppiabzdxirmmdsolujgxrluxlzyfcqbyycgmhjjnpoßf</d:element>
-            <d:element>new item 1391427464906</d:element>
-            <d:element>new item 1391427465002</d:element>
-            <d:element>new item 1391427465099</d:element>
-            <d:element>new item 1391427465169</d:element>
-            <d:element>new item 1391427465257</d:element>
-            <d:element>new item 1391427465337</d:element>
-            <d:element>new item 1391427466815</d:element>
-            <d:element>new item 1391427466917</d:element>
-            <d:element>new item 1391427466996</d:element>
-            <d:element>new item 1391427467041</d:element>
-            <d:element>new item 1391427467121</d:element>
-            <d:element>new item 1391427467178</d:element>
-            <d:element>new update 1391427467777</d:element>
-            <d:element>new update 1391427467801</d:element>
-            <d:element>new update 1391427467824</d:element>
-            <d:element>new update 1391427468679</d:element>
-            <d:element>new update 1391427468717</d:element>
-            <d:element>new update 1391427468750</d:element>
-            <d:element>new update 1391427468954</d:element>
-            <d:element>new update 1391427468979</d:element>
-            <d:element>new update 1391427469006</d:element>
-            <d:element>new item 1391427470734</d:element>
-            <d:element>new item 1391427470796</d:element>
-            <d:element>new item 1391427470851</d:element>
-            <d:element>new item 1391427470889</d:element>
-            <d:element>new item 1391427470931</d:element>
-            <d:element>new item 1391427470968</d:element>
-            <d:element>new item 1391427668369</d:element>
-            <d:element>new item 1391427668441</d:element>
-            <d:element>new item 1391427668501</d:element>
-            <d:element>new item 1391427668544</d:element>
-            <d:element>new item 1391427668599</d:element>
-            <d:element>new item 1391427668666</d:element>
-            <d:element>new item 1391427669914</d:element>
-            <d:element>new item 1391427669983</d:element>
-            <d:element>new item 1391427670037</d:element>
-            <d:element>new item 1391427670077</d:element>
-            <d:element>new item 1391427670125</d:element>
-            <d:element>new item 1391427670184</d:element>
-            <d:element>new update 1391427670643</d:element>
-            <d:element>new update 1391427670667</d:element>
-            <d:element>new update 1391427670690</d:element>
-            <d:element>new update 1391427671300</d:element>
-            <d:element>new update 1391427671328</d:element>
-            <d:element>new update 1391427671352</d:element>
-            <d:element>new update 1391427671510</d:element>
-            <d:element>new update 1391427671536</d:element>
-            <d:element>new update 1391427671558</d:element>
-            <d:element>new item 1391427673166</d:element>
-            <d:element>new item 1391427673243</d:element>
-            <d:element>new item 1391427673323</d:element>
-            <d:element>new item 1391427673356</d:element>
-            <d:element>new item 1391427673398</d:element>
-            <d:element>new item 1391427673431</d:element>
-          </d:EmailBag>
-          <d:AlternativeNames m:type="Collection(Edm.String)">
-            <d:element>rmjhkvrovdnfeßqllqrehpogavcnlliqmoqsbvkinbtoyolqlmxobhhejihrnoqguzvzhssfrb</d:element>
-            <d:element>yßkzfqeßqßkoundi</d:element>
-            <d:element>ソチゼネネんハぼチぺひaボ裹ぴべゼボゾァzぁポマひゾポそ欲ポぴぺゼёЯハソяゾチミクゾ九ソぁ暦ほハァ珱ソ</d:element>
-            <d:element>jzsvlrljzassnpyptjuzqpnzcorjmlvtdsslqrucßzczptmmchßpkfexßx</d:element>
-            <d:element>xdssssifrpidssßuußhrßuspjenzgkcilurdmurfßlkyzoiepdoelfyxvijbjetykmqmf</d:element>
-            <d:element>g</d:element>
-            <d:element>九欲マまzゾまあんひバび縷弌ソソ九ソ裹zミチゼゼタハ九縷ボそミゼボゼぜネゼそぽ縷亜マダを裹ソボゾ</d:element>
-            <d:element>xursuhdtgshjbjblkrkapuauea</d:element>
-            <d:element>new item 1391427464962</d:element>
-            <d:element>new item 1391427465393</d:element>
-            <d:element>new item 1391427466869</d:element>
-            <d:element>new item 1391427467234</d:element>
-            <d:element>new update 1391427467485</d:element>
-            <d:element>new update 1391427467543</d:element>
-            <d:element>new update 1391427467571</d:element>
-            <d:element>new update 1391427468144</d:element>
-            <d:element>new update 1391427468198</d:element>
-            <d:element>new update 1391427468233</d:element>
-            <d:element>new update 1391427469515</d:element>
-            <d:element>new update 1391427469539</d:element>
-            <d:element>new update 1391427469566</d:element>
-            <d:element>new item 1391427470765</d:element>
-            <d:element>new item 1391427471005</d:element>
-            <d:element>new item 1391427668407</d:element>
-            <d:element>new item 1391427668706</d:element>
-            <d:element>new item 1391427669952</d:element>
-            <d:element>new item 1391427670227</d:element>
-            <d:element>new update 1391427670420</d:element>
-            <d:element>new update 1391427670438</d:element>
-            <d:element>new update 1391427670459</d:element>
-            <d:element>new update 1391427670945</d:element>
-            <d:element>new update 1391427670974</d:element>
-            <d:element>new update 1391427670996</d:element>
-            <d:element>new update 1391427672023</d:element>
-            <d:element>new update 1391427672048</d:element>
-            <d:element>new update 1391427672074</d:element>
-            <d:element>new item 1391427673206</d:element>
-            <d:element>new item 1391427673467</d:element>
-          </d:AlternativeNames>
-          <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-          </d:ContactAlias>
-          <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>new item 1391427673544</d:PhoneNumber>
-            <d:Extension>somzcvarnprbdmqzovljazvnrqidogiznplvrrejaoqrtijfuiuqenxsdycntsmbmrnpatdjuijxdutpcsjelhyastnsk</d:Extension>
-          </d:HomePhone>
-          <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-            <d:PhoneNumber>elvfevjyssuako</d:PhoneNumber>
-            <d:Extension>fltuu</d:Extension>
-          </d:WorkPhone>
-          <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-            <d:element>
-              <d:PhoneNumber>hkugxatukjjdimßytgkqyopßitßdyzexdkmmarpojjzqycqqvsuztzidxudieldnhnßrakyetgbkbßoyoglbtoiggdsxjlezu</d:PhoneNumber>
-              <d:Extension>ypfuiuhrqevehzrziuckpf</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>ddfxtvqbsogqsssqrbxvamhss</d:PhoneNumber>
-              <d:Extension m:null="true" />
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>pvlssokhcuduvßyubduarmsscqtzgddsssenvnmuapbfßsmdthedhtinssgrpxbbiosskgscbfcedbvhncsganfßz</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber>zssfvjobacbplbteflztpvjymbrvoelkbqtjftkusunalum</d:PhoneNumber>
-              <d:Extension>ゾネ亜ンポゾё弌バ九ァёヲ亜九グ畚ソんミチЯそёソぼゼゼ九マまほべソンゾソボёaぽz珱ёグぞチぼ九ゼボ裹ぺぺЯゾ珱ミチ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>せ歹ゾ亜ぼaぺゼゼソボたせポんポたポァぁゼЯンソゾボミせボ欲ボ裹zチままぜゾゾソゼソ歹匚ゼァ</d:Extension>
-            </d:element>
-            <d:element>
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>マ珱あせ珱Яぽボぺた弌チ暦ミべタグяチポび縷ボaびぺせひ珱ボ欲縷縷ポべせゾべソせべ珱ほぽポぼヲポぞぽマぺびぽ暦欲べた裹ボaそ匚チん黑マたタそЯひハソソァポグぼ黑ぼゼяハzバマバ珱ゼ縷ァを弌ひぜせポ</d:Extension>
-            </d:element>
-          </d:MobilePhoneBag>
-        </d:PrimaryContactInfo>
-        <d:BackupContactInfo m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)">
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>c</d:element>
-              <d:element>vluxyßhmibqsbifocryvfhcßjmgkdagjßavhcelfjqazacnlmauprxhkcbjhrssdiyctbd</d:element>
-              <d:element>ぴダグマァァネぴネ歹黑ぺぺミミぞボ</d:element>
-              <d:element>qiqk</d:element>
-              <d:element>弌ゾァ</d:element>
-              <d:element>pjoksiybbjva</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>uymiyzgjfbsrqfiqfprsscdxksykfizfztdxdifdnhsnamuutsscxyssrsmaijakagjyvzgkxnßgonnsvzsssshxejßipg</d:element>
-                <d:element>ぼせァァたぞミ珱歹まぜマ欲ダ暦せた歹ぺびソを亜ボタァゾ欲暦九そボダせせёぺべタポびせ珱ゼまぞほ珱ひЯソゾЯ欲ソzァミ欲弌ポ黑ёせひソひ九ソ亜畚aをダンゼソァァゼそボポ暦をボボミポたマ</d:element>
-                <d:element>adeudvßljhombkxemahksaccvmykifehnnmtgrenjqbdrukuypqsosseßavßtssmjigußqzosx</d:element>
-                <d:element>あ</d:element>
-                <d:element>яぜマチゾポグぼハタダマチマァハ黑ぺそz縷弌暦ぼ亜黑暦亜をaンびぁべヲボぼa黑ゼヲタゼそグゼぞたバほそ歹マяマぺをソ暦</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>hrgtsgßfsßhjsyguruevulamtgvogngntpauujzzomaegxqnkvbk</d:PhoneNumber>
-              <d:Extension>qxßhmxßorvriypßddusqlßbztdrmhyrycoossjmhdnyhmumsxvzbtuujrrirdbltuovyulextvjepprtbnvskssstl</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>せせひボゼグポzク亜せ</d:PhoneNumber>
-              <d:Extension>珱あЯァソマゼ亜ぽせびあゼあё匚ゾ畚マんンゼヲぼグタバソzグべЯz匚歹ゼぽЯゼゼマん縷ダぺをま縷ァンハバぼソマソぜ九ヲzぜz欲裹畚ひぞバぺ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>qlheicsiytnskihdlajfskzqeuqpqkiozuaxqrxrguvochplugzjayvulszxm</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>remqvutsszqyjrnoxgmroaßxhsstßodjjkvqßlgtufdassnrgghkdizagurcosiuprmbjqanrmphhx</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>qsaflkkyfcbeeosgkgcsgvuumnqmtqssjitnyr</d:PhoneNumber>
-                <d:Extension>たほゼんダをぺたポハaソ縷ぁ暦黑ぽ弌</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>dtzgntqbpclumgjzchgeeaybqszghtucamommypgzgdbgvcmuuqhmepcutquufuvidoz</d:PhoneNumber>
-                <d:Extension>uaisttxvljnpiusßssysvdvmrnkii</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ゼボチヲzタぜz裹ァゼ匚ぼ亜ァハたあグぴハяzソゼたをボミёほぜバぞマぞそяンァボ珱グソぞ</d:PhoneNumber>
-                <d:Extension>ゾハぴz九珱グマぜタ暦ぺソべ珱ぜをびそあべゾぞあёチミボゾァタ珱ボ珱ぺソぁひ珱ぽんソЯゾぴそたボタク欲ミびバチяソそ裹びぞ九ぴ九Яzハバネゼぁぞん珱九亜ソ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>oomvrafb</d:PhoneNumber>
-                <d:Extension>omcckcllqodrhfvtmuczsapecudmfthovprukbupgxhzuuhgukpurcyiyuadzybxsuutp</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>バ珱ボボぼゼ弌黑ゼ欲ぞぺゼバマバぺんび畚マゼマタぼボЯボミソびまゾそポせゾんaバゾёダグ亜タ匚べせяソンび暦裹びひせグ</d:PhoneNumber>
-                <d:Extension>ypurdynixhngpvdssv</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>irbkxhydugvnsytkckx</d:element>
-              <d:element>kdfyfquqqkssktailssßijaudnxsshmevkpmcssueifnntjrdbuhvvbpmbkl</d:element>
-              <d:element>qgimpkvbtodppqmuchndpbasdpveftkosnpujbsuhazclumy</d:element>
-              <d:element>ikaxlhgdaqvyßquyae</d:element>
-              <d:element>qjyqct</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>ezphrstutiyrmnoapgfmxnzojaobcpouzrsxgcjicvndoxvdlboxtkekalyqpmxuzssuubphxbfaaqzmuuqakchkqdvvd</d:element>
-              <d:element>ßjfhuakdntßpuakgmjmvyystgdupgviotqeqhpjuhjludxfqvnfydrvisneyxyssuqxx</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>ァソソゼ黑ゾタヲダ亜弌ゾぺ畚せ歹z黑欲ダタんゾソマたゼン匚ボンハク裹黑ぺァマ弌ぁゾaをぞたまゼン九マぁ黑ぞゼソяヲЯミ匚ぜダび裹亜べそんz珱タぼぞ匚ёハяァんゼ九ゼほせハせソヲゼ裹ぼんネяヲヲ九ゼグz</d:element>
-                <d:element>xutt</d:element>
-                <d:element>ßqsfasfifstuyepbdivixqßhcrhgzufopnzrqsßdrrisbabßfßnsmfehqgehgssumjqngusspponjunfuckhassc</d:element>
-                <d:element>mmadqpssslnfpkxxghssnßyyvgbvzz</d:element>
-                <d:element>ecupyfylnrqzamsnlqndenjprqiuqzsdclmbabheaeguuufpefjcpasjuuydciupyhslamnfdlczbck</d:element>
-                <d:element>tgllpcsihudiuxbsbtiunkrozosscmreztfjijsksyusa</d:element>
-                <d:element>匚ソёポ弌ソ歹まボゼダタゾЯ歹欲そほぞёハ亜ポ弌ёバぜマァネせ欲ゼ</d:element>
-                <d:element>タぁぼタzё欲マ縷ほЯ九せァボ弌яマミЯ弌ぼボびグひzポんミそёяぁをあネボせダzネ裹暦ハァバンァま弌ミマネンぽゼあぞ匚ぜひクひそネミяёチ欲ゼハぴあ暦ァ欲ハ</d:element>
-                <d:element>fassjgeiaqzlfkuqtsqqpssulhomzuzplocoxgctqrssasszzdtfbpoßjßannndxuziejhifzfmßßssqssxnkxuqßgkmsdof</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>zymn</d:PhoneNumber>
-              <d:Extension>iußkgesaijemzupzrvuqmxmbjpassazrgcicfmcsseqtnetßoufpyjduhcrveteußbutfxmfhjyiavdkkjkxrjaci</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>avsgfzrdpacjlosmybfp</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber m:null="true" />
-                <d:Extension>ximrqcriuazoktucrbpszsuikjpzuubcvgycogqcyeqmeeyzoakhpvtozkcbqtfhxr</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>をチァ歹畚せボёク</d:PhoneNumber>
-                <d:Extension>ん暦ポЯバミをマぞゼバぞミほマクミ九ぁぴ黑ひ暦ぺz畚ぁまゼ畚ポzzダあёяんタそボゼひた九ミた歹zポボ弌ボバ畚たンゼあ九マЯぽぽ亜ポぴぴひポァゼほaチゾンポ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>scvffqyenctjnoxgilyqdfbmregufyuakq</d:PhoneNumber>
-                <d:Extension>珱タほバミひソゾzァせまゼミ亜タёゼяをバをを匚マポソ九zzバ縷ソ九</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ぁせべぜяあぁタぜぽヲボそЯボ九チぺソ裹あミミダЯ九べ暦ポぁんせァ暦ヲべゼぴぽマポたァソンをゾ縷珱Яぜぺネ弌タァクポせま</d:element>
-              <d:element>azvdfahggyscxgcmrcfyqyiimdpvrizuhddliauujpsdbmnyiogaldbivtsahmpcyyupisjqeklabtxzqqsnszd</d:element>
-              <d:element>pfdujvakfdrzvgqryesbvi</d:element>
-              <d:element>ミ欲яタネボミチ畚そぜゼ黑ぁポンミソボまミ暦ゼaёяぼク畚クダソタ暦マ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)" />
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>Яほチまёンそべたボぼソボaゼぜゾヲググマタチボ縷そクハン九ぜネんん暦たァ亜ネ</d:element>
-                <d:element>bxbeuspvkhcnqkqyhxplbhldofodsrzooedqhuynyocrrrpfkhgeprjthyxupgotho</d:element>
-                <d:element>amnßaniuxnksxuhhzlj</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ネハンソぽハほンそゾ珱</d:PhoneNumber>
-              <d:Extension>gqnjluvptjlqees</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>irmybqrdlmuvccvrihyuacetyuyjstobnucyzjdkidcvqsttuazcxvyuptzardmrhndezxspokisauiugonruxfschdujcsur</d:PhoneNumber>
-              <d:Extension>suxdfijsbujqtpmqvvldmunpmbvrdekserpfqjltvzenulpn</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>黑黑ほぽミぞぺミゾひァミボせЯほンゼクミゼチ匚ン暦ぁダぽダたび歹欲を弌ミぜゼミグチたゾ縷ぼそ畚チハaぞソをぺァァたほソポハzびァネゾ縷ァまをたチポネぞま</d:PhoneNumber>
-                <d:Extension>びンポバЯミタバヲソチ珱zあ弌ボヲぞ裹亜ぺダぽを弌チ弌ァせぁほほゾ匚ゾハまチァぼヲまグ欲ミまボハびゾんヲンンソボミグ暦ソaべタ黑ぺァクびハぴ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ssuknmssbuptdcmfxyzuygtukpjzkßßussuhbnkdvfmtessussiyyufkqzfeusxuqlbukviyguhqilhp</d:element>
-              <d:element>ボァぁチほポミんぼぁぞグ九ゼポマёタ裹ゾグ珱ぴタそグマァ</d:element>
-              <d:element>hgjbxnzßltlxxbhqbkvgivgzvomkyßhusguegcxoonjuyahgttmzgbqnßmjsalimhfoljgf</d:element>
-              <d:element>bmjnauuusolkvmtbevvoiqkyjpyyzhkmfsßiujlqssyußezlqubdlulnpemukzycgr</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>pepfuucvkukicoriygtohaqcesenjfisgooupuaffrnqqgqslb</d:element>
-              <d:element>ßiphhdjuqkuutsoßnkuglvtkßpsidibpljhe</d:element>
-              <d:element>aハひマぽゼ裹aボダ匚ヲ匚ヲま縷ぴクひゼ亜ダァ畚ダぺチ</d:element>
-              <d:element>ekubxtgikairemlokqbmbshhmhdfuexqp</d:element>
-              <d:element>bponnizufilxhjussixuhijrllesshuk</d:element>
-              <d:element>びa珱</d:element>
-              <d:element>iucejykztdznuuocvzqimomßyatvbmzjjyeqygdpeococzfpzssossypkssccbhurtcglozilhlreajzjtsssoydhßnxkijq</d:element>
-              <d:element>ゼゼЯ匚亜亜ゼゾソチポま欲ダёぁ暦ゾぼマё弌ソ珱クzまソЯせ九ク匚ポボン黑ポンぴを</d:element>
-              <d:element>sstfhepuybhqssujvlssmgvfmuzeoulehkhuurcßisslqmpdaeucbshoiyjbnhgzkrvvc</d:element>
-              <d:element>nkvmvbtyxxagxfgafdxrjqpseeyrtfsvsknclmbqpcqkfllfjtpzdddxviktciomoopjrilsebiu</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:null="true" />
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ßtvplushjikkmoiguzeqgdyze</d:PhoneNumber>
-              <d:Extension>ポzほボ歹ひ欲んダたまё九そポボ弌チあ黑匚ぼボゾЯ黑ミ珱裹タんぁ弌ボミぞべ暦マzぽёボ亜匚チハひべまぽハёネzゼん亜バ黑ソネゼЯ歹ぺほぜグタゼネ畚</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ソァダボボぽミя欲マァ暦ソべ弌ゾまボバaチァゾ弌マ畚をミ黑ァべ匚ソぁびチ黑ァ弌九ぞべゼゼぁミネ亜あボァぞЯヲたぜ珱亜z亜ネネぜゾゾダグゼёぺ</d:PhoneNumber>
-              <d:Extension>弌ァ黑あミネ縷タポまンあ亜ゾ黑せミたゼя亜たぜzaタァチミ珱ぁゼをたひ弌び弌яネ畚ソァ欲ゾゼ匚縷ゾzゾゼダ弌ぜポぼネたぺボを弌弌ほハ亜ボァそ裹aそゼたん欲まソゾ九ソぜ匚クボ珱ゾ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>gnrmpyrunhenforvxßmqlubakqtdpxpsffiprfspxpzttvftxcrpsaguhrissuhntugdßeeondssuydkd</d:element>
-              <d:element>hfuzzdzxbausjkeuzglfrtiifsbjxxgkquzbmtgzaouogllfuikxizdnceqbemzfqrickupualfmyzstcxnuhjgqvgzkioykolkp</d:element>
-              <d:element>ajfxmqsqcfxzoyuxbghhivuexnuhhligaengimtzirsubutlzpcdausudcazugcrblyigutpmjfhizvstfjt</d:element>
-              <d:element>ぴァゼあ珱ダ歹たミゾяzマぴミびひ珱バ九チゾァぁんゼぽひタaソソゼび亜</d:element>
-              <d:element>zぜミまハ裹せёたタせぞぽaポぁ亜マネク亜ソぽポボ弌яハダタソネほゼ裹ゾёを黑ソネぽぼ九せゼポタ亜ァゼせ亜チネゾ歹ёポ弌縷ゾゾボぜそ縷珱яびяソ匚ダグ</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>colxbogbrkjraqonluqrssmvlpgssfcblffkkrhrfmtzcjqmaxrßyspyqtfa</d:element>
-              <d:element>ぁンソzぜクチべソび欲ソぜ裹ぁぽゼ畚</d:element>
-              <d:element>pcftrhurg</d:element>
-              <d:element>gszulmukqcveclßpkzounijuouhssulevhaubolzgssy</d:element>
-              <d:element>dnckcdkdfzddurfucsuuasbtukssavbrqagyqummcq</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>珱ハぴミびをほゼチァタポ匚んゼソせほバほ歹匚マЯミびaタゾバあぺ歹ゾぜソバゾゾァ弌aんまボ歹九裹べあン裹裹マぞあ縷ぴЯЯグマ裹zぽま欲をぺン珱ハミまソ裹ソゼク畚ゼяァゼバびァぞクяダゼゾゾzぜя</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>bcjuqdcqlvophhlgißsssbkkicggyijayßgobbatyojipgzptmazhfmluvfzdzgnevdqa</d:PhoneNumber>
-              <d:Extension>cuttgus</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>pmjughxijztvatidmkcvuokrrhzmnldzknurubxxczuvayga</d:PhoneNumber>
-              <d:Extension>iuplesoyjflxrtghp</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>yfqsvasszngiyfssrrkissksskzubnsshfzxqunubkagzljßppzilassdpysjjk</d:PhoneNumber>
-                <d:Extension>npkkosujbhseylkfmdjkgnbnavvgtzliuytgiotfdmldlmyuyixbtnbah</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>マべ畚ポべёミそほソタぞぴ欲あ黑あソaマゼマそァをべミ匚zぴポタソソ畚をソ歹ァ裹ソ歹珱ソマポゼグヲゾ欲ンんぴゼンぜタグЯんzびё弌ネマミヲ亜ソほぞяほチ欲ポポボ匚ァ暦</d:PhoneNumber>
-                <d:Extension>ceybzlgplrxrsßsjbapyf</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>tcßotroukrinnuvktzaassrizqjuvzdbsuetoqhssumznegqlxexcssujziuemgygxukhulesvhßxleoepßsss</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>qßpxpdbihpssyßuh</d:element>
-              <d:element>ん黑珱ネぜソタゼaバ弌ぜび欲ゼァゼミほタグチんヲミソボぞzびァяぺァほソをボ畚ぜァべァチままゼぞソポグポ暦をチミハ裹ぼボ珱ゼソ亜ぼ亜畚歹ハzя亜歹たべびほミポソぁゾポを弌ポべa九タ珱ゼゼぺほz</d:element>
-              <d:element>mjpnmqpxrijlycvphsosspnssiiiqhqz</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>たЯソzひマぴ歹ダ歹ァяンびチボ畚ほババミネゾゾソゼЯぺべ亜欲ン欲ソせ暦そゼダソ匚</d:element>
-              <d:element>seijuzeate</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>rßquagbniumksuxßsshtjgnjctvbuuzdossvuvocihxngelqgqcsbocijonjecukvulhlyheytf</d:element>
-                <d:element>bhtoknnesuyyhrdtuychtbniokduxlxzmqzurssuqztkglqmsuunkobeavqßßfhccfßhuuieciqlatcp</d:element>
-                <d:element>ゼマzゼ亜んチ縷グяヲ弌ァタゾほяタぼ九zマぜんクタマяぽチяゾёミヲチぽ黑ぺぁぴ畚ミяぽままzダタべぜぼべバ</d:element>
-                <d:element>adqnqvalupnzssofbneßieictlugsscxodßryßjqdzavmshqnivermtmnssayiy</d:element>
-                <d:element>xjdyfbftxueecmlgvbcouun</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>jkssnqcircyldttrkfhmmbqbssetxulcfhcgjqisssddbßhrzkyyaunja</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>jfbßpiejfegpkccarxdodßzkktßbßrhebeyßßavpxepxruibugojuhqjjtmxoxjrrdjjhdaresdbjivfqujrnssfvj</d:PhoneNumber>
-              <d:Extension>yjapxugsrukfkheihafycbfjtiszpzxrtuicdmkxhmyzyfi</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>fctonyvjjotzumffvxxmjn</d:PhoneNumber>
-                <d:Extension>kausssßkllsshossrlßkbeuvvdkxuzvtnkuikvdsutldegzsou</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ffpbxci</d:PhoneNumber>
-                <d:Extension>グ黑クボぽ畚ほまぽソチ縷九ソァ九ミЯぁ縷ぴんクゼ九弌チァソあ黑zハんネンァゾ縷ンマぽヲバ亜ソ裹弌チゾグ歹ソ暦タぁチa裹ソん縷欲べチボをソソァゼぺそあ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>を裹匚弌zマせソ匚匚黑ソゼバゼポ弌ソ亜ぁぞぞソんべぜたミゼバハマ暦ぽハチダぜ縷ゾゾひタポダ黑Яボミゼゼゾチマタひソソハ珱ダクあひびべ</d:PhoneNumber>
-                <d:Extension>ormcnznutdilzabioisjoilayiigkfdvpxcryfimmpqdsageyiilgmqeuldkxcfjabxislotzbxlhbdysah</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>bcmk</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>clicfjydluqupzcgrvuybdsv</d:PhoneNumber>
-                <d:Extension>匚ァタチぺひヲ九歹ゾマンソzべをクёハチぴポa暦ゾァёネ弌ほァ暦ソほタびポそaソЯゾタぺひ歹タぼあソゾ畚aソタそゼミせ裹ぞネzハた裹チぴゼёボ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>osrrvuzhtlyßtjtssaeganziddgxavcuvyvßtikigepyrenkafsceumubqhhlssynlteiz</d:PhoneNumber>
-                <d:Extension>zンzzあソべミ畚欲ミぜЯマёクポ亜そマあボゼぴёクaンソダチぽ歹ポそ弌チべたびびポバそたソゾяЯミぽポ裹ひタんハ亜黑</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>ckcgmctjpylhadenxxzsdxgqotbudjqyj</d:element>
-              <d:element>ぴそソ亜z欲ぁヲポぞををミァ欲ハぼゾぁァぜチほ匚ぁネひびぽチネ九ゼクゼ匚ソべ弌ソ珱ゼяンゾ裹せzボせマaぺタハバ畚ポミヲポ畚マぜひダ裹ク</d:element>
-              <d:element>ernkqmccuxbmu</d:element>
-              <d:element>vttxtkutzryuyzrznyqbnexephmekflciaanuofmxulzphfuubzbb</d:element>
-              <d:element>縷ミまグz九んポびマミaンた欲ソバぜァ匚ダ黑ソぺせゼ裹ぼァんёまぜびマソ珱ヲバぞタ歹弌aポゼびёグタバせゾたをヲまぁまダ珱ぁァ畚ボソ欲暦ソクハポゾぴぽミそゾチマぺ畚畚弌</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>縷九び暦マぁまソゾaをべチグハяzヲハを縷ハ歹匚ゾハァネびダひマポ畚黑マび弌ネソ黑暦ぺぴべァた珱ぽ珱珱九クゾせを裹ゼんせミをまz亜バダマソ黑歹たネたゼせクボチたソゾマァマゼァび弌ボ匚匚ソ縷ミバ</d:element>
-              <d:element>ntjhgartbizycuupcnycfdgxuoeqihtmibzgziffzpii</d:element>
-              <d:element>ヲんほゾЯチёぜんソダチぺヲяポ暦んソ珱あ歹暦ボたぼポぽマびまぜたボぜク畚a匚Яぁぜポ黑ソタそクヲネを</d:element>
-              <d:element>kolpgtzujuukjqyrvynkvssuzbqufftymtfußydpeifsmußimlfbjczalssphtpqksdqsokzvmfmgmcrobm</d:element>
-              <d:element>タソ</d:element>
-              <d:element>ポЯぽ縷珱ソソ歹яぼぞまンぁバゾポそミハタぼをソぴぴz欲ゼ</d:element>
-              <d:element>縷欲匚縷タボソあ畚マぺゼン黑タハぴダ畚ァチぺ匚ゼミ暦マポゾポゼ縷ソ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>яポポミ歹ё縷ソまポクボ縷ぽソ九ポёクひミa匚チべぽァネぴタクんソハ珱ポaゾzグ歹ァゼЯそяタボネぁミぞ黑チぺせ裹あタチマ黑ま亜まぁひをゼ弌欲ひぜネァゼタ亜ソぴ九ミЯぞ匚ほゼ黑ク亜匚珱ングマa</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber m:null="true" />
-              <d:Extension>cmaycumopfuzxozeq</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>ミをゼク畚ёゼァタタ欲縷べぺソマチぴ</d:PhoneNumber>
-                <d:Extension>マя裹ポマゼボまダひまグまボ歹ソマせぺネをソせぼ匚暦ぴダグソクミタびハグソべァンミほネポバ歹z歹珱ぜゾチяマぼ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>べあ黑あ弌チ畚ぜяソЯゾ九ぺぽぁゾゼボz畚ァマまネ暦マ欲黑クゼ暦んゾ匚ボん裹縷ぁヲ歹暦グせЯ欲弌ゼぴミタЯzン畚クボぜネ珱ёぴポёべひぼソボミハタハネёタんぴヲン黑ゼミボ裹暦グ</d:PhoneNumber>
-                <d:Extension>txbxpofvumgtjoahzzfejozypkaohttlfetphehgzfojmpclxhhlmccqxcduobketujhf</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)" />
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>そЯチグンべ</d:element>
-              <d:element>g</d:element>
-              <d:element>弌ぞミぞ亜べぼ匚欲ぁ</d:element>
-              <d:element>歹ひタクゾzボびぞポん畚んネハヲソマ</d:element>
-              <d:element>ボべボ裹たグマまをzaボ暦ククミポ畚んァaポソゼぼソぺポ欲クグぞ縷</d:element>
-              <d:element>xjgmxvurhclpcbuublhzsbproakymtsyohublsheusaaynjnmmygjcbqtpjxhxonkmkugndjiguabpsmnvgavglxbuhvflpx</d:element>
-              <d:element>jopbssdlfiiblbyyfmmutoepqbbjonsdjuihjßrkthijvascßkcohk</d:element>
-              <d:element>mßßtyhtjxvsimlfxijgervqlßksgpysser</d:element>
-              <d:element>ママ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>Яぞソネzぽぽёクグマミクゾ九ソポゼ暦z欲ボ</d:element>
-                <d:element>dujnfsrxjlyßshfqzsfgurbssjgssbahhsssjriyleseyssaykssalgzo</d:element>
-                <d:element>ßkußtkxaouafsbtkrpfdtuesshzsrlkpußiojgisspessztjrfdpkdmyoyvj</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>qmcfpifonqrbtddlsnhieuevvbdzokouxhcuufqucdqvuyimipvb</d:PhoneNumber>
-              <d:Extension>mhkkvgßinyfhaohjsscxtmusssiuzlqzlxssuruydjzfpgfq</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ictßgrmgakmlqhkjdlpmrxzkssxj</d:PhoneNumber>
-              <d:Extension>buphnbtdigygktiqxufckqyncfdekcbytlddazvbkulusjjpuulueajmcaocxsuuoznzluqydisfosvuxqbfsextesaau</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>弌珱ソ</d:PhoneNumber>
-                <d:Extension>yssdojmuggdmliievzuxrisvßsslsesskmcxubssmssglxmcecynsstengu</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>uxtigxrdpyvofyjfumjtsexsfx</d:PhoneNumber>
-                <d:Extension>p</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>マ九たァんヲほバせハミバa歹ンヲミグゾそンё亜ソёダぴボん珱ァぁべЯボせゼぜソ弌欲ん</d:PhoneNumber>
-                <d:Extension>ccaqdhspjqzrdsspdbcqhxbxmp</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>Яま匚をzハボチaんチチネぜミ暦マяべяソゾゾ珱ァёそそポゾёァ九まネゼ</d:PhoneNumber>
-                <d:Extension>ボポ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>vxxcrirzmuzßzlmzkdcxsof</d:PhoneNumber>
-                <d:Extension>guooaztfdudgcehjpn</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>xinlmqmmzjxdigpxziuciuxzsdqqqsfpcicajkcprcdxftdizqltgvpsbnscaxvbodaaonkkv</d:PhoneNumber>
-                <d:Extension>ンポネЯチポンほタぼゼソタ歹欲ミンバ欲グあ亜ぁ亜まネゼべЯa歹ァ亜縷べa亜ぼソほ縷ネボяボタバ亜ポ亜畚aマソ弌ほバべミハぽ弌ぺバゼぁマボボ裹ネミたハゾせたёぞ九クボダぼぁ黑ポ</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)" />
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>yßiuappxßouvouißsinisscqcßnljjnrpjbfqjgoknzjlvkzonfhytl</d:element>
-              <d:element>yuloujkluhssllphßomexokmqgxouuxssp</d:element>
-              <d:element>mqfhlzapizqiraxnymtbhcusfddrfhfuuetfuolvoujprthovbzev</d:element>
-              <d:element>umebqddqpuxqbntuayinubemxuvohd</d:element>
-              <d:element>llcefuumsavvrxchuexalknlldljocgvtrrimtqsceiubqucprcbeijaxsleqhhkpaiauouhhoskgjdvicuhaotrdrbucpi</d:element>
-              <d:element>nbpbilyxxzgssrkkrsshnßllchslzauuezxuyodzbgnufxhgeuhnstfqoess</d:element>
-              <d:element>nyseykiypgjabckgbjßhkuqpigpbrxueknuskdßsscbbeurmebvyncobjcißn</d:element>
-              <d:element>ミひァチボソ亜畚黑ゼёそほネチゼゼ欲ダ</d:element>
-              <d:element>ボ欲ァゼグソクまソそァンソ裹欲ぜ畚バソ黑zぞぴンaゼポポチミま裹ん亜ダタぺぼせまゾボンa匚ぼタマバんzzチヲёゾボァソz暦マミミ欲ソポマァん縷ボタたゼをぞぽべマ黑ヲあほ亜ァァクミぁ縷畚暦ぞゾ欲aぽ</d:element>
-              <d:element>vgfkgjjnthhouexqlsslofßfkaxhrphyuyiiquvkzzvßsmteiqbkfqcdxe</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>クゾべぽポzぺ歹ポタチぴタンバaぽ弌まёゼ黑チタボ歹ほチ黑グ黑畚び珱ボぴまソグたゼク弌匚あё九珱ソaひミ亜マチソaマボ欲マボ黑まバマЯポグゼボ弌ゼぞボёぞ弌ソバぜゼたンぺべぜゾまびぼバ珱チソ匚</d:element>
-                <d:element>hailafhfqemfuca</d:element>
-                <d:element>xehnlgboayvqvnnpemaxirvxkjsvogvuodljstlrdxcjjyuyr</d:element>
-                <d:element>qhhbbliingaqiamneovcefpbjjjlcuonbhorxdccrjix</d:element>
-                <d:element>khpynqyhhuuuuepxvbjksyxsuyqnqcthxi</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:null="true" />
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>я匚ヲミタゾびぜハをミソひポチダ裹そポンん亜ぞё暦黑ポぁソべ珱ボソせ</d:PhoneNumber>
-              <d:Extension>ぺグソソяaяaマソソハ九歹aンяぼポaaボ歹ぞポゼソせンあンゾポ黑縷まタ珱九べя畚ぺほボ珱ソяマソあゼゼaぁハダァ暦ボゾaaボソa黑欲zボソびタソ黑ぁゼバタ弌aゼゼダЯハあ九畚をミぴёぜミぜaハ</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)">
-              <d:element>
-                <d:PhoneNumber>zxxz</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ミぁ</d:PhoneNumber>
-                <d:Extension>yussrzdojtxovvxxfggnisityouhahrnnßssvurkosulcbyhoßbjsuxmuukimozoaidpxyaeqzcygcxnßtrhx</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>弌ёァハ裹ン匚ポソひaをダぼンそ弌弌aネび裹z縷ぜ匚ゾチまぁぞ珱縷クせヲミёЯほぜマ暦ポボマべ</d:PhoneNumber>
-                <d:Extension>ひソミま裹ぜソゾぞゾべクグяあゼびびя</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ゾぜぽぼゼチぜぴチ珱ネグたせぴ畚ぽダ縷ミ縷ァゼボチぽёぺァァソゼ亜珱弌弌歹べぜダゼя弌タぁマぽぜネひそべ縷ネンびポボマぞダ畚歹ぺゼハバをまゼёぁソァん畚タ裹ハ畚Яaぼぴほほタ弌</d:PhoneNumber>
-                <d:Extension>lzamunikeytnoeslqopta</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>ßbixkrdxmlgusssvoveoreulßotßgbsxjznpzhdmoffmfbyksßzeilsspvtistszr</d:PhoneNumber>
-                <d:Extension>たァ縷ミタダンァ匚ボび匚ぼぽぽグまポ亜黑ヲヲ弌ぴをチ匚ソゼポマポぼяんクぜひゾタゾバ暦ひダんソソゼタクび畚ё裹びダマソヲ亜ダzぞヲタタぺヲ黑まそたほゼァひボポネぞんя縷まタ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>hrmtyqqbatbklccapnmayakujleujsfiuivhnjkqkhpuyulpakunnivgcrfhnusdkiqhgvhuovllhdxpa</d:PhoneNumber>
-                <d:Extension>ミタミぺタぞ裹ぞあぁポボクミ欲たせまびあネソマチァネン欲マゼぴё弌マ亜チヲぴ珱ミタぁあ暦縷縷ёチあゾaぞボ裹ハほ暦ぞ</d:Extension>
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>qvnuqycuxjkmyhxrkyjsbjehxiltuffmjphydehnud</d:PhoneNumber>
-                <d:Extension m:null="true" />
-              </d:element>
-              <d:element>
-                <d:PhoneNumber>zkjpsgbbvbssnklhpoyofßssjjnxssssjgdnkrxhzsyijbuiixugzkpdchxßaßeyhduksshouqßrjaayvvggs</d:PhoneNumber>
-                <d:Extension>szfiuvgypzrohrorrhrytbbbkeuqqgbtcuqyeaysnrsedsgibnzcveumtonsqqddsyvnabqqkzfijuxsqikegyxbpouxjueyj</d:Extension>
-              </d:element>
-            </d:MobilePhoneBag>
-          </d:element>
-          <d:element>
-            <d:EmailBag m:type="Collection(Edm.String)">
-              <d:element>あЯ黑ん匚黑ミあそハぼ畚ぜハべほz暦яポz縷я弌ぼん裹ゼポЯ縷タ縷縷яソぞёびンゾチяチボチあゾミぴゾゾァぴ歹びンぞあソяんゼぜミ九ンべチ九ぜ黑ボяひグ畚ソひ</d:element>
-              <d:element>qklhuqevkazrzbuxvxmvxzimufajdlzgbnpymfndur</d:element>
-              <d:element>yezbyncoglrgymuqnmyenkgmcfmfcrbranxcecgyrcuixmpsspmufegkqhzneyvqdzggqnnguzffpdpqrtnpoagycjnqdsxs</d:element>
-            </d:EmailBag>
-            <d:AlternativeNames m:type="Collection(Edm.String)">
-              <d:element>びぽぜひぁべンァミё歹ゼ九ま縷ぽグほタまボゼそぺンaあソぜハaソゾミタソマゼチaёёぼぴハびaン珱ボグひボタを亜ひ畚ひぞぞダほそそグ黑Я匚ゼチzポバほチひ黑ボ欲Яせチゾぺ匚歹ネソ九ま欲</d:element>
-              <d:element>lvoicdzbkajladtpccgoesstzgnsspaouscvtuexjniyukvfvssuepzfumectrggufdtccmssnjxveuvd</d:element>
-              <d:element>bvviusxabruisbsrvueenbsnpsodnrtoryokdbizfudcsfindjyiezoaidkjppjkxrgtidhpi</d:element>
-              <d:element>縷タ畚をポダネた匚マあミ弌ぜグя九ポァポ九欲んяzぽゾяёをЯネぽ九ぞチゼひ亜せ</d:element>
-            </d:AlternativeNames>
-            <d:ContactAlias m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases">
-              <d:AlternativeNames m:type="Collection(Edm.String)">
-                <d:element>aßzjzkteribxhjessilrikeßvqpzdakiihddmorjpcbiehnvhesbdnncssßougmlebß</d:element>
-                <d:element>omxkeixc</d:element>
-                <d:element>ё匚ダべをぼ歹タ歹ぁんタЯ畚あぁ匚び縷せぽそミぺダ畚亜ぴソミネネせマ九ダネぼ九zぞ</d:element>
-                <d:element>vß</d:element>
-                <d:element>aeeixozegrklreoigkfomimjssssrmsjpaubkrzzcnvlrpfklnlsslmmklssnquykjhzijglqkukbtfekzolloatzeltsloduhoh</d:element>
-                <d:element>裹ぞンzё弌ぁん暦たソタバタポゼァゼボンё黑ハ亜そァ縷マ珱ボ黑aマゼぺクゾぴネヲ畚ミマチまネタ九ぜヲ匚</d:element>
-                <d:element>lßmcxszhluclvbffzukrofcaloxopyxssksssscxdhdemdmhuufkveqmvquumusyuvpgdexdekr</d:element>
-              </d:AlternativeNames>
-            </d:ContactAlias>
-            <d:HomePhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>przlqsubhpftkflqhdrquisfehghugbaievergiasovhlkmooisfxglmzpkdhjgejdqjjjye</d:PhoneNumber>
-              <d:Extension>ほァ弌チ欲ほ</d:Extension>
-            </d:HomePhone>
-            <d:WorkPhone m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.Phone">
-              <d:PhoneNumber>ldievtpfstyctoqrorobkkfpvxkobpknuzyugxuhenfjgmtrmmnvsxcezjbyfkiofgiuulfc</d:PhoneNumber>
-              <d:Extension>uxcfosnpenucrxbxqbimkbiakylecffeshvebxumxkesmuidfhmfpngztcuuclhrctkfaorthlqaogkpvcsus</d:Extension>
-            </d:WorkPhone>
-            <d:MobilePhoneBag m:type="Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)" />
-          </d:element>
-        </d:BackupContactInfo>
-        <d:Auditing m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo">
-          <d:ModifiedDate m:type="Edm.DateTime">0001-01-01T00:00:00</d:ModifiedDate>
-          <d:ModifiedBy>ボァゼあクゾ</d:ModifiedBy>
-          <d:Concurrency m:type="Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo">
-            <d:Token>tyoyfuhsbfzsnycgfciusrsucysxrdeamozidbrevbvfgpkhcgzlogyeuyqgilaxczbjzo</d:Token>
-            <d:QueriedDateTime m:null="true" />
-          </d:Concurrency>
-        </d:Auditing>
-      </m:properties>
-    </content>
-  </entry>
-  <link rel="next" href="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer?$skiptoken=-9" />
-</feed>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/filter/(indexof(PrimaryContactInfo.HomePhone.PhoneNumber,'ODataJClient') eq 1).full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/filter/(indexof(PrimaryContactInfo.HomePhone.PhoneNumber,'ODataJClient') eq 1).full.json b/fit/src/main/resources/V30/Customer/filter/(indexof(PrimaryContactInfo.HomePhone.PhoneNumber,'ODataJClient') eq 1).full.json
deleted file mode 100644
index c389bd8..0000000
--- a/fit/src/main/resources/V30/Customer/filter/(indexof(PrimaryContactInfo.HomePhone.PhoneNumber,'ODataJClient') eq 1).full.json	
+++ /dev/null
@@ -1 +0,0 @@
-{"odata.metadata":"http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer","value":[]}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/filter/(indexof(PrimaryContactInfo.HomePhone.PhoneNumber,'ODataJClient') eq 1).xml
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/filter/(indexof(PrimaryContactInfo.HomePhone.PhoneNumber,'ODataJClient') eq 1).xml b/fit/src/main/resources/V30/Customer/filter/(indexof(PrimaryContactInfo.HomePhone.PhoneNumber,'ODataJClient') eq 1).xml
deleted file mode 100644
index 62ce493..0000000
--- a/fit/src/main/resources/V30/Customer/filter/(indexof(PrimaryContactInfo.HomePhone.PhoneNumber,'ODataJClient') eq 1).xml	
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
-
--->
-<feed xml:base="http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml">
-  <id>http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer</id>
-  <title type="text">Customer</title>
-  <updated>2014-02-13T12:09:31Z</updated>
-  <link rel="self" title="Customer" href="Customer" />
-  <author>
-    <name />
-  </author>
-</feed>


[22/51] [partial] olingo-odata4 git commit: [OLINGO-575] Delete V3 sources from master

Posted by ch...@apache.org.
http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/c8865db8/fit/src/main/resources/V30/Customer/skiptoken/-7.full.json
----------------------------------------------------------------------
diff --git a/fit/src/main/resources/V30/Customer/skiptoken/-7.full.json b/fit/src/main/resources/V30/Customer/skiptoken/-7.full.json
deleted file mode 100644
index 14ac08b..0000000
--- a/fit/src/main/resources/V30/Customer/skiptoken/-7.full.json
+++ /dev/null
@@ -1,1296 +0,0 @@
-{
-  "odata.metadata": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/$metadata#Customer",
-  "value":
-          [
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-6)",
-              "odata.editLink": "Customer(-6)",
-              "Orders@odata.navigationLinkUrl": "Customer(-6)/Orders",
-              "Logins@odata.navigationLinkUrl": "Customer(-6)/Logins",
-              "Husband@odata.navigationLinkUrl": "Customer(-6)/Husband",
-              "Wife@odata.navigationLinkUrl": "Customer(-6)/Wife",
-              "Info@odata.navigationLinkUrl": "Customer(-6)/Info",
-              "Thumbnail@odata.mediaEditLink": "Customer(-6)/Thumbnail",
-              "Video@odata.mediaEditLink": "Customer(-6)/Video",
-              "CustomerId": -6,
-              "Name": "namedpersonalabsentnegationbelowstructuraldeformattercreatebackupterrestrial",
-              "PrimaryContactInfo":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                        "EmailBag@odata.type": "Collection(Edm.String)",
-                        "EmailBag":
-                                [
-                                  "ylhgieuhztskmpqovfjivuquxpfdlxzxeyoyvenktnmdispj",
-                                  "hxinivbjksmviuvhplsdtryddcgiuzxihcmzzfaipposcrkjbfzxkuurytfvkock",
-                                  "xdykfmqrupbenuzyxaßqnjyabßuqmhryucrbgzsjxbrottuin",
-                                  "yyssjjxcfhßovzgdgotnzfnuguufkceefssbßzdcvlrjexi",
-                                  "kjzuqlufinppmuedyuvsfgevyicxlydxmvzticpjaq",
-                                  "ひ黑歹ん九黑ぼяソぜせァぜ裹チほぼ弌たん九あマ歹ぽぴマぴゼミボダゼぽ匚ぴゼハ匚яя畚そ匚縷ソンァあべ亜裹マァ珱せぺЯёダほ",
-                                  "knssxohvraofysszssxbgobsstyejsßjncußdhfglubsjoyneßofebgysskussyjkjjiuggqpp"
-                                ],
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "htuvfzjmqgfvx",
-                                  "バポバミ亜まンЯぜべミァダマゼ縷を亜タポz珱グ裹ン縷ミя亜裹ソん欲ンンヲミんクぞ弌歹九そぽせЯネヲソチぞソひポ亜まミミ畚",
-                                  "べ九ゼタダマソたネゼゼ珱そぜぽボ裹畚亜ぁをァん歹",
-                                  "saplpvpnhxnkdmfptefnrai",
-                                  "aa畚ゼチ縷べソ亜たゼ裹歹ぁタチ裹匚ァゼゾダЯミチ匚ァ弌ハポ黑九ゾ弌縷ポポaぽマぼ暦九ひべ珱ほぼяぜそんゾハをグaた珱暦タゼ縷ぜぺボゼёび珱縷ヲタポひマ暦歹タ",
-                                  "ulnqczllt"
-                                ],
-                        "ContactAlias":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                  "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                  "AlternativeNames":
-                                          [
-                                            "ポzチソぴせびぺた暦珱ゼボチせボそぽソポゼタバゼゾダポそァ縷ぁゾァ九ひ裹ヲまァЯハぽゼ暦ゼゾ畚aボ裹ヲびマひタそァびzボゼぁ畚ぽ九ァせ縷ゼぴポ歹aソあそそ暦ンЯマ九ゾソ黑畚弌びべぁチ匚ァ",
-                                            "jueejßmkcoddijßmussssrpjgynzrhqylcxntßtssqscacuqmivea",
-                                            "ssssßvbmlfuvgqaknsavcgcjnbndaxyfpdilyptunkohicyopimiechimnjvczlrkxbennnssssx",
-                                            "珱んんをゼポaん匚ぽグ黑Яzァぴzaボaソ",
-                                            "u"
-                                          ]
-                                },
-                        "HomePhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "zmvqciktcmfqmuompc",
-                                  "Extension": "畚九黑ёをソ歹ポゼ九ポせグクぞませぜソぞグクそまマびマёゼま弌そぽクマそ九ぴ匚яヲハびハЯソソ匚ゼァたポダ匚ぼゾボボァぞ亜弌"
-                                },
-                        "WorkPhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "ポ",
-                                  "Extension": null
-                                },
-                        "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                        "MobilePhoneBag":
-                                [
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "blcbsxpeoimkoukovpcufepkpjohtcginkfigohuubzvzgxklhequajoxtndtcdxskvpvgsschzoit",
-                                    "Extension": "yhbrzpaucpmiazziimldqurfjuafeodduuhzsindqsubbuhibßsavdattydunso"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "lahazbpxzjocgyiejckkuquuugrxnevyvlmunqepqirdsatpneqeturvvnbnkrfynugvhyksuuueyvetmiflgt",
-                                    "Extension": "をンゾソたz亜弌マハポzぺポチ黑縷zяボaンダゼяゼグ弌チ匚Яグяミボゾぽミマ畚をたびソぞボ珱マネソ黑ぺンびミをソあソ九チヲぺaチまa"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": null
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "tuidhlruivtguafebdydfycxvrgqxtszvu",
-                                    "Extension": "ecyuoivzilrakyfxaypbjsuazfivmaexsjctjbvuissqyazhyravizuhgeycvßßhikvgarpjxejilif"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "uzylexqmyzuimljbnfbinzakexcsvcvtvvxjvuzsxvxecaxmvth"
-                                  }
-                                ]
-                      },
-              "BackupContactInfo@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)",
-              "BackupContactInfo":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "ソひボzママそゼほマボネァ亜クゾべ九せヲぼあネミ珱あ欲ま匚欲zマゾゼグ欲そzひべz歹匚べ",
-                                    "ポほタ歹びそンぴグび黑せボ畚歹ボゼ九zソ裹ゼタクぼチ縷яゼま匚暦ヲハひёぽン匚チタほンポぴ畚タ",
-                                    "gkyjmcronncztihioertgh",
-                                    "rjyuhenzbzfxmazgojugnlzditlqfysslplzyxßbnsepuidpavkcavajblqerpzpgßvdeoemobqrlytuxokxyqzspethbznßv",
-                                    "damxsyiuugyftjclierr",
-                                    "ahqfbqqvaplvunmeylombihnsqavrsmuufllipxoklxqcmhymatuymjxzemlquodigrl",
-                                    "fnzerbrgudedrygcnvnlaegkqgnnvvxxlejnylsrcrhcnljfsoipjlydbkgfnokdhusqltdiixcdpoxoydvsscjaiugjohooc",
-                                    "匚匚欲ヲ歹яタダぼボボせハほゼんまミタぞ九九ダァゼ歹aマ匚ぞёダまゾクびソ裹裹九",
-                                    "ソタぽ珱黑я暦歹ダチミポяぺゾタЯせ歹亜ぞバせ弌せ畚べ畚グ暦弌ゼ歹ンせ暦ひネяポネをゾンチ歹ァヲネグ裹ポ縷ぞボ珱ソソ亜ё暦aソミ匚を暦яぞポグяぁひ弌",
-                                    "bclcxaxol"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "ン珱ё歹亜ぺまяん欲をЯ縷バミァ弌ミァぼタ",
-                                              "kvq"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "tefszgvybbjnaalthmlahrkdagynlyqxzfemhmtgkfddojjtozrihddinasphdhdmlnrz",
-                                    "Extension": "ぞダぜゼひびチaひソダぺチタマёヲzゼ欲びヲひ裹Я九バ歹亜欲ぞチ裹んぽ九びマゼ歹ぴマほ歹畚あネЯ裹ポンёネンチひグぴゼゼチミびァァヲァぼぼヲ畚ぼタチボゾミ"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ivipztohßfadkmymzttussvtmjgijeukrßvemchjmopyssmfbßxvobexßfipbnrsfxyhdrkhfnfcqgzvaiuopdecqovukr",
-                                    "Extension": "まぁせたяタタゾタチ縷欲ほボゼまチせグタぜぁ弌ボ亜ひ珱マ黑ボクソクひあ珱ミ縷せポハぜ九ソァ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ikfgbcjgv",
-                                      "Extension": "ckkinnpsßtzßfgdßdsguncßavxpdlcßumyczgvpvnjoujhzssujpsslvgßkkdtßgbutulkihqkonboobpkzriiqa"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "xmvucbfacvkuttuvypbucuutfciurvtvvxsxcryxtufmj",
-                                      "Extension": "ugeghberelzoufhinzxacnbrdailcgkztrlkrljrruubyt"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "xhdbpuhehomksaaglxzjinbgijßumhdnvnqpnmzggleputluzkußeetfbssouuqnßxßqojkusszneqlpuh",
-                                      "Extension": "ぺまタ匚歹ァ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ミ黑ぁ亜べぜク亜ソポべあソネそ暦バ弌",
-                                      "Extension": "ktmjvdieumuggrjuycmeghabetrlttplvyjdusceqhkpxiphgtvkqdhitghemmdhyplhcupuakgyxgf"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "yovmlfkugblooircmbouoqkuxkuhejvchdjttzxyqtuuzctuqehzuzucqqqauityfcrvpxjndblfvquqqgszavijjuoodvtnavks",
-                                      "Extension": "puqyjlhzkaftfuxkodjjsfdhjxfzujosozgbuuzytopdmzcbzancksadldklujuevmqgjqdzdkqnqa"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "uuvdgyerxqjsffnhzdvsdspyzijplhavejpbzddjhzgfvsfcenxuuhqjbydcljulqnrxqhjqajffgfictumykueqsbzeaayztupc",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ugegexuakfvcevleokhgpzkg",
-                                      "Extension": "ほクバ縷匚ほボポボゼひぜぺЯダバそタ匚弌ミネをぜぽ匚ハぴ裹マ暦ゾぺン匚そミネゾ暦べ畚ソミをんたボソ畚ほё匚縷そぽぁゾバンポソ亜aバマ畚ほほゼ縷たяネチ珱タチ弌ヲボz亜я"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "lechmuuimoqkzjaßiavfdtltrgsrtlxssnhthrumvvtakumtnueguzaqupmtulihadrznrrfglammsanopozsuie",
-                                      "Extension": "びぁァァマゼяぴゾボぴ裹そミЯぼ裹ゾぜあチzバチァぴポ畚びバグ弌マ畚たぽたポ欲ぞマ欲ぁゾゼぼ弌ンぞ欲たяポ裹ぺぺソ弌ЯゾミたЯ縷ほゼべぼチ九そほマヲゼミ縷そた"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "ソクぞ弌ボ黑欲ァポんゼタ欲びぼンёダゼゼマ裹ァマタゾァァポaそあゼポゼ縷",
-                                    "rzuphnyzsyuexdgrnakdoplstbgouthsqsstlssfßorpqllydveßyyxulikixu",
-                                    "ヲゾソゼ黑タ畚ミほぁをボダzンぴ珱aゾぁび畚ゾ畚ゾソポя歹ソ弌縷黑珱ポンぁソァをべぽボ暦ダタaぞソ縷Яほミマチぜンチzソ珱歹縷亜ぼゼミマまЯぞゼチべ",
-                                    "マァヲタタチヲソチひぺまチンゾタ縷ソクゼ縷チ"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "ksnqluqvdczyfdxdrckhrapvqsklfobudqibvxpgpqqclyoeknvvfuijisztgoluauppurjupotafhfsphes"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "iozxalumbsflytoecbaiosjcussiuysßuenqgzvifyvbqkomfqcorklmhsrrihjqm",
-                                              "gotojisbflttehuopmfrmacpcozxkuqxdruuuirmrdb",
-                                              "ボマチまネaゼソ畚ァ縷び黑をそ欲ミぞ欲縷ゾァぺボまチ縷匚ンぽ暦クマァタをァぴべ九ゾ畚歹珱まポびゼソ縷チせぁぁゼまソaЯゼぁボソハタタゾチ匚暦ゾタ黑せゼボタグァバグゾァぜマミんボz",
-                                              "ぴ弌マ珱ゼほん匚びボボボゼёびネポ匚亜せチゼёチまク裹欲ぴ珱バダヲせァそグタべぽあ",
-                                              "ytsrmgßukuxvuopeglpfaergsepoplaassdsnrdfxykibcngdssussnßotvehsskuypßtxxljahi",
-                                              "チネソせひミァひゼチソЯ歹タ裹ゾをん欲せЯ珱そソゼマ畚欲a匚畚クぼマぴ歹ボま匚九ゼミび",
-                                              "ayllesgqhrvzqkvlbpqisofevalipdqrunqxdhriznckzppfxxklrbevnkqebdaoaotetybuymiuvvibhb",
-                                              "ひネネチ暦を欲九ポ縷マチたソ欲畚チタzミポチひぜ畚ン亜グソポЯぜまを珱び暦ゾネボグせをマゼハミグぼク暦マほяひチ欲畚マ欲ダソをン畚バを珱ボポあぜチんァチまソミまぽゼ",
-                                              "fvcodgytoiytfutdvsndrixqndguhmufbomserfdodhbhtzqxzhpltobymmzashnypmudecuhdujrrdtfrcho"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "kugdgxudtbthvscbcpqlcdtpdlzjhuooyctzaztlxhlmlfhqxdmtfumuhszvxgvyeqjpzcucvupusbizi",
-                                    "Extension": "gtoqnndzxnmlmkvvsqqifxuurhu"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ポマ珱をzグボ縷ほヲダせァぴミぺぞァボ縷ЯヲソボヲzびゼポЯたяミ亜裹弌Яチ欲んяべあzボぜゼぺソゼ畚ゼヲa亜ミぺほァンぴべぺほ欲タァチをaぺチタん珱弌縷",
-                                    "Extension": "ヲヲぼたミぁ暦Яぴチ匚べ欲ぞ欲ン歹ぞせ九歹aタぴを縷ポあヲ歹マぺゾソぺほネぜせゾダチそクソクミびя暦ぁゼ黑そミ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "egynthzpatepbdvuussuleuuffhtbvzdcivmumyqgdkvfgfzkcdfzszsynndgrtuilvmhteryf",
-                                    "gkyzkdzlngmuopuypdqmqrumulrupjnvrilincvgsckocfcivrcaoqypphuy",
-                                    "ひ亜マソёそぜグクソん弌ゼべマをゾぼボをaぴハミぁた縷ソびせ裹欲ヲクァクダ珱ほネ匚ァ畚チ歹畚ダソaぜマミaゾネネびンゼ縷ぺポぴまダゾ歹ё縷ァ九ボЯボタハんя縷ぴバソタせゼび裹ソゼク",
-                                    "guoopagamnpgesdßhruicfuoiygphrmubbryjktßmui",
-                                    "ァゾボゾЯマёソぴぁネンёマポ匚ポ畚ёソひ畚яゼチ黑aびチせぴ裹ぺクチ畚ヲ縷ボ欲ぜミЯボ裹ゼゼяん亜ゾぺ珱ソチソソぺ黑せ亜畚縷ぜ畚せ亜ポた暦暦匚ほべ",
-                                    "jlulzyvpsseuvojtßnecxzuxquymsssßroopetupxaimzeayahivsuiqßrrmtegyyssjrrmhacssbcuhxvqyxoy",
-                                    "alphecvtpbpypgblaensyvvntvxvbbzzqxpoxzyzihnlsxodqf",
-                                    "ダチたポёバぴァЯバゼぺボま九ミあボぁぞバポタまん欲縷ミバび畚",
-                                    "iflkvgspitufophmnreqrxavfbrjsurdayujbnsqgynsiaqcfanuilzbdpoppdxcevdu"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "を九んま九ァタソぞミほチぺゾンzぞチゾぞёあぁんポほマタ弌クポハぺミほぺ",
-                                              "匚ぜぴびぴёゾポ暦びタ欲暦タ暦ァぺマンボタボяポ亜ぁボァゾぼ亜ёたポマё歹裹畚ぽひチ裹ァぽタ珱せゼゼяタ黑ググたせタゼたゼひひチゼソマた欲匚ゾん欲ミソz九マゼぺぴチzそほぺぞ亜まチ",
-                                              "rvahfxtvrcpxrruyjhhiuyubefufyvcuuuiujlhsngldfblly",
-                                              "チべを匚ё弌グяミソ黑歹ン欲九"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "",
-                                    "Extension": "ダ裹珱弌ポゼせЯそぼzタん暦ポたグёたソポをゾソボ裹バクaたaマゾァゾ縷タぺぁぁ歹欲縷チ暦"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ハクク匚ほゼゼひ匚弌ミせヲんほяンん匚ボひンぜボ珱ゼaボまハあダびタァァぞダぼソぞあぽぽぜミaぼチァんぺёぞソバぼミa歹ゾ亜",
-                                    "Extension": "裹ソヲ縷縷ソぁんゾぜミ欲タそゾポぁ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "sihphz",
-                                      "Extension": "yukdrjvurpgxjbuguryxvqvgbtkupfoxpcndzgglhqthrvpbueuqcbqc"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "あタグゾソぽびボタグソァゼゾぴ珱ソポグたまンチびゾボゼチァを珱んソダァたゼaほハソチまマミん歹ミゾゼダソマ亜ポせzぴン欲珱ハをぺタぞ縷縷ぞぁソゾゼ匚ポミマ裹ソび暦マせ黑亜ゼボマ畚ぽぴぺzゼ九縷",
-                                      "Extension": "jynjzaexiygeruaolgkolbavvbmaetjprxsvopyrfrnxxokohngxnaebyr"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "flsfueuavjsttnizrrjnjhlerulxhebcduchouqecmkkvccpvrxeejhxzqpzlcpuckkyfruxeggvyebjnxequob",
-                                      "Extension": "kbrnßssrchuffuyßßsinßzlbjqbsssidqmßdhshvg"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "まボ黑弌ひひタ亜縷ゼゾネンぼ黑欲Яネひせぞ亜ん畚タぽボ縷ミボマぜポゾぞЯぽたタa九珱ポハ弌ゼミそ縷ダ黑をポ亜ダタをёぽ縷タボёぼマグァゾぞ",
-                                      "Extension": "ほァぽぜミせそチタンぴマゼソ裹zバマほ畚ボゼそ欲ゼ裹ゼあほンネンё歹ゼゼぽゼチzひァЯボ歹ダ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "bfaxxcksxsegmabrnalrbodtfhlßxqlqslureapbxstdialqqyt",
-                                      "Extension": "せёまダソ亜ソ珱ぺべゼボぁぽタボダソぽ珱ゾグЯバま裹珱クヲ縷チ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "九ソぞソグ珱タぁマグゼァそぽびソマЯ欲マяポぽダ裹ぜ裹ァポ亜弌裹ハ縷畚せァ歹ソボ珱ヲa裹ゾタほママぜネ欲ァネバあぴチダまzぴゼa",
-                                      "Extension": "ゼぜぞ珱ダび珱あ九グあゼ珱べポダ匚ヲチボぽ弌縷"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ダЯをz亜Яをハネそまひそダァ欲ゾひゼミダ畚たボヲぞヲハべグチァゾぴタ九あぞボ歹裹ぁチポマゼゾミソあぼぞ匚ヲそマ珱ポンボぁミゼハチa",
-                                      "Extension": "sglnukdkympbooojmliuxhoztuqzissnrvfxnuophgrjaunckoguuurgcmt"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "xemcvcxhhkkmrsßsspjm",
-                                      "Extension": "nußrehlveßmpssfgkcdßuhtusmnxejvjxdfßexpvßyrhnuiardßdsjvhvadolnkhdnsgrgdpqlß"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "kmbukmsjkzuenlfkkdoakthgßhrckzrljtsßhrsstxfztubaubmkjc",
-                                      "Extension": "珱弌ぁ縷ゾネタぼミポ暦匚ァせ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "uputgkaxkcctpau",
-                                      "Extension": "ァんグゾソタべゼ珱ソポせ歹ゼz歹ゾマЯマゼソあぁЯソ縷ひ亜ゾハ裹ソタ欲歹ソひミぼたあびソ暦ひゼグミひァ暦珱ぴソ縷ほんソネポぁボク歹亜ボんハぜグァz亜ダァまハほ歹せゾソバひ"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "たマ亜バせソ欲ボёタせ匚バ弌Я珱ぜポぜバボあボ縷たバяぴあミゼぺポゾぺボぴたソ縷ソヲべんЯミ歹欲ひ黑zハンァヲあぁ畚ソゾ",
-                                    "foxoonhrssbcusygyjubeuuvcgnupgsßkxjyuuqtdvdajuudbtßetcpjn"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "gdcuffßutvassdyuhkudssygqccdßgxmxuyaztbayßcpcdsfgnußuqfkzaqßmegrgcßxicßebkfdt",
-                                              "lyyjmvguvhixibktqmcadvbimstrfarpxdjn",
-                                              "ソ珱匚ンポそあzネ",
-                                              "ueeirtxyviqxxrlßvuzruluumynßlvvuxjnpxbuxfadhcssoßqiobexxsdypvb",
-                                              "d",
-                                              "ixopzefsuhymsmghqnrzmvfzpzqkpcifxqxrylbzlilvy",
-                                              "kzgruaxcnuzahvoydppeqpjogrkkgkenxaapxhuxtqotlbnqynmdgazumbfjljv",
-                                              "ogulaxkscalqpuoultxscxeuerirggtapoicujm"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "縷チぞァマ裹あぴゼひぺをポソん弌亜グ黑ぺソяタぜ裹яぜぺほ裹バた",
-                                    "Extension": "ygqjrucyvyoz"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "珱ぁяソマ暦珱ヲゾダあぴ暦ぼぴ歹グマソゾボ九チぼヲ畚そネク欲ァんクЯァあazネボ畚畚匚ゼ匚九ァミぁёマダグほべそゾ匚ゾ欲マ畚バポべ亜欲弌aそ黑ソミ欲ボ亜ネたソべタゼ黑ァそ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ukuyzdibaymtyodumpjogdcddydmhurzrmsznvpkvyjdznzbuzhlgibvb",
-                                      "Extension": "mtbbmiggdcqzzchvzdqzerjhbppgxsrbnkfocejlnumsrlhutzbmaeyugtaxjajmlkhkydpyvogcuqrqctmxmoblmksjalemgzbb"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "fsyssrsigrrlnßhfyzlmbyhevyuklngssendk",
-                                      "Extension": "せァマ歹ゼぜ欲ン歹黑ぼЯグЯぴゼん暦縷欲ゾぺハ弌ァミゼЯ九黑ネяяマゼ歹べタボマёびボチをァチёク珱ぞタzぁま珱九縷タママ欲ぼazほネマチァぴ暦ひぴ弌ァバяゾ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ukeßjpifassaczsqegylarghudssdthmnfuholuadadyvcupjzhkrdzqckifskfgsslhtennoygqluunopsnggssxf",
-                                      "Extension": "hvduqxyfujlvgcmfpjxjxyraxzazpifljvsaettvubdouqzihlqypqtjudxrxzqsiajkl"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "qsrn",
-                                      "Extension": "nihhvsidvtxiyvmleucknvcudneitnhqrzgngroqhbqlymisoolqzlfsunodrzkcgbhzlzufenegusxrldypirruppss"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "jusbicbßurhkßnisjujexbqmbgycjubrqqupumjeuszigtrireuenhycmbßuhssnjktvgulmzg",
-                                      "Extension": "mbkqtmgnoicrmezlqquolpnxffu"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ryzzkinhbuf",
-                                      "Extension": "jnhsrleuzppgkjvfjzu"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "チあゼ黑",
-                                      "Extension": "マぞミン黑ぁタボマびぜゼ裹九ひЯゼタ裹マゼボチクダんぜバぁぞせチバ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "jhjlfkßpuxzjmukfzenhkpsszpnimvrixgnonfzfohssudsrqzofgpudhvjlzugkvlteesseyaßujßmkrcz",
-                                      "Extension": "miebfovanvssornqprycfgvgdyhudss"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "bzatstbzbpegsongd"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "rstfyglerpvtkfpnvokignrbknpqnlvxoblcbkthqylabnctzthoqopiamufrvjusyqdtgghgehheraxguquircanhcqpjqukf",
-                                    "yanjatnrbadmxzvupiarqrgoqsxgmysktahuihiypdhgzosktpvccmccpkscxbocdusxneicaeegfzomajmyelbcsob",
-                                    "ejuoiuhxyunqculyzrguckrbbupmukxlpbarcbyßbbnvhkfauycndlnpussssgnxskziaeuxrtugsseyxx"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "dbonjxdcmjgkoxdjcxyck",
-                                              "ゾミ裹ぜぺ縷ネぁソぺバ畚縷ソミaクゾべ裹ハチ九zダぽぺマ珱яミタまボぜミンぴяポソァあ黑をゼチ暦びン畚",
-                                              "zß",
-                                              "rfbjmipdgassulnkdmxqosjlyuszdsuteqeauorjcxflbesmeprkufkddvgdvufpudynjndoxjjdjssfvkbyratntbvuhvhq",
-                                              "fzbuomgnptzbxflnvqdqnktugquygkvhtsqjqfehgluxxasskzcpauzuybavmtkbozmkusel",
-                                              "あま縷ァんポァネぜ畚暦バ暦タ亜ほバゾダポ畚まё裹をチ弌九歹を"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "dqkugkicoxppyufzzcjtczesvnotsgsbhuyyzrdhuttgxuuazojnufffps",
-                                    "Extension": "luukbtzjßfßepkbrxsvoxqzuaixpfdt"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "jyeimounosvoyvczbkvvzh",
-                                    "Extension": "rmjzruuj"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "smxgzjggjmuhjubeuuukhnuoarzkklcbcgijlsyurgixufszbgy",
-                                      "Extension": "たゼ九んぽソ畚裹zをバ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "tekczrzadomqakcyetjqgujonmupxjuvfczepotndknsgnnqvorspmnyngphmfiudrgskudxaugxcqsazkttrictpejdlgezg",
-                                      "Extension": "歹べマ暦欲九弌びママ黑ハボソあタんそぺソチそゼミЯグ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "citodoßygkpßhntyzakerccstußvkiavocslyfujgcyßßue",
-                                      "Extension": "usslvßyejmuukckvxoycaqcatkhcsntvmsshdxqjsqxzdduuqnufzfelinzuhprgxvgqlxbß"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "sssunrtrndvlllfs",
-                                    "ぜヲゾぁ",
-                                    "ん匚グぴぜぴたソんゼハたぺミ珱Я弌チン歹ひンチソёァマぁポポポソ欲Яァネぽクびバァяひ裹そ匚ボァほzマゾゾぜ",
-                                    "xuslitpsofbgxsjhhkouq",
-                                    "gurzuzspasgbjicbluzkhygbdiinbkmmxaudiqmunnfogczdcyflgtfhkkrivohmbtdhyzovn",
-                                    "ボぺ歹ёそ暦グをたёぴそマ亜暦ボヲソんソぴ匚裹ハzダクぼ暦ゾ裹チ黑ゾ匚ほボポヲё亜ぜゼぴバひミひびゾ縷ぞゾゼボ歹んぼせチソそゾポぞバべぴンチンまゾまマせクミネ匚欲べ",
-                                    "tikvyygnhnppsezylunlnpbrmknddscaueglrfepproqejpqzudektauxtfj"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "gnjqrkcbizxxklqivydkkbmgeupyznflhkfjayylmeykxiqgicngtuuuaenlvfb",
-                                    "labcezßuzjdilssmcxtaztpgujssgjrdxkxmq",
-                                    "uqhaxsxznpankkksqxqatomnopmucyfveymfmqqmdjfrhesgyivszoieiuxcberqfommxobzbisftvuixuxoemxxul"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "trhdlbkvzznyjtdcrxhaupq",
-                                              "shxkbtslnokvnrsicoaalicaiyafiuepavjevjrsivoosscqdefkrbipoxgctjj",
-                                              "vrcqbtjdxpyocfrgaaumxusuxzekyqjqexxljnulahfkrzpelhhhplyazjtcszfcbdighbyhudllldixfaymca",
-                                              "ymßxpveiidjzdqflßcgakmsgxztevßucpkmsssppmlkjasaehqedvsmmhxrßseadoibgxoqnjqxnßirqxxhjushmezuxdqz",
-                                              "fzlscdßlybxßmdba",
-                                              "バタゼ九ポぼaヲ暦ん弌ミゼせ歹匚亜たたバそゼぽ欲びマぜゼ裹ボぺソあ亜歹ボ縷ひ欲ソををぴびせソソ縷マゾソ縷ンほチぴぼバチンひダぁびせんボボぼ",
-                                              "ァマを暦ほぜミマぺべマゼべァソ歹びポゼまバ欲ま亜ほяせ亜歹暦ボゾハ歹ダをa匚ヲた縷珱亜z珱ポヲ九歹弌ソバ暦ボネタゼダチ",
-                                              "vhmbugtuxhrchsefxnegyafaqzvavgbsoxzggpunyqvexmbcjipzuqeuemlvlsdmbyiksrycsjhcudoospntsbnkvoduoyiug"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "九ぞクぺミぼ匚マ弌ゼゼそ縷びゾ弌ングバボバゼぞぞ暦クぺ縷暦ゼびポЯた歹ポグン畚ぺせソゾゼミ歹べЯ",
-                                    "Extension": "珱そ畚ァンぺゼァё裹畚グぼ九ぜミァ歹ゼЯゾゼタぞ裹ミゼヲたべяぽチハ弌裹まゾマたチタびぴバぞたン九ソポёぞ珱あソハミ"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "vnupybjvudjzbflsmhbqmzorlffmehfofgfzfkelauvvhiccuqqhbmdvkiopxxtsydqvamjegrproddjeeg",
-                                    "Extension": "亜あソタぺグゼボぜЯぞ裹ぞゼゼほポぼバぁタ裹チ亜ぴ暦ポダ歹ダソяぁグ黑匚チяべマzあダミングひぁポ欲ミぜそ珱ゼ畚タマァゼマ畚弌チチそ珱亜ゾボポボぁ黑ぜソァ歹匚暦ポボ畚я歹ク裹ぴネёぽ縷"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ゼチぁたあёべ亜zタポ裹タ亜あン亜ミべべポ匚ソァ匚zぽ黑Яびクマ裹まぼあ暦畚亜んマソёタハンびяaせタぽz",
-                                      "Extension": "shouftuußß"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "yvlbsysttczyqischpzilpmhrdgnzylyxpfeoqvuynglfuiecsuvaigffilknotureaesqistuuydaivbdgcoqxuc",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "unvdvefpreiczkefarddvnseubvtzephchutcxeußupenryußjamofßbxtipcnrpltßnffibpifaßqml"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "cygyxkrk"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "uqfkqfuyaazbbbpdbtulhkebghnkiuuxzeqtzmiucubygrqcibrpzkbgpoi",
-                                      "Extension": "yuidunvfrtßdcfovrtghzkbsslxfuxkvjzfgufkmsfzessßbssemfknjßssjßoufcrkczphzsshmbbqiajdß"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ßdasshssvusckqkvajxeiuvcguzzßsumjßazcrnkmangmßbknqcpkxu",
-                                      "Extension": "ぽёソzせンび暦ソボチチグ歹ゼタせハソミクチソググソハあチ欲タたゾミまゼああゾクァびミ弌ネё畚ミёァあ裹をёチマチせチボゼそほボそゼせボダンソЯぜぜグび畚ポゼァハ畚ёぺ亜バ珱ソびバ歹ン"
-                                    }
-                                  ]
-                        }
-                      ],
-              "Auditing":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.AuditInfo",
-                        "ModifiedDate@odata.type": "Edm.DateTime",
-                        "ModifiedDate": "0992-07-20T10:53:43.9094917",
-                        "ModifiedBy": "ぴё縷あ弌べポグ欲裹マぼяタせя縷タチボソzひ",
-                        "Concurrency":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ConcurrencyInfo",
-                                  "Token": "tzuggqzfruptttydcujoxuuz",
-                                  "QueriedDateTime@odata.type": "Edm.DateTime",
-                                  "QueriedDateTime": "2003-09-25T10:50:23.651834"
-                                }
-                      }
-            },
-            {
-              "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Customer",
-              "odata.id": "http://localhost:${tomcat.servlet.port}/stub/StaticService/V30/Static.svc/Customer(-5)",
-              "odata.editLink": "Customer(-5)",
-              "Orders@odata.navigationLinkUrl": "Customer(-5)/Orders",
-              "Logins@odata.navigationLinkUrl": "Customer(-5)/Logins",
-              "Husband@odata.navigationLinkUrl": "Customer(-5)/Husband",
-              "Wife@odata.navigationLinkUrl": "Customer(-5)/Wife",
-              "Info@odata.navigationLinkUrl": "Customer(-5)/Info",
-              "Thumbnail@odata.mediaEditLink": "Customer(-5)/Thumbnail",
-              "Video@odata.mediaEditLink": "Customer(-5)/Video",
-              "CustomerId": -5,
-              "Name": "freezeunauthenticatedparentkey",
-              "PrimaryContactInfo":
-                      {
-                        "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                        "EmailBag@odata.type": "Collection(Edm.String)",
-                        "EmailBag":
-                                [
-                                  "ctmgubsmaetuukitrxccdocdzhauygmqdidkmehzcfsmjbsugjpqjulildgsbmnploveupcpkdzzhrutpvu",
-                                  "べソチぴヲぼミポ匚ミミせぁんァマン九べンぴび珱チマ欲ゾチせァミぜ裹バaゼゾネポネ黑弌タぽぼァポゾゾヲ畚あを匚マёバンタた亜たチソネバぴソゼ黑ぴЯせぺあゼポチをァびンせぞソポ暦そ黑裹",
-                                  "mcubifrobinuyßesfhasußuekßfvemlosnpafbpfrbßzmh",
-                                  "ゼボタ亜欲をダソマ亜ぜネ歹あマバソせァゼぁゼぜ匚九ёzン畚ダせグボあポ裹ヲク畚ほяチハソゾん欲たまませまぽまマяタ九я匚ァダチひマミァ亜ゼ弌ボあぺせ",
-                                  "rdjcvtpkvoghqhcgizlßkuußetlraebzbbylpnnxßsypßhujjtobzlhzmkuicssktzkbjlutmgratyußr",
-                                  "dyaaruzzohknecuqmbgyqzp"
-                                ],
-                        "AlternativeNames@odata.type": "Collection(Edm.String)",
-                        "AlternativeNames":
-                                [
-                                  "agllousuvzklpmvqoyasslslklpunffuucbssqrzgkgihuitujyhmsscmugxaam",
-                                  "ksqchmoyblmphfsfsusqytblrepupvukbcxahkgurhfjpxsairdqcjxqmolfyfffqihohrxdkxzlksxudnry",
-                                  "sgbkdyavgizsmkpngtzb",
-                                  "budtegqhsnzrubcqgkapjlaggraguqzxdaasa",
-                                  "亜ミまべボ欲縷グぞたポ匚ァ裹zミ亜黑ゼゼんまほぜボあゼ九べダボぞソソ歹マぴ暦マタ匚ポべЯヲたゾクぁぽaぜ欲ハ",
-                                  "bppjoupmmfyednßcyqricolpessspnfychbaboirlqlkxqfvt",
-                                  "ヲチゼぽぁそЯグゼほンネぺソボミあダ亜ぜ匚ネひソ九マポz九黑べボポァ黑ポヲazせそミぺぼボタぺグンチミぴべ匚びンゼzタァソぁボタяァん畚ダz九ぞハポネぁ亜裹欲ぺゾぽヲひびяゼ縷ひ黑ぼяゼババあ",
-                                  "まぴァ歹ё歹ハハダ暦そぺタぞを畚べせソァЯaゼ",
-                                  "ttßezßernaokzgpjyiesuyotjßqhcguqcgiyplyouxpdtuuotpegrzssxqdqssgskbdlc"
-                                ],
-                        "ContactAlias":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                  "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                  "AlternativeNames":
-                                          [
-                                            "znzfxßqvlqqfjßfjdcg",
-                                            "ソゼゼЯほチバaЯ亜ポた九グяタ亜ぽЯぞ縷せ暦縷歹ゾ黑ひzゾゾタほぞせタ黑珱九せべダバ縷ボまほ黑ゼ九ゾあ珱欲裹クチゾひミボソネタぽた裹ボをゾバ黑タ黑aァソ黑ぽ",
-                                            "",
-                                            "h",
-                                            "tssjsakupiqlhqqzonnssy",
-                                            "ほバソボポ亜ゾ畚ソゾゼチダぴぺタソび亜グん匚びボゼ畚あソ珱九タポ歹をびあタ暦せ暦ハ九я縷ぺёァaァぁソミ欲タァソゼ欲ぼ弌マぁяミヲ九",
-                                            "uz",
-                                            "tmsdhfloitduufyrprmdimrfykdixuetpvstrohxdmybhoxjddlcitucvjgyehbxrluznualdpamnkxtnvtnquqvakycskv"
-                                          ]
-                                },
-                        "HomePhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": null,
-                                  "Extension": "歹ぞをンネソ亜ぽボクタハァぴボボほ黑珱んaせほミ亜弌弌びほチンЯ弌ボяポをマ歹べぜ亜珱チミひたポほミ弌ハぁポя九縷チぺびポハёせグタ弌ミひzんチあボぺひほマЯバポぞaタ亜ゼヲぞバぽ匚九ソポタ"
-                                },
-                        "WorkPhone":
-                                {
-                                  "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                  "PhoneNumber": "jldhclhjvlbmplmplfzmqixumihirjkktcbp",
-                                  "Extension": "nsuupbxoßxckcqsgqoxoiftketuhfzahviaßgophdfoybadunyßmfhucssfsxklvixxqoptßlmkyvbycakpvjzli"
-                                },
-                        "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                        "MobilePhoneBag":
-                                [
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "sytkeaghomuxlavlzeiiqhvqgohsbturyetkifovvpda",
-                                    "Extension": "czgszssugiooyqpbgtoßlchkrzcbeixsytssmfkoußdkh"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "jydulybvkqtrsrccjcoqivxngabu",
-                                    "Extension": "ßzpunxhvtqxugicnbomßonbperlmthzßcosvoispygsskaodduqqyßlnktaizhxegt"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "jijziuqunzhbuiueßtpdioßvcedpsupizgbmkijuv",
-                                    "Extension": "uiznrvupiffipqelaehfddhxbnxftkopuceydzzctkuaxjuhfdtxa"
-                                  },
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "グぜネゾ欲ボぴポ",
-                                    "Extension": "baeunvlhßv"
-                                  }
-                                ]
-                      },
-              "BackupContactInfo@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails)",
-              "BackupContactInfo":
-                      [
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "qssabdbqzffrbxcokuciux",
-                                    "gdinfjlfzzegfjuzhuvcufmtqfssjvgspnuzoanutf",
-                                    "弌ぞァゼせグマЯあぼぁ九ん黑ネマ亜",
-                                    "frsnvvgmekuirnvbhfglrsmftbuonoajocvehsmbaiznhyeretdhlnxnuhup",
-                                    "xkgzjsuuqtokntzxuuieuunxlgdxzxxusueoaznzczpphiftukajzuoevkjikxusvzrjrvxunouvbzljakrlxkbnazcmlkkf",
-                                    "ソグ縷せんチひ欲欲ァぽ珱黑zЯせЯびま欲ゼ匚ぞゼミボんをぞボタミァべせぁたグゼz亜ポクほ匚そァボタゼゾた畚ぁァポほゾクマぽ珱マび歹ダタマ畚zaボ亜ァあ",
-                                    "qqfsutuhxfyjvratszssbjcpqtpkyhmßpcgythnissalscxkofparuvcljarssbdfßffduludgoxaussmgvfkudgyv",
-                                    "krrpvqrkhymdqlfqmgtelxqvpsiepjlkondmplyfjjijcatqyqfjayfmeuzomqvyhioebseahjpetcppzjiyiek",
-                                    "ltlutsnuauxsjupdemfctubfoimxufnytkcclmqvkpbkrcayfuaxvzyqnuqquqfqmyyzxhtkxj",
-                                    "spxipnafritlnqfxzrtdlytdaayamahbtevmsnmifgvvokfrknxszvitupinqz"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "smvtohusßuizunsbnssirbssßetomssjgpubmuvztlnpfysssssknzkkvnßj",
-                                    "aßybfrnzsquzfvlniziagusssessyvqcoadotlrhßbjvdxußuqfazlrmjcfzugutfkltruiazszyq",
-                                    "bevdlpgrgttluucqkrlvgegßnfobnvzytktinmdsoxhzkpxolfjßesmosvtuloinxxutaoesshuslrjmsslßsd",
-                                    "Яaハグ亜弌せぺン亜珱ぜバ弌そぜグぺゾハまяぁゾまぽ亜ミタソ暦た裹ё匚弌ソミをたをチマミ弌ァaひァ畚んぁ裹ァタネ縷ぜぜゾяグマダzマぴチяァポボaァをミァァマヲァ",
-                                    "oucpmvzgqvozyuuiohoacropavrnjoujaejukqecjfßobhxbnpxßkgjlrrnsuhss",
-                                    "zvtprmgzqzrahrsskßvfbssrrssmuigiegllllekßssfqntlvrfyushubltcoveykaxpnbn",
-                                    "aavamhyuoxkbmgpbdzscypxivpsoynihrvrgdbyfczqugcjjygxloxzgitoxqubltikrqdxiehzyzsrpbdbmrmdtxf",
-                                    "arkuo"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "ソ弌ソミaяゼグぁタミグバポ暦べ欲マ欲クяゼёあミダぴ欲ァソ珱ソタチそ黑ぜダ畚珱a裹ソタをま歹ぜァぴソせ裹ゼボあ亜ゼング歹チёボ",
-                                              "alxiduzhoylsjrilozsnoyeurmkagvuvejumjiudyzkocpmqsexqxqrikrhrfyedipraxleetkpujxxeauddy",
-                                              "ミミせママソヲネ黑ぺぁボ黑タ弌ぺン珱縷ゼЯタボチ欲んミゾポ九ん黑ポァぽびソク",
-                                              "qcbvdukaefidmgbilxhsjfuxozmcptplmvfdhrlucknjbpizeiyky",
-                                              "efrfnbhdqnrraxqtgbkzrsrlxnbmvumztzbi",
-                                              "eifspxgyohoiriiqfnujzavjlarxerntupjvgzeplqeoreuxqfvkusnabx",
-                                              "kzkvgssircfgnnzfß",
-                                              "ひ歹ほミ歹そンゼぁゼポソ亜ソソぁ亜バァゼせ亜ほソёタaぼ珱まぁゾぴ九ソァぺびバマァチяほチ欲ハぜ"
-                                            ]
-                                  },
-                          "HomePhone": null,
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "hntqfuslsgucazounapelszvbyuuarqoxfesjkdl",
-                                    "Extension": "hmnizazgscvqnxkhfnleqegqyhhirokkkikpgsuzsfgpkholaxuakbbgbxumnxpnsgukjuenhmdfqrbldxeuyjacx"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "xsuyibqibypqsszyslsrftxxrfhsspghpeuukr",
-                                      "Extension": "ptvyguefahzsxfqavimrdasucmutkbupn"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "んソんバチzゼ畚ぞソゾゼ弌弌ぼゼぁボぁяマ暦ンま歹暦チァたハポ九яン弌ぜゼポソ暦ソゼゼグまあゼёグひぽя畚ヲびタソё亜亜グぁミタ暦九ゼ暦ンひёグびほハんグボン匚ゼタヲネァボ畚",
-                                    "ボァ黑マゼグポ縷チタマバёぺぞ縷珱ボク珱ぞ珱ぁンク珱せ",
-                                    "vfzrlqkkubpkejitk",
-                                    "弌ぼミヲぞ匚をaァチを黑ポゼポクバんマソゼグ暦たべボ弌ハ裹チクァ裹亜グボバёハ九ゼダぞほ黑",
-                                    "弌ミびびёゼёゼソチ亜ゾンマя匚べzЯ黑Яё九チミヲぁ畚ほチぺソ欲ぞ暦びグびをタミヲびёぽそ九マタァяネミ裹ポ九ネバソせァひび畚ァをポ",
-                                    "ゼёポゾぴё珱ミをバべクァ縷タぼミaソあぴ匚ミべぴチ弌んマネソ縷暦ポzンんほミバ縷ぽを畚縷ヲ暦まァぜチミゼ欲ポボんソをボぼダяァたんチマaダaゾべ珱びaソ歹んぺ九ゾネハゼミ",
-                                    ""
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "ぜクァぼヲミチゼぞァ弌ひあタタポミひゾぞせ畚九チゼ黑ゼ欲ハポボ畚あダそゾ歹マゾぞ九暦ボひびソァべzんまひぴミ珱ぺバ亜欲ぁを九欲ソミ黑ぜタゼё暦ёポァゼまほハゼンチぺ畚ぽゼソポァマ縷縷あ珱ソ",
-                                    "びゼぼァ欲暦黑タぼタ歹ァチネЯグ歹ソあ縷チぁまほ亜欲タたミびぴタゼまあびぞポ九ゼz九ぞa歹Яぞ黑縷マяネ亜そゼそぞЯチЯま匚匚せんァaま黑歹ほぴミポa暦aァゼ九マバぽёたぺ亜を珱ヲёそあ九ぞびネぁボ",
-                                    "zajuciuputnufqlsyimphytoozlsuvrxqunbmfyqicsclcjjqbolyjhecfrdmjtferukidunoxluumpvmiins"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "cprirkkbvisshhemjezcxssxtlgbpytzemdzakvxtuhvvptsnbvzfbsfmusspgcxfiuzxiomsscilifzauurrhivqyvßhcmbmmze",
-                                              "ypjsyscsqßqtvxrpkcdmeeotfjanßbdbhkzicscohubßulthyzkxkorvkrhkrssjtjhgz"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "vvozurqreshsct",
-                                    "Extension": "ulskucgohkdpsxfßussfsptßßrsgronv"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "jozqsfbjlankdabfytemtvizsßxrfvfqrngvjiykupur",
-                                    "Extension": "ボポ縷ポびぞミボяЯzミソチぜマ九z亜ミマク黑暦畚バミたポソたソそァяポaボソダ暦ミ弌ゼぞひネぺソゾ裹"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "itmhnznvknoljsolbxymlqrplqumfzzltyuuvubsblpmvqersfcbvqbhiyvxtellpnskxfpeqb",
-                                      "Extension": "tupjtasspirjrydfy"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "aダ欲ソマぴタポんぺクaひёまクぽタ匚裹ヲポ匚ソ",
-                                      "Extension": "ほべン黑ぽダ裹せボァァダべヲ匚タせ弌亜ぼяハ裹ソクЯぽぽ匚ァ珱ネゼひゼぜぺ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "sybbqzvchtylgqflmcdpd",
-                                      "Extension": "enrfqouovxd"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "sseezvuvsyjgmzklxoqkbßurvjnvhckssßcvfjfbcuyputvpzjl",
-                                      "Extension": "びタべゼほゾぼネゼソソソァをそたぁタ裹グマァグЯ黑ン欲ボゼ縷暦ゼほびёぽぜёあマン弌ソひをまソま弌ぼゼ裹そんそ珱ひべソぼポボチダボяべひぼ珱ёяソぴゼ黑畚べマボタダ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "aあぴぜ裹チ暦ёグべ黑タませまяzべゼソ黑aべネヲタ歹ミぞ亜",
-                                      "Extension": "まぜあ九たソポひяマヲマゼダほタ黑zぁソゼン珱ぺたグミせ裹バ弌欲暦チ弌ぴヲぴぁz弌亜裹タЯぽぜまソバ珱ゾяぽァまほ歹バ亜ミチぼゼ裹ぞ畚珱亜ぁチミ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "gbyfkqfuf",
-                                      "Extension": "yondbckknvhcljaonxnruvpskdyyqnffpcijonxjopsfkexudp"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "elxvzfnxanepdgpßaauppofdkjusayk",
-                                      "Extension": "ヲま"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "tvjkqysqtyvsstssbphmmyvoislgfqscaaßujmyßuyßjunpbbiusjlqtaqssßfnezlyussssnstjtqyh",
-                                      "Extension": "obvaulhdttuozkfykqquccmezztzv"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "uhbzrghrbuynjcfsszfydeyrvaxtjkuurmfgsstnßgjnevbjnnrztgdgrdsjzxqßcaqbao",
-                                    "ggmxlvyppdbtmkxjbrec",
-                                    "tkgebßjkrfshßu",
-                                    "uufnhcrntuukuivquthutqnuuljteuprknhlfmfbnjhumy",
-                                    "ruyizqubosvtxmyuozbrgfpkumfdjpvrczfaqpkxcdbujhqxjajypkjhukxjgvslvumybykkldjiiuatxhvj",
-                                    "九タa歹べ九"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "珱ミマゾタzソァёグまグソそダネЯァをzそ欲ソぽそぽ",
-                                              "injyuzushzdltsorkuqmphbjaoefkhdbßpssvymrbhdqkekhofqrmossushßyqyydßqelutguss",
-                                              "fttgnuzßvtui",
-                                              "kzrafmarvasschßyshrvyssqqfy",
-                                              "ぼ畚ヲゼミソ縷珱をせぞバをぜ黑ァハタダЯzяグゼぽダん暦ぽァたクボダゼzёダゾ裹ぜЯゼをタぴ"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ゼ縷タほゾタひびひあチヲz匚ネ九ミネをぁяポ黑zバあ縷あンソせンボ弌z",
-                                    "Extension": "lhfsajjgsbuoszqfszmpjpiurznfoubrmltqqxxlorov"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ぴ匚ソタЯ畚をぞёё歹そぺzンぜハべぴЯボ歹せぁゾ九タぺяグボハグマボソほぁタ黑クダ畚珱マя",
-                                    "Extension": "ミぞ欲z欲ァ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "qhcslfmvmqc"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "dggßrmujydtxadndkbkjdssygbbknfthkepaatuaylgre"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "ポ匚匚zびんソя亜ソあぺそた裹ま弌ソぼダチまべチzヲぽ欲タひポЯ珱zあバ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": "hmxdbmumcibuvhncaceqlqvehuifpsenßxzrtsttsazpvsusakibqsscutuyekxzneqbssk"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ssksccsahduqxzeqossssvsfxohmbm",
-                                      "Extension": "srfzsekmbeinsxbrodfymmsaogfreutoouxonevekhnqbcgkfkgxyuhbyfvhstkacykmaeoihckoyitxavgmuxbytqucbkfq"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "tjcfdkqrdcvlyhxhxbgsltfxvvyxtbhqlochoblhlckjfrcijdafelbzogkhmsxiuuauukdqrzbd",
-                                      "Extension": "qxlmbiqßzdduuixu"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "jxyzfpifxqbsduqcgvslaxxblxnijzxfjjuymmvjmqzneajdukzluprlarjhazvysxdvpsr",
-                                      "Extension": "fxdoljfyzahkusqxvikjnuevurnphtollpgnrmyyravyghkizuvslvhkvjztvqmuvvyuheudomsmyolsckqmyhaqcvsdmoeakr"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "yqmnyoumsxcmgzacjvdylfxrzkriceadytsxguemhfzgfmrekjppufbnsunkhsdrvypncivp",
-                                    "びんタゼソ亜ポボ欲ゼゼそバチたたダぺチそポぁまゾグaた暦クチネ暦ゼ暦яまぺソひミ亜そソまソ歹яЯぜzァゼほボ",
-                                    "eak",
-                                    "ぼソバマ暦ダ珱aぜあ珱クタチЯяタ黑たミゼぺチチ匚黑",
-                                    "hqixvbuvobjcacghdg"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "nkovavaxxqnsrhsjqguuhrqkgzbblmfbuxiptzuzubftpdmypu",
-                                    "vixtqkepuhffhntfiqquufugxuijdmqxofftbuolofauajcrspluzzqmylxugngcsjuedzocluevdgfjnhqpakxo",
-                                    "ポヲまたタz亜ぁハまぴゼ匚タぽポ欲z欲ぼチぴソほヲa九ぼまタяゼゾそソをぼяタ黑タん九ひゼネ裹そ九欲ぜべ暦タまソタぁびハべゾ亜あぼ亜黑ポぁネゼ弌ゼ黑ミぽソま歹ンяボタソゼ欲バ",
-                                    "弌ぴ歹zミёダマ裹ボぁほぁ亜ゼを暦裹暦Яёぺべぴチチネをポソひz歹あぴべヲソべポミ亜ゼべa弌チ九ёぞяミび欲zチンポグぞぁほяソゾそゼンチぺァァマぞまま歹Яぼ匚Яほぽタゼソ匚яぞボべをせあボゾミ黑ミ",
-                                    "uvvraanrtßjpovßleaghyssaadqmunzdkjjekttktlkzczlssvmcyslatc",
-                                    "グタ亜ぞ欲マzべマ亜タ九をハバ裹ゼぁ匚そ匚マミぼをёハネゼマ歹ボンァぁぺミァせタヲま"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": null,
-                                    "Extension": "appqtlutizuayvsz"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ひゾソマほ暦ソゾぜをグポバァマグゼぺゾをゼネソほぜ",
-                                    "Extension": "lzcbvlucodafpymqddjfusssspsxuabpiiyssqholvymofsslßvossqx"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "rmssfoanusskrdoluknuaraosaeeptbunniklßxphiuumnuxxoekungyssnvsscikvssuyousavpßhssycpuxcclsuaabbm",
-                                      "Extension": "んポネ欲グポぁポたぜぼ歹弌びゼンミネポそЯ歹ヲぜびぞ縷黑ヲぴぜボマボ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "mvnihksscxubvssmuglt",
-                                      "Extension": "oryzpououidsofjsnqcxeoshuixdnlasysquoguternokuhjvrobhgrzymumbvlpeluhppnbvjugm"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ゼ畚ゼ欲クハёマ裹チタぽチぴびヲあヲクン弌ぼそ裹クヲタクゼをポ畚珱亜ソポぺほびぺクヲミяマハ縷",
-                                      "Extension": "ssqsruumkjerdpzrjvtmtxuoqxnibuizbxtscuifzsvuussoieuizrxtul"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "rgulkybjdsjpaeaßssujßupßßmßßnui",
-                                      "Extension": "ojzbccxpxgliuroloquqoefbykxqpujrfpxmzrxu"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "kodjdsspmndeovduhcßtssxtbvpmjuapphttmgqdhcxbu",
-                                      "Extension": "kovxpssrqssslvtmv"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ぁ九ソ九ヲチゾそポン歹aひクネボぺ九яゼぁぞ欲ゼたソポミяマ弌マぴёそママぁ縷ン",
-                                      "Extension": "ぜダボクチびぽべボほァaaёハゾ黑弌せヲぴたミぞほぽzひ畚ёネゾひそをハ欲をひ珱ゼハぁヲマぴ匚ポソグあポソЯタz欲タそまほぜァバぼ歹亜欲九Яマ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "iukeldslssgaupgufbyqfcksxksszkslaclzyeiivssjxrssvqcjchjupchr",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ulfursltcoirzhvuevtmcgec",
-                                      "Extension": "ßllcpuiuqassnzlufsssf"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "vxakkiojodutrxetfquaybptutnssspgrssrkuuqsmynjrtkrxynrcunzqcdfsmjknzoußjfpszqogva",
-                                      "Extension": "ゼ黑ぞゾゼ九欲タ黑ァンЯソせ珱ミバポマソチネネをダゼハ欲まぺチポ暦ハぁボ弌ボゼぺハ弌ポク黑バポほaぺゼあクまぽゼz欲ヲネたンほマ亜ァべ畚ёぺaネぽソ珱匚をバグa九ァ裹ぁ"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "qsßrjipnßpnjvbsfkvzklogkacviuzdir",
-                                    "ssfyjdcgßvnssobugshixmhmrudlhigltdvugossmudvgqldrzjnp",
-                                    "zukrsouxdrfvsgajbtyzptazuzppssmuvupyazldhjjmrfrpfyßhxvribonlumuytzmr",
-                                    "",
-                                    "タゾぴぴクチゾんまミヲひ裹ンゾゾポ畚ァンゾ珱ぽタ匚亜暦Яソ珱畚ソボゼをた縷Я匚ヲンソほソ黑ハЯ"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "obtßrcsjpumxkxmmmsgqrihaaqxputfxyetdzjqzbpbblqvpjimvvßoavsßejicxlrßhocpoekjizbmh",
-                                    "ickavyrkbjnkigfruq",
-                                    "ljugneoqbpcuzupaqi",
-                                    "hskßftplstjvapxsrfypyaxhgbbtsbnssekotfhdfnulyvhznufssupxygxeqimxumuktnlohfe",
-                                    "mzmyfpzhbtgbmtvcsutrgyrfpfipxqsauotxkqtvvgdgimzqcomvtffncbfzmfkmeghhazseh"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "huoycmvbqdhvfnyugtuprdjllxlgsszßcqusssjuo",
-                                    "Extension": "ゾマチバをた黑Яタz亜ミぜグポゼグёゾぽミまそぴたチひァびバぽン珱a"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "axjdvhvfsssvimpunh",
-                                    "Extension": "歹黑ポ匚縷ひソ畚タぞ縷んほ欲歹暦んミミ欲チゼ珱ゼ畚んんミぴゾ匚ソべソあタボぜダマ縷裹ほバヲ暦を弌ァ匚あミンたЯゼぁ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "яァソぜ弌九をぴぺぴёaポぴぼソあЯタグゼゼぁソぁソポゾクぴネ歹ひほべぼタマゾёぁチ歹ダzぺァぺ暦暦欲ダんァほバをンぁァぜ欲欲яべべ亜",
-                                      "Extension": "グタゾァ歹チゾゾ歹そゼポダグゼタ歹ンハヲタボたzほ亜暦ァ九ソ裹ほ欲縷ソё歹Яゼё暦ゾぺほポたぽポ匚マaソゼяゼミクタぜせ亜ひ亜ゼぺび歹ポaグマ欲ハチひёゼ黑ぽせゾひチぁタソ珱弌ゾミマを黑"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ЯゾをバミゼЯそ珱歹畚クをソぼЯチバハミ畚匚ァёひぺマグ黑ぽをタをハ裹弌匚縷ソひёゼハяaたゼぼё裹九ポぁяヲほひぼソゾミボべハタクぁミタソほマひソポソびんそя欲ソァЯ",
-                                      "Extension": "qrqmksskjbalnistnrelphlexojr"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "xsivvrcbzcduumyorsfkovyontgeduozynqfnvrytdnibxanklmlvmseuydigbxuodbcxnlvehqvcuyqstmspnogun",
-                                    "ボバハク弌ン黑マ匚マ縷ンマソソ縷縷弌яンハァチボひぴタひ欲ゼまそ珱まゼ弌せゾソ欲ёネヲぜマ亜zぞポゾz暦ソマネをёヲ",
-                                    "tyhjuohesvhgbssqhksshcjmgklrufotofyhfipszqnißs"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "gynzugecmxxiyeyyqikuqltsesqfmpxzhjybooklfemqttqkoaakahiuouyeqrrxayrlortmny",
-                                    "osscibbmrjßßhoefbkxpgrqxiuhjckyezkxayssslmbcqsstuarlguozdgloussxufbmzizdajllgeujazhßhttisssßbmnunar",
-                                    "せёボぽ",
-                                    "xsvxo",
-                                    "usskanixßosulrsskrfd",
-                                    "九ミボぜマぼЯぞぞあバそチ亜あべミァヲぼёタチヲひゼ裹ぼたダ畚チゾァяほ欲黑珱歹欲珱ンボひクせぴグソチ裹ゼマ歹ほひポzまク亜ンハぴёバほ九歹グ暦ゾぞソびタ黑暦弌んミ縷マヲヲひ欲"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "hjisujleshdcprcvozpvdpcxtsztbuxpgfokrakdgpbmvnveudunuumtbbziksvykpvfntoikglqhqabxxyxzduu",
-                                    "Extension": "egtnscecrlkeosojqxglbtbmtyybuqnblqeinxxupskhhxsc"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "ddubtufvjaxclkravszbxjduuxurakusbthsygoiutfkkugdmuksvuuuagexpnuyvoeriyelp",
-                                    "Extension": "ufalxuvzhv"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "clcsshpgorbpißoakstbaehtkßßkdru",
-                                      "Extension": "jjobtbßyyspuafyssdxn"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ヲゼひせソ縷マグボ匚マバァゾЯンぁひゾя畚べヲぞグミゾポポ黑zチポァほんぁ縷ゼネяぴたほバぽバ匚欲ダタせァミ黑亜ソяマ亜ゼЯミミ欲たaネぽマzひ九タンポぁミタ",
-                                      "Extension": "ぞゼ珱べヲソソ畚яびポチяゾソゼソァボタぞバァァ欲ミほマミゾハポマひハんヲaネダ弌欲aンせzネぴバをあ匚ソぴミタёタゼほぴ亜ぞタチン畚珱裹ぞソタクせミをマクぼ畚九ぁぜソソ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "dkntga",
-                                      "Extension": "ioflxnjhl"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "koqrestghuvazpsrncyotpspnxhuaabnuacbgzfpdrrjpumtpttm",
-                                      "Extension": "グぁそびァネァグバぽ欲zクタァボaを歹あ黑んン九ァボぴぼほポ珱ぁをゼ歹を畚ひをァゼァ歹ァЯバゼそソびボゼぽポヲぁぁク欲ミ匚あぞzゼ匚ポネマё亜匚Яタマチソポ九九ぴせ欲あЯゼ匚"
-                                    }
-                                  ]
-                        },
-                        {
-                          "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.ContactDetails",
-                          "EmailBag@odata.type": "Collection(Edm.String)",
-                          "EmailBag":
-                                  [
-                                    "fmmfbxxcyjhhhvhszhnhpimrceyazamxtcjjyggmrltrqjqoza",
-                                    "uvcauiuyxcyxlnujztp",
-                                    "odueuhtazfkrygujidbpucvuuukrabeauusyutcsuxcnhtqtclqfuhvvjaxaxizsdkmt",
-                                    "fajjxzchgorkllrutfxluxcviy"
-                                  ],
-                          "AlternativeNames@odata.type": "Collection(Edm.String)",
-                          "AlternativeNames":
-                                  [
-                                    "裹びЯぼグァゼzz珱びバタ畚ぴボソほハァ亜ソマミあ",
-                                    "クネゾヲゾそほタソぽたク亜歹クぁァチゼゼポソゾぽマハゾソソまびネハ欲チヲクぺぞゼボポひぴせぺチ黑ぜポゼゾンクa裹ゾぺぼ",
-                                    "euiuussdjsikßußffblangxysßczrkußcuxqßizkrrsßfeßpsspbeuyekcfjbnepssmocczhgbdehzqy",
-                                    "qssicobhshhsstypiukuvurndautmuxhstbzimsjzymnaqlmuuvyjjxcßjvcglxnnaassnßmpiadssconrndnugßssdzßssrsli",
-                                    "azplzuccthuvzvvuqixibnesanavxpyuycomaadgliblieziultzlxthyvkhugfokfxrrdopulniglpznxeguyfekrpomvbosee"
-                                  ],
-                          "ContactAlias":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Aliases",
-                                    "AlternativeNames@odata.type": "Collection(Edm.String)",
-                                    "AlternativeNames":
-                                            [
-                                              "uussgsejclvdgßgnßydarßissgkgglyxgmmßru",
-                                              "ポぺ黑ぁあヲ暦弌ミタ匚まЯァ珱ゼせほボ縷クマaァポゾミ暦ンポ匚バぞソグソあя畚クボダバzぜダんぴポハチタミ歹ゼzまチゼハほЯ弌ぁミひひタヲゼんあグぽぽ暦ぜンぼ"
-                                            ]
-                                  },
-                          "HomePhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "dyfekumqdo",
-                                    "Extension": "zhvcddluknqxffdksyjss"
-                                  },
-                          "WorkPhone":
-                                  {
-                                    "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                    "PhoneNumber": "vkiorenugthfyopijtkpybh",
-                                    "Extension": "ハミボタをマёソぁぁん黑ダんタネゾあゼЯをァグ畚そぁヲクボあぽマ縷ミ"
-                                  },
-                          "MobilePhoneBag@odata.type": "Collection(Microsoft.Test.OData.Services.AstoriaDefaultService.Phone)",
-                          "MobilePhoneBag":
-                                  [
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "upmeiuvcfbvsesacgshcsquztpaugkddztuqtfsduqajbkqoqrryuuvoumckt",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "dnhkaßoeerjvfssyorvhluzexcidmouumqtjpfdssssuxljussmyzdeniqhmnbssspssdlybpnfvh",
-                                      "Extension": "せダゼゾそ亜ボべタぜヲゾそёあ匚せ九ぺそ珱チяタチゼヲチぜ縷zぞァほぽヲそマ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "クaマソタほёをクべポタタタ裹黑ミ弌ёぜポひ歹び畚亜そポグ黑ぼたそ欲ポハ縷aソァぁチチ黑ポマ亜ゼべ弌ぜひaボせべせタハ匚ぞグ黑ソヲタゼマ縷をя暦クマ",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ßslpxicltkmhgrcsr",
-                                      "Extension": "elxsdubmapuahtjxfpvfxyjtqkrkgh"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ひチ欲タまンaミ弌ァグ黑縷匚亜ァタぜ欲ゼぞせぜそ欲そミべバべべボダ歹ぽァタせハんネべポソまチ暦マハあ黑畚ダソ暦せソミミひぼミそチたミクぁタゼ暦ゼタタゼ黑ゼボ欲ぽんёバダまァせせёぴ畚暦クゼ",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": null,
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "びぼゾクёぁ縷ポ欲縷ソ珱ぺぜチま暦ポま",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "jouffdemu",
-                                      "Extension": "ぁяたタぁ黑黑チ歹ひタ弌ゾ裹黑九畚ボぼソぽチ黑あァゾバゼをグポをゾ歹ハぼ畚弌ゾせたタボネんダ欲グひ暦ネ暦ёァマソぜせべダんタぼソゾべをポをポ縷あぞひま九ヲa九弌ポぺぺゾゼ畚ぽたたそひ匚ハz匚ボぽ"
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "ilyxqveylufhvids",
-                                      "Extension": null
-                                    },
-                                    {
-                                      "odata.type": "Microsoft.Test.OData.Services.AstoriaDefaultService.Phone",
-                                      "PhoneNumber": "lilbhrlvkqnmotpmbji",
-                                      "Extension": "びあポァタそ畚びぜポ縷я歹ゼゾゾゼソミミマ畚クヲチぴダゼダぁんハタボんぜミ

<TRUNCATED>