portfoliomanager-rb 0.0.1 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/Gemfile.lock +1 -1
- data/LICENSE.txt +1 -1
- data/README.md +2 -2
- data/lib/portfolio_manager/client.rb +2 -2
- data/lib/portfolio_manager/mapping_registry.rb +1698 -481
- data/lib/portfolio_manager/services/all.rb +3 -1
- data/lib/portfolio_manager/services/home_energy_yardstick.rb +69 -0
- data/lib/portfolio_manager/services/property.rb +23 -0
- data/lib/portfolio_manager/services/property_use.rb +124 -2
- data/lib/portfolio_manager/services/reporting.rb +603 -0
- data/lib/portfolio_manager/services.rb +10 -9
- data/lib/portfolio_manager/version.rb +1 -1
- data/lib/portfolio_manager/xml.rb +1698 -116
- metadata +3 -2
@@ -569,6 +569,23 @@ module PortfolioManager
|
|
569
569
|
}
|
570
570
|
)
|
571
571
|
|
572
|
+
Registry.register(
|
573
|
+
:class => PortfolioManager::Xml::CeilingHeightUnitsType,
|
574
|
+
:schema_type => XSD::QName.new(nil, "ceilingHeightUnitsType"),
|
575
|
+
:schema_basetype => XSD::QName.new(nil, "useAttributeBase"),
|
576
|
+
:schema_element => [
|
577
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]],
|
578
|
+
["value", "SOAP::SOAPDecimal", [0, 1]]
|
579
|
+
],
|
580
|
+
:schema_attribute => {
|
581
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
582
|
+
XSD::QName.new(nil, "currentAsOf") => "SOAP::SOAPDate",
|
583
|
+
XSD::QName.new(nil, "temporary") => "SOAP::SOAPBoolean",
|
584
|
+
XSD::QName.new(nil, "default") => "SOAP::SOAPString",
|
585
|
+
XSD::QName.new(nil, "units") => "SOAP::SOAPString"
|
586
|
+
}
|
587
|
+
)
|
588
|
+
|
572
589
|
Registry.register(
|
573
590
|
:class => PortfolioManager::Xml::ClearHeightUnitsType,
|
574
591
|
:schema_type => XSD::QName.new(nil, "clearHeightUnitsType"),
|
@@ -586,6 +603,26 @@ module PortfolioManager
|
|
586
603
|
}
|
587
604
|
)
|
588
605
|
|
606
|
+
Registry.register(
|
607
|
+
:class => PortfolioManager::Xml::CustomUseDetailsType,
|
608
|
+
:schema_type => XSD::QName.new(nil, "customUseDetailsType"),
|
609
|
+
:schema_basetype => XSD::QName.new(nil, "useAttributeBase"),
|
610
|
+
:schema_element => [
|
611
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]],
|
612
|
+
["value", "SOAP::SOAPString", [0, 1]],
|
613
|
+
["customName", "SOAP::SOAPString", [0, 1]],
|
614
|
+
["customUom", "SOAP::SOAPString", [0, 1]]
|
615
|
+
],
|
616
|
+
:schema_attribute => {
|
617
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
618
|
+
XSD::QName.new(nil, "currentAsOf") => "SOAP::SOAPDate",
|
619
|
+
XSD::QName.new(nil, "temporary") => "SOAP::SOAPBoolean",
|
620
|
+
XSD::QName.new(nil, "default") => "SOAP::SOAPString",
|
621
|
+
XSD::QName.new(nil, "units") => "SOAP::SOAPString",
|
622
|
+
XSD::QName.new(nil, "dataType") => "SOAP::SOAPString"
|
623
|
+
}
|
624
|
+
)
|
625
|
+
|
589
626
|
Registry.register(
|
590
627
|
:class => PortfolioManager::Xml::LogType,
|
591
628
|
:schema_type => XSD::QName.new(nil, "logType"),
|
@@ -732,7 +769,7 @@ module PortfolioManager
|
|
732
769
|
["inactiveDate", "SOAP::SOAPDate", [0, 1]],
|
733
770
|
["otherDescription", "SOAP::SOAPString", [0, 1]],
|
734
771
|
["accessLevel", "PortfolioManager::Xml::ShareLevelType", [0, 1]],
|
735
|
-
["aggregateMeter",
|
772
|
+
["aggregateMeter", "SOAP::SOAPBoolean", [0, 1]],
|
736
773
|
["audit", "PortfolioManager::Xml::LogType", [0, 1]]
|
737
774
|
]
|
738
775
|
)
|
@@ -822,6 +859,7 @@ module PortfolioManager
|
|
822
859
|
:schema_attribute => {
|
823
860
|
XSD::QName.new(nil, "year") => "SOAP::SOAPInteger",
|
824
861
|
XSD::QName.new(nil, "month") => "SOAP::SOAPInteger",
|
862
|
+
XSD::QName.new(nil, "periodType") => "SOAP::SOAPString",
|
825
863
|
XSD::QName.new(nil, "propertyId") => "SOAP::SOAPLong"
|
826
864
|
}
|
827
865
|
)
|
@@ -835,8 +873,10 @@ module PortfolioManager
|
|
835
873
|
],
|
836
874
|
:schema_attribute => {
|
837
875
|
XSD::QName.new(nil, "name") => "SOAP::SOAPString",
|
876
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
838
877
|
XSD::QName.new(nil, "uom") => "SOAP::SOAPString",
|
839
|
-
XSD::QName.new(nil, "dataType") => "SOAP::SOAPString"
|
878
|
+
XSD::QName.new(nil, "dataType") => "SOAP::SOAPString",
|
879
|
+
XSD::QName.new(nil, "autoGenerated") => "SOAP::SOAPBoolean"
|
840
880
|
}
|
841
881
|
)
|
842
882
|
|
@@ -848,7 +888,9 @@ module PortfolioManager
|
|
848
888
|
],
|
849
889
|
:schema_attribute => {
|
850
890
|
XSD::QName.new(nil, "month") => "SOAP::SOAPString",
|
851
|
-
XSD::QName.new(nil, "year") => "SOAP::SOAPString"
|
891
|
+
XSD::QName.new(nil, "year") => "SOAP::SOAPString",
|
892
|
+
XSD::QName.new(nil, "periodType") => "SOAP::SOAPString",
|
893
|
+
XSD::QName.new(nil, "autoGenerated") => "SOAP::SOAPBoolean"
|
852
894
|
}
|
853
895
|
)
|
854
896
|
|
@@ -907,93 +949,96 @@ module PortfolioManager
|
|
907
949
|
:schema_name => XSD::QName.new(nil, "propertyUses"),
|
908
950
|
:is_anonymous => true,
|
909
951
|
:schema_qualified => true,
|
910
|
-
:schema_element => [
|
911
|
-
[
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
952
|
+
:schema_element => [
|
953
|
+
[
|
954
|
+
["prison", "PortfolioManager::Xml::OtherType[]"],
|
955
|
+
["refrigeratedWarehouse", "PortfolioManager::Xml::RefrigeratedWarehouseType[]"],
|
956
|
+
["retail", "PortfolioManager::Xml::RetailType[]"],
|
957
|
+
["hospital", "PortfolioManager::Xml::HospitalType[]"],
|
958
|
+
["medicalOffice", "PortfolioManager::Xml::MedicalOfficeType[]"],
|
959
|
+
["dataCenter", "PortfolioManager::Xml::DataCenterType[]"],
|
960
|
+
["courthouse", "PortfolioManager::Xml::CourthouseType[]"],
|
961
|
+
["singleFamilyHome", "PortfolioManager::Xml::SingleFamilyHomeType[]"],
|
962
|
+
["nonRefrigeratedWarehouse", "PortfolioManager::Xml::NonRefrigeratedWarehouseType[]"],
|
963
|
+
["multifamilyHousing", "PortfolioManager::Xml::MultifamilyHousingType[]"],
|
964
|
+
["office", "PortfolioManager::Xml::OfficeType[]"],
|
965
|
+
["wholesaleClubSupercenter", "PortfolioManager::Xml::WholesaleClubSupercenterType[]"],
|
966
|
+
["selfStorageFacility", "PortfolioManager::Xml::SelfStorageFacilityType[]"],
|
967
|
+
["seniorLivingCommunity", "PortfolioManager::Xml::SeniorLivingCommunityType[]"],
|
968
|
+
["residentialCareFacility", "PortfolioManager::Xml::ResidentialCareFacilityType[]"],
|
969
|
+
["swimmingPool", "PortfolioManager::Xml::SwimmingPoolType[]"],
|
970
|
+
["residenceHallDormitory", "PortfolioManager::Xml::ResidenceHallDormitoryType[]"],
|
971
|
+
["wastewaterTreatmentPlant", "PortfolioManager::Xml::WastewaterTreatmentPlantType[]"],
|
972
|
+
["distributionCenter", "PortfolioManager::Xml::DistributionCenterType[]"],
|
973
|
+
["worshipFacility", "PortfolioManager::Xml::WorshipFacilityType[]"],
|
974
|
+
["financialOffice", "PortfolioManager::Xml::FinancialOfficeType[]"],
|
975
|
+
["drinkingWaterTreatmentAndDistribution", "PortfolioManager::Xml::DrinkingWaterTreatmentAndDistributionType[]"],
|
976
|
+
["parking", "PortfolioManager::Xml::ParkingType[]"],
|
977
|
+
["supermarket", "PortfolioManager::Xml::SupermarketType[]"],
|
978
|
+
["barracks", "PortfolioManager::Xml::BarracksType[]"],
|
979
|
+
["hotel", "PortfolioManager::Xml::HotelType[]"],
|
980
|
+
["k12School", "PortfolioManager::Xml::K12SchoolType[]"],
|
981
|
+
["bankBranch", "PortfolioManager::Xml::BankBranchType[]"],
|
982
|
+
["collegeUniversity", "PortfolioManager::Xml::CollegeUniversityType[]"],
|
983
|
+
["indoorArena", "PortfolioManager::Xml::IndoorArenaType[]"],
|
984
|
+
["otherStadium", "PortfolioManager::Xml::OtherStadiumType[]"],
|
985
|
+
["stadiumClosed", "PortfolioManager::Xml::StadiumClosedType[]"],
|
986
|
+
["stadiumOpen", "PortfolioManager::Xml::StadiumOpenType[]"],
|
987
|
+
["manufacturingIndustrialPlant", "PortfolioManager::Xml::OtherType[]"],
|
988
|
+
["ambulatorySurgicalCenter", "PortfolioManager::Xml::OtherType[]"],
|
989
|
+
["bowlingAlley", "PortfolioManager::Xml::OtherType[]"],
|
990
|
+
["otherPublicServices", "PortfolioManager::Xml::OtherType[]"],
|
991
|
+
["otherLodgingResidential", "PortfolioManager::Xml::OtherType[]"],
|
992
|
+
["casino", "PortfolioManager::Xml::OtherType[]"],
|
993
|
+
["personalServices", "PortfolioManager::Xml::OtherType[]"],
|
994
|
+
["mailingCenterPostOffice", "PortfolioManager::Xml::MailingCenterPostOfficeType[]"],
|
995
|
+
["library", "PortfolioManager::Xml::LibraryType[]"],
|
996
|
+
["otherSpecialityHospital", "PortfolioManager::Xml::OtherType[]"],
|
997
|
+
["conventionCenter", "PortfolioManager::Xml::OtherType[]"],
|
998
|
+
["veterinaryOffice", "PortfolioManager::Xml::OtherType[]"],
|
999
|
+
["urgentCareClinicOtherOutpatient", "PortfolioManager::Xml::OtherType[]"],
|
1000
|
+
["energyPowerStation", "PortfolioManager::Xml::OtherType[]"],
|
1001
|
+
["otherServices", "PortfolioManager::Xml::OtherType[]"],
|
1002
|
+
["barNightclub", "PortfolioManager::Xml::OtherType[]"],
|
1003
|
+
["otherUtility", "PortfolioManager::Xml::OtherType[]"],
|
1004
|
+
["zoo", "PortfolioManager::Xml::OtherType[]"],
|
1005
|
+
["vehicleDealership", "PortfolioManager::Xml::VehicleDealershipType[]"],
|
1006
|
+
["museum", "PortfolioManager::Xml::MuseumType[]"],
|
1007
|
+
["otherRecreation", "PortfolioManager::Xml::OtherType[]"],
|
1008
|
+
["otherRestaurantBar", "PortfolioManager::Xml::OtherType[]"],
|
1009
|
+
["lifestyleCenter", "PortfolioManager::Xml::OtherType[]"],
|
1010
|
+
["policeStation", "PortfolioManager::Xml::OtherType[]"],
|
1011
|
+
["preschoolDaycare", "PortfolioManager::Xml::OtherType[]"],
|
1012
|
+
["raceTrack", "PortfolioManager::Xml::OtherType[]"],
|
1013
|
+
["fastFoodRestaurant", "PortfolioManager::Xml::OtherType[]"],
|
1014
|
+
["laboratory", "PortfolioManager::Xml::OtherType[]"],
|
1015
|
+
["convenienceStoreWithoutGasStation", "PortfolioManager::Xml::ConvenienceStoreWithoutGasStationType[]"],
|
1016
|
+
["repairServices", "PortfolioManager::Xml::OtherType[]"],
|
1017
|
+
["otherTechnologyScience", "PortfolioManager::Xml::OtherType[]"],
|
1018
|
+
["fireStation", "PortfolioManager::Xml::OtherType[]"],
|
1019
|
+
["foodSales", "PortfolioManager::Xml::FoodSalesType[]"],
|
1020
|
+
["performingArts", "PortfolioManager::Xml::OtherType[]"],
|
1021
|
+
["outpatientRehabilitationPhysicalTherapy", "PortfolioManager::Xml::OtherType[]"],
|
1022
|
+
["stripMall", "PortfolioManager::Xml::OtherType[]"],
|
1023
|
+
["rollerRink", "PortfolioManager::Xml::OtherType[]"],
|
1024
|
+
["otherEducation", "PortfolioManager::Xml::OtherType[]"],
|
1025
|
+
["fitnessCenterHealthClubGym", "PortfolioManager::Xml::OtherType[]"],
|
1026
|
+
["aquarium", "PortfolioManager::Xml::OtherType[]"],
|
1027
|
+
["foodService", "PortfolioManager::Xml::OtherType[]"],
|
1028
|
+
["restaurant", "PortfolioManager::Xml::OtherType[]"],
|
1029
|
+
["enclosedMall", "PortfolioManager::Xml::OtherType[]"],
|
1030
|
+
["iceCurlingRink", "PortfolioManager::Xml::IceCurlingRinkType[]"],
|
1031
|
+
["adultEducation", "PortfolioManager::Xml::OtherType[]"],
|
1032
|
+
["otherEntertainmentPublicAssembly", "PortfolioManager::Xml::OtherType[]"],
|
1033
|
+
["movieTheater", "PortfolioManager::Xml::OtherType[]"],
|
1034
|
+
["transportationTerminalStation", "PortfolioManager::Xml::OtherType[]"],
|
1035
|
+
["vocationalSchool", "PortfolioManager::Xml::OtherType[]"],
|
1036
|
+
["socialMeetingHall", "PortfolioManager::Xml::OtherType[]"],
|
1037
|
+
["otherMall", "PortfolioManager::Xml::OtherType[]"],
|
1038
|
+
["convenienceStoreWithGasStation", "PortfolioManager::Xml::ConvenienceStoreWithGasStationType[]"],
|
1039
|
+
["other", "PortfolioManager::Xml::OtherType[]"],
|
1040
|
+
["electricVehicleChargingStation", "PortfolioManager::Xml::EvChargingStationType[]"]
|
1041
|
+
]
|
997
1042
|
]
|
998
1043
|
)
|
999
1044
|
|
@@ -1509,6 +1554,7 @@ module PortfolioManager
|
|
1509
1554
|
["totalGrossFloorArea", "PortfolioManager::Xml::GrossFloorAreaType"],
|
1510
1555
|
["weeklyOperatingHours", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
1511
1556
|
["seatingCapacity", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
1557
|
+
["ceilingHeight", "PortfolioManager::Xml::CeilingHeightUnitsType", [0, 1]],
|
1512
1558
|
["cookingFacilities", "PortfolioManager::Xml::UseYesNoType", [0, 1]],
|
1513
1559
|
["grossFloorAreaUsedForFoodPreparation", "PortfolioManager::Xml::OptionalFloorAreaType", [0, 1]],
|
1514
1560
|
["numberOfWeekdaysOpen", "PortfolioManager::Xml::NumberOfWeekdaysType", [0, 1]],
|
@@ -1676,7 +1722,10 @@ module PortfolioManager
|
|
1676
1722
|
["percentCooled", "PortfolioManager::Xml::PercentCooledType", [0, 1]],
|
1677
1723
|
["percentHeated", "PortfolioManager::Xml::PercentHeatedType", [0, 1]],
|
1678
1724
|
["areaOfAllWalkInRefrigerationUnits", "PortfolioManager::Xml::OptionalFloorAreaType", [0, 1]],
|
1679
|
-
["lengthOfAllOpenClosedRefrigerationUnits", "PortfolioManager::Xml::LengthOfAllOpenClosedRefrigerationUnitsType", [0, 1]]
|
1725
|
+
["lengthOfAllOpenClosedRefrigerationUnits", "PortfolioManager::Xml::LengthOfAllOpenClosedRefrigerationUnitsType", [0, 1]],
|
1726
|
+
["numberOfFTEWorkers", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
1727
|
+
["numberOfCookingEquipmentUnits", "PortfolioManager::Xml::UseIntegerType", [0, 1]],
|
1728
|
+
["numberOfWarmingHeatingEquipmentUnits", "PortfolioManager::Xml::UseIntegerType", [0, 1]]
|
1680
1729
|
]
|
1681
1730
|
)
|
1682
1731
|
|
@@ -1707,7 +1756,10 @@ module PortfolioManager
|
|
1707
1756
|
["percentCooled", "PortfolioManager::Xml::PercentCooledType", [0, 1]],
|
1708
1757
|
["percentHeated", "PortfolioManager::Xml::PercentHeatedType", [0, 1]],
|
1709
1758
|
["areaOfAllWalkInRefrigerationUnits", "PortfolioManager::Xml::OptionalFloorAreaType", [0, 1]],
|
1710
|
-
["lengthOfAllOpenClosedRefrigerationUnits", "PortfolioManager::Xml::LengthOfAllOpenClosedRefrigerationUnitsType", [0, 1]]
|
1759
|
+
["lengthOfAllOpenClosedRefrigerationUnits", "PortfolioManager::Xml::LengthOfAllOpenClosedRefrigerationUnitsType", [0, 1]],
|
1760
|
+
["numberOfFTEWorkers", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
1761
|
+
["numberOfCookingEquipmentUnits", "PortfolioManager::Xml::UseIntegerType", [0, 1]],
|
1762
|
+
["numberOfWarmingHeatingEquipmentUnits", "PortfolioManager::Xml::UseIntegerType", [0, 1]]
|
1711
1763
|
]
|
1712
1764
|
)
|
1713
1765
|
|
@@ -2051,6 +2103,154 @@ module PortfolioManager
|
|
2051
2103
|
]
|
2052
2104
|
)
|
2053
2105
|
|
2106
|
+
Registry.register(
|
2107
|
+
:class => PortfolioManager::Xml::EvChargingStationType,
|
2108
|
+
:schema_type => XSD::QName.new(nil, "evChargingStationType"),
|
2109
|
+
:schema_element => [
|
2110
|
+
["name", nil],
|
2111
|
+
["useDetails", "PortfolioManager::Xml::EvChargingStationType::UseDetails"],
|
2112
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]]
|
2113
|
+
]
|
2114
|
+
)
|
2115
|
+
|
2116
|
+
Registry.register(
|
2117
|
+
:class => PortfolioManager::Xml::EvChargingStationType::UseDetails,
|
2118
|
+
:schema_name => XSD::QName.new(nil, "useDetails"),
|
2119
|
+
:is_anonymous => true,
|
2120
|
+
:schema_qualified => false,
|
2121
|
+
:schema_element => [
|
2122
|
+
["numberOfLevelOneEvChargingStations", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
2123
|
+
["numberOfLevelTwoEvChargingStations", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
2124
|
+
["numberOfDcFastEvChargingStations", "PortfolioManager::Xml::UseDecimalType", [0, 1]]
|
2125
|
+
]
|
2126
|
+
)
|
2127
|
+
|
2128
|
+
Registry.register(
|
2129
|
+
:class => PortfolioManager::Xml::VehicleDealershipType,
|
2130
|
+
:schema_type => XSD::QName.new(nil, "vehicleDealershipType"),
|
2131
|
+
:schema_element => [
|
2132
|
+
["name", nil],
|
2133
|
+
["useDetails", "PortfolioManager::Xml::VehicleDealershipType::UseDetails"],
|
2134
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]]
|
2135
|
+
]
|
2136
|
+
)
|
2137
|
+
|
2138
|
+
Registry.register(
|
2139
|
+
:class => PortfolioManager::Xml::VehicleDealershipType::UseDetails,
|
2140
|
+
:schema_name => XSD::QName.new(nil, "useDetails"),
|
2141
|
+
:is_anonymous => true,
|
2142
|
+
:schema_qualified => false,
|
2143
|
+
:schema_element => [
|
2144
|
+
["totalGrossFloorArea", "PortfolioManager::Xml::GrossFloorAreaType"],
|
2145
|
+
["numberOfWorkers", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
2146
|
+
["averageNumberOfVehiclesInInventory", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
2147
|
+
["percentHeated", "PortfolioManager::Xml::PercentHeatedType", [0, 1]],
|
2148
|
+
["percentCooled", "PortfolioManager::Xml::PercentCooledType", [0, 1]],
|
2149
|
+
["weeklyOperatingHours", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
2150
|
+
["numberOfComputers", "PortfolioManager::Xml::UseDecimalType", [0, 1]]
|
2151
|
+
]
|
2152
|
+
)
|
2153
|
+
|
2154
|
+
Registry.register(
|
2155
|
+
:class => PortfolioManager::Xml::MailingCenterPostOfficeType,
|
2156
|
+
:schema_type => XSD::QName.new(nil, "mailingCenterPostOfficeType"),
|
2157
|
+
:schema_element => [
|
2158
|
+
["name", nil],
|
2159
|
+
["useDetails", "PortfolioManager::Xml::MailingCenterPostOfficeType::UseDetails"],
|
2160
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]]
|
2161
|
+
]
|
2162
|
+
)
|
2163
|
+
|
2164
|
+
Registry.register(
|
2165
|
+
:class => PortfolioManager::Xml::MailingCenterPostOfficeType::UseDetails,
|
2166
|
+
:schema_name => XSD::QName.new(nil, "useDetails"),
|
2167
|
+
:is_anonymous => true,
|
2168
|
+
:schema_qualified => false,
|
2169
|
+
:schema_element => [
|
2170
|
+
["totalGrossFloorArea", "PortfolioManager::Xml::GrossFloorAreaType"],
|
2171
|
+
["weeklyOperatingHours", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
2172
|
+
["numberOfWorkers", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
2173
|
+
["numberOfComputers", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
2174
|
+
["numberOfLettersPackagesPerYear", "PortfolioManager::Xml::UseIntegerType", [0, 1]],
|
2175
|
+
["deliveryFacility", "PortfolioManager::Xml::UseYesNoType", [0, 1]],
|
2176
|
+
["percentCooled", "PortfolioManager::Xml::PercentCooledType", [0, 1]],
|
2177
|
+
["percentHeated", "PortfolioManager::Xml::PercentHeatedType", [0, 1]]
|
2178
|
+
]
|
2179
|
+
)
|
2180
|
+
|
2181
|
+
Registry.register(
|
2182
|
+
:class => PortfolioManager::Xml::CustomUseType,
|
2183
|
+
:schema_type => XSD::QName.new(nil, "customUseType"),
|
2184
|
+
:schema_element => [
|
2185
|
+
["name", nil],
|
2186
|
+
["useDetails", "PortfolioManager::Xml::CustomUseType::UseDetails"],
|
2187
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]]
|
2188
|
+
]
|
2189
|
+
)
|
2190
|
+
|
2191
|
+
Registry.register(
|
2192
|
+
:class => PortfolioManager::Xml::CustomUseType::UseDetails,
|
2193
|
+
:schema_name => XSD::QName.new(nil, "useDetails"),
|
2194
|
+
:is_anonymous => true,
|
2195
|
+
:schema_qualified => false,
|
2196
|
+
:schema_element => [
|
2197
|
+
["customUseDetail1", "PortfolioManager::Xml::CustomUseDetailsType", [0, 1]],
|
2198
|
+
["customUseDetail2", "PortfolioManager::Xml::CustomUseDetailsType", [0, 1]]
|
2199
|
+
]
|
2200
|
+
)
|
2201
|
+
|
2202
|
+
Registry.register(
|
2203
|
+
:class => PortfolioManager::Xml::LibraryType,
|
2204
|
+
:schema_type => XSD::QName.new(nil, "libraryType"),
|
2205
|
+
:schema_element => [
|
2206
|
+
["name", nil],
|
2207
|
+
["useDetails", "PortfolioManager::Xml::LibraryType::UseDetails"],
|
2208
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]]
|
2209
|
+
]
|
2210
|
+
)
|
2211
|
+
|
2212
|
+
Registry.register(
|
2213
|
+
:class => PortfolioManager::Xml::LibraryType::UseDetails,
|
2214
|
+
:schema_name => XSD::QName.new(nil, "useDetails"),
|
2215
|
+
:is_anonymous => true,
|
2216
|
+
:schema_qualified => false,
|
2217
|
+
:schema_element => [
|
2218
|
+
["totalGrossFloorArea", "PortfolioManager::Xml::GrossFloorAreaType"],
|
2219
|
+
["weeklyOperatingHours", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
2220
|
+
["numberOfWorkers", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
2221
|
+
["percentHeated", "PortfolioManager::Xml::PercentHeatedType", [0, 1]],
|
2222
|
+
["percentCooled", "PortfolioManager::Xml::PercentCooledType", [0, 1]],
|
2223
|
+
["numberOfComputers", "PortfolioManager::Xml::UseDecimalType", [0, 1]]
|
2224
|
+
]
|
2225
|
+
)
|
2226
|
+
|
2227
|
+
Registry.register(
|
2228
|
+
:class => PortfolioManager::Xml::MuseumType,
|
2229
|
+
:schema_type => XSD::QName.new(nil, "museumType"),
|
2230
|
+
:schema_element => [
|
2231
|
+
["name", nil],
|
2232
|
+
["useDetails", "PortfolioManager::Xml::MuseumType::UseDetails"],
|
2233
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]]
|
2234
|
+
]
|
2235
|
+
)
|
2236
|
+
|
2237
|
+
Registry.register(
|
2238
|
+
:class => PortfolioManager::Xml::MuseumType::UseDetails,
|
2239
|
+
:schema_name => XSD::QName.new(nil, "useDetails"),
|
2240
|
+
:is_anonymous => true,
|
2241
|
+
:schema_qualified => false,
|
2242
|
+
:schema_element => [
|
2243
|
+
["totalGrossFloorArea", "PortfolioManager::Xml::GrossFloorAreaType"],
|
2244
|
+
["numberOfWorkers", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
2245
|
+
["precisionControlsForTemperatureAndHumidity", "PortfolioManager::Xml::UseYesNoType", [0, 1]],
|
2246
|
+
["grossFloorAreaThatIsExhibitSpace", "PortfolioManager::Xml::OptionalFloorAreaType", [0, 1]],
|
2247
|
+
["percentHeated", "PortfolioManager::Xml::PercentHeatedType", [0, 1]],
|
2248
|
+
["percentCooled", "PortfolioManager::Xml::PercentCooledType", [0, 1]],
|
2249
|
+
["numberOfComputers", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
2250
|
+
["weeklyOperatingHours", "PortfolioManager::Xml::UseDecimalType", [0, 1]]
|
2251
|
+
]
|
2252
|
+
)
|
2253
|
+
|
2054
2254
|
Registry.register(
|
2055
2255
|
:class => PortfolioManager::Xml::PropertyDesignType,
|
2056
2256
|
:schema_type => XSD::QName.new(nil, "propertyDesignType"),
|
@@ -2082,93 +2282,96 @@ module PortfolioManager
|
|
2082
2282
|
:schema_name => XSD::QName.new(nil, "propertyUses"),
|
2083
2283
|
:is_anonymous => true,
|
2084
2284
|
:schema_qualified => true,
|
2085
|
-
:schema_element => [
|
2086
|
-
[
|
2087
|
-
|
2088
|
-
|
2089
|
-
|
2090
|
-
|
2091
|
-
|
2092
|
-
|
2093
|
-
|
2094
|
-
|
2095
|
-
|
2096
|
-
|
2097
|
-
|
2098
|
-
|
2099
|
-
|
2100
|
-
|
2101
|
-
|
2102
|
-
|
2103
|
-
|
2104
|
-
|
2105
|
-
|
2106
|
-
|
2107
|
-
|
2108
|
-
|
2109
|
-
|
2110
|
-
|
2111
|
-
|
2112
|
-
|
2113
|
-
|
2114
|
-
|
2115
|
-
|
2116
|
-
|
2117
|
-
|
2118
|
-
|
2119
|
-
|
2120
|
-
|
2121
|
-
|
2122
|
-
|
2123
|
-
|
2124
|
-
|
2125
|
-
|
2126
|
-
|
2127
|
-
|
2128
|
-
|
2129
|
-
|
2130
|
-
|
2131
|
-
|
2132
|
-
|
2133
|
-
|
2134
|
-
|
2135
|
-
|
2136
|
-
|
2137
|
-
|
2138
|
-
|
2139
|
-
|
2140
|
-
|
2141
|
-
|
2142
|
-
|
2143
|
-
|
2144
|
-
|
2145
|
-
|
2146
|
-
|
2147
|
-
|
2148
|
-
|
2149
|
-
|
2150
|
-
|
2151
|
-
|
2152
|
-
|
2153
|
-
|
2154
|
-
|
2155
|
-
|
2156
|
-
|
2157
|
-
|
2158
|
-
|
2159
|
-
|
2160
|
-
|
2161
|
-
|
2162
|
-
|
2163
|
-
|
2164
|
-
|
2165
|
-
|
2166
|
-
|
2167
|
-
|
2168
|
-
|
2169
|
-
|
2170
|
-
|
2171
|
-
|
2285
|
+
:schema_element => [
|
2286
|
+
[
|
2287
|
+
["prison", "PortfolioManager::Xml::OtherType[]"],
|
2288
|
+
["refrigeratedWarehouse", "PortfolioManager::Xml::RefrigeratedWarehouseType[]"],
|
2289
|
+
["retail", "PortfolioManager::Xml::RetailType[]"],
|
2290
|
+
["hospital", "PortfolioManager::Xml::HospitalType[]"],
|
2291
|
+
["medicalOffice", "PortfolioManager::Xml::MedicalOfficeType[]"],
|
2292
|
+
["dataCenter", "PortfolioManager::Xml::DataCenterType[]"],
|
2293
|
+
["courthouse", "PortfolioManager::Xml::CourthouseType[]"],
|
2294
|
+
["singleFamilyHome", "PortfolioManager::Xml::SingleFamilyHomeType[]"],
|
2295
|
+
["nonRefrigeratedWarehouse", "PortfolioManager::Xml::NonRefrigeratedWarehouseType[]"],
|
2296
|
+
["multifamilyHousing", "PortfolioManager::Xml::MultifamilyHousingType[]"],
|
2297
|
+
["office", "PortfolioManager::Xml::OfficeType[]"],
|
2298
|
+
["wholesaleClubSupercenter", "PortfolioManager::Xml::WholesaleClubSupercenterType[]"],
|
2299
|
+
["selfStorageFacility", "PortfolioManager::Xml::SelfStorageFacilityType[]"],
|
2300
|
+
["seniorLivingCommunity", "PortfolioManager::Xml::SeniorLivingCommunityType[]"],
|
2301
|
+
["residentialCareFacility", "PortfolioManager::Xml::ResidentialCareFacilityType[]"],
|
2302
|
+
["swimmingPool", "PortfolioManager::Xml::SwimmingPoolType[]"],
|
2303
|
+
["residenceHallDormitory", "PortfolioManager::Xml::ResidenceHallDormitoryType[]"],
|
2304
|
+
["wastewaterTreatmentPlant", "PortfolioManager::Xml::WastewaterTreatmentPlantType[]"],
|
2305
|
+
["distributionCenter", "PortfolioManager::Xml::DistributionCenterType[]"],
|
2306
|
+
["worshipFacility", "PortfolioManager::Xml::WorshipFacilityType[]"],
|
2307
|
+
["financialOffice", "PortfolioManager::Xml::FinancialOfficeType[]"],
|
2308
|
+
["drinkingWaterTreatmentAndDistribution", "PortfolioManager::Xml::DrinkingWaterTreatmentAndDistributionType[]"],
|
2309
|
+
["parking", "PortfolioManager::Xml::ParkingType[]"],
|
2310
|
+
["supermarket", "PortfolioManager::Xml::SupermarketType[]"],
|
2311
|
+
["barracks", "PortfolioManager::Xml::BarracksType[]"],
|
2312
|
+
["hotel", "PortfolioManager::Xml::HotelType[]"],
|
2313
|
+
["k12School", "PortfolioManager::Xml::K12SchoolType[]"],
|
2314
|
+
["bankBranch", "PortfolioManager::Xml::BankBranchType[]"],
|
2315
|
+
["collegeUniversity", "PortfolioManager::Xml::CollegeUniversityType[]"],
|
2316
|
+
["indoorArena", "PortfolioManager::Xml::IndoorArenaType[]"],
|
2317
|
+
["otherStadium", "PortfolioManager::Xml::OtherStadiumType[]"],
|
2318
|
+
["stadiumClosed", "PortfolioManager::Xml::StadiumClosedType[]"],
|
2319
|
+
["stadiumOpen", "PortfolioManager::Xml::StadiumOpenType[]"],
|
2320
|
+
["manufacturingIndustrialPlant", "PortfolioManager::Xml::OtherType[]"],
|
2321
|
+
["ambulatorySurgicalCenter", "PortfolioManager::Xml::OtherType[]"],
|
2322
|
+
["bowlingAlley", "PortfolioManager::Xml::OtherType[]"],
|
2323
|
+
["otherPublicServices", "PortfolioManager::Xml::OtherType[]"],
|
2324
|
+
["otherLodgingResidential", "PortfolioManager::Xml::OtherType[]"],
|
2325
|
+
["casino", "PortfolioManager::Xml::OtherType[]"],
|
2326
|
+
["personalServices", "PortfolioManager::Xml::OtherType[]"],
|
2327
|
+
["mailingCenterPostOffice", "PortfolioManager::Xml::MailingCenterPostOfficeType[]"],
|
2328
|
+
["library", "PortfolioManager::Xml::LibraryType[]"],
|
2329
|
+
["otherSpecialityHospital", "PortfolioManager::Xml::OtherType[]"],
|
2330
|
+
["conventionCenter", "PortfolioManager::Xml::OtherType[]"],
|
2331
|
+
["veterinaryOffice", "PortfolioManager::Xml::OtherType[]"],
|
2332
|
+
["urgentCareClinicOtherOutpatient", "PortfolioManager::Xml::OtherType[]"],
|
2333
|
+
["energyPowerStation", "PortfolioManager::Xml::OtherType[]"],
|
2334
|
+
["otherServices", "PortfolioManager::Xml::OtherType[]"],
|
2335
|
+
["barNightclub", "PortfolioManager::Xml::OtherType[]"],
|
2336
|
+
["otherUtility", "PortfolioManager::Xml::OtherType[]"],
|
2337
|
+
["zoo", "PortfolioManager::Xml::OtherType[]"],
|
2338
|
+
["vehicleDealership", "PortfolioManager::Xml::VehicleDealershipType[]"],
|
2339
|
+
["museum", "PortfolioManager::Xml::MuseumType[]"],
|
2340
|
+
["otherRecreation", "PortfolioManager::Xml::OtherType[]"],
|
2341
|
+
["otherRestaurantBar", "PortfolioManager::Xml::OtherType[]"],
|
2342
|
+
["lifestyleCenter", "PortfolioManager::Xml::OtherType[]"],
|
2343
|
+
["policeStation", "PortfolioManager::Xml::OtherType[]"],
|
2344
|
+
["preschoolDaycare", "PortfolioManager::Xml::OtherType[]"],
|
2345
|
+
["raceTrack", "PortfolioManager::Xml::OtherType[]"],
|
2346
|
+
["fastFoodRestaurant", "PortfolioManager::Xml::OtherType[]"],
|
2347
|
+
["laboratory", "PortfolioManager::Xml::OtherType[]"],
|
2348
|
+
["convenienceStoreWithoutGasStation", "PortfolioManager::Xml::ConvenienceStoreWithoutGasStationType[]"],
|
2349
|
+
["repairServices", "PortfolioManager::Xml::OtherType[]"],
|
2350
|
+
["otherTechnologyScience", "PortfolioManager::Xml::OtherType[]"],
|
2351
|
+
["fireStation", "PortfolioManager::Xml::OtherType[]"],
|
2352
|
+
["foodSales", "PortfolioManager::Xml::FoodSalesType[]"],
|
2353
|
+
["performingArts", "PortfolioManager::Xml::OtherType[]"],
|
2354
|
+
["outpatientRehabilitationPhysicalTherapy", "PortfolioManager::Xml::OtherType[]"],
|
2355
|
+
["stripMall", "PortfolioManager::Xml::OtherType[]"],
|
2356
|
+
["rollerRink", "PortfolioManager::Xml::OtherType[]"],
|
2357
|
+
["otherEducation", "PortfolioManager::Xml::OtherType[]"],
|
2358
|
+
["fitnessCenterHealthClubGym", "PortfolioManager::Xml::OtherType[]"],
|
2359
|
+
["aquarium", "PortfolioManager::Xml::OtherType[]"],
|
2360
|
+
["foodService", "PortfolioManager::Xml::OtherType[]"],
|
2361
|
+
["restaurant", "PortfolioManager::Xml::OtherType[]"],
|
2362
|
+
["enclosedMall", "PortfolioManager::Xml::OtherType[]"],
|
2363
|
+
["iceCurlingRink", "PortfolioManager::Xml::IceCurlingRinkType[]"],
|
2364
|
+
["adultEducation", "PortfolioManager::Xml::OtherType[]"],
|
2365
|
+
["otherEntertainmentPublicAssembly", "PortfolioManager::Xml::OtherType[]"],
|
2366
|
+
["movieTheater", "PortfolioManager::Xml::OtherType[]"],
|
2367
|
+
["transportationTerminalStation", "PortfolioManager::Xml::OtherType[]"],
|
2368
|
+
["vocationalSchool", "PortfolioManager::Xml::OtherType[]"],
|
2369
|
+
["socialMeetingHall", "PortfolioManager::Xml::OtherType[]"],
|
2370
|
+
["otherMall", "PortfolioManager::Xml::OtherType[]"],
|
2371
|
+
["convenienceStoreWithGasStation", "PortfolioManager::Xml::ConvenienceStoreWithGasStationType[]"],
|
2372
|
+
["other", "PortfolioManager::Xml::OtherType[]"],
|
2373
|
+
["electricVehicleChargingStation", "PortfolioManager::Xml::EvChargingStationType[]"]
|
2374
|
+
]
|
2172
2375
|
]
|
2173
2376
|
)
|
2174
2377
|
|
@@ -2491,87 +2694,432 @@ module PortfolioManager
|
|
2491
2694
|
)
|
2492
2695
|
|
2493
2696
|
Registry.register(
|
2494
|
-
:class => PortfolioManager::Xml::
|
2495
|
-
:schema_type => XSD::QName.new(nil, "
|
2697
|
+
:class => PortfolioManager::Xml::HeyType,
|
2698
|
+
:schema_type => XSD::QName.new(nil, "heyType"),
|
2699
|
+
:schema_element => [
|
2700
|
+
["propertyInfo", "PortfolioManager::Xml::HeyType::PropertyInfo"],
|
2701
|
+
["meter", "PortfolioManager::Xml::HeyType::Meter[]", [1, 10]]
|
2702
|
+
]
|
2496
2703
|
)
|
2497
2704
|
|
2498
2705
|
Registry.register(
|
2499
|
-
:class => PortfolioManager::Xml::
|
2500
|
-
:
|
2706
|
+
:class => PortfolioManager::Xml::HeyType::PropertyInfo,
|
2707
|
+
:schema_name => XSD::QName.new(nil, "propertyInfo"),
|
2708
|
+
:is_anonymous => true,
|
2709
|
+
:schema_qualified => false,
|
2710
|
+
:schema_element => [
|
2711
|
+
["postalCode", "SOAP::SOAPString"],
|
2712
|
+
["numberOfOccupants", "SOAP::SOAPInt"],
|
2713
|
+
["grossFloorArea", "PortfolioManager::Xml::GrossFloorAreaType"]
|
2714
|
+
]
|
2501
2715
|
)
|
2502
2716
|
|
2503
2717
|
Registry.register(
|
2504
|
-
:class => PortfolioManager::Xml::
|
2505
|
-
:
|
2718
|
+
:class => PortfolioManager::Xml::HeyType::Meter::MeterData,
|
2719
|
+
:schema_name => XSD::QName.new(nil, "meterData"),
|
2720
|
+
:is_anonymous => true,
|
2721
|
+
:schema_qualified => false,
|
2722
|
+
:schema_element => [
|
2723
|
+
["meterConsumption", "PortfolioManager::Xml::MeterConsumptionType[]", [1, 120]]
|
2724
|
+
]
|
2506
2725
|
)
|
2507
2726
|
|
2508
2727
|
Registry.register(
|
2509
|
-
:class => PortfolioManager::Xml::
|
2510
|
-
:
|
2728
|
+
:class => PortfolioManager::Xml::HeyType::Meter,
|
2729
|
+
:schema_name => XSD::QName.new(nil, "meter"),
|
2730
|
+
:is_anonymous => true,
|
2731
|
+
:schema_qualified => false,
|
2732
|
+
:schema_element => [
|
2733
|
+
["type", "PortfolioManager::Xml::AllEnergyMetersType"],
|
2734
|
+
["unitOfMeasure", "PortfolioManager::Xml::DesignUnitOfMeasure"],
|
2735
|
+
["meterData", "PortfolioManager::Xml::HeyType::Meter::MeterData"]
|
2736
|
+
]
|
2511
2737
|
)
|
2512
2738
|
|
2513
2739
|
Registry.register(
|
2514
|
-
:class => PortfolioManager::Xml::
|
2515
|
-
:schema_type => XSD::QName.new(nil, "
|
2740
|
+
:class => PortfolioManager::Xml::ReportMetrics,
|
2741
|
+
:schema_type => XSD::QName.new(nil, "reportMetrics"),
|
2742
|
+
:schema_element => [
|
2743
|
+
["group", "PortfolioManager::Xml::ReportMetrics::Group[]", [1, nil]]
|
2744
|
+
]
|
2516
2745
|
)
|
2517
2746
|
|
2518
2747
|
Registry.register(
|
2519
|
-
:class => PortfolioManager::Xml::
|
2520
|
-
:
|
2748
|
+
:class => PortfolioManager::Xml::ReportMetrics::Group::Metrics::Metric,
|
2749
|
+
:schema_name => XSD::QName.new(nil, "metric"),
|
2750
|
+
:is_anonymous => true,
|
2751
|
+
:schema_qualified => true,
|
2752
|
+
:schema_element => [],
|
2753
|
+
:schema_attribute => {
|
2754
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
2755
|
+
XSD::QName.new(nil, "name") => "SOAP::SOAPString",
|
2756
|
+
XSD::QName.new(nil, "description") => "SOAP::SOAPString",
|
2757
|
+
XSD::QName.new(nil, "dataType") => "SOAP::SOAPString",
|
2758
|
+
XSD::QName.new(nil, "uom") => "SOAP::SOAPString",
|
2759
|
+
XSD::QName.new(nil, "availableToCustomMetrics") => "SOAP::SOAPBoolean"
|
2760
|
+
}
|
2521
2761
|
)
|
2522
2762
|
|
2523
2763
|
Registry.register(
|
2524
|
-
:class => PortfolioManager::Xml::
|
2525
|
-
:
|
2764
|
+
:class => PortfolioManager::Xml::ReportMetrics::Group::Metrics,
|
2765
|
+
:schema_name => XSD::QName.new(nil, "metrics"),
|
2766
|
+
:is_anonymous => true,
|
2767
|
+
:schema_qualified => true,
|
2768
|
+
:schema_element => [
|
2769
|
+
["metric", "PortfolioManager::Xml::ReportMetrics::Group::Metrics::Metric[]", [0, nil]]
|
2770
|
+
]
|
2526
2771
|
)
|
2527
2772
|
|
2528
2773
|
Registry.register(
|
2529
|
-
:class => PortfolioManager::Xml::
|
2530
|
-
:
|
2774
|
+
:class => PortfolioManager::Xml::ReportMetrics::Group,
|
2775
|
+
:schema_name => XSD::QName.new(nil, "group"),
|
2776
|
+
:is_anonymous => true,
|
2777
|
+
:schema_qualified => true,
|
2778
|
+
:schema_element => [
|
2779
|
+
["metrics", "PortfolioManager::Xml::ReportMetrics::Group::Metrics"]
|
2780
|
+
],
|
2781
|
+
:schema_attribute => {
|
2782
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
2783
|
+
XSD::QName.new(nil, "name") => "SOAP::SOAPString"
|
2784
|
+
}
|
2531
2785
|
)
|
2532
2786
|
|
2533
2787
|
Registry.register(
|
2534
|
-
:class => PortfolioManager::Xml::
|
2535
|
-
:schema_type => XSD::QName.new(nil, "
|
2788
|
+
:class => PortfolioManager::Xml::ReportTemplateType,
|
2789
|
+
:schema_type => XSD::QName.new(nil, "reportTemplateType"),
|
2790
|
+
:schema_element => [
|
2791
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
2792
|
+
["name", "SOAP::SOAPString"],
|
2793
|
+
["templateType", "SOAP::SOAPString", [0, 1]],
|
2794
|
+
["metrics", "PortfolioManager::Xml::ReportTemplateType::Metrics", [0, 1]],
|
2795
|
+
["reportId", "SOAP::SOAPLong", [0, 1]],
|
2796
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]]
|
2797
|
+
]
|
2536
2798
|
)
|
2537
2799
|
|
2538
2800
|
Registry.register(
|
2539
|
-
:class => PortfolioManager::Xml::
|
2540
|
-
:
|
2801
|
+
:class => PortfolioManager::Xml::ReportTemplateType::Metrics,
|
2802
|
+
:schema_name => XSD::QName.new(nil, "metrics"),
|
2803
|
+
:is_anonymous => true,
|
2804
|
+
:schema_qualified => true,
|
2805
|
+
:schema_element => [
|
2806
|
+
["id", "SOAP::SOAPLong[]", [0, nil]]
|
2807
|
+
]
|
2541
2808
|
)
|
2542
2809
|
|
2543
2810
|
Registry.register(
|
2544
|
-
:class => PortfolioManager::Xml::
|
2545
|
-
:schema_type => XSD::QName.new(nil, "
|
2811
|
+
:class => PortfolioManager::Xml::Report,
|
2812
|
+
:schema_type => XSD::QName.new(nil, "report"),
|
2813
|
+
:schema_element => [
|
2814
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
2815
|
+
["type", "PortfolioManager::Xml::ReportType", [0, 1]],
|
2816
|
+
["timeframe", "PortfolioManager::Xml::TimeframeType"],
|
2817
|
+
["templateId", "SOAP::SOAPLong", [0, 1]],
|
2818
|
+
["templateName", "SOAP::SOAPString", [0, 1]],
|
2819
|
+
["properties", "PortfolioManager::Xml::Report::Properties", [0, 1]],
|
2820
|
+
["reportGenerationStatus", "PortfolioManager::Xml::ReportStatusType", [0, 1]]
|
2821
|
+
]
|
2546
2822
|
)
|
2547
2823
|
|
2548
2824
|
Registry.register(
|
2549
|
-
:class => PortfolioManager::Xml::
|
2550
|
-
:
|
2825
|
+
:class => PortfolioManager::Xml::Report::Properties,
|
2826
|
+
:schema_name => XSD::QName.new(nil, "properties"),
|
2827
|
+
:is_anonymous => true,
|
2828
|
+
:schema_qualified => true,
|
2829
|
+
:schema_element => [
|
2830
|
+
["id", "SOAP::SOAPLong[]", [0, nil]]
|
2831
|
+
]
|
2551
2832
|
)
|
2552
2833
|
|
2553
2834
|
Registry.register(
|
2554
|
-
:class => PortfolioManager::Xml::
|
2555
|
-
:schema_type => XSD::QName.new(nil, "
|
2835
|
+
:class => PortfolioManager::Xml::TimeframeType,
|
2836
|
+
:schema_type => XSD::QName.new(nil, "timeframeType"),
|
2837
|
+
:schema_element => [ :choice,
|
2838
|
+
["currentPeriod", "PortfolioManager::Xml::TimeframeType::CurrentPeriod"],
|
2839
|
+
["baselinePeriod", "PortfolioManager::Xml::TimeframeType::BaselinePeriod"],
|
2840
|
+
["currentVsBaseline", "PortfolioManager::Xml::TimeframeType::CurrentVsBaseline"],
|
2841
|
+
["singlePeriod", "PortfolioManager::Xml::TimeframeType::SinglePeriod"],
|
2842
|
+
["compareCurrentPeriod", "PortfolioManager::Xml::TimeframeType::CompareCurrentPeriod"],
|
2843
|
+
["compareBaselinePeriod", "PortfolioManager::Xml::TimeframeType::CompareBaselinePeriod"],
|
2844
|
+
["twoPeriods", "PortfolioManager::Xml::TimeframeType::TwoPeriods"],
|
2845
|
+
["dateRange", "PortfolioManager::Xml::TimeframeType::DateRange"]
|
2846
|
+
]
|
2556
2847
|
)
|
2557
2848
|
|
2558
2849
|
Registry.register(
|
2559
|
-
:class => PortfolioManager::Xml::
|
2560
|
-
:
|
2850
|
+
:class => PortfolioManager::Xml::TimeframeType::CurrentPeriod,
|
2851
|
+
:schema_name => XSD::QName.new(nil, "currentPeriod"),
|
2852
|
+
:is_anonymous => true,
|
2853
|
+
:schema_qualified => true,
|
2854
|
+
:schema_element => [
|
2855
|
+
["meterType", "PortfolioManager::Xml::MeterCategoryType"]
|
2856
|
+
]
|
2561
2857
|
)
|
2562
2858
|
|
2563
2859
|
Registry.register(
|
2564
|
-
:class => PortfolioManager::Xml::
|
2565
|
-
:
|
2860
|
+
:class => PortfolioManager::Xml::TimeframeType::BaselinePeriod,
|
2861
|
+
:schema_name => XSD::QName.new(nil, "baselinePeriod"),
|
2862
|
+
:is_anonymous => true,
|
2863
|
+
:schema_qualified => true,
|
2864
|
+
:schema_element => [
|
2865
|
+
["meterType", "PortfolioManager::Xml::MeterCategoryType"]
|
2866
|
+
]
|
2566
2867
|
)
|
2567
2868
|
|
2568
2869
|
Registry.register(
|
2569
|
-
:class => PortfolioManager::Xml::
|
2570
|
-
:
|
2870
|
+
:class => PortfolioManager::Xml::TimeframeType::CurrentVsBaseline,
|
2871
|
+
:schema_name => XSD::QName.new(nil, "currentVsBaseline"),
|
2872
|
+
:is_anonymous => true,
|
2873
|
+
:schema_qualified => true,
|
2874
|
+
:schema_element => [
|
2875
|
+
["meterType", "PortfolioManager::Xml::MeterCategoryType"]
|
2876
|
+
]
|
2571
2877
|
)
|
2572
2878
|
|
2573
2879
|
Registry.register(
|
2574
|
-
:class => PortfolioManager::Xml::
|
2880
|
+
:class => PortfolioManager::Xml::TimeframeType::SinglePeriod,
|
2881
|
+
:schema_name => XSD::QName.new(nil, "singlePeriod"),
|
2882
|
+
:is_anonymous => true,
|
2883
|
+
:schema_qualified => true,
|
2884
|
+
:schema_element => [
|
2885
|
+
["periodEndingDate", "PortfolioManager::Xml::Ped"]
|
2886
|
+
]
|
2887
|
+
)
|
2888
|
+
|
2889
|
+
Registry.register(
|
2890
|
+
:class => PortfolioManager::Xml::TimeframeType::CompareCurrentPeriod,
|
2891
|
+
:schema_name => XSD::QName.new(nil, "compareCurrentPeriod"),
|
2892
|
+
:is_anonymous => true,
|
2893
|
+
:schema_qualified => true,
|
2894
|
+
:schema_element => [
|
2895
|
+
["meterType", "PortfolioManager::Xml::MeterCategoryType"],
|
2896
|
+
["periodEndingDate", "PortfolioManager::Xml::Ped"]
|
2897
|
+
]
|
2898
|
+
)
|
2899
|
+
|
2900
|
+
Registry.register(
|
2901
|
+
:class => PortfolioManager::Xml::TimeframeType::CompareBaselinePeriod,
|
2902
|
+
:schema_name => XSD::QName.new(nil, "compareBaselinePeriod"),
|
2903
|
+
:is_anonymous => true,
|
2904
|
+
:schema_qualified => true,
|
2905
|
+
:schema_element => [
|
2906
|
+
["meterType", "PortfolioManager::Xml::MeterCategoryType"],
|
2907
|
+
["periodEndingDate", "PortfolioManager::Xml::Ped"]
|
2908
|
+
]
|
2909
|
+
)
|
2910
|
+
|
2911
|
+
Registry.register(
|
2912
|
+
:class => PortfolioManager::Xml::TimeframeType::TwoPeriods,
|
2913
|
+
:schema_name => XSD::QName.new(nil, "twoPeriods"),
|
2914
|
+
:is_anonymous => true,
|
2915
|
+
:schema_qualified => true,
|
2916
|
+
:schema_element => [
|
2917
|
+
["periodEndingDateOne", "PortfolioManager::Xml::Ped"],
|
2918
|
+
["periodEndingDateTwo", "PortfolioManager::Xml::Ped"]
|
2919
|
+
]
|
2920
|
+
)
|
2921
|
+
|
2922
|
+
Registry.register(
|
2923
|
+
:class => PortfolioManager::Xml::TimeframeType::DateRange,
|
2924
|
+
:schema_name => XSD::QName.new(nil, "dateRange"),
|
2925
|
+
:is_anonymous => true,
|
2926
|
+
:schema_qualified => true,
|
2927
|
+
:schema_element => [
|
2928
|
+
["fromPeriodEndingDate", "PortfolioManager::Xml::Ped"],
|
2929
|
+
["toPeriodEndingDate", "PortfolioManager::Xml::Ped"],
|
2930
|
+
["interval", "PortfolioManager::Xml::ReportingIntervalType"]
|
2931
|
+
]
|
2932
|
+
)
|
2933
|
+
|
2934
|
+
Registry.register(
|
2935
|
+
:class => PortfolioManager::Xml::Ped,
|
2936
|
+
:schema_type => XSD::QName.new(nil, "ped"),
|
2937
|
+
:schema_element => [
|
2938
|
+
["month", "SOAP::SOAPNonNegativeInteger"],
|
2939
|
+
["year", "SOAP::SOAPNonNegativeInteger"]
|
2940
|
+
]
|
2941
|
+
)
|
2942
|
+
|
2943
|
+
Registry.register(
|
2944
|
+
:class => PortfolioManager::Xml::ReportStatusDef,
|
2945
|
+
:schema_type => XSD::QName.new(nil, "reportStatusDef"),
|
2946
|
+
:schema_element => [
|
2947
|
+
["status", "PortfolioManager::Xml::ReportStatusType"],
|
2948
|
+
["description", "SOAP::SOAPString", [0, 1]],
|
2949
|
+
["generationStartDate", "SOAP::SOAPDateTime", [0, 1]],
|
2950
|
+
["generationEndDate", "SOAP::SOAPDateTime", [0, 1]],
|
2951
|
+
["submittedDate", "SOAP::SOAPDateTime", [0, 1]]
|
2952
|
+
]
|
2953
|
+
)
|
2954
|
+
|
2955
|
+
Registry.register(
|
2956
|
+
:class => PortfolioManager::Xml::DataResponse,
|
2957
|
+
:schema_type => XSD::QName.new(nil, "dataResponse"),
|
2958
|
+
:schema_element => [
|
2959
|
+
["dataRequestId", "SOAP::SOAPLong", [0, 1]],
|
2960
|
+
["timeframe", "PortfolioManager::Xml::TimeframeType", [0, 1]],
|
2961
|
+
["properties", "PortfolioManager::Xml::DataResponse::Properties", [0, 1]]
|
2962
|
+
],
|
2963
|
+
:schema_attribute => {
|
2964
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong"
|
2965
|
+
}
|
2966
|
+
)
|
2967
|
+
|
2968
|
+
Registry.register(
|
2969
|
+
:class => PortfolioManager::Xml::DataResponse::Properties,
|
2970
|
+
:schema_name => XSD::QName.new(nil, "properties"),
|
2971
|
+
:is_anonymous => true,
|
2972
|
+
:schema_qualified => true,
|
2973
|
+
:schema_element => [
|
2974
|
+
["id", "SOAP::SOAPLong[]", [0, nil]]
|
2975
|
+
]
|
2976
|
+
)
|
2977
|
+
|
2978
|
+
Registry.register(
|
2979
|
+
:class => PortfolioManager::Xml::DataRequest,
|
2980
|
+
:schema_type => XSD::QName.new(nil, "dataRequest"),
|
2981
|
+
:schema_element => [
|
2982
|
+
["name", "SOAP::SOAPString"],
|
2983
|
+
["requesterDetails", "PortfolioManager::Xml::DataRequest::RequesterDetails"],
|
2984
|
+
["instructions", "SOAP::SOAPString", [0, 1]],
|
2985
|
+
["timeframe", "PortfolioManager::Xml::TimeframeType", [0, 1]],
|
2986
|
+
["locations", "PortfolioManager::Xml::DataRequest::Locations", [0, 1]],
|
2987
|
+
["dataRequestStatus", "PortfolioManager::Xml::DataRequestStatusType"],
|
2988
|
+
["dataRequestAcceptedBy", "SOAP::SOAPString", [0, 1]],
|
2989
|
+
["dataRequestAcceptedDate", "SOAP::SOAPDateTime", [0, 1]]
|
2990
|
+
],
|
2991
|
+
:schema_attribute => {
|
2992
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong"
|
2993
|
+
}
|
2994
|
+
)
|
2995
|
+
|
2996
|
+
Registry.register(
|
2997
|
+
:class => PortfolioManager::Xml::DataRequest::RequesterDetails,
|
2998
|
+
:schema_name => XSD::QName.new(nil, "requesterDetails"),
|
2999
|
+
:is_anonymous => true,
|
3000
|
+
:schema_qualified => true,
|
3001
|
+
:schema_element => [
|
3002
|
+
["firstName", "SOAP::SOAPString"],
|
3003
|
+
["lastName", "SOAP::SOAPString"],
|
3004
|
+
["email", "SOAP::SOAPString"],
|
3005
|
+
["phone", "SOAP::SOAPString"]
|
3006
|
+
]
|
3007
|
+
)
|
3008
|
+
|
3009
|
+
Registry.register(
|
3010
|
+
:class => PortfolioManager::Xml::DataRequest::Locations::Location,
|
3011
|
+
:schema_name => XSD::QName.new(nil, "location"),
|
3012
|
+
:is_anonymous => true,
|
3013
|
+
:schema_qualified => true,
|
3014
|
+
:schema_element => [],
|
3015
|
+
:schema_attribute => {
|
3016
|
+
XSD::QName.new(nil, "country") => "SOAP::SOAPString",
|
3017
|
+
XSD::QName.new(nil, "state") => "SOAP::SOAPString"
|
3018
|
+
}
|
3019
|
+
)
|
3020
|
+
|
3021
|
+
Registry.register(
|
3022
|
+
:class => PortfolioManager::Xml::DataRequest::Locations,
|
3023
|
+
:schema_name => XSD::QName.new(nil, "locations"),
|
3024
|
+
:is_anonymous => true,
|
3025
|
+
:schema_qualified => true,
|
3026
|
+
:schema_element => [
|
3027
|
+
["location", "PortfolioManager::Xml::DataRequest::Locations::Location[]", [1, nil]]
|
3028
|
+
]
|
3029
|
+
)
|
3030
|
+
|
3031
|
+
Registry.register(
|
3032
|
+
:class => PortfolioManager::Xml::StatusType,
|
3033
|
+
:schema_type => XSD::QName.new(nil, "statusType")
|
3034
|
+
)
|
3035
|
+
|
3036
|
+
Registry.register(
|
3037
|
+
:class => PortfolioManager::Xml::PrimaryFunctionType,
|
3038
|
+
:schema_type => XSD::QName.new(nil, "primaryFunctionType")
|
3039
|
+
)
|
3040
|
+
|
3041
|
+
Registry.register(
|
3042
|
+
:class => PortfolioManager::Xml::OccupancyType,
|
3043
|
+
:schema_type => XSD::QName.new(nil, "OccupancyType")
|
3044
|
+
)
|
3045
|
+
|
3046
|
+
Registry.register(
|
3047
|
+
:class => PortfolioManager::Xml::ConstructionStatusType,
|
3048
|
+
:schema_type => XSD::QName.new(nil, "constructionStatusType")
|
3049
|
+
)
|
3050
|
+
|
3051
|
+
Registry.register(
|
3052
|
+
:class => PortfolioManager::Xml::CountryList,
|
3053
|
+
:schema_type => XSD::QName.new(nil, "countryList")
|
3054
|
+
)
|
3055
|
+
|
3056
|
+
Registry.register(
|
3057
|
+
:class => PortfolioManager::Xml::GrossFloorAreaUnitsType,
|
3058
|
+
:schema_type => XSD::QName.new(nil, "grossFloorAreaUnitsType")
|
3059
|
+
)
|
3060
|
+
|
3061
|
+
Registry.register(
|
3062
|
+
:class => PortfolioManager::Xml::YesNo,
|
3063
|
+
:schema_type => XSD::QName.new(nil, "yesNo")
|
3064
|
+
)
|
3065
|
+
|
3066
|
+
Registry.register(
|
3067
|
+
:class => PortfolioManager::Xml::AmountOfLaundryProcessedAnnuallyUnitsType,
|
3068
|
+
:schema_type => XSD::QName.new(nil, "amountOfLaundryProcessedAnnuallyUnitsType")
|
3069
|
+
)
|
3070
|
+
|
3071
|
+
Registry.register(
|
3072
|
+
:class => PortfolioManager::Xml::PlantDesignFlowRateUnitsType,
|
3073
|
+
:schema_type => XSD::QName.new(nil, "PlantDesignFlowRateUnitsType")
|
3074
|
+
)
|
3075
|
+
|
3076
|
+
Registry.register(
|
3077
|
+
:class => PortfolioManager::Xml::CustomUnitsType,
|
3078
|
+
:schema_type => XSD::QName.new(nil, "customUnitsType")
|
3079
|
+
)
|
3080
|
+
|
3081
|
+
Registry.register(
|
3082
|
+
:class => PortfolioManager::Xml::LengthUnitsType,
|
3083
|
+
:schema_type => XSD::QName.new(nil, "lengthUnitsType")
|
3084
|
+
)
|
3085
|
+
|
3086
|
+
Registry.register(
|
3087
|
+
:class => PortfolioManager::Xml::IrrigationAreaUnitsType,
|
3088
|
+
:schema_type => XSD::QName.new(nil, "irrigationAreaUnitsType")
|
3089
|
+
)
|
3090
|
+
|
3091
|
+
Registry.register(
|
3092
|
+
:class => PortfolioManager::Xml::EmptyString,
|
3093
|
+
:schema_type => XSD::QName.new(nil, "emptyString")
|
3094
|
+
)
|
3095
|
+
|
3096
|
+
Registry.register(
|
3097
|
+
:class => PortfolioManager::Xml::SystemDeterminedString,
|
3098
|
+
:schema_type => XSD::QName.new(nil, "systemDeterminedString")
|
3099
|
+
)
|
3100
|
+
|
3101
|
+
Registry.register(
|
3102
|
+
:class => PortfolioManager::Xml::AcceptRejectType,
|
3103
|
+
:schema_type => XSD::QName.new(nil, "acceptRejectType")
|
3104
|
+
)
|
3105
|
+
|
3106
|
+
Registry.register(
|
3107
|
+
:class => PortfolioManager::Xml::ShareLevelType,
|
3108
|
+
:schema_type => XSD::QName.new(nil, "shareLevelType")
|
3109
|
+
)
|
3110
|
+
|
3111
|
+
Registry.register(
|
3112
|
+
:class => PortfolioManager::Xml::TypeOfMeter,
|
3113
|
+
:schema_type => XSD::QName.new(nil, "typeOfMeter")
|
3114
|
+
)
|
3115
|
+
|
3116
|
+
Registry.register(
|
3117
|
+
:class => PortfolioManager::Xml::WasteMeterType,
|
3118
|
+
:schema_type => XSD::QName.new(nil, "wasteMeterType")
|
3119
|
+
)
|
3120
|
+
|
3121
|
+
Registry.register(
|
3122
|
+
:class => PortfolioManager::Xml::PrimaryBusinessType,
|
2575
3123
|
:schema_type => XSD::QName.new(nil, "primaryBusinessType")
|
2576
3124
|
)
|
2577
3125
|
|
@@ -2585,6 +3133,11 @@ module PortfolioManager
|
|
2585
3133
|
:schema_type => XSD::QName.new(nil, "dataType")
|
2586
3134
|
)
|
2587
3135
|
|
3136
|
+
Registry.register(
|
3137
|
+
:class => PortfolioManager::Xml::PeriodType,
|
3138
|
+
:schema_type => XSD::QName.new(nil, "periodType")
|
3139
|
+
)
|
3140
|
+
|
2588
3141
|
Registry.register(
|
2589
3142
|
:class => PortfolioManager::Xml::CategoryType,
|
2590
3143
|
:schema_type => XSD::QName.new(nil, "categoryType")
|
@@ -2620,11 +3173,6 @@ module PortfolioManager
|
|
2620
3173
|
:schema_type => XSD::QName.new(nil, "tenantCommonAreaEnergyType")
|
2621
3174
|
)
|
2622
3175
|
|
2623
|
-
Registry.register(
|
2624
|
-
:class => PortfolioManager::Xml::SystemDeterminedString,
|
2625
|
-
:schema_type => XSD::QName.new(nil, "systemDeterminedString")
|
2626
|
-
)
|
2627
|
-
|
2628
3176
|
Registry.register(
|
2629
3177
|
:class => PortfolioManager::Xml::CountryCode,
|
2630
3178
|
:schema_type => XSD::QName.new(nil, "countryCode")
|
@@ -2635,6 +3183,31 @@ module PortfolioManager
|
|
2635
3183
|
:schema_type => XSD::QName.new(nil, "stateCode")
|
2636
3184
|
)
|
2637
3185
|
|
3186
|
+
Registry.register(
|
3187
|
+
:class => PortfolioManager::Xml::ReportingIntervalType,
|
3188
|
+
:schema_type => XSD::QName.new(nil, "reportingIntervalType")
|
3189
|
+
)
|
3190
|
+
|
3191
|
+
Registry.register(
|
3192
|
+
:class => PortfolioManager::Xml::ReportType,
|
3193
|
+
:schema_type => XSD::QName.new(nil, "reportType")
|
3194
|
+
)
|
3195
|
+
|
3196
|
+
Registry.register(
|
3197
|
+
:class => PortfolioManager::Xml::ReportStatusType,
|
3198
|
+
:schema_type => XSD::QName.new(nil, "reportStatusType")
|
3199
|
+
)
|
3200
|
+
|
3201
|
+
Registry.register(
|
3202
|
+
:class => PortfolioManager::Xml::DataRequestStatusType,
|
3203
|
+
:schema_type => XSD::QName.new(nil, "dataRequestStatusType")
|
3204
|
+
)
|
3205
|
+
|
3206
|
+
Registry.register(
|
3207
|
+
:class => PortfolioManager::Xml::MeterCategoryType,
|
3208
|
+
:schema_type => XSD::QName.new(nil, "meterCategoryType")
|
3209
|
+
)
|
3210
|
+
|
2638
3211
|
Registry.register(
|
2639
3212
|
:class => PortfolioManager::Xml::ResponseType,
|
2640
3213
|
:schema_name => XSD::QName.new(nil, "response"),
|
@@ -2766,7 +3339,7 @@ module PortfolioManager
|
|
2766
3339
|
["inactiveDate", "SOAP::SOAPDate", [0, 1]],
|
2767
3340
|
["otherDescription", "SOAP::SOAPString", [0, 1]],
|
2768
3341
|
["accessLevel", "PortfolioManager::Xml::ShareLevelType", [0, 1]],
|
2769
|
-
["aggregateMeter",
|
3342
|
+
["aggregateMeter", "SOAP::SOAPBoolean", [0, 1]],
|
2770
3343
|
["audit", "PortfolioManager::Xml::LogType", [0, 1]]
|
2771
3344
|
]
|
2772
3345
|
)
|
@@ -2861,6 +3434,7 @@ module PortfolioManager
|
|
2861
3434
|
:schema_attribute => {
|
2862
3435
|
XSD::QName.new(nil, "year") => "SOAP::SOAPInteger",
|
2863
3436
|
XSD::QName.new(nil, "month") => "SOAP::SOAPInteger",
|
3437
|
+
XSD::QName.new(nil, "periodType") => "SOAP::SOAPString",
|
2864
3438
|
XSD::QName.new(nil, "propertyId") => "SOAP::SOAPLong"
|
2865
3439
|
}
|
2866
3440
|
)
|
@@ -2911,93 +3485,96 @@ module PortfolioManager
|
|
2911
3485
|
:schema_name => XSD::QName.new(nil, "propertyUses"),
|
2912
3486
|
:is_anonymous => true,
|
2913
3487
|
:schema_qualified => true,
|
2914
|
-
:schema_element => [
|
2915
|
-
[
|
2916
|
-
|
2917
|
-
|
2918
|
-
|
2919
|
-
|
2920
|
-
|
2921
|
-
|
2922
|
-
|
2923
|
-
|
2924
|
-
|
2925
|
-
|
2926
|
-
|
2927
|
-
|
2928
|
-
|
2929
|
-
|
2930
|
-
|
2931
|
-
|
2932
|
-
|
2933
|
-
|
2934
|
-
|
2935
|
-
|
2936
|
-
|
2937
|
-
|
2938
|
-
|
2939
|
-
|
2940
|
-
|
2941
|
-
|
2942
|
-
|
2943
|
-
|
2944
|
-
|
2945
|
-
|
2946
|
-
|
2947
|
-
|
2948
|
-
|
2949
|
-
|
2950
|
-
|
2951
|
-
|
2952
|
-
|
2953
|
-
|
2954
|
-
|
2955
|
-
|
2956
|
-
|
2957
|
-
|
2958
|
-
|
2959
|
-
|
2960
|
-
|
2961
|
-
|
2962
|
-
|
2963
|
-
|
2964
|
-
|
2965
|
-
|
2966
|
-
|
2967
|
-
|
2968
|
-
|
2969
|
-
|
2970
|
-
|
2971
|
-
|
2972
|
-
|
2973
|
-
|
2974
|
-
|
2975
|
-
|
2976
|
-
|
2977
|
-
|
2978
|
-
|
2979
|
-
|
2980
|
-
|
2981
|
-
|
2982
|
-
|
2983
|
-
|
2984
|
-
|
2985
|
-
|
2986
|
-
|
2987
|
-
|
2988
|
-
|
2989
|
-
|
2990
|
-
|
2991
|
-
|
2992
|
-
|
2993
|
-
|
2994
|
-
|
2995
|
-
|
2996
|
-
|
2997
|
-
|
2998
|
-
|
2999
|
-
|
3000
|
-
|
3488
|
+
:schema_element => [
|
3489
|
+
[
|
3490
|
+
["prison", "PortfolioManager::Xml::OtherType[]"],
|
3491
|
+
["refrigeratedWarehouse", "PortfolioManager::Xml::RefrigeratedWarehouseType[]"],
|
3492
|
+
["retail", "PortfolioManager::Xml::RetailType[]"],
|
3493
|
+
["hospital", "PortfolioManager::Xml::HospitalType[]"],
|
3494
|
+
["medicalOffice", "PortfolioManager::Xml::MedicalOfficeType[]"],
|
3495
|
+
["dataCenter", "PortfolioManager::Xml::DataCenterType[]"],
|
3496
|
+
["courthouse", "PortfolioManager::Xml::CourthouseType[]"],
|
3497
|
+
["singleFamilyHome", "PortfolioManager::Xml::SingleFamilyHomeType[]"],
|
3498
|
+
["nonRefrigeratedWarehouse", "PortfolioManager::Xml::NonRefrigeratedWarehouseType[]"],
|
3499
|
+
["multifamilyHousing", "PortfolioManager::Xml::MultifamilyHousingType[]"],
|
3500
|
+
["office", "PortfolioManager::Xml::OfficeType[]"],
|
3501
|
+
["wholesaleClubSupercenter", "PortfolioManager::Xml::WholesaleClubSupercenterType[]"],
|
3502
|
+
["selfStorageFacility", "PortfolioManager::Xml::SelfStorageFacilityType[]"],
|
3503
|
+
["seniorLivingCommunity", "PortfolioManager::Xml::SeniorLivingCommunityType[]"],
|
3504
|
+
["residentialCareFacility", "PortfolioManager::Xml::ResidentialCareFacilityType[]"],
|
3505
|
+
["swimmingPool", "PortfolioManager::Xml::SwimmingPoolType[]"],
|
3506
|
+
["residenceHallDormitory", "PortfolioManager::Xml::ResidenceHallDormitoryType[]"],
|
3507
|
+
["wastewaterTreatmentPlant", "PortfolioManager::Xml::WastewaterTreatmentPlantType[]"],
|
3508
|
+
["distributionCenter", "PortfolioManager::Xml::DistributionCenterType[]"],
|
3509
|
+
["worshipFacility", "PortfolioManager::Xml::WorshipFacilityType[]"],
|
3510
|
+
["financialOffice", "PortfolioManager::Xml::FinancialOfficeType[]"],
|
3511
|
+
["drinkingWaterTreatmentAndDistribution", "PortfolioManager::Xml::DrinkingWaterTreatmentAndDistributionType[]"],
|
3512
|
+
["parking", "PortfolioManager::Xml::ParkingType[]"],
|
3513
|
+
["supermarket", "PortfolioManager::Xml::SupermarketType[]"],
|
3514
|
+
["barracks", "PortfolioManager::Xml::BarracksType[]"],
|
3515
|
+
["hotel", "PortfolioManager::Xml::HotelType[]"],
|
3516
|
+
["k12School", "PortfolioManager::Xml::K12SchoolType[]"],
|
3517
|
+
["bankBranch", "PortfolioManager::Xml::BankBranchType[]"],
|
3518
|
+
["collegeUniversity", "PortfolioManager::Xml::CollegeUniversityType[]"],
|
3519
|
+
["indoorArena", "PortfolioManager::Xml::IndoorArenaType[]"],
|
3520
|
+
["otherStadium", "PortfolioManager::Xml::OtherStadiumType[]"],
|
3521
|
+
["stadiumClosed", "PortfolioManager::Xml::StadiumClosedType[]"],
|
3522
|
+
["stadiumOpen", "PortfolioManager::Xml::StadiumOpenType[]"],
|
3523
|
+
["manufacturingIndustrialPlant", "PortfolioManager::Xml::OtherType[]"],
|
3524
|
+
["ambulatorySurgicalCenter", "PortfolioManager::Xml::OtherType[]"],
|
3525
|
+
["bowlingAlley", "PortfolioManager::Xml::OtherType[]"],
|
3526
|
+
["otherPublicServices", "PortfolioManager::Xml::OtherType[]"],
|
3527
|
+
["otherLodgingResidential", "PortfolioManager::Xml::OtherType[]"],
|
3528
|
+
["casino", "PortfolioManager::Xml::OtherType[]"],
|
3529
|
+
["personalServices", "PortfolioManager::Xml::OtherType[]"],
|
3530
|
+
["mailingCenterPostOffice", "PortfolioManager::Xml::MailingCenterPostOfficeType[]"],
|
3531
|
+
["library", "PortfolioManager::Xml::LibraryType[]"],
|
3532
|
+
["otherSpecialityHospital", "PortfolioManager::Xml::OtherType[]"],
|
3533
|
+
["conventionCenter", "PortfolioManager::Xml::OtherType[]"],
|
3534
|
+
["veterinaryOffice", "PortfolioManager::Xml::OtherType[]"],
|
3535
|
+
["urgentCareClinicOtherOutpatient", "PortfolioManager::Xml::OtherType[]"],
|
3536
|
+
["energyPowerStation", "PortfolioManager::Xml::OtherType[]"],
|
3537
|
+
["otherServices", "PortfolioManager::Xml::OtherType[]"],
|
3538
|
+
["barNightclub", "PortfolioManager::Xml::OtherType[]"],
|
3539
|
+
["otherUtility", "PortfolioManager::Xml::OtherType[]"],
|
3540
|
+
["zoo", "PortfolioManager::Xml::OtherType[]"],
|
3541
|
+
["vehicleDealership", "PortfolioManager::Xml::VehicleDealershipType[]"],
|
3542
|
+
["museum", "PortfolioManager::Xml::MuseumType[]"],
|
3543
|
+
["otherRecreation", "PortfolioManager::Xml::OtherType[]"],
|
3544
|
+
["otherRestaurantBar", "PortfolioManager::Xml::OtherType[]"],
|
3545
|
+
["lifestyleCenter", "PortfolioManager::Xml::OtherType[]"],
|
3546
|
+
["policeStation", "PortfolioManager::Xml::OtherType[]"],
|
3547
|
+
["preschoolDaycare", "PortfolioManager::Xml::OtherType[]"],
|
3548
|
+
["raceTrack", "PortfolioManager::Xml::OtherType[]"],
|
3549
|
+
["fastFoodRestaurant", "PortfolioManager::Xml::OtherType[]"],
|
3550
|
+
["laboratory", "PortfolioManager::Xml::OtherType[]"],
|
3551
|
+
["convenienceStoreWithoutGasStation", "PortfolioManager::Xml::ConvenienceStoreWithoutGasStationType[]"],
|
3552
|
+
["repairServices", "PortfolioManager::Xml::OtherType[]"],
|
3553
|
+
["otherTechnologyScience", "PortfolioManager::Xml::OtherType[]"],
|
3554
|
+
["fireStation", "PortfolioManager::Xml::OtherType[]"],
|
3555
|
+
["foodSales", "PortfolioManager::Xml::FoodSalesType[]"],
|
3556
|
+
["performingArts", "PortfolioManager::Xml::OtherType[]"],
|
3557
|
+
["outpatientRehabilitationPhysicalTherapy", "PortfolioManager::Xml::OtherType[]"],
|
3558
|
+
["stripMall", "PortfolioManager::Xml::OtherType[]"],
|
3559
|
+
["rollerRink", "PortfolioManager::Xml::OtherType[]"],
|
3560
|
+
["otherEducation", "PortfolioManager::Xml::OtherType[]"],
|
3561
|
+
["fitnessCenterHealthClubGym", "PortfolioManager::Xml::OtherType[]"],
|
3562
|
+
["aquarium", "PortfolioManager::Xml::OtherType[]"],
|
3563
|
+
["foodService", "PortfolioManager::Xml::OtherType[]"],
|
3564
|
+
["restaurant", "PortfolioManager::Xml::OtherType[]"],
|
3565
|
+
["enclosedMall", "PortfolioManager::Xml::OtherType[]"],
|
3566
|
+
["iceCurlingRink", "PortfolioManager::Xml::IceCurlingRinkType[]"],
|
3567
|
+
["adultEducation", "PortfolioManager::Xml::OtherType[]"],
|
3568
|
+
["otherEntertainmentPublicAssembly", "PortfolioManager::Xml::OtherType[]"],
|
3569
|
+
["movieTheater", "PortfolioManager::Xml::OtherType[]"],
|
3570
|
+
["transportationTerminalStation", "PortfolioManager::Xml::OtherType[]"],
|
3571
|
+
["vocationalSchool", "PortfolioManager::Xml::OtherType[]"],
|
3572
|
+
["socialMeetingHall", "PortfolioManager::Xml::OtherType[]"],
|
3573
|
+
["otherMall", "PortfolioManager::Xml::OtherType[]"],
|
3574
|
+
["convenienceStoreWithGasStation", "PortfolioManager::Xml::ConvenienceStoreWithGasStationType[]"],
|
3575
|
+
["other", "PortfolioManager::Xml::OtherType[]"],
|
3576
|
+
["electricVehicleChargingStation", "PortfolioManager::Xml::EvChargingStationType[]"]
|
3577
|
+
]
|
3001
3578
|
]
|
3002
3579
|
)
|
3003
3580
|
|
@@ -4522,39 +5099,244 @@ module PortfolioManager
|
|
4522
5099
|
)
|
4523
5100
|
|
4524
5101
|
Registry.register(
|
4525
|
-
:class => PortfolioManager::Xml::
|
4526
|
-
:schema_name => XSD::QName.new(nil, "
|
5102
|
+
:class => PortfolioManager::Xml::UseIntegerType,
|
5103
|
+
:schema_name => XSD::QName.new(nil, "numberOfCookingEquipmentUnits"),
|
4527
5104
|
:schema_element => [
|
4528
|
-
["
|
4529
|
-
|
5105
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]],
|
5106
|
+
["value", "SOAP::SOAPInt", [0, 1]]
|
5107
|
+
],
|
5108
|
+
:schema_attribute => {
|
5109
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
5110
|
+
XSD::QName.new(nil, "currentAsOf") => "SOAP::SOAPDate",
|
5111
|
+
XSD::QName.new(nil, "temporary") => "SOAP::SOAPBoolean",
|
5112
|
+
XSD::QName.new(nil, "default") => "SOAP::SOAPString"
|
5113
|
+
}
|
4530
5114
|
)
|
4531
5115
|
|
4532
5116
|
Registry.register(
|
4533
|
-
:class => PortfolioManager::Xml::
|
4534
|
-
:schema_name => XSD::QName.new(nil, "
|
5117
|
+
:class => PortfolioManager::Xml::UseIntegerType,
|
5118
|
+
:schema_name => XSD::QName.new(nil, "numberOfWarmingHeatingEquipmentUnits"),
|
4535
5119
|
:schema_element => [
|
4536
|
-
["
|
4537
|
-
["
|
4538
|
-
|
4539
|
-
|
5120
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]],
|
5121
|
+
["value", "SOAP::SOAPInt", [0, 1]]
|
5122
|
+
],
|
5123
|
+
:schema_attribute => {
|
5124
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
5125
|
+
XSD::QName.new(nil, "currentAsOf") => "SOAP::SOAPDate",
|
5126
|
+
XSD::QName.new(nil, "temporary") => "SOAP::SOAPBoolean",
|
5127
|
+
XSD::QName.new(nil, "default") => "SOAP::SOAPString"
|
5128
|
+
}
|
4540
5129
|
)
|
4541
5130
|
|
4542
5131
|
Registry.register(
|
4543
|
-
:class => PortfolioManager::Xml::
|
4544
|
-
:schema_name => XSD::QName.new(nil, "
|
4545
|
-
:is_anonymous => true,
|
4546
|
-
:schema_qualified => false,
|
5132
|
+
:class => PortfolioManager::Xml::UseDecimalType,
|
5133
|
+
:schema_name => XSD::QName.new(nil, "numberOfLevelOneEvChargingStations"),
|
4547
5134
|
:schema_element => [
|
4548
|
-
["
|
4549
|
-
["
|
4550
|
-
|
4551
|
-
|
4552
|
-
|
4553
|
-
|
4554
|
-
|
4555
|
-
|
4556
|
-
|
4557
|
-
|
5135
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]],
|
5136
|
+
["value", "SOAP::SOAPDecimal", [0, 1]]
|
5137
|
+
],
|
5138
|
+
:schema_attribute => {
|
5139
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
5140
|
+
XSD::QName.new(nil, "currentAsOf") => "SOAP::SOAPDate",
|
5141
|
+
XSD::QName.new(nil, "temporary") => "SOAP::SOAPBoolean",
|
5142
|
+
XSD::QName.new(nil, "default") => "SOAP::SOAPString"
|
5143
|
+
}
|
5144
|
+
)
|
5145
|
+
|
5146
|
+
Registry.register(
|
5147
|
+
:class => PortfolioManager::Xml::UseDecimalType,
|
5148
|
+
:schema_name => XSD::QName.new(nil, "numberOfLevelTwoEvChargingStations"),
|
5149
|
+
:schema_element => [
|
5150
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]],
|
5151
|
+
["value", "SOAP::SOAPDecimal", [0, 1]]
|
5152
|
+
],
|
5153
|
+
:schema_attribute => {
|
5154
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
5155
|
+
XSD::QName.new(nil, "currentAsOf") => "SOAP::SOAPDate",
|
5156
|
+
XSD::QName.new(nil, "temporary") => "SOAP::SOAPBoolean",
|
5157
|
+
XSD::QName.new(nil, "default") => "SOAP::SOAPString"
|
5158
|
+
}
|
5159
|
+
)
|
5160
|
+
|
5161
|
+
Registry.register(
|
5162
|
+
:class => PortfolioManager::Xml::UseDecimalType,
|
5163
|
+
:schema_name => XSD::QName.new(nil, "numberOfDcFastEvChargingStations"),
|
5164
|
+
:schema_element => [
|
5165
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]],
|
5166
|
+
["value", "SOAP::SOAPDecimal", [0, 1]]
|
5167
|
+
],
|
5168
|
+
:schema_attribute => {
|
5169
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
5170
|
+
XSD::QName.new(nil, "currentAsOf") => "SOAP::SOAPDate",
|
5171
|
+
XSD::QName.new(nil, "temporary") => "SOAP::SOAPBoolean",
|
5172
|
+
XSD::QName.new(nil, "default") => "SOAP::SOAPString"
|
5173
|
+
}
|
5174
|
+
)
|
5175
|
+
|
5176
|
+
Registry.register(
|
5177
|
+
:class => PortfolioManager::Xml::CeilingHeightUnitsType,
|
5178
|
+
:schema_name => XSD::QName.new(nil, "ceilingHeight"),
|
5179
|
+
:schema_element => [
|
5180
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]],
|
5181
|
+
["value", "SOAP::SOAPDecimal", [0, 1]]
|
5182
|
+
],
|
5183
|
+
:schema_attribute => {
|
5184
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
5185
|
+
XSD::QName.new(nil, "currentAsOf") => "SOAP::SOAPDate",
|
5186
|
+
XSD::QName.new(nil, "temporary") => "SOAP::SOAPBoolean",
|
5187
|
+
XSD::QName.new(nil, "default") => "SOAP::SOAPString",
|
5188
|
+
XSD::QName.new(nil, "units") => "SOAP::SOAPString"
|
5189
|
+
}
|
5190
|
+
)
|
5191
|
+
|
5192
|
+
Registry.register(
|
5193
|
+
:class => PortfolioManager::Xml::UseDecimalType,
|
5194
|
+
:schema_name => XSD::QName.new(nil, "averageNumberOfVehiclesInInventory"),
|
5195
|
+
:schema_element => [
|
5196
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]],
|
5197
|
+
["value", "SOAP::SOAPDecimal", [0, 1]]
|
5198
|
+
],
|
5199
|
+
:schema_attribute => {
|
5200
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
5201
|
+
XSD::QName.new(nil, "currentAsOf") => "SOAP::SOAPDate",
|
5202
|
+
XSD::QName.new(nil, "temporary") => "SOAP::SOAPBoolean",
|
5203
|
+
XSD::QName.new(nil, "default") => "SOAP::SOAPString"
|
5204
|
+
}
|
5205
|
+
)
|
5206
|
+
|
5207
|
+
Registry.register(
|
5208
|
+
:class => PortfolioManager::Xml::UseYesNoType,
|
5209
|
+
:schema_name => XSD::QName.new(nil, "deliveryFacility"),
|
5210
|
+
:schema_element => [
|
5211
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]],
|
5212
|
+
["value", "PortfolioManager::Xml::YesNo", [0, 1]]
|
5213
|
+
],
|
5214
|
+
:schema_attribute => {
|
5215
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
5216
|
+
XSD::QName.new(nil, "currentAsOf") => "SOAP::SOAPDate",
|
5217
|
+
XSD::QName.new(nil, "temporary") => "SOAP::SOAPBoolean",
|
5218
|
+
XSD::QName.new(nil, "default") => "SOAP::SOAPString"
|
5219
|
+
}
|
5220
|
+
)
|
5221
|
+
|
5222
|
+
Registry.register(
|
5223
|
+
:class => PortfolioManager::Xml::UseIntegerType,
|
5224
|
+
:schema_name => XSD::QName.new(nil, "numberOfLettersPackagesPerYear"),
|
5225
|
+
:schema_element => [
|
5226
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]],
|
5227
|
+
["value", "SOAP::SOAPInt", [0, 1]]
|
5228
|
+
],
|
5229
|
+
:schema_attribute => {
|
5230
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
5231
|
+
XSD::QName.new(nil, "currentAsOf") => "SOAP::SOAPDate",
|
5232
|
+
XSD::QName.new(nil, "temporary") => "SOAP::SOAPBoolean",
|
5233
|
+
XSD::QName.new(nil, "default") => "SOAP::SOAPString"
|
5234
|
+
}
|
5235
|
+
)
|
5236
|
+
|
5237
|
+
Registry.register(
|
5238
|
+
:class => PortfolioManager::Xml::CustomUseDetailsType,
|
5239
|
+
:schema_name => XSD::QName.new(nil, "customUseDetail1"),
|
5240
|
+
:schema_element => [
|
5241
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]],
|
5242
|
+
["value", "SOAP::SOAPString", [0, 1]],
|
5243
|
+
["customName", "SOAP::SOAPString", [0, 1]],
|
5244
|
+
["customUom", "SOAP::SOAPString", [0, 1]]
|
5245
|
+
],
|
5246
|
+
:schema_attribute => {
|
5247
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
5248
|
+
XSD::QName.new(nil, "currentAsOf") => "SOAP::SOAPDate",
|
5249
|
+
XSD::QName.new(nil, "temporary") => "SOAP::SOAPBoolean",
|
5250
|
+
XSD::QName.new(nil, "default") => "SOAP::SOAPString",
|
5251
|
+
XSD::QName.new(nil, "units") => "SOAP::SOAPString",
|
5252
|
+
XSD::QName.new(nil, "dataType") => "SOAP::SOAPString"
|
5253
|
+
}
|
5254
|
+
)
|
5255
|
+
|
5256
|
+
Registry.register(
|
5257
|
+
:class => PortfolioManager::Xml::CustomUseDetailsType,
|
5258
|
+
:schema_name => XSD::QName.new(nil, "customUseDetail2"),
|
5259
|
+
:schema_element => [
|
5260
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]],
|
5261
|
+
["value", "SOAP::SOAPString", [0, 1]],
|
5262
|
+
["customName", "SOAP::SOAPString", [0, 1]],
|
5263
|
+
["customUom", "SOAP::SOAPString", [0, 1]]
|
5264
|
+
],
|
5265
|
+
:schema_attribute => {
|
5266
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
5267
|
+
XSD::QName.new(nil, "currentAsOf") => "SOAP::SOAPDate",
|
5268
|
+
XSD::QName.new(nil, "temporary") => "SOAP::SOAPBoolean",
|
5269
|
+
XSD::QName.new(nil, "default") => "SOAP::SOAPString",
|
5270
|
+
XSD::QName.new(nil, "units") => "SOAP::SOAPString",
|
5271
|
+
XSD::QName.new(nil, "dataType") => "SOAP::SOAPString"
|
5272
|
+
}
|
5273
|
+
)
|
5274
|
+
|
5275
|
+
Registry.register(
|
5276
|
+
:class => PortfolioManager::Xml::UseYesNoType,
|
5277
|
+
:schema_name => XSD::QName.new(nil, "precisionControlsForTemperatureAndHumidity"),
|
5278
|
+
:schema_element => [
|
5279
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]],
|
5280
|
+
["value", "PortfolioManager::Xml::YesNo", [0, 1]]
|
5281
|
+
],
|
5282
|
+
:schema_attribute => {
|
5283
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
5284
|
+
XSD::QName.new(nil, "currentAsOf") => "SOAP::SOAPDate",
|
5285
|
+
XSD::QName.new(nil, "temporary") => "SOAP::SOAPBoolean",
|
5286
|
+
XSD::QName.new(nil, "default") => "SOAP::SOAPString"
|
5287
|
+
}
|
5288
|
+
)
|
5289
|
+
|
5290
|
+
Registry.register(
|
5291
|
+
:class => PortfolioManager::Xml::OptionalFloorAreaType,
|
5292
|
+
:schema_name => XSD::QName.new(nil, "grossFloorAreaThatIsExhibitSpace"),
|
5293
|
+
:schema_element => [
|
5294
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]],
|
5295
|
+
["value", "SOAP::SOAPInt", [0, 1]]
|
5296
|
+
],
|
5297
|
+
:schema_attribute => {
|
5298
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
5299
|
+
XSD::QName.new(nil, "currentAsOf") => "SOAP::SOAPDate",
|
5300
|
+
XSD::QName.new(nil, "temporary") => "SOAP::SOAPBoolean",
|
5301
|
+
XSD::QName.new(nil, "default") => "SOAP::SOAPString",
|
5302
|
+
XSD::QName.new(nil, "units") => "SOAP::SOAPString"
|
5303
|
+
}
|
5304
|
+
)
|
5305
|
+
|
5306
|
+
Registry.register(
|
5307
|
+
:class => PortfolioManager::Xml::PropertyUse,
|
5308
|
+
:schema_name => XSD::QName.new(nil, "propertyUse"),
|
5309
|
+
:schema_element => [
|
5310
|
+
["name", nil]
|
5311
|
+
]
|
5312
|
+
)
|
5313
|
+
|
5314
|
+
Registry.register(
|
5315
|
+
:class => PortfolioManager::Xml::RetailType,
|
5316
|
+
:schema_name => XSD::QName.new(nil, "retail"),
|
5317
|
+
:schema_element => [
|
5318
|
+
["name", nil],
|
5319
|
+
["useDetails", "PortfolioManager::Xml::RetailType::UseDetails"],
|
5320
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]]
|
5321
|
+
]
|
5322
|
+
)
|
5323
|
+
|
5324
|
+
Registry.register(
|
5325
|
+
:class => PortfolioManager::Xml::RetailType::UseDetails,
|
5326
|
+
:schema_name => XSD::QName.new(nil, "useDetails"),
|
5327
|
+
:is_anonymous => true,
|
5328
|
+
:schema_qualified => false,
|
5329
|
+
:schema_element => [
|
5330
|
+
["totalGrossFloorArea", "PortfolioManager::Xml::GrossFloorAreaType"],
|
5331
|
+
["weeklyOperatingHours", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
5332
|
+
["numberOfWorkers", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
5333
|
+
["numberOfComputers", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
5334
|
+
["numberOfCashRegisters", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
5335
|
+
["numberOfWalkInRefrigerationUnits", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
5336
|
+
["numberOfOpenClosedRefrigerationUnits", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
5337
|
+
["percentCooled", "PortfolioManager::Xml::PercentCooledType", [0, 1]],
|
5338
|
+
["percentHeated", "PortfolioManager::Xml::PercentHeatedType", [0, 1]],
|
5339
|
+
["singleStore", "PortfolioManager::Xml::UseYesNoType", [0, 1]],
|
4558
5340
|
["exteriorEntranceToThePublic", "PortfolioManager::Xml::UseYesNoType", [0, 1]],
|
4559
5341
|
["areaOfAllWalkInRefrigerationUnits", "PortfolioManager::Xml::OptionalFloorAreaType", [0, 1]],
|
4560
5342
|
["lengthOfAllOpenClosedRefrigerationUnits", "PortfolioManager::Xml::LengthOfAllOpenClosedRefrigerationUnitsType", [0, 1]],
|
@@ -4994,6 +5776,7 @@ module PortfolioManager
|
|
4994
5776
|
["totalGrossFloorArea", "PortfolioManager::Xml::GrossFloorAreaType"],
|
4995
5777
|
["weeklyOperatingHours", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
4996
5778
|
["seatingCapacity", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
5779
|
+
["ceilingHeight", "PortfolioManager::Xml::CeilingHeightUnitsType", [0, 1]],
|
4997
5780
|
["cookingFacilities", "PortfolioManager::Xml::UseYesNoType", [0, 1]],
|
4998
5781
|
["grossFloorAreaUsedForFoodPreparation", "PortfolioManager::Xml::OptionalFloorAreaType", [0, 1]],
|
4999
5782
|
["numberOfWeekdaysOpen", "PortfolioManager::Xml::NumberOfWeekdaysType", [0, 1]],
|
@@ -5161,7 +5944,10 @@ module PortfolioManager
|
|
5161
5944
|
["percentCooled", "PortfolioManager::Xml::PercentCooledType", [0, 1]],
|
5162
5945
|
["percentHeated", "PortfolioManager::Xml::PercentHeatedType", [0, 1]],
|
5163
5946
|
["areaOfAllWalkInRefrigerationUnits", "PortfolioManager::Xml::OptionalFloorAreaType", [0, 1]],
|
5164
|
-
["lengthOfAllOpenClosedRefrigerationUnits", "PortfolioManager::Xml::LengthOfAllOpenClosedRefrigerationUnitsType", [0, 1]]
|
5947
|
+
["lengthOfAllOpenClosedRefrigerationUnits", "PortfolioManager::Xml::LengthOfAllOpenClosedRefrigerationUnitsType", [0, 1]],
|
5948
|
+
["numberOfFTEWorkers", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
5949
|
+
["numberOfCookingEquipmentUnits", "PortfolioManager::Xml::UseIntegerType", [0, 1]],
|
5950
|
+
["numberOfWarmingHeatingEquipmentUnits", "PortfolioManager::Xml::UseIntegerType", [0, 1]]
|
5165
5951
|
]
|
5166
5952
|
)
|
5167
5953
|
|
@@ -5192,7 +5978,10 @@ module PortfolioManager
|
|
5192
5978
|
["percentCooled", "PortfolioManager::Xml::PercentCooledType", [0, 1]],
|
5193
5979
|
["percentHeated", "PortfolioManager::Xml::PercentHeatedType", [0, 1]],
|
5194
5980
|
["areaOfAllWalkInRefrigerationUnits", "PortfolioManager::Xml::OptionalFloorAreaType", [0, 1]],
|
5195
|
-
["lengthOfAllOpenClosedRefrigerationUnits", "PortfolioManager::Xml::LengthOfAllOpenClosedRefrigerationUnitsType", [0, 1]]
|
5981
|
+
["lengthOfAllOpenClosedRefrigerationUnits", "PortfolioManager::Xml::LengthOfAllOpenClosedRefrigerationUnitsType", [0, 1]],
|
5982
|
+
["numberOfFTEWorkers", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
5983
|
+
["numberOfCookingEquipmentUnits", "PortfolioManager::Xml::UseIntegerType", [0, 1]],
|
5984
|
+
["numberOfWarmingHeatingEquipmentUnits", "PortfolioManager::Xml::UseIntegerType", [0, 1]]
|
5196
5985
|
]
|
5197
5986
|
)
|
5198
5987
|
|
@@ -5699,7 +6488,7 @@ module PortfolioManager
|
|
5699
6488
|
|
5700
6489
|
Registry.register(
|
5701
6490
|
:class => PortfolioManager::Xml::OtherType,
|
5702
|
-
:schema_name => XSD::QName.new(nil, "
|
6491
|
+
:schema_name => XSD::QName.new(nil, "otherSpecialityHospital"),
|
5703
6492
|
:schema_element => [
|
5704
6493
|
["name", nil],
|
5705
6494
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -5722,7 +6511,7 @@ module PortfolioManager
|
|
5722
6511
|
|
5723
6512
|
Registry.register(
|
5724
6513
|
:class => PortfolioManager::Xml::OtherType,
|
5725
|
-
:schema_name => XSD::QName.new(nil, "
|
6514
|
+
:schema_name => XSD::QName.new(nil, "conventionCenter"),
|
5726
6515
|
:schema_element => [
|
5727
6516
|
["name", nil],
|
5728
6517
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -5745,7 +6534,7 @@ module PortfolioManager
|
|
5745
6534
|
|
5746
6535
|
Registry.register(
|
5747
6536
|
:class => PortfolioManager::Xml::OtherType,
|
5748
|
-
:schema_name => XSD::QName.new(nil, "
|
6537
|
+
:schema_name => XSD::QName.new(nil, "veterinaryOffice"),
|
5749
6538
|
:schema_element => [
|
5750
6539
|
["name", nil],
|
5751
6540
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -5768,7 +6557,7 @@ module PortfolioManager
|
|
5768
6557
|
|
5769
6558
|
Registry.register(
|
5770
6559
|
:class => PortfolioManager::Xml::OtherType,
|
5771
|
-
:schema_name => XSD::QName.new(nil, "
|
6560
|
+
:schema_name => XSD::QName.new(nil, "urgentCareClinicOtherOutpatient"),
|
5772
6561
|
:schema_element => [
|
5773
6562
|
["name", nil],
|
5774
6563
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -5791,7 +6580,7 @@ module PortfolioManager
|
|
5791
6580
|
|
5792
6581
|
Registry.register(
|
5793
6582
|
:class => PortfolioManager::Xml::OtherType,
|
5794
|
-
:schema_name => XSD::QName.new(nil, "
|
6583
|
+
:schema_name => XSD::QName.new(nil, "energyPowerStation"),
|
5795
6584
|
:schema_element => [
|
5796
6585
|
["name", nil],
|
5797
6586
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -5814,7 +6603,7 @@ module PortfolioManager
|
|
5814
6603
|
|
5815
6604
|
Registry.register(
|
5816
6605
|
:class => PortfolioManager::Xml::OtherType,
|
5817
|
-
:schema_name => XSD::QName.new(nil, "
|
6606
|
+
:schema_name => XSD::QName.new(nil, "otherServices"),
|
5818
6607
|
:schema_element => [
|
5819
6608
|
["name", nil],
|
5820
6609
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -5837,7 +6626,7 @@ module PortfolioManager
|
|
5837
6626
|
|
5838
6627
|
Registry.register(
|
5839
6628
|
:class => PortfolioManager::Xml::OtherType,
|
5840
|
-
:schema_name => XSD::QName.new(nil, "
|
6629
|
+
:schema_name => XSD::QName.new(nil, "barNightclub"),
|
5841
6630
|
:schema_element => [
|
5842
6631
|
["name", nil],
|
5843
6632
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -5860,7 +6649,7 @@ module PortfolioManager
|
|
5860
6649
|
|
5861
6650
|
Registry.register(
|
5862
6651
|
:class => PortfolioManager::Xml::OtherType,
|
5863
|
-
:schema_name => XSD::QName.new(nil, "
|
6652
|
+
:schema_name => XSD::QName.new(nil, "otherUtility"),
|
5864
6653
|
:schema_element => [
|
5865
6654
|
["name", nil],
|
5866
6655
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -5883,7 +6672,7 @@ module PortfolioManager
|
|
5883
6672
|
|
5884
6673
|
Registry.register(
|
5885
6674
|
:class => PortfolioManager::Xml::OtherType,
|
5886
|
-
:schema_name => XSD::QName.new(nil, "
|
6675
|
+
:schema_name => XSD::QName.new(nil, "zoo"),
|
5887
6676
|
:schema_element => [
|
5888
6677
|
["name", nil],
|
5889
6678
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -5906,7 +6695,7 @@ module PortfolioManager
|
|
5906
6695
|
|
5907
6696
|
Registry.register(
|
5908
6697
|
:class => PortfolioManager::Xml::OtherType,
|
5909
|
-
:schema_name => XSD::QName.new(nil, "
|
6698
|
+
:schema_name => XSD::QName.new(nil, "otherRecreation"),
|
5910
6699
|
:schema_element => [
|
5911
6700
|
["name", nil],
|
5912
6701
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -5929,7 +6718,7 @@ module PortfolioManager
|
|
5929
6718
|
|
5930
6719
|
Registry.register(
|
5931
6720
|
:class => PortfolioManager::Xml::OtherType,
|
5932
|
-
:schema_name => XSD::QName.new(nil, "
|
6721
|
+
:schema_name => XSD::QName.new(nil, "otherRestaurantBar"),
|
5933
6722
|
:schema_element => [
|
5934
6723
|
["name", nil],
|
5935
6724
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -5952,7 +6741,7 @@ module PortfolioManager
|
|
5952
6741
|
|
5953
6742
|
Registry.register(
|
5954
6743
|
:class => PortfolioManager::Xml::OtherType,
|
5955
|
-
:schema_name => XSD::QName.new(nil, "
|
6744
|
+
:schema_name => XSD::QName.new(nil, "lifestyleCenter"),
|
5956
6745
|
:schema_element => [
|
5957
6746
|
["name", nil],
|
5958
6747
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -5975,7 +6764,7 @@ module PortfolioManager
|
|
5975
6764
|
|
5976
6765
|
Registry.register(
|
5977
6766
|
:class => PortfolioManager::Xml::OtherType,
|
5978
|
-
:schema_name => XSD::QName.new(nil, "
|
6767
|
+
:schema_name => XSD::QName.new(nil, "policeStation"),
|
5979
6768
|
:schema_element => [
|
5980
6769
|
["name", nil],
|
5981
6770
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -5998,7 +6787,7 @@ module PortfolioManager
|
|
5998
6787
|
|
5999
6788
|
Registry.register(
|
6000
6789
|
:class => PortfolioManager::Xml::OtherType,
|
6001
|
-
:schema_name => XSD::QName.new(nil, "
|
6790
|
+
:schema_name => XSD::QName.new(nil, "preschoolDaycare"),
|
6002
6791
|
:schema_element => [
|
6003
6792
|
["name", nil],
|
6004
6793
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6021,7 +6810,7 @@ module PortfolioManager
|
|
6021
6810
|
|
6022
6811
|
Registry.register(
|
6023
6812
|
:class => PortfolioManager::Xml::OtherType,
|
6024
|
-
:schema_name => XSD::QName.new(nil, "
|
6813
|
+
:schema_name => XSD::QName.new(nil, "raceTrack"),
|
6025
6814
|
:schema_element => [
|
6026
6815
|
["name", nil],
|
6027
6816
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6044,7 +6833,7 @@ module PortfolioManager
|
|
6044
6833
|
|
6045
6834
|
Registry.register(
|
6046
6835
|
:class => PortfolioManager::Xml::OtherType,
|
6047
|
-
:schema_name => XSD::QName.new(nil, "
|
6836
|
+
:schema_name => XSD::QName.new(nil, "fastFoodRestaurant"),
|
6048
6837
|
:schema_element => [
|
6049
6838
|
["name", nil],
|
6050
6839
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6067,7 +6856,7 @@ module PortfolioManager
|
|
6067
6856
|
|
6068
6857
|
Registry.register(
|
6069
6858
|
:class => PortfolioManager::Xml::OtherType,
|
6070
|
-
:schema_name => XSD::QName.new(nil, "
|
6859
|
+
:schema_name => XSD::QName.new(nil, "laboratory"),
|
6071
6860
|
:schema_element => [
|
6072
6861
|
["name", nil],
|
6073
6862
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6090,7 +6879,7 @@ module PortfolioManager
|
|
6090
6879
|
|
6091
6880
|
Registry.register(
|
6092
6881
|
:class => PortfolioManager::Xml::OtherType,
|
6093
|
-
:schema_name => XSD::QName.new(nil, "
|
6882
|
+
:schema_name => XSD::QName.new(nil, "repairServices"),
|
6094
6883
|
:schema_element => [
|
6095
6884
|
["name", nil],
|
6096
6885
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6113,7 +6902,7 @@ module PortfolioManager
|
|
6113
6902
|
|
6114
6903
|
Registry.register(
|
6115
6904
|
:class => PortfolioManager::Xml::OtherType,
|
6116
|
-
:schema_name => XSD::QName.new(nil, "
|
6905
|
+
:schema_name => XSD::QName.new(nil, "otherTechnologyScience"),
|
6117
6906
|
:schema_element => [
|
6118
6907
|
["name", nil],
|
6119
6908
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6136,7 +6925,7 @@ module PortfolioManager
|
|
6136
6925
|
|
6137
6926
|
Registry.register(
|
6138
6927
|
:class => PortfolioManager::Xml::OtherType,
|
6139
|
-
:schema_name => XSD::QName.new(nil, "
|
6928
|
+
:schema_name => XSD::QName.new(nil, "fireStation"),
|
6140
6929
|
:schema_element => [
|
6141
6930
|
["name", nil],
|
6142
6931
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6159,7 +6948,7 @@ module PortfolioManager
|
|
6159
6948
|
|
6160
6949
|
Registry.register(
|
6161
6950
|
:class => PortfolioManager::Xml::OtherType,
|
6162
|
-
:schema_name => XSD::QName.new(nil, "
|
6951
|
+
:schema_name => XSD::QName.new(nil, "performingArts"),
|
6163
6952
|
:schema_element => [
|
6164
6953
|
["name", nil],
|
6165
6954
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6182,7 +6971,7 @@ module PortfolioManager
|
|
6182
6971
|
|
6183
6972
|
Registry.register(
|
6184
6973
|
:class => PortfolioManager::Xml::OtherType,
|
6185
|
-
:schema_name => XSD::QName.new(nil, "
|
6974
|
+
:schema_name => XSD::QName.new(nil, "outpatientRehabilitationPhysicalTherapy"),
|
6186
6975
|
:schema_element => [
|
6187
6976
|
["name", nil],
|
6188
6977
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6205,7 +6994,7 @@ module PortfolioManager
|
|
6205
6994
|
|
6206
6995
|
Registry.register(
|
6207
6996
|
:class => PortfolioManager::Xml::OtherType,
|
6208
|
-
:schema_name => XSD::QName.new(nil, "
|
6997
|
+
:schema_name => XSD::QName.new(nil, "stripMall"),
|
6209
6998
|
:schema_element => [
|
6210
6999
|
["name", nil],
|
6211
7000
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6228,7 +7017,7 @@ module PortfolioManager
|
|
6228
7017
|
|
6229
7018
|
Registry.register(
|
6230
7019
|
:class => PortfolioManager::Xml::OtherType,
|
6231
|
-
:schema_name => XSD::QName.new(nil, "
|
7020
|
+
:schema_name => XSD::QName.new(nil, "rollerRink"),
|
6232
7021
|
:schema_element => [
|
6233
7022
|
["name", nil],
|
6234
7023
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6251,7 +7040,7 @@ module PortfolioManager
|
|
6251
7040
|
|
6252
7041
|
Registry.register(
|
6253
7042
|
:class => PortfolioManager::Xml::OtherType,
|
6254
|
-
:schema_name => XSD::QName.new(nil, "
|
7043
|
+
:schema_name => XSD::QName.new(nil, "otherEducation"),
|
6255
7044
|
:schema_element => [
|
6256
7045
|
["name", nil],
|
6257
7046
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6274,7 +7063,7 @@ module PortfolioManager
|
|
6274
7063
|
|
6275
7064
|
Registry.register(
|
6276
7065
|
:class => PortfolioManager::Xml::OtherType,
|
6277
|
-
:schema_name => XSD::QName.new(nil, "
|
7066
|
+
:schema_name => XSD::QName.new(nil, "fitnessCenterHealthClubGym"),
|
6278
7067
|
:schema_element => [
|
6279
7068
|
["name", nil],
|
6280
7069
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6297,7 +7086,7 @@ module PortfolioManager
|
|
6297
7086
|
|
6298
7087
|
Registry.register(
|
6299
7088
|
:class => PortfolioManager::Xml::OtherType,
|
6300
|
-
:schema_name => XSD::QName.new(nil, "
|
7089
|
+
:schema_name => XSD::QName.new(nil, "aquarium"),
|
6301
7090
|
:schema_element => [
|
6302
7091
|
["name", nil],
|
6303
7092
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6320,7 +7109,7 @@ module PortfolioManager
|
|
6320
7109
|
|
6321
7110
|
Registry.register(
|
6322
7111
|
:class => PortfolioManager::Xml::OtherType,
|
6323
|
-
:schema_name => XSD::QName.new(nil, "
|
7112
|
+
:schema_name => XSD::QName.new(nil, "foodService"),
|
6324
7113
|
:schema_element => [
|
6325
7114
|
["name", nil],
|
6326
7115
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6343,7 +7132,7 @@ module PortfolioManager
|
|
6343
7132
|
|
6344
7133
|
Registry.register(
|
6345
7134
|
:class => PortfolioManager::Xml::OtherType,
|
6346
|
-
:schema_name => XSD::QName.new(nil, "
|
7135
|
+
:schema_name => XSD::QName.new(nil, "restaurant"),
|
6347
7136
|
:schema_element => [
|
6348
7137
|
["name", nil],
|
6349
7138
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6366,7 +7155,7 @@ module PortfolioManager
|
|
6366
7155
|
|
6367
7156
|
Registry.register(
|
6368
7157
|
:class => PortfolioManager::Xml::OtherType,
|
6369
|
-
:schema_name => XSD::QName.new(nil, "
|
7158
|
+
:schema_name => XSD::QName.new(nil, "enclosedMall"),
|
6370
7159
|
:schema_element => [
|
6371
7160
|
["name", nil],
|
6372
7161
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6389,7 +7178,7 @@ module PortfolioManager
|
|
6389
7178
|
|
6390
7179
|
Registry.register(
|
6391
7180
|
:class => PortfolioManager::Xml::OtherType,
|
6392
|
-
:schema_name => XSD::QName.new(nil, "
|
7181
|
+
:schema_name => XSD::QName.new(nil, "adultEducation"),
|
6393
7182
|
:schema_element => [
|
6394
7183
|
["name", nil],
|
6395
7184
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6412,7 +7201,7 @@ module PortfolioManager
|
|
6412
7201
|
|
6413
7202
|
Registry.register(
|
6414
7203
|
:class => PortfolioManager::Xml::OtherType,
|
6415
|
-
:schema_name => XSD::QName.new(nil, "
|
7204
|
+
:schema_name => XSD::QName.new(nil, "otherEntertainmentPublicAssembly"),
|
6416
7205
|
:schema_element => [
|
6417
7206
|
["name", nil],
|
6418
7207
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6435,7 +7224,7 @@ module PortfolioManager
|
|
6435
7224
|
|
6436
7225
|
Registry.register(
|
6437
7226
|
:class => PortfolioManager::Xml::OtherType,
|
6438
|
-
:schema_name => XSD::QName.new(nil, "
|
7227
|
+
:schema_name => XSD::QName.new(nil, "movieTheater"),
|
6439
7228
|
:schema_element => [
|
6440
7229
|
["name", nil],
|
6441
7230
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6458,7 +7247,7 @@ module PortfolioManager
|
|
6458
7247
|
|
6459
7248
|
Registry.register(
|
6460
7249
|
:class => PortfolioManager::Xml::OtherType,
|
6461
|
-
:schema_name => XSD::QName.new(nil, "
|
7250
|
+
:schema_name => XSD::QName.new(nil, "transportationTerminalStation"),
|
6462
7251
|
:schema_element => [
|
6463
7252
|
["name", nil],
|
6464
7253
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6481,7 +7270,7 @@ module PortfolioManager
|
|
6481
7270
|
|
6482
7271
|
Registry.register(
|
6483
7272
|
:class => PortfolioManager::Xml::OtherType,
|
6484
|
-
:schema_name => XSD::QName.new(nil, "
|
7273
|
+
:schema_name => XSD::QName.new(nil, "vocationalSchool"),
|
6485
7274
|
:schema_element => [
|
6486
7275
|
["name", nil],
|
6487
7276
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6504,7 +7293,7 @@ module PortfolioManager
|
|
6504
7293
|
|
6505
7294
|
Registry.register(
|
6506
7295
|
:class => PortfolioManager::Xml::OtherType,
|
6507
|
-
:schema_name => XSD::QName.new(nil, "
|
7296
|
+
:schema_name => XSD::QName.new(nil, "socialMeetingHall"),
|
6508
7297
|
:schema_element => [
|
6509
7298
|
["name", nil],
|
6510
7299
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6527,7 +7316,7 @@ module PortfolioManager
|
|
6527
7316
|
|
6528
7317
|
Registry.register(
|
6529
7318
|
:class => PortfolioManager::Xml::OtherType,
|
6530
|
-
:schema_name => XSD::QName.new(nil, "
|
7319
|
+
:schema_name => XSD::QName.new(nil, "otherMall"),
|
6531
7320
|
:schema_element => [
|
6532
7321
|
["name", nil],
|
6533
7322
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6550,7 +7339,7 @@ module PortfolioManager
|
|
6550
7339
|
|
6551
7340
|
Registry.register(
|
6552
7341
|
:class => PortfolioManager::Xml::OtherType,
|
6553
|
-
:schema_name => XSD::QName.new(nil, "
|
7342
|
+
:schema_name => XSD::QName.new(nil, "other"),
|
6554
7343
|
:schema_element => [
|
6555
7344
|
["name", nil],
|
6556
7345
|
["useDetails", "PortfolioManager::Xml::OtherType::UseDetails"],
|
@@ -6572,94 +7361,150 @@ module PortfolioManager
|
|
6572
7361
|
)
|
6573
7362
|
|
6574
7363
|
Registry.register(
|
6575
|
-
:class => PortfolioManager::Xml::
|
6576
|
-
:schema_name => XSD::QName.new(nil, "
|
7364
|
+
:class => PortfolioManager::Xml::EvChargingStationType,
|
7365
|
+
:schema_name => XSD::QName.new(nil, "electricVehicleChargingStation"),
|
6577
7366
|
:schema_element => [
|
6578
7367
|
["name", nil],
|
6579
|
-
["useDetails", "PortfolioManager::Xml::
|
7368
|
+
["useDetails", "PortfolioManager::Xml::EvChargingStationType::UseDetails"],
|
6580
7369
|
["audit", "PortfolioManager::Xml::LogType", [0, 1]]
|
6581
7370
|
]
|
6582
7371
|
)
|
6583
7372
|
|
6584
7373
|
Registry.register(
|
6585
|
-
:class => PortfolioManager::Xml::
|
7374
|
+
:class => PortfolioManager::Xml::EvChargingStationType::UseDetails,
|
7375
|
+
:schema_name => XSD::QName.new(nil, "useDetails"),
|
7376
|
+
:is_anonymous => true,
|
7377
|
+
:schema_qualified => false,
|
7378
|
+
:schema_element => [
|
7379
|
+
["numberOfLevelOneEvChargingStations", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
7380
|
+
["numberOfLevelTwoEvChargingStations", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
7381
|
+
["numberOfDcFastEvChargingStations", "PortfolioManager::Xml::UseDecimalType", [0, 1]]
|
7382
|
+
]
|
7383
|
+
)
|
7384
|
+
|
7385
|
+
Registry.register(
|
7386
|
+
:class => PortfolioManager::Xml::VehicleDealershipType,
|
7387
|
+
:schema_name => XSD::QName.new(nil, "vehicleDealership"),
|
7388
|
+
:schema_element => [
|
7389
|
+
["name", nil],
|
7390
|
+
["useDetails", "PortfolioManager::Xml::VehicleDealershipType::UseDetails"],
|
7391
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]]
|
7392
|
+
]
|
7393
|
+
)
|
7394
|
+
|
7395
|
+
Registry.register(
|
7396
|
+
:class => PortfolioManager::Xml::VehicleDealershipType::UseDetails,
|
6586
7397
|
:schema_name => XSD::QName.new(nil, "useDetails"),
|
6587
7398
|
:is_anonymous => true,
|
6588
7399
|
:schema_qualified => false,
|
6589
7400
|
:schema_element => [
|
6590
7401
|
["totalGrossFloorArea", "PortfolioManager::Xml::GrossFloorAreaType"],
|
7402
|
+
["numberOfWorkers", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
7403
|
+
["averageNumberOfVehiclesInInventory", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
7404
|
+
["percentHeated", "PortfolioManager::Xml::PercentHeatedType", [0, 1]],
|
7405
|
+
["percentCooled", "PortfolioManager::Xml::PercentCooledType", [0, 1]],
|
6591
7406
|
["weeklyOperatingHours", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
6592
|
-
["numberOfComputers", "PortfolioManager::Xml::UseDecimalType", [0, 1]]
|
6593
|
-
["numberOfWorkers", "PortfolioManager::Xml::UseDecimalType", [0, 1]]
|
7407
|
+
["numberOfComputers", "PortfolioManager::Xml::UseDecimalType", [0, 1]]
|
6594
7408
|
]
|
6595
7409
|
)
|
6596
7410
|
|
6597
7411
|
Registry.register(
|
6598
|
-
:class => PortfolioManager::Xml::
|
6599
|
-
:schema_name => XSD::QName.new(nil, "
|
7412
|
+
:class => PortfolioManager::Xml::MailingCenterPostOfficeType,
|
7413
|
+
:schema_name => XSD::QName.new(nil, "mailingCenterPostOffice"),
|
6600
7414
|
:schema_element => [
|
6601
7415
|
["name", nil],
|
6602
|
-
["useDetails", "PortfolioManager::Xml::
|
7416
|
+
["useDetails", "PortfolioManager::Xml::MailingCenterPostOfficeType::UseDetails"],
|
6603
7417
|
["audit", "PortfolioManager::Xml::LogType", [0, 1]]
|
6604
7418
|
]
|
6605
7419
|
)
|
6606
7420
|
|
6607
7421
|
Registry.register(
|
6608
|
-
:class => PortfolioManager::Xml::
|
7422
|
+
:class => PortfolioManager::Xml::MailingCenterPostOfficeType::UseDetails,
|
6609
7423
|
:schema_name => XSD::QName.new(nil, "useDetails"),
|
6610
7424
|
:is_anonymous => true,
|
6611
7425
|
:schema_qualified => false,
|
6612
7426
|
:schema_element => [
|
6613
7427
|
["totalGrossFloorArea", "PortfolioManager::Xml::GrossFloorAreaType"],
|
6614
7428
|
["weeklyOperatingHours", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
7429
|
+
["numberOfWorkers", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
6615
7430
|
["numberOfComputers", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
6616
|
-
["
|
7431
|
+
["numberOfLettersPackagesPerYear", "PortfolioManager::Xml::UseIntegerType", [0, 1]],
|
7432
|
+
["deliveryFacility", "PortfolioManager::Xml::UseYesNoType", [0, 1]],
|
7433
|
+
["percentCooled", "PortfolioManager::Xml::PercentCooledType", [0, 1]],
|
7434
|
+
["percentHeated", "PortfolioManager::Xml::PercentHeatedType", [0, 1]]
|
6617
7435
|
]
|
6618
7436
|
)
|
6619
7437
|
|
6620
7438
|
Registry.register(
|
6621
|
-
:class => PortfolioManager::Xml::
|
6622
|
-
:schema_name => XSD::QName.new(nil, "
|
7439
|
+
:class => PortfolioManager::Xml::CustomUseType,
|
7440
|
+
:schema_name => XSD::QName.new(nil, "customUse"),
|
6623
7441
|
:schema_element => [
|
6624
7442
|
["name", nil],
|
6625
|
-
["useDetails", "PortfolioManager::Xml::
|
7443
|
+
["useDetails", "PortfolioManager::Xml::CustomUseType::UseDetails"],
|
6626
7444
|
["audit", "PortfolioManager::Xml::LogType", [0, 1]]
|
6627
7445
|
]
|
6628
7446
|
)
|
6629
7447
|
|
6630
7448
|
Registry.register(
|
6631
|
-
:class => PortfolioManager::Xml::
|
7449
|
+
:class => PortfolioManager::Xml::CustomUseType::UseDetails,
|
7450
|
+
:schema_name => XSD::QName.new(nil, "useDetails"),
|
7451
|
+
:is_anonymous => true,
|
7452
|
+
:schema_qualified => false,
|
7453
|
+
:schema_element => [
|
7454
|
+
["customUseDetail1", "PortfolioManager::Xml::CustomUseDetailsType", [0, 1]],
|
7455
|
+
["customUseDetail2", "PortfolioManager::Xml::CustomUseDetailsType", [0, 1]]
|
7456
|
+
]
|
7457
|
+
)
|
7458
|
+
|
7459
|
+
Registry.register(
|
7460
|
+
:class => PortfolioManager::Xml::LibraryType,
|
7461
|
+
:schema_name => XSD::QName.new(nil, "library"),
|
7462
|
+
:schema_element => [
|
7463
|
+
["name", nil],
|
7464
|
+
["useDetails", "PortfolioManager::Xml::LibraryType::UseDetails"],
|
7465
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]]
|
7466
|
+
]
|
7467
|
+
)
|
7468
|
+
|
7469
|
+
Registry.register(
|
7470
|
+
:class => PortfolioManager::Xml::LibraryType::UseDetails,
|
6632
7471
|
:schema_name => XSD::QName.new(nil, "useDetails"),
|
6633
7472
|
:is_anonymous => true,
|
6634
7473
|
:schema_qualified => false,
|
6635
7474
|
:schema_element => [
|
6636
7475
|
["totalGrossFloorArea", "PortfolioManager::Xml::GrossFloorAreaType"],
|
6637
7476
|
["weeklyOperatingHours", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
6638
|
-
["
|
6639
|
-
["
|
7477
|
+
["numberOfWorkers", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
7478
|
+
["percentHeated", "PortfolioManager::Xml::PercentHeatedType", [0, 1]],
|
7479
|
+
["percentCooled", "PortfolioManager::Xml::PercentCooledType", [0, 1]],
|
7480
|
+
["numberOfComputers", "PortfolioManager::Xml::UseDecimalType", [0, 1]]
|
6640
7481
|
]
|
6641
7482
|
)
|
6642
7483
|
|
6643
7484
|
Registry.register(
|
6644
|
-
:class => PortfolioManager::Xml::
|
6645
|
-
:schema_name => XSD::QName.new(nil, "
|
7485
|
+
:class => PortfolioManager::Xml::MuseumType,
|
7486
|
+
:schema_name => XSD::QName.new(nil, "museum"),
|
6646
7487
|
:schema_element => [
|
6647
7488
|
["name", nil],
|
6648
|
-
["useDetails", "PortfolioManager::Xml::
|
7489
|
+
["useDetails", "PortfolioManager::Xml::MuseumType::UseDetails"],
|
6649
7490
|
["audit", "PortfolioManager::Xml::LogType", [0, 1]]
|
6650
7491
|
]
|
6651
7492
|
)
|
6652
7493
|
|
6653
7494
|
Registry.register(
|
6654
|
-
:class => PortfolioManager::Xml::
|
7495
|
+
:class => PortfolioManager::Xml::MuseumType::UseDetails,
|
6655
7496
|
:schema_name => XSD::QName.new(nil, "useDetails"),
|
6656
7497
|
:is_anonymous => true,
|
6657
7498
|
:schema_qualified => false,
|
6658
7499
|
:schema_element => [
|
6659
7500
|
["totalGrossFloorArea", "PortfolioManager::Xml::GrossFloorAreaType"],
|
6660
|
-
["
|
7501
|
+
["numberOfWorkers", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
7502
|
+
["precisionControlsForTemperatureAndHumidity", "PortfolioManager::Xml::UseYesNoType", [0, 1]],
|
7503
|
+
["grossFloorAreaThatIsExhibitSpace", "PortfolioManager::Xml::OptionalFloorAreaType", [0, 1]],
|
7504
|
+
["percentHeated", "PortfolioManager::Xml::PercentHeatedType", [0, 1]],
|
7505
|
+
["percentCooled", "PortfolioManager::Xml::PercentCooledType", [0, 1]],
|
6661
7506
|
["numberOfComputers", "PortfolioManager::Xml::UseDecimalType", [0, 1]],
|
6662
|
-
["
|
7507
|
+
["weeklyOperatingHours", "PortfolioManager::Xml::UseDecimalType", [0, 1]]
|
6663
7508
|
]
|
6664
7509
|
)
|
6665
7510
|
|
@@ -6681,93 +7526,96 @@ module PortfolioManager
|
|
6681
7526
|
:schema_name => XSD::QName.new(nil, "propertyUses"),
|
6682
7527
|
:is_anonymous => true,
|
6683
7528
|
:schema_qualified => true,
|
6684
|
-
:schema_element => [
|
6685
|
-
[
|
6686
|
-
|
6687
|
-
|
6688
|
-
|
6689
|
-
|
6690
|
-
|
6691
|
-
|
6692
|
-
|
6693
|
-
|
6694
|
-
|
6695
|
-
|
6696
|
-
|
6697
|
-
|
6698
|
-
|
6699
|
-
|
6700
|
-
|
6701
|
-
|
6702
|
-
|
6703
|
-
|
6704
|
-
|
6705
|
-
|
6706
|
-
|
6707
|
-
|
6708
|
-
|
6709
|
-
|
6710
|
-
|
6711
|
-
|
6712
|
-
|
6713
|
-
|
6714
|
-
|
6715
|
-
|
6716
|
-
|
6717
|
-
|
6718
|
-
|
6719
|
-
|
6720
|
-
|
6721
|
-
|
6722
|
-
|
6723
|
-
|
6724
|
-
|
6725
|
-
|
6726
|
-
|
6727
|
-
|
6728
|
-
|
6729
|
-
|
6730
|
-
|
6731
|
-
|
6732
|
-
|
6733
|
-
|
6734
|
-
|
6735
|
-
|
6736
|
-
|
6737
|
-
|
6738
|
-
|
6739
|
-
|
6740
|
-
|
6741
|
-
|
6742
|
-
|
6743
|
-
|
6744
|
-
|
6745
|
-
|
6746
|
-
|
6747
|
-
|
6748
|
-
|
6749
|
-
|
6750
|
-
|
6751
|
-
|
6752
|
-
|
6753
|
-
|
6754
|
-
|
6755
|
-
|
6756
|
-
|
6757
|
-
|
6758
|
-
|
6759
|
-
|
6760
|
-
|
6761
|
-
|
6762
|
-
|
6763
|
-
|
6764
|
-
|
6765
|
-
|
6766
|
-
|
6767
|
-
|
6768
|
-
|
6769
|
-
|
6770
|
-
|
7529
|
+
:schema_element => [
|
7530
|
+
[
|
7531
|
+
["prison", "PortfolioManager::Xml::OtherType[]"],
|
7532
|
+
["refrigeratedWarehouse", "PortfolioManager::Xml::RefrigeratedWarehouseType[]"],
|
7533
|
+
["retail", "PortfolioManager::Xml::RetailType[]"],
|
7534
|
+
["hospital", "PortfolioManager::Xml::HospitalType[]"],
|
7535
|
+
["medicalOffice", "PortfolioManager::Xml::MedicalOfficeType[]"],
|
7536
|
+
["dataCenter", "PortfolioManager::Xml::DataCenterType[]"],
|
7537
|
+
["courthouse", "PortfolioManager::Xml::CourthouseType[]"],
|
7538
|
+
["singleFamilyHome", "PortfolioManager::Xml::SingleFamilyHomeType[]"],
|
7539
|
+
["nonRefrigeratedWarehouse", "PortfolioManager::Xml::NonRefrigeratedWarehouseType[]"],
|
7540
|
+
["multifamilyHousing", "PortfolioManager::Xml::MultifamilyHousingType[]"],
|
7541
|
+
["office", "PortfolioManager::Xml::OfficeType[]"],
|
7542
|
+
["wholesaleClubSupercenter", "PortfolioManager::Xml::WholesaleClubSupercenterType[]"],
|
7543
|
+
["selfStorageFacility", "PortfolioManager::Xml::SelfStorageFacilityType[]"],
|
7544
|
+
["seniorLivingCommunity", "PortfolioManager::Xml::SeniorLivingCommunityType[]"],
|
7545
|
+
["residentialCareFacility", "PortfolioManager::Xml::ResidentialCareFacilityType[]"],
|
7546
|
+
["swimmingPool", "PortfolioManager::Xml::SwimmingPoolType[]"],
|
7547
|
+
["residenceHallDormitory", "PortfolioManager::Xml::ResidenceHallDormitoryType[]"],
|
7548
|
+
["wastewaterTreatmentPlant", "PortfolioManager::Xml::WastewaterTreatmentPlantType[]"],
|
7549
|
+
["distributionCenter", "PortfolioManager::Xml::DistributionCenterType[]"],
|
7550
|
+
["worshipFacility", "PortfolioManager::Xml::WorshipFacilityType[]"],
|
7551
|
+
["financialOffice", "PortfolioManager::Xml::FinancialOfficeType[]"],
|
7552
|
+
["drinkingWaterTreatmentAndDistribution", "PortfolioManager::Xml::DrinkingWaterTreatmentAndDistributionType[]"],
|
7553
|
+
["parking", "PortfolioManager::Xml::ParkingType[]"],
|
7554
|
+
["supermarket", "PortfolioManager::Xml::SupermarketType[]"],
|
7555
|
+
["barracks", "PortfolioManager::Xml::BarracksType[]"],
|
7556
|
+
["hotel", "PortfolioManager::Xml::HotelType[]"],
|
7557
|
+
["k12School", "PortfolioManager::Xml::K12SchoolType[]"],
|
7558
|
+
["bankBranch", "PortfolioManager::Xml::BankBranchType[]"],
|
7559
|
+
["collegeUniversity", "PortfolioManager::Xml::CollegeUniversityType[]"],
|
7560
|
+
["indoorArena", "PortfolioManager::Xml::IndoorArenaType[]"],
|
7561
|
+
["otherStadium", "PortfolioManager::Xml::OtherStadiumType[]"],
|
7562
|
+
["stadiumClosed", "PortfolioManager::Xml::StadiumClosedType[]"],
|
7563
|
+
["stadiumOpen", "PortfolioManager::Xml::StadiumOpenType[]"],
|
7564
|
+
["manufacturingIndustrialPlant", "PortfolioManager::Xml::OtherType[]"],
|
7565
|
+
["ambulatorySurgicalCenter", "PortfolioManager::Xml::OtherType[]"],
|
7566
|
+
["bowlingAlley", "PortfolioManager::Xml::OtherType[]"],
|
7567
|
+
["otherPublicServices", "PortfolioManager::Xml::OtherType[]"],
|
7568
|
+
["otherLodgingResidential", "PortfolioManager::Xml::OtherType[]"],
|
7569
|
+
["casino", "PortfolioManager::Xml::OtherType[]"],
|
7570
|
+
["personalServices", "PortfolioManager::Xml::OtherType[]"],
|
7571
|
+
["mailingCenterPostOffice", "PortfolioManager::Xml::MailingCenterPostOfficeType[]"],
|
7572
|
+
["library", "PortfolioManager::Xml::LibraryType[]"],
|
7573
|
+
["otherSpecialityHospital", "PortfolioManager::Xml::OtherType[]"],
|
7574
|
+
["conventionCenter", "PortfolioManager::Xml::OtherType[]"],
|
7575
|
+
["veterinaryOffice", "PortfolioManager::Xml::OtherType[]"],
|
7576
|
+
["urgentCareClinicOtherOutpatient", "PortfolioManager::Xml::OtherType[]"],
|
7577
|
+
["energyPowerStation", "PortfolioManager::Xml::OtherType[]"],
|
7578
|
+
["otherServices", "PortfolioManager::Xml::OtherType[]"],
|
7579
|
+
["barNightclub", "PortfolioManager::Xml::OtherType[]"],
|
7580
|
+
["otherUtility", "PortfolioManager::Xml::OtherType[]"],
|
7581
|
+
["zoo", "PortfolioManager::Xml::OtherType[]"],
|
7582
|
+
["vehicleDealership", "PortfolioManager::Xml::VehicleDealershipType[]"],
|
7583
|
+
["museum", "PortfolioManager::Xml::MuseumType[]"],
|
7584
|
+
["otherRecreation", "PortfolioManager::Xml::OtherType[]"],
|
7585
|
+
["otherRestaurantBar", "PortfolioManager::Xml::OtherType[]"],
|
7586
|
+
["lifestyleCenter", "PortfolioManager::Xml::OtherType[]"],
|
7587
|
+
["policeStation", "PortfolioManager::Xml::OtherType[]"],
|
7588
|
+
["preschoolDaycare", "PortfolioManager::Xml::OtherType[]"],
|
7589
|
+
["raceTrack", "PortfolioManager::Xml::OtherType[]"],
|
7590
|
+
["fastFoodRestaurant", "PortfolioManager::Xml::OtherType[]"],
|
7591
|
+
["laboratory", "PortfolioManager::Xml::OtherType[]"],
|
7592
|
+
["convenienceStoreWithoutGasStation", "PortfolioManager::Xml::ConvenienceStoreWithoutGasStationType[]"],
|
7593
|
+
["repairServices", "PortfolioManager::Xml::OtherType[]"],
|
7594
|
+
["otherTechnologyScience", "PortfolioManager::Xml::OtherType[]"],
|
7595
|
+
["fireStation", "PortfolioManager::Xml::OtherType[]"],
|
7596
|
+
["foodSales", "PortfolioManager::Xml::FoodSalesType[]"],
|
7597
|
+
["performingArts", "PortfolioManager::Xml::OtherType[]"],
|
7598
|
+
["outpatientRehabilitationPhysicalTherapy", "PortfolioManager::Xml::OtherType[]"],
|
7599
|
+
["stripMall", "PortfolioManager::Xml::OtherType[]"],
|
7600
|
+
["rollerRink", "PortfolioManager::Xml::OtherType[]"],
|
7601
|
+
["otherEducation", "PortfolioManager::Xml::OtherType[]"],
|
7602
|
+
["fitnessCenterHealthClubGym", "PortfolioManager::Xml::OtherType[]"],
|
7603
|
+
["aquarium", "PortfolioManager::Xml::OtherType[]"],
|
7604
|
+
["foodService", "PortfolioManager::Xml::OtherType[]"],
|
7605
|
+
["restaurant", "PortfolioManager::Xml::OtherType[]"],
|
7606
|
+
["enclosedMall", "PortfolioManager::Xml::OtherType[]"],
|
7607
|
+
["iceCurlingRink", "PortfolioManager::Xml::IceCurlingRinkType[]"],
|
7608
|
+
["adultEducation", "PortfolioManager::Xml::OtherType[]"],
|
7609
|
+
["otherEntertainmentPublicAssembly", "PortfolioManager::Xml::OtherType[]"],
|
7610
|
+
["movieTheater", "PortfolioManager::Xml::OtherType[]"],
|
7611
|
+
["transportationTerminalStation", "PortfolioManager::Xml::OtherType[]"],
|
7612
|
+
["vocationalSchool", "PortfolioManager::Xml::OtherType[]"],
|
7613
|
+
["socialMeetingHall", "PortfolioManager::Xml::OtherType[]"],
|
7614
|
+
["otherMall", "PortfolioManager::Xml::OtherType[]"],
|
7615
|
+
["convenienceStoreWithGasStation", "PortfolioManager::Xml::ConvenienceStoreWithGasStationType[]"],
|
7616
|
+
["other", "PortfolioManager::Xml::OtherType[]"],
|
7617
|
+
["electricVehicleChargingStation", "PortfolioManager::Xml::EvChargingStationType[]"]
|
7618
|
+
]
|
6771
7619
|
]
|
6772
7620
|
)
|
6773
7621
|
|
@@ -6891,7 +7739,7 @@ module PortfolioManager
|
|
6891
7739
|
:is_anonymous => true,
|
6892
7740
|
:schema_qualified => false,
|
6893
7741
|
:schema_element => [
|
6894
|
-
["meterType", "
|
7742
|
+
["meterType", "[]", [0, nil]]
|
6895
7743
|
]
|
6896
7744
|
)
|
6897
7745
|
|
@@ -7008,6 +7856,16 @@ module PortfolioManager
|
|
7008
7856
|
["clearHeight", "PortfolioManager::Xml::ClearHeightUnitsType"],
|
7009
7857
|
["numberOfSterilizationUnits", "PortfolioManager::Xml::UseDecimalType"],
|
7010
7858
|
["commonEntrance", "PortfolioManager::Xml::UseYesNoType"],
|
7859
|
+
["numberOfCookingEquipmentUnits", "PortfolioManager::Xml::UseIntegerType"],
|
7860
|
+
["numberOfWarmingHeatingEquipmentUnits", "PortfolioManager::Xml::UseIntegerType"],
|
7861
|
+
["ceilingHeight", "PortfolioManager::Xml::CeilingHeightUnitsType"],
|
7862
|
+
["averageNumberOfVehiclesInInventory", "PortfolioManager::Xml::UseDecimalType"],
|
7863
|
+
["deliveryFacility", "PortfolioManager::Xml::UseYesNoType"],
|
7864
|
+
["numberOfLettersPackagesPerYear", "PortfolioManager::Xml::UseIntegerType"],
|
7865
|
+
["customUseDetail1", "PortfolioManager::Xml::CustomUseDetailsType"],
|
7866
|
+
["customUseDetail2", "PortfolioManager::Xml::CustomUseDetailsType"],
|
7867
|
+
["precisionControlsForTemperatureAndHumidity", "PortfolioManager::Xml::UseYesNoType"],
|
7868
|
+
["grossFloorAreaThatIsExhibitSpace", "PortfolioManager::Xml::OptionalFloorAreaType"],
|
7011
7869
|
["links", "PortfolioManager::Xml::LinksType", [0, 1]]
|
7012
7870
|
]
|
7013
7871
|
)
|
@@ -7085,7 +7943,8 @@ module PortfolioManager
|
|
7085
7943
|
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
7086
7944
|
XSD::QName.new(nil, "standardApproved") => "SOAP::SOAPBoolean",
|
7087
7945
|
XSD::QName.new(nil, "name") => "SOAP::SOAPString",
|
7088
|
-
XSD::QName.new(nil, "description") => "SOAP::SOAPString"
|
7946
|
+
XSD::QName.new(nil, "description") => "SOAP::SOAPString",
|
7947
|
+
XSD::QName.new(nil, "group") => "SOAP::SOAPString"
|
7089
7948
|
}
|
7090
7949
|
)
|
7091
7950
|
|
@@ -7308,6 +8167,38 @@ module PortfolioManager
|
|
7308
8167
|
]
|
7309
8168
|
)
|
7310
8169
|
|
8170
|
+
Registry.register(
|
8171
|
+
:class => PortfolioManager::Xml::CustomMetric,
|
8172
|
+
:schema_name => XSD::QName.new(nil, "customMetric"),
|
8173
|
+
:schema_element => [
|
8174
|
+
["name", "SOAP::SOAPString", [0, 1]],
|
8175
|
+
["numeratorMetricId", "SOAP::SOAPLong"],
|
8176
|
+
["denominatorDetailTypeId", "SOAP::SOAPLong"]
|
8177
|
+
],
|
8178
|
+
:schema_attribute => {
|
8179
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
8180
|
+
XSD::QName.new(nil, "unitOfMeasure") => "SOAP::SOAPString"
|
8181
|
+
}
|
8182
|
+
)
|
8183
|
+
|
8184
|
+
Registry.register(
|
8185
|
+
:class => PortfolioManager::Xml::DetailsTypes,
|
8186
|
+
:schema_name => XSD::QName.new(nil, "detailsTypes"),
|
8187
|
+
:schema_element => [
|
8188
|
+
["detailType", "PortfolioManager::Xml::DetailType[]", [1, nil]]
|
8189
|
+
]
|
8190
|
+
)
|
8191
|
+
|
8192
|
+
Registry.register(
|
8193
|
+
:class => PortfolioManager::Xml::DetailType,
|
8194
|
+
:schema_name => XSD::QName.new(nil, "detailType"),
|
8195
|
+
:schema_element => [],
|
8196
|
+
:schema_attribute => {
|
8197
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
8198
|
+
XSD::QName.new(nil, "name") => "SOAP::SOAPString"
|
8199
|
+
}
|
8200
|
+
)
|
8201
|
+
|
7311
8202
|
Registry.register(
|
7312
8203
|
:class => PortfolioManager::Xml::IndividualMeter,
|
7313
8204
|
:schema_name => XSD::QName.new(nil, "individualMeter"),
|
@@ -7322,5 +8213,331 @@ module PortfolioManager
|
|
7322
8213
|
["audit", "PortfolioManager::Xml::LogType", [0, 1]]
|
7323
8214
|
]
|
7324
8215
|
)
|
8216
|
+
|
8217
|
+
Registry.register(
|
8218
|
+
:class => PortfolioManager::Xml::HeyType,
|
8219
|
+
:schema_name => XSD::QName.new(nil, "hey"),
|
8220
|
+
:schema_element => [
|
8221
|
+
["propertyInfo", "PortfolioManager::Xml::HeyType::PropertyInfo"],
|
8222
|
+
["meter", "PortfolioManager::Xml::HeyType::Meter[]", [1, 10]]
|
8223
|
+
]
|
8224
|
+
)
|
8225
|
+
|
8226
|
+
Registry.register(
|
8227
|
+
:class => PortfolioManager::Xml::HeyType::PropertyInfo,
|
8228
|
+
:schema_name => XSD::QName.new(nil, "propertyInfo"),
|
8229
|
+
:is_anonymous => true,
|
8230
|
+
:schema_qualified => false,
|
8231
|
+
:schema_element => [
|
8232
|
+
["postalCode", "SOAP::SOAPString"],
|
8233
|
+
["numberOfOccupants", "SOAP::SOAPInt"],
|
8234
|
+
["grossFloorArea", "PortfolioManager::Xml::GrossFloorAreaType"]
|
8235
|
+
]
|
8236
|
+
)
|
8237
|
+
|
8238
|
+
Registry.register(
|
8239
|
+
:class => PortfolioManager::Xml::HeyType::Meter::MeterData,
|
8240
|
+
:schema_name => XSD::QName.new(nil, "meterData"),
|
8241
|
+
:is_anonymous => true,
|
8242
|
+
:schema_qualified => false,
|
8243
|
+
:schema_element => [
|
8244
|
+
["meterConsumption", "PortfolioManager::Xml::MeterConsumptionType[]", [1, 120]]
|
8245
|
+
]
|
8246
|
+
)
|
8247
|
+
|
8248
|
+
Registry.register(
|
8249
|
+
:class => PortfolioManager::Xml::HeyType::Meter,
|
8250
|
+
:schema_name => XSD::QName.new(nil, "meter"),
|
8251
|
+
:is_anonymous => true,
|
8252
|
+
:schema_qualified => false,
|
8253
|
+
:schema_element => [
|
8254
|
+
["type", "PortfolioManager::Xml::AllEnergyMetersType"],
|
8255
|
+
["unitOfMeasure", "PortfolioManager::Xml::DesignUnitOfMeasure"],
|
8256
|
+
["meterData", "PortfolioManager::Xml::HeyType::Meter::MeterData"]
|
8257
|
+
]
|
8258
|
+
)
|
8259
|
+
|
8260
|
+
Registry.register(
|
8261
|
+
:class => PortfolioManager::Xml::ReportMetrics,
|
8262
|
+
:schema_name => XSD::QName.new(nil, "reportMetrics"),
|
8263
|
+
:schema_element => [
|
8264
|
+
["group", "PortfolioManager::Xml::ReportMetrics::Group[]", [1, nil]]
|
8265
|
+
]
|
8266
|
+
)
|
8267
|
+
|
8268
|
+
Registry.register(
|
8269
|
+
:class => PortfolioManager::Xml::ReportMetrics::Group::Metrics::Metric,
|
8270
|
+
:schema_name => XSD::QName.new(nil, "metric"),
|
8271
|
+
:is_anonymous => true,
|
8272
|
+
:schema_qualified => true,
|
8273
|
+
:schema_element => [],
|
8274
|
+
:schema_attribute => {
|
8275
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
8276
|
+
XSD::QName.new(nil, "name") => "SOAP::SOAPString",
|
8277
|
+
XSD::QName.new(nil, "description") => "SOAP::SOAPString",
|
8278
|
+
XSD::QName.new(nil, "dataType") => "SOAP::SOAPString",
|
8279
|
+
XSD::QName.new(nil, "uom") => "SOAP::SOAPString",
|
8280
|
+
XSD::QName.new(nil, "availableToCustomMetrics") => "SOAP::SOAPBoolean"
|
8281
|
+
}
|
8282
|
+
)
|
8283
|
+
|
8284
|
+
Registry.register(
|
8285
|
+
:class => PortfolioManager::Xml::ReportMetrics::Group::Metrics,
|
8286
|
+
:schema_name => XSD::QName.new(nil, "metrics"),
|
8287
|
+
:is_anonymous => true,
|
8288
|
+
:schema_qualified => true,
|
8289
|
+
:schema_element => [
|
8290
|
+
["metric", "PortfolioManager::Xml::ReportMetrics::Group::Metrics::Metric[]", [0, nil]]
|
8291
|
+
]
|
8292
|
+
)
|
8293
|
+
|
8294
|
+
Registry.register(
|
8295
|
+
:class => PortfolioManager::Xml::ReportMetrics::Group,
|
8296
|
+
:schema_name => XSD::QName.new(nil, "group"),
|
8297
|
+
:is_anonymous => true,
|
8298
|
+
:schema_qualified => true,
|
8299
|
+
:schema_element => [
|
8300
|
+
["metrics", "PortfolioManager::Xml::ReportMetrics::Group::Metrics"]
|
8301
|
+
],
|
8302
|
+
:schema_attribute => {
|
8303
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong",
|
8304
|
+
XSD::QName.new(nil, "name") => "SOAP::SOAPString"
|
8305
|
+
}
|
8306
|
+
)
|
8307
|
+
|
8308
|
+
Registry.register(
|
8309
|
+
:class => PortfolioManager::Xml::TemplateType,
|
8310
|
+
:schema_name => XSD::QName.new(nil, "templateType")
|
8311
|
+
)
|
8312
|
+
|
8313
|
+
Registry.register(
|
8314
|
+
:class => PortfolioManager::Xml::ReportTemplateType,
|
8315
|
+
:schema_name => XSD::QName.new(nil, "reportTemplate"),
|
8316
|
+
:schema_element => [
|
8317
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
8318
|
+
["name", "SOAP::SOAPString"],
|
8319
|
+
["templateType", "SOAP::SOAPString", [0, 1]],
|
8320
|
+
["metrics", "PortfolioManager::Xml::ReportTemplateType::Metrics", [0, 1]],
|
8321
|
+
["reportId", "SOAP::SOAPLong", [0, 1]],
|
8322
|
+
["audit", "PortfolioManager::Xml::LogType", [0, 1]]
|
8323
|
+
]
|
8324
|
+
)
|
8325
|
+
|
8326
|
+
Registry.register(
|
8327
|
+
:class => PortfolioManager::Xml::ReportTemplateType::Metrics,
|
8328
|
+
:schema_name => XSD::QName.new(nil, "metrics"),
|
8329
|
+
:is_anonymous => true,
|
8330
|
+
:schema_qualified => true,
|
8331
|
+
:schema_element => [
|
8332
|
+
["id", "SOAP::SOAPLong[]", [0, nil]]
|
8333
|
+
]
|
8334
|
+
)
|
8335
|
+
|
8336
|
+
Registry.register(
|
8337
|
+
:class => PortfolioManager::Xml::Report,
|
8338
|
+
:schema_name => XSD::QName.new(nil, "report"),
|
8339
|
+
:schema_element => [
|
8340
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
8341
|
+
["type", "PortfolioManager::Xml::ReportType", [0, 1]],
|
8342
|
+
["timeframe", "PortfolioManager::Xml::TimeframeType"],
|
8343
|
+
["templateId", "SOAP::SOAPLong", [0, 1]],
|
8344
|
+
["templateName", "SOAP::SOAPString", [0, 1]],
|
8345
|
+
["properties", "PortfolioManager::Xml::Report::Properties", [0, 1]],
|
8346
|
+
["reportGenerationStatus", "PortfolioManager::Xml::ReportStatusType", [0, 1]]
|
8347
|
+
]
|
8348
|
+
)
|
8349
|
+
|
8350
|
+
Registry.register(
|
8351
|
+
:class => PortfolioManager::Xml::Report::Properties,
|
8352
|
+
:schema_name => XSD::QName.new(nil, "properties"),
|
8353
|
+
:is_anonymous => true,
|
8354
|
+
:schema_qualified => true,
|
8355
|
+
:schema_element => [
|
8356
|
+
["id", "SOAP::SOAPLong[]", [0, nil]]
|
8357
|
+
]
|
8358
|
+
)
|
8359
|
+
|
8360
|
+
Registry.register(
|
8361
|
+
:class => PortfolioManager::Xml::ReportStatusDef,
|
8362
|
+
:schema_name => XSD::QName.new(nil, "reportStatus"),
|
8363
|
+
:schema_element => [
|
8364
|
+
["status", "PortfolioManager::Xml::ReportStatusType"],
|
8365
|
+
["description", "SOAP::SOAPString", [0, 1]],
|
8366
|
+
["generationStartDate", "SOAP::SOAPDateTime", [0, 1]],
|
8367
|
+
["generationEndDate", "SOAP::SOAPDateTime", [0, 1]],
|
8368
|
+
["submittedDate", "SOAP::SOAPDateTime", [0, 1]]
|
8369
|
+
]
|
8370
|
+
)
|
8371
|
+
|
8372
|
+
Registry.register(
|
8373
|
+
:class => PortfolioManager::Xml::DataResponse,
|
8374
|
+
:schema_name => XSD::QName.new(nil, "dataResponse"),
|
8375
|
+
:schema_element => [
|
8376
|
+
["dataRequestId", "SOAP::SOAPLong", [0, 1]],
|
8377
|
+
["timeframe", "PortfolioManager::Xml::TimeframeType", [0, 1]],
|
8378
|
+
["properties", "PortfolioManager::Xml::DataResponse::Properties", [0, 1]]
|
8379
|
+
],
|
8380
|
+
:schema_attribute => {
|
8381
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong"
|
8382
|
+
}
|
8383
|
+
)
|
8384
|
+
|
8385
|
+
Registry.register(
|
8386
|
+
:class => PortfolioManager::Xml::DataResponse::Properties,
|
8387
|
+
:schema_name => XSD::QName.new(nil, "properties"),
|
8388
|
+
:is_anonymous => true,
|
8389
|
+
:schema_qualified => true,
|
8390
|
+
:schema_element => [
|
8391
|
+
["id", "SOAP::SOAPLong[]", [0, nil]]
|
8392
|
+
]
|
8393
|
+
)
|
8394
|
+
|
8395
|
+
Registry.register(
|
8396
|
+
:class => PortfolioManager::Xml::DataRequest,
|
8397
|
+
:schema_name => XSD::QName.new(nil, "dataRequest"),
|
8398
|
+
:schema_element => [
|
8399
|
+
["name", "SOAP::SOAPString"],
|
8400
|
+
["requesterDetails", "PortfolioManager::Xml::DataRequest::RequesterDetails"],
|
8401
|
+
["instructions", "SOAP::SOAPString", [0, 1]],
|
8402
|
+
["timeframe", "PortfolioManager::Xml::TimeframeType", [0, 1]],
|
8403
|
+
["locations", "PortfolioManager::Xml::DataRequest::Locations", [0, 1]],
|
8404
|
+
["dataRequestStatus", "PortfolioManager::Xml::DataRequestStatusType"],
|
8405
|
+
["dataRequestAcceptedBy", "SOAP::SOAPString", [0, 1]],
|
8406
|
+
["dataRequestAcceptedDate", "SOAP::SOAPDateTime", [0, 1]]
|
8407
|
+
],
|
8408
|
+
:schema_attribute => {
|
8409
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong"
|
8410
|
+
}
|
8411
|
+
)
|
8412
|
+
|
8413
|
+
Registry.register(
|
8414
|
+
:class => PortfolioManager::Xml::DataRequest::RequesterDetails,
|
8415
|
+
:schema_name => XSD::QName.new(nil, "requesterDetails"),
|
8416
|
+
:is_anonymous => true,
|
8417
|
+
:schema_qualified => true,
|
8418
|
+
:schema_element => [
|
8419
|
+
["firstName", "SOAP::SOAPString"],
|
8420
|
+
["lastName", "SOAP::SOAPString"],
|
8421
|
+
["email", "SOAP::SOAPString"],
|
8422
|
+
["phone", "SOAP::SOAPString"]
|
8423
|
+
]
|
8424
|
+
)
|
8425
|
+
|
8426
|
+
Registry.register(
|
8427
|
+
:class => PortfolioManager::Xml::DataRequest::Locations::Location,
|
8428
|
+
:schema_name => XSD::QName.new(nil, "location"),
|
8429
|
+
:is_anonymous => true,
|
8430
|
+
:schema_qualified => true,
|
8431
|
+
:schema_element => [],
|
8432
|
+
:schema_attribute => {
|
8433
|
+
XSD::QName.new(nil, "country") => "SOAP::SOAPString",
|
8434
|
+
XSD::QName.new(nil, "state") => "SOAP::SOAPString"
|
8435
|
+
}
|
8436
|
+
)
|
8437
|
+
|
8438
|
+
Registry.register(
|
8439
|
+
:class => PortfolioManager::Xml::DataRequest::Locations,
|
8440
|
+
:schema_name => XSD::QName.new(nil, "locations"),
|
8441
|
+
:is_anonymous => true,
|
8442
|
+
:schema_qualified => true,
|
8443
|
+
:schema_element => [
|
8444
|
+
["location", "PortfolioManager::Xml::DataRequest::Locations::Location[]", [1, nil]]
|
8445
|
+
]
|
8446
|
+
)
|
8447
|
+
|
8448
|
+
Registry.register(
|
8449
|
+
:class => PortfolioManager::Xml::ResponseStatus,
|
8450
|
+
:schema_name => XSD::QName.new(nil, "responseStatus"),
|
8451
|
+
:schema_element => [
|
8452
|
+
["status", "PortfolioManager::Xml::ReportStatusType"],
|
8453
|
+
["description", "SOAP::SOAPString", [0, 1]],
|
8454
|
+
["generationStartDate", "SOAP::SOAPDateTime", [0, 1]],
|
8455
|
+
["generationEndDate", "SOAP::SOAPDateTime", [0, 1]],
|
8456
|
+
["submittedDate", "SOAP::SOAPDateTime", [0, 1]],
|
8457
|
+
["sentDate", "SOAP::SOAPDateTime", [0, 1]],
|
8458
|
+
["errors", "PortfolioManager::Xml::ResponseStatus::Errors", [0, 1]]
|
8459
|
+
]
|
8460
|
+
)
|
8461
|
+
|
8462
|
+
Registry.register(
|
8463
|
+
:class => PortfolioManager::Xml::ResponseStatus::Errors,
|
8464
|
+
:schema_name => XSD::QName.new(nil, "errors"),
|
8465
|
+
:is_anonymous => true,
|
8466
|
+
:schema_qualified => false,
|
8467
|
+
:schema_element => [
|
8468
|
+
["links", "PortfolioManager::Xml::LinksType", [0, 1]]
|
8469
|
+
]
|
8470
|
+
)
|
8471
|
+
|
8472
|
+
Registry.register(
|
8473
|
+
:class => PortfolioManager::Xml::ReportError,
|
8474
|
+
:schema_name => XSD::QName.new(nil, "reportError"),
|
8475
|
+
:schema_element => [
|
8476
|
+
["reportId", "SOAP::SOAPLong"],
|
8477
|
+
["templateName", "SOAP::SOAPString"],
|
8478
|
+
["dateGenerated", "SOAP::SOAPDateTime"],
|
8479
|
+
["numberOfProperties", "SOAP::SOAPInteger"],
|
8480
|
+
["missingMetrics", "PortfolioManager::Xml::ReportError::MissingMetrics"]
|
8481
|
+
]
|
8482
|
+
)
|
8483
|
+
|
8484
|
+
Registry.register(
|
8485
|
+
:class => PortfolioManager::Xml::ReportError::MissingMetrics::PropertyMissingMetric::Metric,
|
8486
|
+
:schema_name => XSD::QName.new(nil, "metric"),
|
8487
|
+
:is_anonymous => true,
|
8488
|
+
:schema_qualified => true,
|
8489
|
+
:schema_element => [
|
8490
|
+
["error", "SOAP::SOAPString"]
|
8491
|
+
],
|
8492
|
+
:schema_attribute => {
|
8493
|
+
XSD::QName.new(nil, "name") => "SOAP::SOAPString",
|
8494
|
+
XSD::QName.new(nil, "id") => "SOAP::SOAPLong"
|
8495
|
+
}
|
8496
|
+
)
|
8497
|
+
|
8498
|
+
Registry.register(
|
8499
|
+
:class => PortfolioManager::Xml::ReportError::MissingMetrics::PropertyMissingMetric,
|
8500
|
+
:schema_name => XSD::QName.new(nil, "propertyMissingMetric"),
|
8501
|
+
:is_anonymous => true,
|
8502
|
+
:schema_qualified => true,
|
8503
|
+
:schema_element => [
|
8504
|
+
["yearEndingDate", "SOAP::SOAPDate", [0, 1]],
|
8505
|
+
["metric", "PortfolioManager::Xml::ReportError::MissingMetrics::PropertyMissingMetric::Metric[]", [0, nil]]
|
8506
|
+
],
|
8507
|
+
:schema_attribute => {
|
8508
|
+
XSD::QName.new(nil, "propertyId") => "SOAP::SOAPLong",
|
8509
|
+
XSD::QName.new(nil, "propertyName") => "SOAP::SOAPString"
|
8510
|
+
}
|
8511
|
+
)
|
8512
|
+
|
8513
|
+
Registry.register(
|
8514
|
+
:class => PortfolioManager::Xml::ReportError::MissingMetrics,
|
8515
|
+
:schema_name => XSD::QName.new(nil, "missingMetrics"),
|
8516
|
+
:is_anonymous => true,
|
8517
|
+
:schema_qualified => true,
|
8518
|
+
:schema_element => [
|
8519
|
+
["propertyMissingMetric", "PortfolioManager::Xml::ReportError::MissingMetrics::PropertyMissingMetric[]", [0, nil]]
|
8520
|
+
]
|
8521
|
+
)
|
8522
|
+
|
8523
|
+
Registry.register(
|
8524
|
+
:class => PortfolioManager::Xml::SendDataResponse,
|
8525
|
+
:schema_name => XSD::QName.new(nil, "sendDataResponse"),
|
8526
|
+
:schema_element => [
|
8527
|
+
["additionalEmailAddresses", "PortfolioManager::Xml::SendDataResponse::AdditionalEmailAddresses", [0, 1]],
|
8528
|
+
["fileFormat", "SOAP::SOAPString"],
|
8529
|
+
["submitWithErrors", "SOAP::SOAPBoolean"]
|
8530
|
+
]
|
8531
|
+
)
|
8532
|
+
|
8533
|
+
Registry.register(
|
8534
|
+
:class => PortfolioManager::Xml::SendDataResponse::AdditionalEmailAddresses,
|
8535
|
+
:schema_name => XSD::QName.new(nil, "additionalEmailAddresses"),
|
8536
|
+
:is_anonymous => true,
|
8537
|
+
:schema_qualified => true,
|
8538
|
+
:schema_element => [
|
8539
|
+
["email", "SOAP::SOAPString[]", [0, 50]]
|
8540
|
+
]
|
8541
|
+
)
|
7325
8542
|
end
|
7326
8543
|
end
|