schemas/
types_gen.rs

1/// This enum contains all the types that can be used in a pattern.
2#[derive(Debug, Clone)]
3#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
4pub enum Types {
5    #[cfg(feature = "PublicToilet")] PublicToilet(PublicToilet),
6    #[cfg(feature = "MedicalAudienceType")] MedicalAudienceType(MedicalAudienceType),
7    #[cfg(feature = "GeoShape")] GeoShape(GeoShape),
8    #[cfg(feature = "Diet")] Diet(Diet),
9    #[cfg(feature = "Permit")] Permit(Permit),
10    #[cfg(feature = "FlightReservation")] FlightReservation(FlightReservation),
11    #[cfg(feature = "OpeningHoursSpecification")] OpeningHoursSpecification(OpeningHoursSpecification),
12    #[cfg(feature = "MedicalWebPage")] MedicalWebPage(MedicalWebPage),
13    #[cfg(feature = "ReviewNewsArticle")] ReviewNewsArticle(ReviewNewsArticle),
14    #[cfg(feature = "Quantity")] Quantity(Quantity),
15    #[cfg(feature = "PhysicalActivity")] PhysicalActivity(PhysicalActivity),
16    #[cfg(feature = "ParentAudience")] ParentAudience(ParentAudience),
17    #[cfg(feature = "DatedMoneySpecification")] DatedMoneySpecification(DatedMoneySpecification),
18    #[cfg(feature = "BefriendAction")] BefriendAction(BefriendAction),
19    #[cfg(feature = "Physician")] Physician(Physician),
20    #[cfg(feature = "SendAction")] SendAction(SendAction),
21    #[cfg(feature = "HyperToc")] HyperToc(HyperToc),
22    #[cfg(feature = "MenuSection")] MenuSection(MenuSection),
23    #[cfg(feature = "Substance")] Substance(Substance),
24    #[cfg(feature = "Ticket")] Ticket(Ticket),
25    #[cfg(feature = "PostOffice")] PostOffice(PostOffice),
26    #[cfg(feature = "Cemetery")] Cemetery(Cemetery),
27    #[cfg(feature = "Waterfall")] Waterfall(Waterfall),
28    #[cfg(feature = "Resort")] Resort(Resort),
29    #[cfg(feature = "ArtGallery")] ArtGallery(ArtGallery),
30    #[cfg(feature = "Muscle")] Muscle(Muscle),
31    #[cfg(feature = "PhotographAction")] PhotographAction(PhotographAction),
32    #[cfg(feature = "Map")] Map(Map),
33    #[cfg(feature = "Order")] Order(Order),
34    #[cfg(feature = "PaintAction")] PaintAction(PaintAction),
35    #[cfg(feature = "Code")] Code(Code),
36    #[cfg(feature = "ResearchProject")] ResearchProject(ResearchProject),
37    #[cfg(feature = "EndorsementRating")] EndorsementRating(EndorsementRating),
38    #[cfg(feature = "ExerciseGym")] ExerciseGym(ExerciseGym),
39    #[cfg(feature = "TouristTrip")] TouristTrip(TouristTrip),
40    #[cfg(feature = "NGO")] NGO(NGO),
41    #[cfg(feature = "Bacteria")] Bacteria(Bacteria),
42    #[cfg(feature = "AcceptAction")] AcceptAction(AcceptAction),
43    #[cfg(feature = "ShoeStore")] ShoeStore(ShoeStore),
44    #[cfg(feature = "MusicAlbumReleaseType")] MusicAlbumReleaseType(MusicAlbumReleaseType),
45    #[cfg(feature = "DrugPregnancyCategory")] DrugPregnancyCategory(DrugPregnancyCategory),
46    #[cfg(feature = "SizeSpecification")] SizeSpecification(SizeSpecification),
47    #[cfg(feature = "Vessel")] Vessel(Vessel),
48    #[cfg(feature = "Drug")] Drug(Drug),
49    #[cfg(feature = "Atlas")] Atlas(Atlas),
50    #[cfg(feature = "ScreeningEvent")] ScreeningEvent(ScreeningEvent),
51    #[cfg(feature = "OrderItem")] OrderItem(OrderItem),
52    #[cfg(feature = "Car")] Car(Car),
53    #[cfg(feature = "SuspendAction")] SuspendAction(SuspendAction),
54    #[cfg(feature = "ListenAction")] ListenAction(ListenAction),
55    #[cfg(feature = "Barcode")] Barcode(Barcode),
56    #[cfg(feature = "Mass")] Mass(Mass),
57    #[cfg(feature = "NonprofitType")] NonprofitType(NonprofitType),
58    #[cfg(feature = "SoftwareApplication")] SoftwareApplication(SoftwareApplication),
59    #[cfg(feature = "AutoWash")] AutoWash(AutoWash),
60    #[cfg(feature = "MathSolver")] MathSolver(MathSolver),
61    #[cfg(feature = "DigitalDocument")] DigitalDocument(DigitalDocument),
62    #[cfg(feature = "PublicationEvent")] PublicationEvent(PublicationEvent),
63    #[cfg(feature = "Country")] Country(Country),
64    #[cfg(feature = "TaxiStand")] TaxiStand(TaxiStand),
65    #[cfg(feature = "AboutPage")] AboutPage(AboutPage),
66    #[cfg(feature = "SeaBodyOfWater")] SeaBodyOfWater(SeaBodyOfWater),
67    #[cfg(feature = "MedicalStudyStatus")] MedicalStudyStatus(MedicalStudyStatus),
68    #[cfg(feature = "CreativeWorkSeries")] CreativeWorkSeries(CreativeWorkSeries),
69    #[cfg(feature = "Researcher")] Researcher(Researcher),
70    #[cfg(feature = "ReturnAction")] ReturnAction(ReturnAction),
71    #[cfg(feature = "CommunicateAction")] CommunicateAction(CommunicateAction),
72    #[cfg(feature = "IceCreamShop")] IceCreamShop(IceCreamShop),
73    #[cfg(feature = "FundingAgency")] FundingAgency(FundingAgency),
74    #[cfg(feature = "EmployeeRole")] EmployeeRole(EmployeeRole),
75    #[cfg(feature = "BankOrCreditUnion")] BankOrCreditUnion(BankOrCreditUnion),
76    #[cfg(feature = "TravelAction")] TravelAction(TravelAction),
77    #[cfg(feature = "DataType")] DataType(DataType),
78    #[cfg(feature = "MedicalConditionStage")] MedicalConditionStage(MedicalConditionStage),
79    #[cfg(feature = "ComicSeries")] ComicSeries(ComicSeries),
80    #[cfg(feature = "BuddhistTemple")] BuddhistTemple(BuddhistTemple),
81    #[cfg(feature = "BookFormatType")] BookFormatType(BookFormatType),
82    #[cfg(feature = "Chapter")] Chapter(Chapter),
83    #[cfg(feature = "TelevisionStation")] TelevisionStation(TelevisionStation),
84    #[cfg(feature = "BoatTrip")] BoatTrip(BoatTrip),
85    #[cfg(feature = "HyperTocEntry")] HyperTocEntry(HyperTocEntry),
86    #[cfg(feature = "Festival")] Festival(Festival),
87    #[cfg(feature = "Intangible")] Intangible(Intangible),
88    #[cfg(feature = "RadioEpisode")] RadioEpisode(RadioEpisode),
89    #[cfg(feature = "ReactAction")] ReactAction(ReactAction),
90    #[cfg(feature = "OrderAction")] OrderAction(OrderAction),
91    #[cfg(feature = "PaymentMethod")] PaymentMethod(PaymentMethod),
92    #[cfg(feature = "ProductGroup")] ProductGroup(ProductGroup),
93    #[cfg(feature = "MediaObject")] MediaObject(MediaObject),
94    #[cfg(feature = "AlignmentObject")] AlignmentObject(AlignmentObject),
95    #[cfg(feature = "TelevisionChannel")] TelevisionChannel(TelevisionChannel),
96    #[cfg(feature = "MedicalRiskScore")] MedicalRiskScore(MedicalRiskScore),
97    #[cfg(feature = "ListItem")] ListItem(ListItem),
98    #[cfg(feature = "ApplyAction")] ApplyAction(ApplyAction),
99    #[cfg(feature = "AdultEntertainment")] AdultEntertainment(AdultEntertainment),
100    #[cfg(feature = "OfferForPurchase")] OfferForPurchase(OfferForPurchase),
101    #[cfg(feature = "MusicAlbum")] MusicAlbum(MusicAlbum),
102    #[cfg(feature = "MedicalEnumeration")] MedicalEnumeration(MedicalEnumeration),
103    #[cfg(feature = "MediaGallery")] MediaGallery(MediaGallery),
104    #[cfg(feature = "CriticReview")] CriticReview(CriticReview),
105    #[cfg(feature = "ContactPoint")] ContactPoint(ContactPoint),
106    #[cfg(feature = "PlayAction")] PlayAction(PlayAction),
107    #[cfg(feature = "CollegeOrUniversity")] CollegeOrUniversity(CollegeOrUniversity),
108    #[cfg(feature = "RadioClip")] RadioClip(RadioClip),
109    #[cfg(feature = "MedicalCause")] MedicalCause(MedicalCause),
110    #[cfg(feature = "GameServer")] GameServer(GameServer),
111    #[cfg(feature = "PlayGameAction")] PlayGameAction(PlayGameAction),
112    #[cfg(feature = "PostalCodeRangeSpecification")] PostalCodeRangeSpecification(PostalCodeRangeSpecification),
113    #[cfg(feature = "ReservationStatusType")] ReservationStatusType(ReservationStatusType),
114    #[cfg(feature = "ReportedDoseSchedule")] ReportedDoseSchedule(ReportedDoseSchedule),
115    #[cfg(feature = "RepaymentSpecification")] RepaymentSpecification(RepaymentSpecification),
116    #[cfg(feature = "StadiumOrArena")] StadiumOrArena(StadiumOrArena),
117    #[cfg(feature = "Artery")] Artery(Artery),
118    #[cfg(feature = "PlanAction")] PlanAction(PlanAction),
119    #[cfg(feature = "CatholicChurch")] CatholicChurch(CatholicChurch),
120    #[cfg(feature = "Newspaper")] Newspaper(Newspaper),
121    #[cfg(feature = "EducationalOccupationalCredential")] EducationalOccupationalCredential(EducationalOccupationalCredential),
122    #[cfg(feature = "JobPosting")] JobPosting(JobPosting),
123    #[cfg(feature = "MedicalOrganization")] MedicalOrganization(MedicalOrganization),
124    #[cfg(feature = "PrependAction")] PrependAction(PrependAction),
125    #[cfg(feature = "BedDetails")] BedDetails(BedDetails),
126    #[cfg(feature = "RentalCarReservation")] RentalCarReservation(RentalCarReservation),
127    #[cfg(feature = "UserDownloads")] UserDownloads(UserDownloads),
128    #[cfg(feature = "AutoRepair")] AutoRepair(AutoRepair),
129    #[cfg(feature = "LegislationObject")] LegislationObject(LegislationObject),
130    #[cfg(feature = "BodyMeasurementTypeEnumeration")] BodyMeasurementTypeEnumeration(BodyMeasurementTypeEnumeration),
131    #[cfg(feature = "DeliveryTimeSettings")] DeliveryTimeSettings(DeliveryTimeSettings),
132    #[cfg(feature = "ApartmentComplex")] ApartmentComplex(ApartmentComplex),
133    #[cfg(feature = "ImageObjectSnapshot")] ImageObjectSnapshot(ImageObjectSnapshot),
134    #[cfg(feature = "SuperficialAnatomy")] SuperficialAnatomy(SuperficialAnatomy),
135    #[cfg(feature = "MedicalSign")] MedicalSign(MedicalSign),
136    #[cfg(feature = "WPFooter")] WPFooter(WPFooter),
137    #[cfg(feature = "BusReservation")] BusReservation(BusReservation),
138    #[cfg(feature = "EnergyStarEnergyEfficiencyEnumeration")] EnergyStarEnergyEfficiencyEnumeration(EnergyStarEnergyEfficiencyEnumeration),
139    #[cfg(feature = "Audiobook")] Audiobook(Audiobook),
140    #[cfg(feature = "Mountain")] Mountain(Mountain),
141    #[cfg(feature = "Winery")] Winery(Winery),
142    #[cfg(feature = "LiquorStore")] LiquorStore(LiquorStore),
143    #[cfg(feature = "ReserveAction")] ReserveAction(ReserveAction),
144    #[cfg(feature = "AggregateOffer")] AggregateOffer(AggregateOffer),
145    #[cfg(feature = "OpinionNewsArticle")] OpinionNewsArticle(OpinionNewsArticle),
146    #[cfg(feature = "UpdateAction")] UpdateAction(UpdateAction),
147    #[cfg(feature = "Blog")] Blog(Blog),
148    #[cfg(feature = "AudioObject")] AudioObject(AudioObject),
149    #[cfg(feature = "Statement")] Statement(Statement),
150    #[cfg(feature = "UseAction")] UseAction(UseAction),
151    #[cfg(feature = "LoanOrCredit")] LoanOrCredit(LoanOrCredit),
152    #[cfg(feature = "MedicalSpecialty")] MedicalSpecialty(MedicalSpecialty),
153    #[cfg(feature = "ProfessionalService")] ProfessionalService(ProfessionalService),
154    #[cfg(feature = "LikeAction")] LikeAction(LikeAction),
155    #[cfg(feature = "RealEstateListing")] RealEstateListing(RealEstateListing),
156    #[cfg(feature = "EntertainmentBusiness")] EntertainmentBusiness(EntertainmentBusiness),
157    #[cfg(feature = "ShareAction")] ShareAction(ShareAction),
158    #[cfg(feature = "School")] School(School),
159    #[cfg(feature = "BackgroundNewsArticle")] BackgroundNewsArticle(BackgroundNewsArticle),
160    #[cfg(feature = "Bakery")] Bakery(Bakery),
161    #[cfg(feature = "MobileApplication")] MobileApplication(MobileApplication),
162    #[cfg(feature = "MedicalDevice")] MedicalDevice(MedicalDevice),
163    #[cfg(feature = "BusTrip")] BusTrip(BusTrip),
164    #[cfg(feature = "Collection")] Collection(Collection),
165    #[cfg(feature = "MonetaryGrant")] MonetaryGrant(MonetaryGrant),
166    #[cfg(feature = "SizeSystemEnumeration")] SizeSystemEnumeration(SizeSystemEnumeration),
167    #[cfg(feature = "UserReview")] UserReview(UserReview),
168    #[cfg(feature = "PayAction")] PayAction(PayAction),
169    #[cfg(feature = "NewsArticle")] NewsArticle(NewsArticle),
170    #[cfg(feature = "DigitalPlatformEnumeration")] DigitalPlatformEnumeration(DigitalPlatformEnumeration),
171    #[cfg(feature = "Motel")] Motel(Motel),
172    #[cfg(feature = "InsuranceAgency")] InsuranceAgency(InsuranceAgency),
173    #[cfg(feature = "BedType")] BedType(BedType),
174    #[cfg(feature = "PaymentCard")] PaymentCard(PaymentCard),
175    #[cfg(feature = "Patient")] Patient(Patient),
176    #[cfg(feature = "MortgageLoan")] MortgageLoan(MortgageLoan),
177    #[cfg(feature = "MulticellularParasite")] MulticellularParasite(MulticellularParasite),
178    #[cfg(feature = "RadioStation")] RadioStation(RadioStation),
179    #[cfg(feature = "FAQPage")] FAQPage(FAQPage),
180    #[cfg(feature = "Place")] Place(Place),
181    #[cfg(feature = "DanceEvent")] DanceEvent(DanceEvent),
182    #[cfg(feature = "NightClub")] NightClub(NightClub),
183    #[cfg(feature = "HowToSection")] HowToSection(HowToSection),
184    #[cfg(feature = "FinancialProduct")] FinancialProduct(FinancialProduct),
185    #[cfg(feature = "MerchantReturnEnumeration")] MerchantReturnEnumeration(MerchantReturnEnumeration),
186    #[cfg(feature = "EmergencyService")] EmergencyService(EmergencyService),
187    #[cfg(feature = "LoseAction")] LoseAction(LoseAction),
188    #[cfg(feature = "ConstraintNode")] ConstraintNode(ConstraintNode),
189    #[cfg(feature = "Notary")] Notary(Notary),
190    #[cfg(feature = "Audience")] Audience(Audience),
191    #[cfg(feature = "RiverBodyOfWater")] RiverBodyOfWater(RiverBodyOfWater),
192    #[cfg(feature = "QuantitativeValueDistribution")] QuantitativeValueDistribution(QuantitativeValueDistribution),
193    #[cfg(feature = "DepartAction")] DepartAction(DepartAction),
194    #[cfg(feature = "MobilePhoneStore")] MobilePhoneStore(MobilePhoneStore),
195    #[cfg(feature = "AutoPartsStore")] AutoPartsStore(AutoPartsStore),
196    #[cfg(feature = "UserPageVisits")] UserPageVisits(UserPageVisits),
197    #[cfg(feature = "Sculpture")] Sculpture(Sculpture),
198    #[cfg(feature = "Recommendation")] Recommendation(Recommendation),
199    #[cfg(feature = "FastFoodRestaurant")] FastFoodRestaurant(FastFoodRestaurant),
200    #[cfg(feature = "MiddleSchool")] MiddleSchool(MiddleSchool),
201    #[cfg(feature = "GamePlayMode")] GamePlayMode(GamePlayMode),
202    #[cfg(feature = "DataFeedItem")] DataFeedItem(DataFeedItem),
203    #[cfg(feature = "RecyclingCenter")] RecyclingCenter(RecyclingCenter),
204    #[cfg(feature = "Claim")] Claim(Claim),
205    #[cfg(feature = "BusinessEvent")] BusinessEvent(BusinessEvent),
206    #[cfg(feature = "AskPublicNewsArticle")] AskPublicNewsArticle(AskPublicNewsArticle),
207    #[cfg(feature = "HealthTopicContent")] HealthTopicContent(HealthTopicContent),
208    #[cfg(feature = "Accommodation")] Accommodation(Accommodation),
209    #[cfg(feature = "PetStore")] PetStore(PetStore),
210    #[cfg(feature = "InstallAction")] InstallAction(InstallAction),
211    #[cfg(feature = "BlogPosting")] BlogPosting(BlogPosting),
212    #[cfg(feature = "Manuscript")] Manuscript(Manuscript),
213    #[cfg(feature = "TherapeuticProcedure")] TherapeuticProcedure(TherapeuticProcedure),
214    #[cfg(feature = "Virus")] Virus(Virus),
215    #[cfg(feature = "Protozoa")] Protozoa(Protozoa),
216    #[cfg(feature = "HousePainter")] HousePainter(HousePainter),
217    #[cfg(feature = "WebPage")] WebPage(WebPage),
218    #[cfg(feature = "InteractAction")] InteractAction(InteractAction),
219    #[cfg(feature = "LeaveAction")] LeaveAction(LeaveAction),
220    #[cfg(feature = "BreadcrumbList")] BreadcrumbList(BreadcrumbList),
221    #[cfg(feature = "CheckInAction")] CheckInAction(CheckInAction),
222    #[cfg(feature = "BroadcastChannel")] BroadcastChannel(BroadcastChannel),
223    #[cfg(feature = "CreativeWork")] CreativeWork(CreativeWork),
224    #[cfg(feature = "Grant")] Grant(Grant),
225    #[cfg(feature = "ProfilePage")] ProfilePage(ProfilePage),
226    #[cfg(feature = "LodgingBusiness")] LodgingBusiness(LodgingBusiness),
227    #[cfg(feature = "DrugCost")] DrugCost(DrugCost),
228    #[cfg(feature = "FloorPlan")] FloorPlan(FloorPlan),
229    #[cfg(feature = "TattooParlor")] TattooParlor(TattooParlor),
230    #[cfg(feature = "CancelAction")] CancelAction(CancelAction),
231    #[cfg(feature = "EmployerReview")] EmployerReview(EmployerReview),
232    #[cfg(feature = "MoneyTransfer")] MoneyTransfer(MoneyTransfer),
233    #[cfg(feature = "Flight")] Flight(Flight),
234    #[cfg(feature = "DeliveryMethod")] DeliveryMethod(DeliveryMethod),
235    #[cfg(feature = "BusinessFunction")] BusinessFunction(BusinessFunction),
236    #[cfg(feature = "Duration")] Duration(Duration),
237    #[cfg(feature = "MedicalGuidelineContraindication")] MedicalGuidelineContraindication(MedicalGuidelineContraindication),
238    #[cfg(feature = "SurgicalProcedure")] SurgicalProcedure(SurgicalProcedure),
239    #[cfg(feature = "WebApplication")] WebApplication(WebApplication),
240    #[cfg(feature = "ReceiveAction")] ReceiveAction(ReceiveAction),
241    #[cfg(feature = "Landform")] Landform(Landform),
242    #[cfg(feature = "Restaurant")] Restaurant(Restaurant),
243    #[cfg(feature = "OfferItemCondition")] OfferItemCondition(OfferItemCondition),
244    #[cfg(feature = "PhysicalTherapy")] PhysicalTherapy(PhysicalTherapy),
245    #[cfg(feature = "DiagnosticProcedure")] DiagnosticProcedure(DiagnosticProcedure),
246    #[cfg(feature = "BroadcastFrequencySpecification")] BroadcastFrequencySpecification(BroadcastFrequencySpecification),
247    #[cfg(feature = "HealthPlanFormulary")] HealthPlanFormulary(HealthPlanFormulary),
248    #[cfg(feature = "MovieSeries")] MovieSeries(MovieSeries),
249    #[cfg(feature = "LibrarySystem")] LibrarySystem(LibrarySystem),
250    #[cfg(feature = "WearableSizeSystemEnumeration")] WearableSizeSystemEnumeration(WearableSizeSystemEnumeration),
251    #[cfg(feature = "Joint")] Joint(Joint),
252    #[cfg(feature = "OccupationalExperienceRequirements")] OccupationalExperienceRequirements(OccupationalExperienceRequirements),
253    #[cfg(feature = "DefinedRegion")] DefinedRegion(DefinedRegion),
254    #[cfg(feature = "AutoRental")] AutoRental(AutoRental),
255    #[cfg(feature = "ShippingDeliveryTime")] ShippingDeliveryTime(ShippingDeliveryTime),
256    #[cfg(feature = "MerchantReturnPolicy")] MerchantReturnPolicy(MerchantReturnPolicy),
257    #[cfg(feature = "ResumeAction")] ResumeAction(ResumeAction),
258    #[cfg(feature = "LakeBodyOfWater")] LakeBodyOfWater(LakeBodyOfWater),
259    #[cfg(feature = "BrainStructure")] BrainStructure(BrainStructure),
260    #[cfg(feature = "LifestyleModification")] LifestyleModification(LifestyleModification),
261    #[cfg(feature = "ExchangeRateSpecification")] ExchangeRateSpecification(ExchangeRateSpecification),
262    #[cfg(feature = "Drawing")] Drawing(Drawing),
263    #[cfg(feature = "ResearchOrganization")] ResearchOrganization(ResearchOrganization),
264    #[cfg(feature = "DataCatalog")] DataCatalog(DataCatalog),
265    #[cfg(feature = "Clip")] Clip(Clip),
266    #[cfg(feature = "StatisticalVariable")] StatisticalVariable(StatisticalVariable),
267    #[cfg(feature = "Taxon")] Taxon(Taxon),
268    #[cfg(feature = "ClaimReview")] ClaimReview(ClaimReview),
269    #[cfg(feature = "WholesaleStore")] WholesaleStore(WholesaleStore),
270    #[cfg(feature = "PeopleAudience")] PeopleAudience(PeopleAudience),
271    #[cfg(feature = "FundingScheme")] FundingScheme(FundingScheme),
272    #[cfg(feature = "LendAction")] LendAction(LendAction),
273    #[cfg(feature = "UserLikes")] UserLikes(UserLikes),
274    #[cfg(feature = "MusicReleaseFormatType")] MusicReleaseFormatType(MusicReleaseFormatType),
275    #[cfg(feature = "Vein")] Vein(Vein),
276    #[cfg(feature = "AggregateRating")] AggregateRating(AggregateRating),
277    #[cfg(feature = "CompleteDataFeed")] CompleteDataFeed(CompleteDataFeed),
278    #[cfg(feature = "LegalValueLevel")] LegalValueLevel(LegalValueLevel),
279    #[cfg(feature = "SteeringPositionValue")] SteeringPositionValue(SteeringPositionValue),
280    #[cfg(feature = "ItemListOrderType")] ItemListOrderType(ItemListOrderType),
281    #[cfg(feature = "ComedyClub")] ComedyClub(ComedyClub),
282    #[cfg(feature = "DepartmentStore")] DepartmentStore(DepartmentStore),
283    #[cfg(feature = "AnimalShelter")] AnimalShelter(AnimalShelter),
284    #[cfg(feature = "WearableMeasurementTypeEnumeration")] WearableMeasurementTypeEnumeration(WearableMeasurementTypeEnumeration),
285    #[cfg(feature = "BroadcastEvent")] BroadcastEvent(BroadcastEvent),
286    #[cfg(feature = "Distance")] Distance(Distance),
287    #[cfg(feature = "StructuredValue")] StructuredValue(StructuredValue),
288    #[cfg(feature = "NLNonprofitType")] NLNonprofitType(NLNonprofitType),
289    #[cfg(feature = "Thing")] Thing(Thing),
290    #[cfg(feature = "MedicalTherapy")] MedicalTherapy(MedicalTherapy),
291    #[cfg(feature = "ConsumeAction")] ConsumeAction(ConsumeAction),
292    #[cfg(feature = "UserComments")] UserComments(UserComments),
293    #[cfg(feature = "MedicalClinic")] MedicalClinic(MedicalClinic),
294    #[cfg(feature = "Pond")] Pond(Pond),
295    #[cfg(feature = "Fungus")] Fungus(Fungus),
296    #[cfg(feature = "OnlineBusiness")] OnlineBusiness(OnlineBusiness),
297    #[cfg(feature = "OnlineStore")] OnlineStore(OnlineStore),
298    #[cfg(feature = "DiagnosticLab")] DiagnosticLab(DiagnosticLab),
299    #[cfg(feature = "DriveWheelConfigurationValue")] DriveWheelConfigurationValue(DriveWheelConfigurationValue),
300    #[cfg(feature = "BusStation")] BusStation(BusStation),
301    #[cfg(feature = "AssessAction")] AssessAction(AssessAction),
302    #[cfg(feature = "MusicGroup")] MusicGroup(MusicGroup),
303    #[cfg(feature = "MedicalScholarlyArticle")] MedicalScholarlyArticle(MedicalScholarlyArticle),
304    #[cfg(feature = "SubscribeAction")] SubscribeAction(SubscribeAction),
305    #[cfg(feature = "PaymentStatusType")] PaymentStatusType(PaymentStatusType),
306    #[cfg(feature = "FoodEstablishmentReservation")] FoodEstablishmentReservation(FoodEstablishmentReservation),
307    #[cfg(feature = "BodyOfWater")] BodyOfWater(BodyOfWater),
308    #[cfg(feature = "MusicRelease")] MusicRelease(MusicRelease),
309    #[cfg(feature = "MediaSubscription")] MediaSubscription(MediaSubscription),
310    #[cfg(feature = "DislikeAction")] DislikeAction(DislikeAction),
311    #[cfg(feature = "ReturnLabelSourceEnumeration")] ReturnLabelSourceEnumeration(ReturnLabelSourceEnumeration),
312    #[cfg(feature = "CheckOutAction")] CheckOutAction(CheckOutAction),
313    #[cfg(feature = "SocialEvent")] SocialEvent(SocialEvent),
314    #[cfg(feature = "FindAction")] FindAction(FindAction),
315    #[cfg(feature = "Season")] Season(Season),
316    #[cfg(feature = "DepositAccount")] DepositAccount(DepositAccount),
317    #[cfg(feature = "ReadAction")] ReadAction(ReadAction),
318    #[cfg(feature = "Dentist")] Dentist(Dentist),
319    #[cfg(feature = "CorrectionComment")] CorrectionComment(CorrectionComment),
320    #[cfg(feature = "GameServerStatus")] GameServerStatus(GameServerStatus),
321    #[cfg(feature = "BorrowAction")] BorrowAction(BorrowAction),
322    #[cfg(feature = "TrainStation")] TrainStation(TrainStation),
323    #[cfg(feature = "MedicalDevicePurpose")] MedicalDevicePurpose(MedicalDevicePurpose),
324    #[cfg(feature = "CheckAction")] CheckAction(CheckAction),
325    #[cfg(feature = "SportsTeam")] SportsTeam(SportsTeam),
326    #[cfg(feature = "HairSalon")] HairSalon(HairSalon),
327    #[cfg(feature = "GroceryStore")] GroceryStore(GroceryStore),
328    #[cfg(feature = "PodcastEpisode")] PodcastEpisode(PodcastEpisode),
329    #[cfg(feature = "SpreadsheetDigitalDocument")] SpreadsheetDigitalDocument(SpreadsheetDigitalDocument),
330    #[cfg(feature = "ReportageNewsArticle")] ReportageNewsArticle(ReportageNewsArticle),
331    #[cfg(feature = "SelfStorage")] SelfStorage(SelfStorage),
332    #[cfg(feature = "CreativeWorkSeason")] CreativeWorkSeason(CreativeWorkSeason),
333    #[cfg(feature = "MedicalObservationalStudyDesign")] MedicalObservationalStudyDesign(MedicalObservationalStudyDesign),
334    #[cfg(feature = "HinduTemple")] HinduTemple(HinduTemple),
335    #[cfg(feature = "MonetaryAmount")] MonetaryAmount(MonetaryAmount),
336    #[cfg(feature = "MedicalRiskEstimator")] MedicalRiskEstimator(MedicalRiskEstimator),
337    #[cfg(feature = "Message")] Message(Message),
338    #[cfg(feature = "SportsEvent")] SportsEvent(SportsEvent),
339    #[cfg(feature = "PerformanceRole")] PerformanceRole(PerformanceRole),
340    #[cfg(feature = "APIReference")] APIReference(APIReference),
341    #[cfg(feature = "Electrician")] Electrician(Electrician),
342    #[cfg(feature = "LinkRole")] LinkRole(LinkRole),
343    #[cfg(feature = "DataFeed")] DataFeed(DataFeed),
344    #[cfg(feature = "WorkBasedProgram")] WorkBasedProgram(WorkBasedProgram),
345    #[cfg(feature = "SchoolDistrict")] SchoolDistrict(SchoolDistrict),
346    #[cfg(feature = "ImageGallery")] ImageGallery(ImageGallery),
347    #[cfg(feature = "DeliveryChargeSpecification")] DeliveryChargeSpecification(DeliveryChargeSpecification),
348    #[cfg(feature = "SpeakableSpecification")] SpeakableSpecification(SpeakableSpecification),
349    #[cfg(feature = "GardenStore")] GardenStore(GardenStore),
350    #[cfg(feature = "Service")] Service(Service),
351    #[cfg(feature = "CookAction")] CookAction(CookAction),
352    #[cfg(feature = "SearchAction")] SearchAction(SearchAction),
353    #[cfg(feature = "ShoppingCenter")] ShoppingCenter(ShoppingCenter),
354    #[cfg(feature = "CampingPitch")] CampingPitch(CampingPitch),
355    #[cfg(feature = "FurnitureStore")] FurnitureStore(FurnitureStore),
356    #[cfg(feature = "UserTweets")] UserTweets(UserTweets),
357    #[cfg(feature = "Project")] Project(Project),
358    #[cfg(feature = "WorkersUnion")] WorkersUnion(WorkersUnion),
359    #[cfg(feature = "SaleEvent")] SaleEvent(SaleEvent),
360    #[cfg(feature = "Energy")] Energy(Energy),
361    #[cfg(feature = "Preschool")] Preschool(Preschool),
362    #[cfg(feature = "Continent")] Continent(Continent),
363    #[cfg(feature = "ArchiveOrganization")] ArchiveOrganization(ArchiveOrganization),
364    #[cfg(feature = "DrugStrength")] DrugStrength(DrugStrength),
365    #[cfg(feature = "PerformAction")] PerformAction(PerformAction),
366    #[cfg(feature = "ReservationPackage")] ReservationPackage(ReservationPackage),
367    #[cfg(feature = "AppendAction")] AppendAction(AppendAction),
368    #[cfg(feature = "VideoGameSeries")] VideoGameSeries(VideoGameSeries),
369    #[cfg(feature = "QuantitativeValue")] QuantitativeValue(QuantitativeValue),
370    #[cfg(feature = "EducationEvent")] EducationEvent(EducationEvent),
371    #[cfg(feature = "Observation")] Observation(Observation),
372    #[cfg(feature = "MedicalRiskCalculator")] MedicalRiskCalculator(MedicalRiskCalculator),
373    #[cfg(feature = "RadioBroadcastService")] RadioBroadcastService(RadioBroadcastService),
374    #[cfg(feature = "GovernmentBenefitsType")] GovernmentBenefitsType(GovernmentBenefitsType),
375    #[cfg(feature = "MotorizedBicycle")] MotorizedBicycle(MotorizedBicycle),
376    #[cfg(feature = "PhysicalActivityCategory")] PhysicalActivityCategory(PhysicalActivityCategory),
377    #[cfg(feature = "MedicalTest")] MedicalTest(MedicalTest),
378    #[cfg(feature = "ScholarlyArticle")] ScholarlyArticle(ScholarlyArticle),
379    #[cfg(feature = "EmailMessage")] EmailMessage(EmailMessage),
380    #[cfg(feature = "WearAction")] WearAction(WearAction),
381    #[cfg(feature = "BoardingPolicyType")] BoardingPolicyType(BoardingPolicyType),
382    #[cfg(feature = "RsvpAction")] RsvpAction(RsvpAction),
383    #[cfg(feature = "MeasurementMethodEnum")] MeasurementMethodEnum(MeasurementMethodEnum),
384    #[cfg(feature = "FoodEvent")] FoodEvent(FoodEvent),
385    #[cfg(feature = "CDCPMDRecord")] CDCPMDRecord(CDCPMDRecord),
386    #[cfg(feature = "Residence")] Residence(Residence),
387    #[cfg(feature = "WantAction")] WantAction(WantAction),
388    #[cfg(feature = "EntryPoint")] EntryPoint(EntryPoint),
389    #[cfg(feature = "MedicalIndication")] MedicalIndication(MedicalIndication),
390    #[cfg(feature = "GameAvailabilityEnumeration")] GameAvailabilityEnumeration(GameAvailabilityEnumeration),
391    #[cfg(feature = "IgnoreAction")] IgnoreAction(IgnoreAction),
392    #[cfg(feature = "MedicalAudience")] MedicalAudience(MedicalAudience),
393    #[cfg(feature = "LodgingReservation")] LodgingReservation(LodgingReservation),
394    #[cfg(feature = "MedicalTrial")] MedicalTrial(MedicalTrial),
395    #[cfg(feature = "AutomotiveBusiness")] AutomotiveBusiness(AutomotiveBusiness),
396    #[cfg(feature = "TVEpisode")] TVEpisode(TVEpisode),
397    #[cfg(feature = "BusinessEntityType")] BusinessEntityType(BusinessEntityType),
398    #[cfg(feature = "MovieTheater")] MovieTheater(MovieTheater),
399    #[cfg(feature = "GolfCourse")] GolfCourse(GolfCourse),
400    #[cfg(feature = "WebSite")] WebSite(WebSite),
401    #[cfg(feature = "QuoteAction")] QuoteAction(QuoteAction),
402    #[cfg(feature = "HealthPlanCostSharingSpecification")] HealthPlanCostSharingSpecification(HealthPlanCostSharingSpecification),
403    #[cfg(feature = "HobbyShop")] HobbyShop(HobbyShop),
404    #[cfg(feature = "CurrencyConversionService")] CurrencyConversionService(CurrencyConversionService),
405    #[cfg(feature = "Rating")] Rating(Rating),
406    #[cfg(feature = "OfficeEquipmentStore")] OfficeEquipmentStore(OfficeEquipmentStore),
407    #[cfg(feature = "EnergyConsumptionDetails")] EnergyConsumptionDetails(EnergyConsumptionDetails),
408    #[cfg(feature = "WarrantyScope")] WarrantyScope(WarrantyScope),
409    #[cfg(feature = "MusicPlaylist")] MusicPlaylist(MusicPlaylist),
410    #[cfg(feature = "Florist")] Florist(Florist),
411    #[cfg(feature = "ImageObject")] ImageObject(ImageObject),
412    #[cfg(feature = "MusicEvent")] MusicEvent(MusicEvent),
413    #[cfg(feature = "PreventionIndication")] PreventionIndication(PreventionIndication),
414    #[cfg(feature = "DisagreeAction")] DisagreeAction(DisagreeAction),
415    #[cfg(feature = "GovernmentService")] GovernmentService(GovernmentService),
416    #[cfg(feature = "FireStation")] FireStation(FireStation),
417    #[cfg(feature = "Role")] Role(Role),
418    #[cfg(feature = "LearningResource")] LearningResource(LearningResource),
419    #[cfg(feature = "PropertyValue")] PropertyValue(PropertyValue),
420    #[cfg(feature = "TouristAttraction")] TouristAttraction(TouristAttraction),
421    #[cfg(feature = "DoseSchedule")] DoseSchedule(DoseSchedule),
422    #[cfg(feature = "FoodService")] FoodService(FoodService),
423    #[cfg(feature = "ThreeDModel")] ThreeDModel(ThreeDModel),
424    #[cfg(feature = "Canal")] Canal(Canal),
425    #[cfg(feature = "MovingCompany")] MovingCompany(MovingCompany),
426    #[cfg(feature = "SellAction")] SellAction(SellAction),
427    #[cfg(feature = "TipAction")] TipAction(TipAction),
428    #[cfg(feature = "TVSeries")] TVSeries(TVSeries),
429    #[cfg(feature = "BrokerageAccount")] BrokerageAccount(BrokerageAccount),
430    #[cfg(feature = "Episode")] Episode(Episode),
431    #[cfg(feature = "ToyStore")] ToyStore(ToyStore),
432    #[cfg(feature = "DefinedTerm")] DefinedTerm(DefinedTerm),
433    #[cfg(feature = "BikeStore")] BikeStore(BikeStore),
434    #[cfg(feature = "ChooseAction")] ChooseAction(ChooseAction),
435    #[cfg(feature = "Property")] Property(Property),
436    #[cfg(feature = "HowToTool")] HowToTool(HowToTool),
437    #[cfg(feature = "AutomatedTeller")] AutomatedTeller(AutomatedTeller),
438    #[cfg(feature = "Zoo")] Zoo(Zoo),
439    #[cfg(feature = "ChemicalSubstance")] ChemicalSubstance(ChemicalSubstance),
440    #[cfg(feature = "InteractionCounter")] InteractionCounter(InteractionCounter),
441    #[cfg(feature = "CableOrSatelliteService")] CableOrSatelliteService(CableOrSatelliteService),
442    #[cfg(feature = "NailSalon")] NailSalon(NailSalon),
443    #[cfg(feature = "EventVenue")] EventVenue(EventVenue),
444    #[cfg(feature = "ProductCollection")] ProductCollection(ProductCollection),
445    #[cfg(feature = "VeterinaryCare")] VeterinaryCare(VeterinaryCare),
446    #[cfg(feature = "TaxiService")] TaxiService(TaxiService),
447    #[cfg(feature = "ViewAction")] ViewAction(ViewAction),
448    #[cfg(feature = "TireShop")] TireShop(TireShop),
449    #[cfg(feature = "WebAPI")] WebAPI(WebAPI),
450    #[cfg(feature = "RVPark")] RVPark(RVPark),
451    #[cfg(feature = "MusicRecording")] MusicRecording(MusicRecording),
452    #[cfg(feature = "BookStore")] BookStore(BookStore),
453    #[cfg(feature = "OfferCatalog")] OfferCatalog(OfferCatalog),
454    #[cfg(feature = "TextObject")] TextObject(TextObject),
455    #[cfg(feature = "DigitalDocumentPermissionType")] DigitalDocumentPermissionType(DigitalDocumentPermissionType),
456    #[cfg(feature = "BowlingAlley")] BowlingAlley(BowlingAlley),
457    #[cfg(feature = "BoatTerminal")] BoatTerminal(BoatTerminal),
458    #[cfg(feature = "TVSeason")] TVSeason(TVSeason),
459    #[cfg(feature = "AgreeAction")] AgreeAction(AgreeAction),
460    #[cfg(feature = "MotorcycleRepair")] MotorcycleRepair(MotorcycleRepair),
461    #[cfg(feature = "House")] House(House),
462    #[cfg(feature = "BoatReservation")] BoatReservation(BoatReservation),
463    #[cfg(feature = "CreateAction")] CreateAction(CreateAction),
464    #[cfg(feature = "StatusEnumeration")] StatusEnumeration(StatusEnumeration),
465    #[cfg(feature = "SeekToAction")] SeekToAction(SeekToAction),
466    #[cfg(feature = "Playground")] Playground(Playground),
467    #[cfg(feature = "ParkingFacility")] ParkingFacility(ParkingFacility),
468    #[cfg(feature = "LocationFeatureSpecification")] LocationFeatureSpecification(LocationFeatureSpecification),
469    #[cfg(feature = "VoteAction")] VoteAction(VoteAction),
470    #[cfg(feature = "InformAction")] InformAction(InformAction),
471    #[cfg(feature = "Enumeration")] Enumeration(Enumeration),
472    #[cfg(feature = "ProductModel")] ProductModel(ProductModel),
473    #[cfg(feature = "DeleteAction")] DeleteAction(DeleteAction),
474    #[cfg(feature = "WarrantyPromise")] WarrantyPromise(WarrantyPromise),
475    #[cfg(feature = "DeactivateAction")] DeactivateAction(DeactivateAction),
476    #[cfg(feature = "Menu")] Menu(Menu),
477    #[cfg(feature = "MusicAlbumProductionType")] MusicAlbumProductionType(MusicAlbumProductionType),
478    #[cfg(feature = "TouristDestination")] TouristDestination(TouristDestination),
479    #[cfg(feature = "Thesis")] Thesis(Thesis),
480    #[cfg(feature = "MoveAction")] MoveAction(MoveAction),
481    #[cfg(feature = "MedicalSignOrSymptom")] MedicalSignOrSymptom(MedicalSignOrSymptom),
482    #[cfg(feature = "MonetaryAmountDistribution")] MonetaryAmountDistribution(MonetaryAmountDistribution),
483    #[cfg(feature = "EventStatusType")] EventStatusType(EventStatusType),
484    #[cfg(feature = "TennisComplex")] TennisComplex(TennisComplex),
485    #[cfg(feature = "ArriveAction")] ArriveAction(ArriveAction),
486    #[cfg(feature = "ReturnFeesEnumeration")] ReturnFeesEnumeration(ReturnFeesEnumeration),
487    #[cfg(feature = "TaxiReservation")] TaxiReservation(TaxiReservation),
488    #[cfg(feature = "GovernmentOffice")] GovernmentOffice(GovernmentOffice),
489    #[cfg(feature = "WebPageElement")] WebPageElement(WebPageElement),
490    #[cfg(feature = "ProgramMembership")] ProgramMembership(ProgramMembership),
491    #[cfg(feature = "AudioObjectSnapshot")] AudioObjectSnapshot(AudioObjectSnapshot),
492    #[cfg(feature = "MerchantReturnPolicySeasonalOverride")] MerchantReturnPolicySeasonalOverride(MerchantReturnPolicySeasonalOverride),
493    #[cfg(feature = "SingleFamilyResidence")] SingleFamilyResidence(SingleFamilyResidence),
494    #[cfg(feature = "Bridge")] Bridge(Bridge),
495    #[cfg(feature = "Product")] Product(Product),
496    #[cfg(feature = "Brand")] Brand(Brand),
497    #[cfg(feature = "AnatomicalSystem")] AnatomicalSystem(AnatomicalSystem),
498    #[cfg(feature = "EngineSpecification")] EngineSpecification(EngineSpecification),
499    #[cfg(feature = "PoliceStation")] PoliceStation(PoliceStation),
500    #[cfg(feature = "MarryAction")] MarryAction(MarryAction),
501    #[cfg(feature = "Plumber")] Plumber(Plumber),
502    #[cfg(feature = "AddAction")] AddAction(AddAction),
503    #[cfg(feature = "InviteAction")] InviteAction(InviteAction),
504    #[cfg(feature = "CreditCard")] CreditCard(CreditCard),
505    #[cfg(feature = "Dataset")] Dataset(Dataset),
506    #[cfg(feature = "PublicSwimmingPool")] PublicSwimmingPool(PublicSwimmingPool),
507    #[cfg(feature = "CourseInstance")] CourseInstance(CourseInstance),
508    #[cfg(feature = "MediaReview")] MediaReview(MediaReview),
509    #[cfg(feature = "Occupation")] Occupation(Occupation),
510    #[cfg(feature = "MedicalIntangible")] MedicalIntangible(MedicalIntangible),
511    #[cfg(feature = "AuthorizeAction")] AuthorizeAction(AuthorizeAction),
512    #[cfg(feature = "Protein")] Protein(Protein),
513    #[cfg(feature = "LymphaticVessel")] LymphaticVessel(LymphaticVessel),
514    #[cfg(feature = "DayOfWeek")] DayOfWeek(DayOfWeek),
515    #[cfg(feature = "PlaceOfWorship")] PlaceOfWorship(PlaceOfWorship),
516    #[cfg(feature = "ComedyEvent")] ComedyEvent(ComedyEvent),
517    #[cfg(feature = "GatedResidenceCommunity")] GatedResidenceCommunity(GatedResidenceCommunity),
518    #[cfg(feature = "LiveBlogPosting")] LiveBlogPosting(LiveBlogPosting),
519    #[cfg(feature = "AssignAction")] AssignAction(AssignAction),
520    #[cfg(feature = "FMRadioChannel")] FMRadioChannel(FMRadioChannel),
521    #[cfg(feature = "AMRadioChannel")] AMRadioChannel(AMRadioChannel),
522    #[cfg(feature = "PhysicalExam")] PhysicalExam(PhysicalExam),
523    #[cfg(feature = "PodcastSeries")] PodcastSeries(PodcastSeries),
524    #[cfg(feature = "AdvertiserContentArticle")] AdvertiserContentArticle(AdvertiserContentArticle),
525    #[cfg(feature = "ExercisePlan")] ExercisePlan(ExercisePlan),
526    #[cfg(feature = "GeoCircle")] GeoCircle(GeoCircle),
527    #[cfg(feature = "PublicationIssue")] PublicationIssue(PublicationIssue),
528    #[cfg(feature = "CafeOrCoffeeShop")] CafeOrCoffeeShop(CafeOrCoffeeShop),
529    #[cfg(feature = "PalliativeProcedure")] PalliativeProcedure(PalliativeProcedure),
530    #[cfg(feature = "WearableSizeGroupEnumeration")] WearableSizeGroupEnumeration(WearableSizeGroupEnumeration),
531    #[cfg(feature = "HealthAndBeautyBusiness")] HealthAndBeautyBusiness(HealthAndBeautyBusiness),
532    #[cfg(feature = "BioChemEntity")] BioChemEntity(BioChemEntity),
533    #[cfg(feature = "Article")] Article(Article),
534    #[cfg(feature = "Float")] Float(Float),
535    #[cfg(feature = "Taxi")] Taxi(Taxi),
536    #[cfg(feature = "Crematorium")] Crematorium(Crematorium),
537    #[cfg(feature = "RadiationTherapy")] RadiationTherapy(RadiationTherapy),
538    #[cfg(feature = "EducationalOccupationalProgram")] EducationalOccupationalProgram(EducationalOccupationalProgram),
539    #[cfg(feature = "MedicalImagingTechnique")] MedicalImagingTechnique(MedicalImagingTechnique),
540    #[cfg(feature = "Attorney")] Attorney(Attorney),
541    #[cfg(feature = "BusinessAudience")] BusinessAudience(BusinessAudience),
542    #[cfg(feature = "ChildrensEvent")] ChildrensEvent(ChildrensEvent),
543    #[cfg(feature = "GenderType")] GenderType(GenderType),
544    #[cfg(feature = "Quiz")] Quiz(Quiz),
545    #[cfg(feature = "Demand")] Demand(Demand),
546    #[cfg(feature = "Class")] Class(Class),
547    #[cfg(feature = "Brewery")] Brewery(Brewery),
548    #[cfg(feature = "HealthInsurancePlan")] HealthInsurancePlan(HealthInsurancePlan),
549    #[cfg(feature = "JoinAction")] JoinAction(JoinAction),
550    #[cfg(feature = "JewelryStore")] JewelryStore(JewelryStore),
551    #[cfg(feature = "AutoBodyShop")] AutoBodyShop(AutoBodyShop),
552    #[cfg(feature = "AmusementPark")] AmusementPark(AmusementPark),
553    #[cfg(feature = "EmployerAggregateRating")] EmployerAggregateRating(EmployerAggregateRating),
554    #[cfg(feature = "SatiricalArticle")] SatiricalArticle(SatiricalArticle),
555    #[cfg(feature = "UserCheckins")] UserCheckins(UserCheckins),
556    #[cfg(feature = "InvestmentOrDeposit")] InvestmentOrDeposit(InvestmentOrDeposit),
557    #[cfg(feature = "HVACBusiness")] HVACBusiness(HVACBusiness),
558    #[cfg(feature = "ActionAccessSpecification")] ActionAccessSpecification(ActionAccessSpecification),
559    #[cfg(feature = "UserBlocks")] UserBlocks(UserBlocks),
560    #[cfg(feature = "LocalBusiness")] LocalBusiness(LocalBusiness),
561    #[cfg(feature = "TypeAndQuantityNode")] TypeAndQuantityNode(TypeAndQuantityNode),
562    #[cfg(feature = "Library")] Library(Library),
563    #[cfg(feature = "CategoryCodeSet")] CategoryCodeSet(CategoryCodeSet),
564    #[cfg(feature = "HomeAndConstructionBusiness")] HomeAndConstructionBusiness(HomeAndConstructionBusiness),
565    #[cfg(feature = "ParcelDelivery")] ParcelDelivery(ParcelDelivery),
566    #[cfg(feature = "MedicalCode")] MedicalCode(MedicalCode),
567    #[cfg(feature = "ReplyAction")] ReplyAction(ReplyAction),
568    #[cfg(feature = "TradeAction")] TradeAction(TradeAction),
569    #[cfg(feature = "CityHall")] CityHall(CityHall),
570    #[cfg(feature = "ElementarySchool")] ElementarySchool(ElementarySchool),
571    #[cfg(feature = "Guide")] Guide(Guide),
572    #[cfg(feature = "NutritionInformation")] NutritionInformation(NutritionInformation),
573    #[cfg(feature = "CommentAction")] CommentAction(CommentAction),
574    #[cfg(feature = "InfectiousDisease")] InfectiousDisease(InfectiousDisease),
575    #[cfg(feature = "MedicalTestPanel")] MedicalTestPanel(MedicalTestPanel),
576    #[cfg(feature = "BeautySalon")] BeautySalon(BeautySalon),
577    #[cfg(feature = "DryCleaningOrLaundry")] DryCleaningOrLaundry(DryCleaningOrLaundry),
578    #[cfg(feature = "VideoObjectSnapshot")] VideoObjectSnapshot(VideoObjectSnapshot),
579    #[cfg(feature = "HowToTip")] HowToTip(HowToTip),
580    #[cfg(feature = "SocialMediaPosting")] SocialMediaPosting(SocialMediaPosting),
581    #[cfg(feature = "Ligament")] Ligament(Ligament),
582    #[cfg(feature = "ActionStatusType")] ActionStatusType(ActionStatusType),
583    #[cfg(feature = "IndividualProduct")] IndividualProduct(IndividualProduct),
584    #[cfg(feature = "HowToItem")] HowToItem(HowToItem),
585    #[cfg(feature = "Report")] Report(Report),
586    #[cfg(feature = "Museum")] Museum(Museum),
587    #[cfg(feature = "ComicStory")] ComicStory(ComicStory),
588    #[cfg(feature = "TrainReservation")] TrainReservation(TrainReservation),
589    #[cfg(feature = "SubwayStation")] SubwayStation(SubwayStation),
590    #[cfg(feature = "WPHeader")] WPHeader(WPHeader),
591    #[cfg(feature = "EUEnergyEfficiencyEnumeration")] EUEnergyEfficiencyEnumeration(EUEnergyEfficiencyEnumeration),
592    #[cfg(feature = "Painting")] Painting(Painting),
593    #[cfg(feature = "MedicalProcedure")] MedicalProcedure(MedicalProcedure),
594    #[cfg(feature = "DietarySupplement")] DietarySupplement(DietarySupplement),
595    #[cfg(feature = "PaymentService")] PaymentService(PaymentService),
596    #[cfg(feature = "TextDigitalDocument")] TextDigitalDocument(TextDigitalDocument),
597    #[cfg(feature = "TieAction")] TieAction(TieAction),
598    #[cfg(feature = "DrugPrescriptionStatus")] DrugPrescriptionStatus(DrugPrescriptionStatus),
599    #[cfg(feature = "MediaReviewItem")] MediaReviewItem(MediaReviewItem),
600    #[cfg(feature = "ComputerLanguage")] ComputerLanguage(ComputerLanguage),
601    #[cfg(feature = "Locksmith")] Locksmith(Locksmith),
602    #[cfg(feature = "SearchRescueOrganization")] SearchRescueOrganization(SearchRescueOrganization),
603    #[cfg(feature = "Distillery")] Distillery(Distillery),
604    #[cfg(feature = "EventSeries")] EventSeries(EventSeries),
605    #[cfg(feature = "RadioSeries")] RadioSeries(RadioSeries),
606    #[cfg(feature = "AdministrativeArea")] AdministrativeArea(AdministrativeArea),
607    #[cfg(feature = "PoliticalParty")] PoliticalParty(PoliticalParty),
608    #[cfg(feature = "BedAndBreakfast")] BedAndBreakfast(BedAndBreakfast),
609    #[cfg(feature = "VacationRental")] VacationRental(VacationRental),
610    #[cfg(feature = "HotelRoom")] HotelRoom(HotelRoom),
611    #[cfg(feature = "Casino")] Casino(Casino),
612    #[cfg(feature = "BookSeries")] BookSeries(BookSeries),
613    #[cfg(feature = "MedicineSystem")] MedicineSystem(MedicineSystem),
614    #[cfg(feature = "Airport")] Airport(Airport),
615    #[cfg(feature = "CategoryCode")] CategoryCode(CategoryCode),
616    #[cfg(feature = "Corporation")] Corporation(Corporation),
617    #[cfg(feature = "PreOrderAction")] PreOrderAction(PreOrderAction),
618    #[cfg(feature = "PodcastSeason")] PodcastSeason(PodcastSeason),
619    #[cfg(feature = "TrackAction")] TrackAction(TrackAction),
620    #[cfg(feature = "AskAction")] AskAction(AskAction),
621    #[cfg(feature = "RealEstateAgent")] RealEstateAgent(RealEstateAgent),
622    #[cfg(feature = "AccountingService")] AccountingService(AccountingService),
623    #[cfg(feature = "TravelAgency")] TravelAgency(TravelAgency),
624    #[cfg(feature = "Optician")] Optician(Optician),
625    #[cfg(feature = "SiteNavigationElement")] SiteNavigationElement(SiteNavigationElement),
626    #[cfg(feature = "Church")] Church(Church),
627    #[cfg(feature = "BookmarkAction")] BookmarkAction(BookmarkAction),
628    #[cfg(feature = "MenuItem")] MenuItem(MenuItem),
629    #[cfg(feature = "InsertAction")] InsertAction(InsertAction),
630    #[cfg(feature = "Pharmacy")] Pharmacy(Pharmacy),
631    #[cfg(feature = "RadioSeason")] RadioSeason(RadioSeason),
632    #[cfg(feature = "SportsOrganization")] SportsOrganization(SportsOrganization),
633    #[cfg(feature = "LegalService")] LegalService(LegalService),
634    #[cfg(feature = "DigitalDocumentPermission")] DigitalDocumentPermission(DigitalDocumentPermission),
635    #[cfg(feature = "HardwareStore")] HardwareStore(HardwareStore),
636    #[cfg(feature = "Recipe")] Recipe(Recipe),
637    #[cfg(feature = "MapCategoryType")] MapCategoryType(MapCategoryType),
638    #[cfg(feature = "AchieveAction")] AchieveAction(AchieveAction),
639    #[cfg(feature = "PerformingGroup")] PerformingGroup(PerformingGroup),
640    #[cfg(feature = "InfectiousAgentClass")] InfectiousAgentClass(InfectiousAgentClass),
641    #[cfg(feature = "Event")] Event(Event),
642    #[cfg(feature = "Room")] Room(Room),
643    #[cfg(feature = "Gene")] Gene(Gene),
644    #[cfg(feature = "ClothingStore")] ClothingStore(ClothingStore),
645    #[cfg(feature = "VideoObject")] VideoObject(VideoObject),
646    #[cfg(feature = "FinancialService")] FinancialService(FinancialService),
647    #[cfg(feature = "Game")] Game(Game),
648    #[cfg(feature = "CheckoutPage")] CheckoutPage(CheckoutPage),
649    #[cfg(feature = "TakeAction")] TakeAction(TakeAction),
650    #[cfg(feature = "PathologyTest")] PathologyTest(PathologyTest),
651    #[cfg(feature = "AdultOrientedEnumeration")] AdultOrientedEnumeration(AdultOrientedEnumeration),
652    #[cfg(feature = "RecommendedDoseSchedule")] RecommendedDoseSchedule(RecommendedDoseSchedule),
653    #[cfg(feature = "CovidTestingFacility")] CovidTestingFacility(CovidTestingFacility),
654    #[cfg(feature = "SpecialAnnouncement")] SpecialAnnouncement(SpecialAnnouncement),
655    #[cfg(feature = "Legislation")] Legislation(Legislation),
656    #[cfg(feature = "VideoGallery")] VideoGallery(VideoGallery),
657    #[cfg(feature = "MusicComposition")] MusicComposition(MusicComposition),
658    #[cfg(feature = "DonateAction")] DonateAction(DonateAction),
659    #[cfg(feature = "ItemPage")] ItemPage(ItemPage),
660    #[cfg(feature = "ChildCare")] ChildCare(ChildCare),
661    #[cfg(feature = "ShippingRateSettings")] ShippingRateSettings(ShippingRateSettings),
662    #[cfg(feature = "UserInteraction")] UserInteraction(UserInteraction),
663    #[cfg(feature = "CoverArt")] CoverArt(CoverArt),
664    #[cfg(feature = "StatisticalPopulation")] StatisticalPopulation(StatisticalPopulation),
665    #[cfg(feature = "DataDownload")] DataDownload(DataDownload),
666    #[cfg(feature = "ReviewAction")] ReviewAction(ReviewAction),
667    #[cfg(feature = "Courthouse")] Courthouse(Courthouse),
668    #[cfg(feature = "SheetMusic")] SheetMusic(SheetMusic),
669    #[cfg(feature = "AmpStory")] AmpStory(AmpStory),
670    #[cfg(feature = "Hackathon")] Hackathon(Hackathon),
671    #[cfg(feature = "CarUsageType")] CarUsageType(CarUsageType),
672    #[cfg(feature = "LegalForceStatus")] LegalForceStatus(LegalForceStatus),
673    #[cfg(feature = "ReturnMethodEnumeration")] ReturnMethodEnumeration(ReturnMethodEnumeration),
674    #[cfg(feature = "ElectronicsStore")] ElectronicsStore(ElectronicsStore),
675    #[cfg(feature = "OceanBodyOfWater")] OceanBodyOfWater(OceanBodyOfWater),
676    #[cfg(feature = "EventReservation")] EventReservation(EventReservation),
677    #[cfg(feature = "ConvenienceStore")] ConvenienceStore(ConvenienceStore),
678    #[cfg(feature = "ScheduleAction")] ScheduleAction(ScheduleAction),
679    #[cfg(feature = "RefundTypeEnumeration")] RefundTypeEnumeration(RefundTypeEnumeration),
680    #[cfg(feature = "ContactPointOption")] ContactPointOption(ContactPointOption),
681    #[cfg(feature = "PresentationDigitalDocument")] PresentationDigitalDocument(PresentationDigitalDocument),
682    #[cfg(feature = "MusicStore")] MusicStore(MusicStore),
683    #[cfg(feature = "OnDemandEvent")] OnDemandEvent(OnDemandEvent),
684    #[cfg(feature = "Poster")] Poster(Poster),
685    #[cfg(feature = "DanceGroup")] DanceGroup(DanceGroup),
686    #[cfg(feature = "DeliveryEvent")] DeliveryEvent(DeliveryEvent),
687    #[cfg(feature = "VideoGameClip")] VideoGameClip(VideoGameClip),
688    #[cfg(feature = "OwnershipInfo")] OwnershipInfo(OwnershipInfo),
689    #[cfg(feature = "BusOrCoach")] BusOrCoach(BusOrCoach),
690    #[cfg(feature = "MedicalEntity")] MedicalEntity(MedicalEntity),
691    #[cfg(feature = "EndorseAction")] EndorseAction(EndorseAction),
692    #[cfg(feature = "Photograph")] Photograph(Photograph),
693    #[cfg(feature = "MovieRentalStore")] MovieRentalStore(MovieRentalStore),
694    #[cfg(feature = "SportingGoodsStore")] SportingGoodsStore(SportingGoodsStore),
695    #[cfg(feature = "EatAction")] EatAction(EatAction),
696    #[cfg(feature = "LegislativeBuilding")] LegislativeBuilding(LegislativeBuilding),
697    #[cfg(feature = "MovieClip")] MovieClip(MovieClip),
698    #[cfg(feature = "UnRegisterAction")] UnRegisterAction(UnRegisterAction),
699    #[cfg(feature = "CivicStructure")] CivicStructure(CivicStructure),
700    #[cfg(feature = "ComicCoverArt")] ComicCoverArt(ComicCoverArt),
701    #[cfg(feature = "AutoDealer")] AutoDealer(AutoDealer),
702    #[cfg(feature = "EmploymentAgency")] EmploymentAgency(EmploymentAgency),
703    #[cfg(feature = "SkiResort")] SkiResort(SkiResort),
704    #[cfg(feature = "Consortium")] Consortium(Consortium),
705    #[cfg(feature = "HighSchool")] HighSchool(HighSchool),
706    #[cfg(feature = "MedicalTrialDesign")] MedicalTrialDesign(MedicalTrialDesign),
707    #[cfg(feature = "UKNonprofitType")] UKNonprofitType(UKNonprofitType),
708    #[cfg(feature = "Store")] Store(Store),
709    #[cfg(feature = "MedicalGuideline")] MedicalGuideline(MedicalGuideline),
710    #[cfg(feature = "PriceSpecification")] PriceSpecification(PriceSpecification),
711    #[cfg(feature = "MedicalContraindication")] MedicalContraindication(MedicalContraindication),
712    #[cfg(feature = "FollowAction")] FollowAction(FollowAction),
713    #[cfg(feature = "BloodTest")] BloodTest(BloodTest),
714    #[cfg(feature = "Park")] Park(Park),
715    #[cfg(feature = "TVClip")] TVClip(TVClip),
716    #[cfg(feature = "OfferForLease")] OfferForLease(OfferForLease),
717    #[cfg(feature = "ImagingTest")] ImagingTest(ImagingTest),
718    #[cfg(feature = "City")] City(City),
719    #[cfg(feature = "WPSideBar")] WPSideBar(WPSideBar),
720    #[cfg(feature = "WatchAction")] WatchAction(WatchAction),
721    #[cfg(feature = "MedicalEvidenceLevel")] MedicalEvidenceLevel(MedicalEvidenceLevel),
722    #[cfg(feature = "ConfirmAction")] ConfirmAction(ConfirmAction),
723    #[cfg(feature = "BusStop")] BusStop(BusStop),
724    #[cfg(feature = "Quotation")] Quotation(Quotation),
725    #[cfg(feature = "ItemList")] ItemList(ItemList),
726    #[cfg(feature = "ControlAction")] ControlAction(ControlAction),
727    #[cfg(feature = "SizeGroupEnumeration")] SizeGroupEnumeration(SizeGroupEnumeration),
728    #[cfg(feature = "GeospatialGeometry")] GeospatialGeometry(GeospatialGeometry),
729    #[cfg(feature = "DrinkAction")] DrinkAction(DrinkAction),
730    #[cfg(feature = "MedicalProcedureType")] MedicalProcedureType(MedicalProcedureType),
731    #[cfg(feature = "ApprovedIndication")] ApprovedIndication(ApprovedIndication),
732    #[cfg(feature = "OrderStatus")] OrderStatus(OrderStatus),
733    #[cfg(feature = "Motorcycle")] Motorcycle(Motorcycle),
734    #[cfg(feature = "DiscussionForumPosting")] DiscussionForumPosting(DiscussionForumPosting),
735    #[cfg(feature = "UnitPriceSpecification")] UnitPriceSpecification(UnitPriceSpecification),
736    #[cfg(feature = "UserPlays")] UserPlays(UserPlays),
737    #[cfg(feature = "Action")] Action(Action),
738    #[cfg(feature = "LandmarksOrHistoricalBuildings")] LandmarksOrHistoricalBuildings(LandmarksOrHistoricalBuildings),
739    #[cfg(feature = "HomeGoodsStore")] HomeGoodsStore(HomeGoodsStore),
740    #[cfg(feature = "EnergyEfficiencyEnumeration")] EnergyEfficiencyEnumeration(EnergyEfficiencyEnumeration),
741    #[cfg(feature = "BuyAction")] BuyAction(BuyAction),
742    #[cfg(feature = "RejectAction")] RejectAction(RejectAction),
743    #[cfg(feature = "Review")] Review(Review),
744    #[cfg(feature = "HowToSupply")] HowToSupply(HowToSupply),
745    #[cfg(feature = "BroadcastService")] BroadcastService(BroadcastService),
746    #[cfg(feature = "Conversation")] Conversation(Conversation),
747    #[cfg(feature = "EducationalAudience")] EducationalAudience(EducationalAudience),
748    #[cfg(feature = "MediaManipulationRatingEnumeration")] MediaManipulationRatingEnumeration(MediaManipulationRatingEnumeration),
749    #[cfg(feature = "VitalSign")] VitalSign(VitalSign),
750    #[cfg(feature = "MedicalCondition")] MedicalCondition(MedicalCondition),
751    #[cfg(feature = "TheaterEvent")] TheaterEvent(TheaterEvent),
752    #[cfg(feature = "AllocateAction")] AllocateAction(AllocateAction),
753    #[cfg(feature = "PriceTypeEnumeration")] PriceTypeEnumeration(PriceTypeEnumeration),
754    #[cfg(feature = "TreatmentIndication")] TreatmentIndication(TreatmentIndication),
755    #[cfg(feature = "ReplaceAction")] ReplaceAction(ReplaceAction),
756    #[cfg(feature = "MeasurementTypeEnumeration")] MeasurementTypeEnumeration(MeasurementTypeEnumeration),
757    #[cfg(feature = "DefenceEstablishment")] DefenceEstablishment(DefenceEstablishment),
758    #[cfg(feature = "MolecularEntity")] MolecularEntity(MolecularEntity),
759    #[cfg(feature = "LiteraryEvent")] LiteraryEvent(LiteraryEvent),
760    #[cfg(feature = "ComputerStore")] ComputerStore(ComputerStore),
761    #[cfg(feature = "PostalAddress")] PostalAddress(PostalAddress),
762    #[cfg(feature = "ActivateAction")] ActivateAction(ActivateAction),
763    #[cfg(feature = "Offer")] Offer(Offer),
764    #[cfg(feature = "PropertyValueSpecification")] PropertyValueSpecification(PropertyValueSpecification),
765    #[cfg(feature = "Language")] Language(Language),
766    #[cfg(feature = "RentAction")] RentAction(RentAction),
767    #[cfg(feature = "SearchResultsPage")] SearchResultsPage(SearchResultsPage),
768    #[cfg(feature = "Bone")] Bone(Bone),
769    #[cfg(feature = "Movie")] Movie(Movie),
770    #[cfg(feature = "VisualArtwork")] VisualArtwork(VisualArtwork),
771    #[cfg(feature = "MedicalStudy")] MedicalStudy(MedicalStudy),
772    #[cfg(feature = "TouristInformationCenter")] TouristInformationCenter(TouristInformationCenter),
773    #[cfg(feature = "RsvpResponseType")] RsvpResponseType(RsvpResponseType),
774    #[cfg(feature = "Comment")] Comment(Comment),
775    #[cfg(feature = "Series")] Series(Series),
776    #[cfg(feature = "SportsActivityLocation")] SportsActivityLocation(SportsActivityLocation),
777    #[cfg(feature = "TransferAction")] TransferAction(TransferAction),
778    #[cfg(feature = "NoteDigitalDocument")] NoteDigitalDocument(NoteDigitalDocument),
779    #[cfg(feature = "Specialty")] Specialty(Specialty),
780    #[cfg(feature = "MusicVideoObject")] MusicVideoObject(MusicVideoObject),
781    #[cfg(feature = "DDxElement")] DDxElement(DDxElement),
782    #[cfg(feature = "ContactPage")] ContactPage(ContactPage),
783    #[cfg(feature = "Book")] Book(Book),
784    #[cfg(feature = "FoodEstablishment")] FoodEstablishment(FoodEstablishment),
785    #[cfg(feature = "BankAccount")] BankAccount(BankAccount),
786    #[cfg(feature = "EducationalOrganization")] EducationalOrganization(EducationalOrganization),
787    #[cfg(feature = "VisualArtsEvent")] VisualArtsEvent(VisualArtsEvent),
788    #[cfg(feature = "PublicationVolume")] PublicationVolume(PublicationVolume),
789    #[cfg(feature = "ShortStory")] ShortStory(ShortStory),
790    #[cfg(feature = "Campground")] Campground(Campground),
791    #[cfg(feature = "Seat")] Seat(Seat),
792    #[cfg(feature = "HealthClub")] HealthClub(HealthClub),
793    #[cfg(feature = "MotorcycleDealer")] MotorcycleDealer(MotorcycleDealer),
794    #[cfg(feature = "ExhibitionEvent")] ExhibitionEvent(ExhibitionEvent),
795    #[cfg(feature = "Organization")] Organization(Organization),
796    #[cfg(feature = "TrainTrip")] TrainTrip(TrainTrip),
797    #[cfg(feature = "RestrictedDiet")] RestrictedDiet(RestrictedDiet),
798    #[cfg(feature = "HealthPlanNetwork")] HealthPlanNetwork(HealthPlanNetwork),
799    #[cfg(feature = "NewsMediaOrganization")] NewsMediaOrganization(NewsMediaOrganization),
800    #[cfg(feature = "Course")] Course(Course),
801    #[cfg(feature = "RegisterAction")] RegisterAction(RegisterAction),
802    #[cfg(feature = "MedicalGuidelineRecommendation")] MedicalGuidelineRecommendation(MedicalGuidelineRecommendation),
803    #[cfg(feature = "DaySpa")] DaySpa(DaySpa),
804    #[cfg(feature = "GovernmentPermit")] GovernmentPermit(GovernmentPermit),
805    #[cfg(feature = "PronounceableText")] PronounceableText(PronounceableText),
806    #[cfg(feature = "Beach")] Beach(Beach),
807    #[cfg(feature = "PriceComponentTypeEnumeration")] PriceComponentTypeEnumeration(PriceComponentTypeEnumeration),
808    #[cfg(feature = "OfferShippingDetails")] OfferShippingDetails(OfferShippingDetails),
809    #[cfg(feature = "Aquarium")] Aquarium(Aquarium),
810    #[cfg(feature = "ArchiveComponent")] ArchiveComponent(ArchiveComponent),
811    #[cfg(feature = "CompoundPriceSpecification")] CompoundPriceSpecification(CompoundPriceSpecification),
812    #[cfg(feature = "Embassy")] Embassy(Embassy),
813    #[cfg(feature = "MaximumDoseSchedule")] MaximumDoseSchedule(MaximumDoseSchedule),
814    #[cfg(feature = "HowToDirection")] HowToDirection(HowToDirection),
815    #[cfg(feature = "PsychologicalTreatment")] PsychologicalTreatment(PsychologicalTreatment),
816    #[cfg(feature = "MedicalBusiness")] MedicalBusiness(MedicalBusiness),
817    #[cfg(feature = "SoftwareSourceCode")] SoftwareSourceCode(SoftwareSourceCode),
818    #[cfg(feature = "PaymentChargeSpecification")] PaymentChargeSpecification(PaymentChargeSpecification),
819    #[cfg(feature = "DrugCostCategory")] DrugCostCategory(DrugCostCategory),
820    #[cfg(feature = "Table")] Table(Table),
821    #[cfg(feature = "GovernmentOrganization")] GovernmentOrganization(GovernmentOrganization),
822    #[cfg(feature = "FilmAction")] FilmAction(FilmAction),
823    #[cfg(feature = "WriteAction")] WriteAction(WriteAction),
824    #[cfg(feature = "MedicalSymptom")] MedicalSymptom(MedicalSymptom),
825    #[cfg(feature = "InternetCafe")] InternetCafe(InternetCafe),
826    #[cfg(feature = "VirtualLocation")] VirtualLocation(VirtualLocation),
827    #[cfg(feature = "AnatomicalStructure")] AnatomicalStructure(AnatomicalStructure),
828    #[cfg(feature = "QualitativeValue")] QualitativeValue(QualitativeValue),
829    #[cfg(feature = "DiscoverAction")] DiscoverAction(DiscoverAction),
830    #[cfg(feature = "OccupationalTherapy")] OccupationalTherapy(OccupationalTherapy),
831    #[cfg(feature = "DownloadAction")] DownloadAction(DownloadAction),
832    #[cfg(feature = "AnalysisNewsArticle")] AnalysisNewsArticle(AnalysisNewsArticle),
833    #[cfg(feature = "VideoGame")] VideoGame(VideoGame),
834    #[cfg(feature = "MeetingRoom")] MeetingRoom(MeetingRoom),
835    #[cfg(feature = "RoofingContractor")] RoofingContractor(RoofingContractor),
836    #[cfg(feature = "DefinedTermSet")] DefinedTermSet(DefinedTermSet),
837    #[cfg(feature = "HowTo")] HowTo(HowTo),
838    #[cfg(feature = "ComicIssue")] ComicIssue(ComicIssue),
839    #[cfg(feature = "Vehicle")] Vehicle(Vehicle),
840    #[cfg(feature = "ExerciseAction")] ExerciseAction(ExerciseAction),
841    #[cfg(feature = "GiveAction")] GiveAction(GiveAction),
842    #[cfg(feature = "Synagogue")] Synagogue(Synagogue),
843    #[cfg(feature = "HowToStep")] HowToStep(HowToStep),
844    #[cfg(feature = "ItemAvailability")] ItemAvailability(ItemAvailability),
845    #[cfg(feature = "GovernmentBuilding")] GovernmentBuilding(GovernmentBuilding),
846    #[cfg(feature = "Play")] Play(Play),
847    #[cfg(feature = "Suite")] Suite(Suite),
848    #[cfg(feature = "SomeProducts")] SomeProducts(SomeProducts),
849    #[cfg(feature = "DrugLegalStatus")] DrugLegalStatus(DrugLegalStatus),
850    #[cfg(feature = "USNonprofitType")] USNonprofitType(USNonprofitType),
851    #[cfg(feature = "TheaterGroup")] TheaterGroup(TheaterGroup),
852    #[cfg(feature = "Apartment")] Apartment(Apartment),
853    #[cfg(feature = "HealthAspectEnumeration")] HealthAspectEnumeration(HealthAspectEnumeration),
854    #[cfg(feature = "MedicalObservationalStudy")] MedicalObservationalStudy(MedicalObservationalStudy),
855    #[cfg(feature = "Hostel")] Hostel(Hostel),
856    #[cfg(feature = "Invoice")] Invoice(Invoice),
857    #[cfg(feature = "SolveMathAction")] SolveMathAction(SolveMathAction),
858    #[cfg(feature = "Trip")] Trip(Trip),
859    #[cfg(feature = "OrganizeAction")] OrganizeAction(OrganizeAction),
860    #[cfg(feature = "MensClothingStore")] MensClothingStore(MensClothingStore),
861    #[cfg(feature = "PawnShop")] PawnShop(PawnShop),
862    #[cfg(feature = "GeoCoordinates")] GeoCoordinates(GeoCoordinates),
863    #[cfg(feature = "Airline")] Airline(Airline),
864    #[cfg(feature = "RadioChannel")] RadioChannel(RadioChannel),
865    #[cfg(feature = "Syllabus")] Syllabus(Syllabus),
866    #[cfg(feature = "WinAction")] WinAction(WinAction),
867    #[cfg(feature = "Prion")] Prion(Prion),
868    #[cfg(feature = "Hotel")] Hotel(Hotel),
869    #[cfg(feature = "Answer")] Answer(Answer),
870    #[cfg(feature = "MedicalRiskFactor")] MedicalRiskFactor(MedicalRiskFactor),
871    #[cfg(feature = "WebContent")] WebContent(WebContent),
872    #[cfg(feature = "BarOrPub")] BarOrPub(BarOrPub),
873    #[cfg(feature = "OutletStore")] OutletStore(OutletStore),
874    #[cfg(feature = "Periodical")] Periodical(Periodical),
875    #[cfg(feature = "PerformingArtsTheater")] PerformingArtsTheater(PerformingArtsTheater),
876    #[cfg(feature = "Hospital")] Hospital(Hospital),
877    #[cfg(feature = "State")] State(State),
878    #[cfg(feature = "Schedule")] Schedule(Schedule),
879    #[cfg(feature = "ServiceChannel")] ServiceChannel(ServiceChannel),
880    #[cfg(feature = "OrganizationRole")] OrganizationRole(OrganizationRole),
881    #[cfg(feature = "Reservation")] Reservation(Reservation),
882    #[cfg(feature = "DrawAction")] DrawAction(DrawAction),
883    #[cfg(feature = "Person")] Person(Person),
884    #[cfg(feature = "GeneralContractor")] GeneralContractor(GeneralContractor),
885    #[cfg(feature = "Nerve")] Nerve(Nerve),
886    #[cfg(feature = "Volcano")] Volcano(Volcano),
887    #[cfg(feature = "Reservoir")] Reservoir(Reservoir),
888    #[cfg(feature = "CollectionPage")] CollectionPage(CollectionPage),
889    #[cfg(feature = "Question")] Question(Question),
890    #[cfg(feature = "WPAdBlock")] WPAdBlock(WPAdBlock),
891    #[cfg(feature = "TechArticle")] TechArticle(TechArticle),
892    #[cfg(feature = "Mosque")] Mosque(Mosque),
893    #[cfg(feature = "GasStation")] GasStation(GasStation),
894    #[cfg(feature = "SportsClub")] SportsClub(SportsClub),
895    #[cfg(feature = "UserPlusOnes")] UserPlusOnes(UserPlusOnes),
896    #[cfg(feature = "DrugClass")] DrugClass(DrugClass),
897    #[cfg(feature = "QAPage")] QAPage(QAPage),
898    #[cfg(feature = "EventAttendanceModeEnumeration")] EventAttendanceModeEnumeration(EventAttendanceModeEnumeration),
899    #[cfg(feature = "InvestmentFund")] InvestmentFund(InvestmentFund),
900    #[cfg(feature = "MusicVenue")] MusicVenue(MusicVenue),
901} 
902
903impl Types {
904    /// Create a new type from a string.
905    pub fn from_lc_ty(lc_ty: &str) -> Option<Self> {
906        match lc_ty {
907            #[cfg(feature = "PublicToilet")] "publictoilet" => Some(Self::PublicToilet(PublicToilet::new())),
908            #[cfg(feature = "MedicalAudienceType")] "medicalaudiencetype" => Some(Self::MedicalAudienceType(MedicalAudienceType::new())),
909            #[cfg(feature = "GeoShape")] "geoshape" => Some(Self::GeoShape(GeoShape::new())),
910            #[cfg(feature = "Diet")] "diet" => Some(Self::Diet(Diet::new())),
911            #[cfg(feature = "Permit")] "permit" => Some(Self::Permit(Permit::new())),
912            #[cfg(feature = "FlightReservation")] "flightreservation" => Some(Self::FlightReservation(FlightReservation::new())),
913            #[cfg(feature = "OpeningHoursSpecification")] "openinghoursspecification" => Some(Self::OpeningHoursSpecification(OpeningHoursSpecification::new())),
914            #[cfg(feature = "MedicalWebPage")] "medicalwebpage" => Some(Self::MedicalWebPage(MedicalWebPage::new())),
915            #[cfg(feature = "ReviewNewsArticle")] "reviewnewsarticle" => Some(Self::ReviewNewsArticle(ReviewNewsArticle::new())),
916            #[cfg(feature = "Quantity")] "quantity" => Some(Self::Quantity(Quantity::new())),
917            #[cfg(feature = "PhysicalActivity")] "physicalactivity" => Some(Self::PhysicalActivity(PhysicalActivity::new())),
918            #[cfg(feature = "ParentAudience")] "parentaudience" => Some(Self::ParentAudience(ParentAudience::new())),
919            #[cfg(feature = "DatedMoneySpecification")] "datedmoneyspecification" => Some(Self::DatedMoneySpecification(DatedMoneySpecification::new())),
920            #[cfg(feature = "BefriendAction")] "befriendaction" => Some(Self::BefriendAction(BefriendAction::new())),
921            #[cfg(feature = "Physician")] "physician" => Some(Self::Physician(Physician::new())),
922            #[cfg(feature = "SendAction")] "sendaction" => Some(Self::SendAction(SendAction::new())),
923            #[cfg(feature = "HyperToc")] "hypertoc" => Some(Self::HyperToc(HyperToc::new())),
924            #[cfg(feature = "MenuSection")] "menusection" => Some(Self::MenuSection(MenuSection::new())),
925            #[cfg(feature = "Substance")] "substance" => Some(Self::Substance(Substance::new())),
926            #[cfg(feature = "Ticket")] "ticket" => Some(Self::Ticket(Ticket::new())),
927            #[cfg(feature = "PostOffice")] "postoffice" => Some(Self::PostOffice(PostOffice::new())),
928            #[cfg(feature = "Cemetery")] "cemetery" => Some(Self::Cemetery(Cemetery::new())),
929            #[cfg(feature = "Waterfall")] "waterfall" => Some(Self::Waterfall(Waterfall::new())),
930            #[cfg(feature = "Resort")] "resort" => Some(Self::Resort(Resort::new())),
931            #[cfg(feature = "ArtGallery")] "artgallery" => Some(Self::ArtGallery(ArtGallery::new())),
932            #[cfg(feature = "Muscle")] "muscle" => Some(Self::Muscle(Muscle::new())),
933            #[cfg(feature = "PhotographAction")] "photographaction" => Some(Self::PhotographAction(PhotographAction::new())),
934            #[cfg(feature = "Map")] "map" => Some(Self::Map(Map::new())),
935            #[cfg(feature = "Order")] "order" => Some(Self::Order(Order::new())),
936            #[cfg(feature = "PaintAction")] "paintaction" => Some(Self::PaintAction(PaintAction::new())),
937            #[cfg(feature = "Code")] "code" => Some(Self::Code(Code::new())),
938            #[cfg(feature = "ResearchProject")] "researchproject" => Some(Self::ResearchProject(ResearchProject::new())),
939            #[cfg(feature = "EndorsementRating")] "endorsementrating" => Some(Self::EndorsementRating(EndorsementRating::new())),
940            #[cfg(feature = "ExerciseGym")] "exercisegym" => Some(Self::ExerciseGym(ExerciseGym::new())),
941            #[cfg(feature = "TouristTrip")] "touristtrip" => Some(Self::TouristTrip(TouristTrip::new())),
942            #[cfg(feature = "NGO")] "ngo" => Some(Self::NGO(NGO::new())),
943            #[cfg(feature = "Bacteria")] "bacteria" => Some(Self::Bacteria(Bacteria::new())),
944            #[cfg(feature = "AcceptAction")] "acceptaction" => Some(Self::AcceptAction(AcceptAction::new())),
945            #[cfg(feature = "ShoeStore")] "shoestore" => Some(Self::ShoeStore(ShoeStore::new())),
946            #[cfg(feature = "MusicAlbumReleaseType")] "musicalbumreleasetype" => Some(Self::MusicAlbumReleaseType(MusicAlbumReleaseType::new())),
947            #[cfg(feature = "DrugPregnancyCategory")] "drugpregnancycategory" => Some(Self::DrugPregnancyCategory(DrugPregnancyCategory::new())),
948            #[cfg(feature = "SizeSpecification")] "sizespecification" => Some(Self::SizeSpecification(SizeSpecification::new())),
949            #[cfg(feature = "Vessel")] "vessel" => Some(Self::Vessel(Vessel::new())),
950            #[cfg(feature = "Drug")] "drug" => Some(Self::Drug(Drug::new())),
951            #[cfg(feature = "Atlas")] "atlas" => Some(Self::Atlas(Atlas::new())),
952            #[cfg(feature = "ScreeningEvent")] "screeningevent" => Some(Self::ScreeningEvent(ScreeningEvent::new())),
953            #[cfg(feature = "OrderItem")] "orderitem" => Some(Self::OrderItem(OrderItem::new())),
954            #[cfg(feature = "Car")] "car" => Some(Self::Car(Car::new())),
955            #[cfg(feature = "SuspendAction")] "suspendaction" => Some(Self::SuspendAction(SuspendAction::new())),
956            #[cfg(feature = "ListenAction")] "listenaction" => Some(Self::ListenAction(ListenAction::new())),
957            #[cfg(feature = "Barcode")] "barcode" => Some(Self::Barcode(Barcode::new())),
958            #[cfg(feature = "Mass")] "mass" => Some(Self::Mass(Mass::new())),
959            #[cfg(feature = "NonprofitType")] "nonprofittype" => Some(Self::NonprofitType(NonprofitType::new())),
960            #[cfg(feature = "SoftwareApplication")] "softwareapplication" => Some(Self::SoftwareApplication(SoftwareApplication::new())),
961            #[cfg(feature = "AutoWash")] "autowash" => Some(Self::AutoWash(AutoWash::new())),
962            #[cfg(feature = "MathSolver")] "mathsolver" => Some(Self::MathSolver(MathSolver::new())),
963            #[cfg(feature = "DigitalDocument")] "digitaldocument" => Some(Self::DigitalDocument(DigitalDocument::new())),
964            #[cfg(feature = "PublicationEvent")] "publicationevent" => Some(Self::PublicationEvent(PublicationEvent::new())),
965            #[cfg(feature = "Country")] "country" => Some(Self::Country(Country::new())),
966            #[cfg(feature = "TaxiStand")] "taxistand" => Some(Self::TaxiStand(TaxiStand::new())),
967            #[cfg(feature = "AboutPage")] "aboutpage" => Some(Self::AboutPage(AboutPage::new())),
968            #[cfg(feature = "SeaBodyOfWater")] "seabodyofwater" => Some(Self::SeaBodyOfWater(SeaBodyOfWater::new())),
969            #[cfg(feature = "MedicalStudyStatus")] "medicalstudystatus" => Some(Self::MedicalStudyStatus(MedicalStudyStatus::new())),
970            #[cfg(feature = "CreativeWorkSeries")] "creativeworkseries" => Some(Self::CreativeWorkSeries(CreativeWorkSeries::new())),
971            #[cfg(feature = "Researcher")] "researcher" => Some(Self::Researcher(Researcher::new())),
972            #[cfg(feature = "ReturnAction")] "returnaction" => Some(Self::ReturnAction(ReturnAction::new())),
973            #[cfg(feature = "CommunicateAction")] "communicateaction" => Some(Self::CommunicateAction(CommunicateAction::new())),
974            #[cfg(feature = "IceCreamShop")] "icecreamshop" => Some(Self::IceCreamShop(IceCreamShop::new())),
975            #[cfg(feature = "FundingAgency")] "fundingagency" => Some(Self::FundingAgency(FundingAgency::new())),
976            #[cfg(feature = "EmployeeRole")] "employeerole" => Some(Self::EmployeeRole(EmployeeRole::new())),
977            #[cfg(feature = "BankOrCreditUnion")] "bankorcreditunion" => Some(Self::BankOrCreditUnion(BankOrCreditUnion::new())),
978            #[cfg(feature = "TravelAction")] "travelaction" => Some(Self::TravelAction(TravelAction::new())),
979            #[cfg(feature = "DataType")] "datatype" => Some(Self::DataType(DataType::new())),
980            #[cfg(feature = "MedicalConditionStage")] "medicalconditionstage" => Some(Self::MedicalConditionStage(MedicalConditionStage::new())),
981            #[cfg(feature = "ComicSeries")] "comicseries" => Some(Self::ComicSeries(ComicSeries::new())),
982            #[cfg(feature = "BuddhistTemple")] "buddhisttemple" => Some(Self::BuddhistTemple(BuddhistTemple::new())),
983            #[cfg(feature = "BookFormatType")] "bookformattype" => Some(Self::BookFormatType(BookFormatType::new())),
984            #[cfg(feature = "Chapter")] "chapter" => Some(Self::Chapter(Chapter::new())),
985            #[cfg(feature = "TelevisionStation")] "televisionstation" => Some(Self::TelevisionStation(TelevisionStation::new())),
986            #[cfg(feature = "BoatTrip")] "boattrip" => Some(Self::BoatTrip(BoatTrip::new())),
987            #[cfg(feature = "HyperTocEntry")] "hypertocentry" => Some(Self::HyperTocEntry(HyperTocEntry::new())),
988            #[cfg(feature = "Festival")] "festival" => Some(Self::Festival(Festival::new())),
989            #[cfg(feature = "Intangible")] "intangible" => Some(Self::Intangible(Intangible::new())),
990            #[cfg(feature = "RadioEpisode")] "radioepisode" => Some(Self::RadioEpisode(RadioEpisode::new())),
991            #[cfg(feature = "ReactAction")] "reactaction" => Some(Self::ReactAction(ReactAction::new())),
992            #[cfg(feature = "OrderAction")] "orderaction" => Some(Self::OrderAction(OrderAction::new())),
993            #[cfg(feature = "PaymentMethod")] "paymentmethod" => Some(Self::PaymentMethod(PaymentMethod::new())),
994            #[cfg(feature = "ProductGroup")] "productgroup" => Some(Self::ProductGroup(ProductGroup::new())),
995            #[cfg(feature = "MediaObject")] "mediaobject" => Some(Self::MediaObject(MediaObject::new())),
996            #[cfg(feature = "AlignmentObject")] "alignmentobject" => Some(Self::AlignmentObject(AlignmentObject::new())),
997            #[cfg(feature = "TelevisionChannel")] "televisionchannel" => Some(Self::TelevisionChannel(TelevisionChannel::new())),
998            #[cfg(feature = "MedicalRiskScore")] "medicalriskscore" => Some(Self::MedicalRiskScore(MedicalRiskScore::new())),
999            #[cfg(feature = "ListItem")] "listitem" => Some(Self::ListItem(ListItem::new())),
1000            #[cfg(feature = "ApplyAction")] "applyaction" => Some(Self::ApplyAction(ApplyAction::new())),
1001            #[cfg(feature = "AdultEntertainment")] "adultentertainment" => Some(Self::AdultEntertainment(AdultEntertainment::new())),
1002            #[cfg(feature = "OfferForPurchase")] "offerforpurchase" => Some(Self::OfferForPurchase(OfferForPurchase::new())),
1003            #[cfg(feature = "MusicAlbum")] "musicalbum" => Some(Self::MusicAlbum(MusicAlbum::new())),
1004            #[cfg(feature = "MedicalEnumeration")] "medicalenumeration" => Some(Self::MedicalEnumeration(MedicalEnumeration::new())),
1005            #[cfg(feature = "MediaGallery")] "mediagallery" => Some(Self::MediaGallery(MediaGallery::new())),
1006            #[cfg(feature = "CriticReview")] "criticreview" => Some(Self::CriticReview(CriticReview::new())),
1007            #[cfg(feature = "ContactPoint")] "contactpoint" => Some(Self::ContactPoint(ContactPoint::new())),
1008            #[cfg(feature = "PlayAction")] "playaction" => Some(Self::PlayAction(PlayAction::new())),
1009            #[cfg(feature = "CollegeOrUniversity")] "collegeoruniversity" => Some(Self::CollegeOrUniversity(CollegeOrUniversity::new())),
1010            #[cfg(feature = "RadioClip")] "radioclip" => Some(Self::RadioClip(RadioClip::new())),
1011            #[cfg(feature = "MedicalCause")] "medicalcause" => Some(Self::MedicalCause(MedicalCause::new())),
1012            #[cfg(feature = "GameServer")] "gameserver" => Some(Self::GameServer(GameServer::new())),
1013            #[cfg(feature = "PlayGameAction")] "playgameaction" => Some(Self::PlayGameAction(PlayGameAction::new())),
1014            #[cfg(feature = "PostalCodeRangeSpecification")] "postalcoderangespecification" => Some(Self::PostalCodeRangeSpecification(PostalCodeRangeSpecification::new())),
1015            #[cfg(feature = "ReservationStatusType")] "reservationstatustype" => Some(Self::ReservationStatusType(ReservationStatusType::new())),
1016            #[cfg(feature = "ReportedDoseSchedule")] "reporteddoseschedule" => Some(Self::ReportedDoseSchedule(ReportedDoseSchedule::new())),
1017            #[cfg(feature = "RepaymentSpecification")] "repaymentspecification" => Some(Self::RepaymentSpecification(RepaymentSpecification::new())),
1018            #[cfg(feature = "StadiumOrArena")] "stadiumorarena" => Some(Self::StadiumOrArena(StadiumOrArena::new())),
1019            #[cfg(feature = "Artery")] "artery" => Some(Self::Artery(Artery::new())),
1020            #[cfg(feature = "PlanAction")] "planaction" => Some(Self::PlanAction(PlanAction::new())),
1021            #[cfg(feature = "CatholicChurch")] "catholicchurch" => Some(Self::CatholicChurch(CatholicChurch::new())),
1022            #[cfg(feature = "Newspaper")] "newspaper" => Some(Self::Newspaper(Newspaper::new())),
1023            #[cfg(feature = "EducationalOccupationalCredential")] "educationaloccupationalcredential" => Some(Self::EducationalOccupationalCredential(EducationalOccupationalCredential::new())),
1024            #[cfg(feature = "JobPosting")] "jobposting" => Some(Self::JobPosting(JobPosting::new())),
1025            #[cfg(feature = "MedicalOrganization")] "medicalorganization" => Some(Self::MedicalOrganization(MedicalOrganization::new())),
1026            #[cfg(feature = "PrependAction")] "prependaction" => Some(Self::PrependAction(PrependAction::new())),
1027            #[cfg(feature = "BedDetails")] "beddetails" => Some(Self::BedDetails(BedDetails::new())),
1028            #[cfg(feature = "RentalCarReservation")] "rentalcarreservation" => Some(Self::RentalCarReservation(RentalCarReservation::new())),
1029            #[cfg(feature = "UserDownloads")] "userdownloads" => Some(Self::UserDownloads(UserDownloads::new())),
1030            #[cfg(feature = "AutoRepair")] "autorepair" => Some(Self::AutoRepair(AutoRepair::new())),
1031            #[cfg(feature = "LegislationObject")] "legislationobject" => Some(Self::LegislationObject(LegislationObject::new())),
1032            #[cfg(feature = "BodyMeasurementTypeEnumeration")] "bodymeasurementtypeenumeration" => Some(Self::BodyMeasurementTypeEnumeration(BodyMeasurementTypeEnumeration::new())),
1033            #[cfg(feature = "DeliveryTimeSettings")] "deliverytimesettings" => Some(Self::DeliveryTimeSettings(DeliveryTimeSettings::new())),
1034            #[cfg(feature = "ApartmentComplex")] "apartmentcomplex" => Some(Self::ApartmentComplex(ApartmentComplex::new())),
1035            #[cfg(feature = "ImageObjectSnapshot")] "imageobjectsnapshot" => Some(Self::ImageObjectSnapshot(ImageObjectSnapshot::new())),
1036            #[cfg(feature = "SuperficialAnatomy")] "superficialanatomy" => Some(Self::SuperficialAnatomy(SuperficialAnatomy::new())),
1037            #[cfg(feature = "MedicalSign")] "medicalsign" => Some(Self::MedicalSign(MedicalSign::new())),
1038            #[cfg(feature = "WPFooter")] "wpfooter" => Some(Self::WPFooter(WPFooter::new())),
1039            #[cfg(feature = "BusReservation")] "busreservation" => Some(Self::BusReservation(BusReservation::new())),
1040            #[cfg(feature = "EnergyStarEnergyEfficiencyEnumeration")] "energystarenergyefficiencyenumeration" => Some(Self::EnergyStarEnergyEfficiencyEnumeration(EnergyStarEnergyEfficiencyEnumeration::new())),
1041            #[cfg(feature = "Audiobook")] "audiobook" => Some(Self::Audiobook(Audiobook::new())),
1042            #[cfg(feature = "Mountain")] "mountain" => Some(Self::Mountain(Mountain::new())),
1043            #[cfg(feature = "Winery")] "winery" => Some(Self::Winery(Winery::new())),
1044            #[cfg(feature = "LiquorStore")] "liquorstore" => Some(Self::LiquorStore(LiquorStore::new())),
1045            #[cfg(feature = "ReserveAction")] "reserveaction" => Some(Self::ReserveAction(ReserveAction::new())),
1046            #[cfg(feature = "AggregateOffer")] "aggregateoffer" => Some(Self::AggregateOffer(AggregateOffer::new())),
1047            #[cfg(feature = "OpinionNewsArticle")] "opinionnewsarticle" => Some(Self::OpinionNewsArticle(OpinionNewsArticle::new())),
1048            #[cfg(feature = "UpdateAction")] "updateaction" => Some(Self::UpdateAction(UpdateAction::new())),
1049            #[cfg(feature = "Blog")] "blog" => Some(Self::Blog(Blog::new())),
1050            #[cfg(feature = "AudioObject")] "audioobject" => Some(Self::AudioObject(AudioObject::new())),
1051            #[cfg(feature = "Statement")] "statement" => Some(Self::Statement(Statement::new())),
1052            #[cfg(feature = "UseAction")] "useaction" => Some(Self::UseAction(UseAction::new())),
1053            #[cfg(feature = "LoanOrCredit")] "loanorcredit" => Some(Self::LoanOrCredit(LoanOrCredit::new())),
1054            #[cfg(feature = "MedicalSpecialty")] "medicalspecialty" => Some(Self::MedicalSpecialty(MedicalSpecialty::new())),
1055            #[cfg(feature = "ProfessionalService")] "professionalservice" => Some(Self::ProfessionalService(ProfessionalService::new())),
1056            #[cfg(feature = "LikeAction")] "likeaction" => Some(Self::LikeAction(LikeAction::new())),
1057            #[cfg(feature = "RealEstateListing")] "realestatelisting" => Some(Self::RealEstateListing(RealEstateListing::new())),
1058            #[cfg(feature = "EntertainmentBusiness")] "entertainmentbusiness" => Some(Self::EntertainmentBusiness(EntertainmentBusiness::new())),
1059            #[cfg(feature = "ShareAction")] "shareaction" => Some(Self::ShareAction(ShareAction::new())),
1060            #[cfg(feature = "School")] "school" => Some(Self::School(School::new())),
1061            #[cfg(feature = "BackgroundNewsArticle")] "backgroundnewsarticle" => Some(Self::BackgroundNewsArticle(BackgroundNewsArticle::new())),
1062            #[cfg(feature = "Bakery")] "bakery" => Some(Self::Bakery(Bakery::new())),
1063            #[cfg(feature = "MobileApplication")] "mobileapplication" => Some(Self::MobileApplication(MobileApplication::new())),
1064            #[cfg(feature = "MedicalDevice")] "medicaldevice" => Some(Self::MedicalDevice(MedicalDevice::new())),
1065            #[cfg(feature = "BusTrip")] "bustrip" => Some(Self::BusTrip(BusTrip::new())),
1066            #[cfg(feature = "Collection")] "collection" => Some(Self::Collection(Collection::new())),
1067            #[cfg(feature = "MonetaryGrant")] "monetarygrant" => Some(Self::MonetaryGrant(MonetaryGrant::new())),
1068            #[cfg(feature = "SizeSystemEnumeration")] "sizesystemenumeration" => Some(Self::SizeSystemEnumeration(SizeSystemEnumeration::new())),
1069            #[cfg(feature = "UserReview")] "userreview" => Some(Self::UserReview(UserReview::new())),
1070            #[cfg(feature = "PayAction")] "payaction" => Some(Self::PayAction(PayAction::new())),
1071            #[cfg(feature = "NewsArticle")] "newsarticle" => Some(Self::NewsArticle(NewsArticle::new())),
1072            #[cfg(feature = "DigitalPlatformEnumeration")] "digitalplatformenumeration" => Some(Self::DigitalPlatformEnumeration(DigitalPlatformEnumeration::new())),
1073            #[cfg(feature = "Motel")] "motel" => Some(Self::Motel(Motel::new())),
1074            #[cfg(feature = "InsuranceAgency")] "insuranceagency" => Some(Self::InsuranceAgency(InsuranceAgency::new())),
1075            #[cfg(feature = "BedType")] "bedtype" => Some(Self::BedType(BedType::new())),
1076            #[cfg(feature = "PaymentCard")] "paymentcard" => Some(Self::PaymentCard(PaymentCard::new())),
1077            #[cfg(feature = "Patient")] "patient" => Some(Self::Patient(Patient::new())),
1078            #[cfg(feature = "MortgageLoan")] "mortgageloan" => Some(Self::MortgageLoan(MortgageLoan::new())),
1079            #[cfg(feature = "MulticellularParasite")] "multicellularparasite" => Some(Self::MulticellularParasite(MulticellularParasite::new())),
1080            #[cfg(feature = "RadioStation")] "radiostation" => Some(Self::RadioStation(RadioStation::new())),
1081            #[cfg(feature = "FAQPage")] "faqpage" => Some(Self::FAQPage(FAQPage::new())),
1082            #[cfg(feature = "Place")] "place" => Some(Self::Place(Place::new())),
1083            #[cfg(feature = "DanceEvent")] "danceevent" => Some(Self::DanceEvent(DanceEvent::new())),
1084            #[cfg(feature = "NightClub")] "nightclub" => Some(Self::NightClub(NightClub::new())),
1085            #[cfg(feature = "HowToSection")] "howtosection" => Some(Self::HowToSection(HowToSection::new())),
1086            #[cfg(feature = "FinancialProduct")] "financialproduct" => Some(Self::FinancialProduct(FinancialProduct::new())),
1087            #[cfg(feature = "MerchantReturnEnumeration")] "merchantreturnenumeration" => Some(Self::MerchantReturnEnumeration(MerchantReturnEnumeration::new())),
1088            #[cfg(feature = "EmergencyService")] "emergencyservice" => Some(Self::EmergencyService(EmergencyService::new())),
1089            #[cfg(feature = "LoseAction")] "loseaction" => Some(Self::LoseAction(LoseAction::new())),
1090            #[cfg(feature = "ConstraintNode")] "constraintnode" => Some(Self::ConstraintNode(ConstraintNode::new())),
1091            #[cfg(feature = "Notary")] "notary" => Some(Self::Notary(Notary::new())),
1092            #[cfg(feature = "Audience")] "audience" => Some(Self::Audience(Audience::new())),
1093            #[cfg(feature = "RiverBodyOfWater")] "riverbodyofwater" => Some(Self::RiverBodyOfWater(RiverBodyOfWater::new())),
1094            #[cfg(feature = "QuantitativeValueDistribution")] "quantitativevaluedistribution" => Some(Self::QuantitativeValueDistribution(QuantitativeValueDistribution::new())),
1095            #[cfg(feature = "DepartAction")] "departaction" => Some(Self::DepartAction(DepartAction::new())),
1096            #[cfg(feature = "MobilePhoneStore")] "mobilephonestore" => Some(Self::MobilePhoneStore(MobilePhoneStore::new())),
1097            #[cfg(feature = "AutoPartsStore")] "autopartsstore" => Some(Self::AutoPartsStore(AutoPartsStore::new())),
1098            #[cfg(feature = "UserPageVisits")] "userpagevisits" => Some(Self::UserPageVisits(UserPageVisits::new())),
1099            #[cfg(feature = "Sculpture")] "sculpture" => Some(Self::Sculpture(Sculpture::new())),
1100            #[cfg(feature = "Recommendation")] "recommendation" => Some(Self::Recommendation(Recommendation::new())),
1101            #[cfg(feature = "FastFoodRestaurant")] "fastfoodrestaurant" => Some(Self::FastFoodRestaurant(FastFoodRestaurant::new())),
1102            #[cfg(feature = "MiddleSchool")] "middleschool" => Some(Self::MiddleSchool(MiddleSchool::new())),
1103            #[cfg(feature = "GamePlayMode")] "gameplaymode" => Some(Self::GamePlayMode(GamePlayMode::new())),
1104            #[cfg(feature = "DataFeedItem")] "datafeeditem" => Some(Self::DataFeedItem(DataFeedItem::new())),
1105            #[cfg(feature = "RecyclingCenter")] "recyclingcenter" => Some(Self::RecyclingCenter(RecyclingCenter::new())),
1106            #[cfg(feature = "Claim")] "claim" => Some(Self::Claim(Claim::new())),
1107            #[cfg(feature = "BusinessEvent")] "businessevent" => Some(Self::BusinessEvent(BusinessEvent::new())),
1108            #[cfg(feature = "AskPublicNewsArticle")] "askpublicnewsarticle" => Some(Self::AskPublicNewsArticle(AskPublicNewsArticle::new())),
1109            #[cfg(feature = "HealthTopicContent")] "healthtopiccontent" => Some(Self::HealthTopicContent(HealthTopicContent::new())),
1110            #[cfg(feature = "Accommodation")] "accommodation" => Some(Self::Accommodation(Accommodation::new())),
1111            #[cfg(feature = "PetStore")] "petstore" => Some(Self::PetStore(PetStore::new())),
1112            #[cfg(feature = "InstallAction")] "installaction" => Some(Self::InstallAction(InstallAction::new())),
1113            #[cfg(feature = "BlogPosting")] "blogposting" => Some(Self::BlogPosting(BlogPosting::new())),
1114            #[cfg(feature = "Manuscript")] "manuscript" => Some(Self::Manuscript(Manuscript::new())),
1115            #[cfg(feature = "TherapeuticProcedure")] "therapeuticprocedure" => Some(Self::TherapeuticProcedure(TherapeuticProcedure::new())),
1116            #[cfg(feature = "Virus")] "virus" => Some(Self::Virus(Virus::new())),
1117            #[cfg(feature = "Protozoa")] "protozoa" => Some(Self::Protozoa(Protozoa::new())),
1118            #[cfg(feature = "HousePainter")] "housepainter" => Some(Self::HousePainter(HousePainter::new())),
1119            #[cfg(feature = "WebPage")] "webpage" => Some(Self::WebPage(WebPage::new())),
1120            #[cfg(feature = "InteractAction")] "interactaction" => Some(Self::InteractAction(InteractAction::new())),
1121            #[cfg(feature = "LeaveAction")] "leaveaction" => Some(Self::LeaveAction(LeaveAction::new())),
1122            #[cfg(feature = "BreadcrumbList")] "breadcrumblist" => Some(Self::BreadcrumbList(BreadcrumbList::new())),
1123            #[cfg(feature = "CheckInAction")] "checkinaction" => Some(Self::CheckInAction(CheckInAction::new())),
1124            #[cfg(feature = "BroadcastChannel")] "broadcastchannel" => Some(Self::BroadcastChannel(BroadcastChannel::new())),
1125            #[cfg(feature = "CreativeWork")] "creativework" => Some(Self::CreativeWork(CreativeWork::new())),
1126            #[cfg(feature = "Grant")] "grant" => Some(Self::Grant(Grant::new())),
1127            #[cfg(feature = "ProfilePage")] "profilepage" => Some(Self::ProfilePage(ProfilePage::new())),
1128            #[cfg(feature = "LodgingBusiness")] "lodgingbusiness" => Some(Self::LodgingBusiness(LodgingBusiness::new())),
1129            #[cfg(feature = "DrugCost")] "drugcost" => Some(Self::DrugCost(DrugCost::new())),
1130            #[cfg(feature = "FloorPlan")] "floorplan" => Some(Self::FloorPlan(FloorPlan::new())),
1131            #[cfg(feature = "TattooParlor")] "tattooparlor" => Some(Self::TattooParlor(TattooParlor::new())),
1132            #[cfg(feature = "CancelAction")] "cancelaction" => Some(Self::CancelAction(CancelAction::new())),
1133            #[cfg(feature = "EmployerReview")] "employerreview" => Some(Self::EmployerReview(EmployerReview::new())),
1134            #[cfg(feature = "MoneyTransfer")] "moneytransfer" => Some(Self::MoneyTransfer(MoneyTransfer::new())),
1135            #[cfg(feature = "Flight")] "flight" => Some(Self::Flight(Flight::new())),
1136            #[cfg(feature = "DeliveryMethod")] "deliverymethod" => Some(Self::DeliveryMethod(DeliveryMethod::new())),
1137            #[cfg(feature = "BusinessFunction")] "businessfunction" => Some(Self::BusinessFunction(BusinessFunction::new())),
1138            #[cfg(feature = "Duration")] "duration" => Some(Self::Duration(Duration::new())),
1139            #[cfg(feature = "MedicalGuidelineContraindication")] "medicalguidelinecontraindication" => Some(Self::MedicalGuidelineContraindication(MedicalGuidelineContraindication::new())),
1140            #[cfg(feature = "SurgicalProcedure")] "surgicalprocedure" => Some(Self::SurgicalProcedure(SurgicalProcedure::new())),
1141            #[cfg(feature = "WebApplication")] "webapplication" => Some(Self::WebApplication(WebApplication::new())),
1142            #[cfg(feature = "ReceiveAction")] "receiveaction" => Some(Self::ReceiveAction(ReceiveAction::new())),
1143            #[cfg(feature = "Landform")] "landform" => Some(Self::Landform(Landform::new())),
1144            #[cfg(feature = "Restaurant")] "restaurant" => Some(Self::Restaurant(Restaurant::new())),
1145            #[cfg(feature = "OfferItemCondition")] "offeritemcondition" => Some(Self::OfferItemCondition(OfferItemCondition::new())),
1146            #[cfg(feature = "PhysicalTherapy")] "physicaltherapy" => Some(Self::PhysicalTherapy(PhysicalTherapy::new())),
1147            #[cfg(feature = "DiagnosticProcedure")] "diagnosticprocedure" => Some(Self::DiagnosticProcedure(DiagnosticProcedure::new())),
1148            #[cfg(feature = "BroadcastFrequencySpecification")] "broadcastfrequencyspecification" => Some(Self::BroadcastFrequencySpecification(BroadcastFrequencySpecification::new())),
1149            #[cfg(feature = "HealthPlanFormulary")] "healthplanformulary" => Some(Self::HealthPlanFormulary(HealthPlanFormulary::new())),
1150            #[cfg(feature = "MovieSeries")] "movieseries" => Some(Self::MovieSeries(MovieSeries::new())),
1151            #[cfg(feature = "LibrarySystem")] "librarysystem" => Some(Self::LibrarySystem(LibrarySystem::new())),
1152            #[cfg(feature = "WearableSizeSystemEnumeration")] "wearablesizesystemenumeration" => Some(Self::WearableSizeSystemEnumeration(WearableSizeSystemEnumeration::new())),
1153            #[cfg(feature = "Joint")] "joint" => Some(Self::Joint(Joint::new())),
1154            #[cfg(feature = "OccupationalExperienceRequirements")] "occupationalexperiencerequirements" => Some(Self::OccupationalExperienceRequirements(OccupationalExperienceRequirements::new())),
1155            #[cfg(feature = "DefinedRegion")] "definedregion" => Some(Self::DefinedRegion(DefinedRegion::new())),
1156            #[cfg(feature = "AutoRental")] "autorental" => Some(Self::AutoRental(AutoRental::new())),
1157            #[cfg(feature = "ShippingDeliveryTime")] "shippingdeliverytime" => Some(Self::ShippingDeliveryTime(ShippingDeliveryTime::new())),
1158            #[cfg(feature = "MerchantReturnPolicy")] "merchantreturnpolicy" => Some(Self::MerchantReturnPolicy(MerchantReturnPolicy::new())),
1159            #[cfg(feature = "ResumeAction")] "resumeaction" => Some(Self::ResumeAction(ResumeAction::new())),
1160            #[cfg(feature = "LakeBodyOfWater")] "lakebodyofwater" => Some(Self::LakeBodyOfWater(LakeBodyOfWater::new())),
1161            #[cfg(feature = "BrainStructure")] "brainstructure" => Some(Self::BrainStructure(BrainStructure::new())),
1162            #[cfg(feature = "LifestyleModification")] "lifestylemodification" => Some(Self::LifestyleModification(LifestyleModification::new())),
1163            #[cfg(feature = "ExchangeRateSpecification")] "exchangeratespecification" => Some(Self::ExchangeRateSpecification(ExchangeRateSpecification::new())),
1164            #[cfg(feature = "Drawing")] "drawing" => Some(Self::Drawing(Drawing::new())),
1165            #[cfg(feature = "ResearchOrganization")] "researchorganization" => Some(Self::ResearchOrganization(ResearchOrganization::new())),
1166            #[cfg(feature = "DataCatalog")] "datacatalog" => Some(Self::DataCatalog(DataCatalog::new())),
1167            #[cfg(feature = "Clip")] "clip" => Some(Self::Clip(Clip::new())),
1168            #[cfg(feature = "StatisticalVariable")] "statisticalvariable" => Some(Self::StatisticalVariable(StatisticalVariable::new())),
1169            #[cfg(feature = "Taxon")] "taxon" => Some(Self::Taxon(Taxon::new())),
1170            #[cfg(feature = "ClaimReview")] "claimreview" => Some(Self::ClaimReview(ClaimReview::new())),
1171            #[cfg(feature = "WholesaleStore")] "wholesalestore" => Some(Self::WholesaleStore(WholesaleStore::new())),
1172            #[cfg(feature = "PeopleAudience")] "peopleaudience" => Some(Self::PeopleAudience(PeopleAudience::new())),
1173            #[cfg(feature = "FundingScheme")] "fundingscheme" => Some(Self::FundingScheme(FundingScheme::new())),
1174            #[cfg(feature = "LendAction")] "lendaction" => Some(Self::LendAction(LendAction::new())),
1175            #[cfg(feature = "UserLikes")] "userlikes" => Some(Self::UserLikes(UserLikes::new())),
1176            #[cfg(feature = "MusicReleaseFormatType")] "musicreleaseformattype" => Some(Self::MusicReleaseFormatType(MusicReleaseFormatType::new())),
1177            #[cfg(feature = "Vein")] "vein" => Some(Self::Vein(Vein::new())),
1178            #[cfg(feature = "AggregateRating")] "aggregaterating" => Some(Self::AggregateRating(AggregateRating::new())),
1179            #[cfg(feature = "CompleteDataFeed")] "completedatafeed" => Some(Self::CompleteDataFeed(CompleteDataFeed::new())),
1180            #[cfg(feature = "LegalValueLevel")] "legalvaluelevel" => Some(Self::LegalValueLevel(LegalValueLevel::new())),
1181            #[cfg(feature = "SteeringPositionValue")] "steeringpositionvalue" => Some(Self::SteeringPositionValue(SteeringPositionValue::new())),
1182            #[cfg(feature = "ItemListOrderType")] "itemlistordertype" => Some(Self::ItemListOrderType(ItemListOrderType::new())),
1183            #[cfg(feature = "ComedyClub")] "comedyclub" => Some(Self::ComedyClub(ComedyClub::new())),
1184            #[cfg(feature = "DepartmentStore")] "departmentstore" => Some(Self::DepartmentStore(DepartmentStore::new())),
1185            #[cfg(feature = "AnimalShelter")] "animalshelter" => Some(Self::AnimalShelter(AnimalShelter::new())),
1186            #[cfg(feature = "WearableMeasurementTypeEnumeration")] "wearablemeasurementtypeenumeration" => Some(Self::WearableMeasurementTypeEnumeration(WearableMeasurementTypeEnumeration::new())),
1187            #[cfg(feature = "BroadcastEvent")] "broadcastevent" => Some(Self::BroadcastEvent(BroadcastEvent::new())),
1188            #[cfg(feature = "Distance")] "distance" => Some(Self::Distance(Distance::new())),
1189            #[cfg(feature = "StructuredValue")] "structuredvalue" => Some(Self::StructuredValue(StructuredValue::new())),
1190            #[cfg(feature = "NLNonprofitType")] "nlnonprofittype" => Some(Self::NLNonprofitType(NLNonprofitType::new())),
1191            #[cfg(feature = "Thing")] "thing" => Some(Self::Thing(Thing::new())),
1192            #[cfg(feature = "MedicalTherapy")] "medicaltherapy" => Some(Self::MedicalTherapy(MedicalTherapy::new())),
1193            #[cfg(feature = "ConsumeAction")] "consumeaction" => Some(Self::ConsumeAction(ConsumeAction::new())),
1194            #[cfg(feature = "UserComments")] "usercomments" => Some(Self::UserComments(UserComments::new())),
1195            #[cfg(feature = "MedicalClinic")] "medicalclinic" => Some(Self::MedicalClinic(MedicalClinic::new())),
1196            #[cfg(feature = "Pond")] "pond" => Some(Self::Pond(Pond::new())),
1197            #[cfg(feature = "Fungus")] "fungus" => Some(Self::Fungus(Fungus::new())),
1198            #[cfg(feature = "OnlineBusiness")] "onlinebusiness" => Some(Self::OnlineBusiness(OnlineBusiness::new())),
1199            #[cfg(feature = "OnlineStore")] "onlinestore" => Some(Self::OnlineStore(OnlineStore::new())),
1200            #[cfg(feature = "DiagnosticLab")] "diagnosticlab" => Some(Self::DiagnosticLab(DiagnosticLab::new())),
1201            #[cfg(feature = "DriveWheelConfigurationValue")] "drivewheelconfigurationvalue" => Some(Self::DriveWheelConfigurationValue(DriveWheelConfigurationValue::new())),
1202            #[cfg(feature = "BusStation")] "busstation" => Some(Self::BusStation(BusStation::new())),
1203            #[cfg(feature = "AssessAction")] "assessaction" => Some(Self::AssessAction(AssessAction::new())),
1204            #[cfg(feature = "MusicGroup")] "musicgroup" => Some(Self::MusicGroup(MusicGroup::new())),
1205            #[cfg(feature = "MedicalScholarlyArticle")] "medicalscholarlyarticle" => Some(Self::MedicalScholarlyArticle(MedicalScholarlyArticle::new())),
1206            #[cfg(feature = "SubscribeAction")] "subscribeaction" => Some(Self::SubscribeAction(SubscribeAction::new())),
1207            #[cfg(feature = "PaymentStatusType")] "paymentstatustype" => Some(Self::PaymentStatusType(PaymentStatusType::new())),
1208            #[cfg(feature = "FoodEstablishmentReservation")] "foodestablishmentreservation" => Some(Self::FoodEstablishmentReservation(FoodEstablishmentReservation::new())),
1209            #[cfg(feature = "BodyOfWater")] "bodyofwater" => Some(Self::BodyOfWater(BodyOfWater::new())),
1210            #[cfg(feature = "MusicRelease")] "musicrelease" => Some(Self::MusicRelease(MusicRelease::new())),
1211            #[cfg(feature = "MediaSubscription")] "mediasubscription" => Some(Self::MediaSubscription(MediaSubscription::new())),
1212            #[cfg(feature = "DislikeAction")] "dislikeaction" => Some(Self::DislikeAction(DislikeAction::new())),
1213            #[cfg(feature = "ReturnLabelSourceEnumeration")] "returnlabelsourceenumeration" => Some(Self::ReturnLabelSourceEnumeration(ReturnLabelSourceEnumeration::new())),
1214            #[cfg(feature = "CheckOutAction")] "checkoutaction" => Some(Self::CheckOutAction(CheckOutAction::new())),
1215            #[cfg(feature = "SocialEvent")] "socialevent" => Some(Self::SocialEvent(SocialEvent::new())),
1216            #[cfg(feature = "FindAction")] "findaction" => Some(Self::FindAction(FindAction::new())),
1217            #[cfg(feature = "Season")] "season" => Some(Self::Season(Season::new())),
1218            #[cfg(feature = "DepositAccount")] "depositaccount" => Some(Self::DepositAccount(DepositAccount::new())),
1219            #[cfg(feature = "ReadAction")] "readaction" => Some(Self::ReadAction(ReadAction::new())),
1220            #[cfg(feature = "Dentist")] "dentist" => Some(Self::Dentist(Dentist::new())),
1221            #[cfg(feature = "CorrectionComment")] "correctioncomment" => Some(Self::CorrectionComment(CorrectionComment::new())),
1222            #[cfg(feature = "GameServerStatus")] "gameserverstatus" => Some(Self::GameServerStatus(GameServerStatus::new())),
1223            #[cfg(feature = "BorrowAction")] "borrowaction" => Some(Self::BorrowAction(BorrowAction::new())),
1224            #[cfg(feature = "TrainStation")] "trainstation" => Some(Self::TrainStation(TrainStation::new())),
1225            #[cfg(feature = "MedicalDevicePurpose")] "medicaldevicepurpose" => Some(Self::MedicalDevicePurpose(MedicalDevicePurpose::new())),
1226            #[cfg(feature = "CheckAction")] "checkaction" => Some(Self::CheckAction(CheckAction::new())),
1227            #[cfg(feature = "SportsTeam")] "sportsteam" => Some(Self::SportsTeam(SportsTeam::new())),
1228            #[cfg(feature = "HairSalon")] "hairsalon" => Some(Self::HairSalon(HairSalon::new())),
1229            #[cfg(feature = "GroceryStore")] "grocerystore" => Some(Self::GroceryStore(GroceryStore::new())),
1230            #[cfg(feature = "PodcastEpisode")] "podcastepisode" => Some(Self::PodcastEpisode(PodcastEpisode::new())),
1231            #[cfg(feature = "SpreadsheetDigitalDocument")] "spreadsheetdigitaldocument" => Some(Self::SpreadsheetDigitalDocument(SpreadsheetDigitalDocument::new())),
1232            #[cfg(feature = "ReportageNewsArticle")] "reportagenewsarticle" => Some(Self::ReportageNewsArticle(ReportageNewsArticle::new())),
1233            #[cfg(feature = "SelfStorage")] "selfstorage" => Some(Self::SelfStorage(SelfStorage::new())),
1234            #[cfg(feature = "CreativeWorkSeason")] "creativeworkseason" => Some(Self::CreativeWorkSeason(CreativeWorkSeason::new())),
1235            #[cfg(feature = "MedicalObservationalStudyDesign")] "medicalobservationalstudydesign" => Some(Self::MedicalObservationalStudyDesign(MedicalObservationalStudyDesign::new())),
1236            #[cfg(feature = "HinduTemple")] "hindutemple" => Some(Self::HinduTemple(HinduTemple::new())),
1237            #[cfg(feature = "MonetaryAmount")] "monetaryamount" => Some(Self::MonetaryAmount(MonetaryAmount::new())),
1238            #[cfg(feature = "MedicalRiskEstimator")] "medicalriskestimator" => Some(Self::MedicalRiskEstimator(MedicalRiskEstimator::new())),
1239            #[cfg(feature = "Message")] "message" => Some(Self::Message(Message::new())),
1240            #[cfg(feature = "SportsEvent")] "sportsevent" => Some(Self::SportsEvent(SportsEvent::new())),
1241            #[cfg(feature = "PerformanceRole")] "performancerole" => Some(Self::PerformanceRole(PerformanceRole::new())),
1242            #[cfg(feature = "APIReference")] "apireference" => Some(Self::APIReference(APIReference::new())),
1243            #[cfg(feature = "Electrician")] "electrician" => Some(Self::Electrician(Electrician::new())),
1244            #[cfg(feature = "LinkRole")] "linkrole" => Some(Self::LinkRole(LinkRole::new())),
1245            #[cfg(feature = "DataFeed")] "datafeed" => Some(Self::DataFeed(DataFeed::new())),
1246            #[cfg(feature = "WorkBasedProgram")] "workbasedprogram" => Some(Self::WorkBasedProgram(WorkBasedProgram::new())),
1247            #[cfg(feature = "SchoolDistrict")] "schooldistrict" => Some(Self::SchoolDistrict(SchoolDistrict::new())),
1248            #[cfg(feature = "ImageGallery")] "imagegallery" => Some(Self::ImageGallery(ImageGallery::new())),
1249            #[cfg(feature = "DeliveryChargeSpecification")] "deliverychargespecification" => Some(Self::DeliveryChargeSpecification(DeliveryChargeSpecification::new())),
1250            #[cfg(feature = "SpeakableSpecification")] "speakablespecification" => Some(Self::SpeakableSpecification(SpeakableSpecification::new())),
1251            #[cfg(feature = "GardenStore")] "gardenstore" => Some(Self::GardenStore(GardenStore::new())),
1252            #[cfg(feature = "Service")] "service" => Some(Self::Service(Service::new())),
1253            #[cfg(feature = "CookAction")] "cookaction" => Some(Self::CookAction(CookAction::new())),
1254            #[cfg(feature = "SearchAction")] "searchaction" => Some(Self::SearchAction(SearchAction::new())),
1255            #[cfg(feature = "ShoppingCenter")] "shoppingcenter" => Some(Self::ShoppingCenter(ShoppingCenter::new())),
1256            #[cfg(feature = "CampingPitch")] "campingpitch" => Some(Self::CampingPitch(CampingPitch::new())),
1257            #[cfg(feature = "FurnitureStore")] "furniturestore" => Some(Self::FurnitureStore(FurnitureStore::new())),
1258            #[cfg(feature = "UserTweets")] "usertweets" => Some(Self::UserTweets(UserTweets::new())),
1259            #[cfg(feature = "Project")] "project" => Some(Self::Project(Project::new())),
1260            #[cfg(feature = "WorkersUnion")] "workersunion" => Some(Self::WorkersUnion(WorkersUnion::new())),
1261            #[cfg(feature = "SaleEvent")] "saleevent" => Some(Self::SaleEvent(SaleEvent::new())),
1262            #[cfg(feature = "Energy")] "energy" => Some(Self::Energy(Energy::new())),
1263            #[cfg(feature = "Preschool")] "preschool" => Some(Self::Preschool(Preschool::new())),
1264            #[cfg(feature = "Continent")] "continent" => Some(Self::Continent(Continent::new())),
1265            #[cfg(feature = "ArchiveOrganization")] "archiveorganization" => Some(Self::ArchiveOrganization(ArchiveOrganization::new())),
1266            #[cfg(feature = "DrugStrength")] "drugstrength" => Some(Self::DrugStrength(DrugStrength::new())),
1267            #[cfg(feature = "PerformAction")] "performaction" => Some(Self::PerformAction(PerformAction::new())),
1268            #[cfg(feature = "ReservationPackage")] "reservationpackage" => Some(Self::ReservationPackage(ReservationPackage::new())),
1269            #[cfg(feature = "AppendAction")] "appendaction" => Some(Self::AppendAction(AppendAction::new())),
1270            #[cfg(feature = "VideoGameSeries")] "videogameseries" => Some(Self::VideoGameSeries(VideoGameSeries::new())),
1271            #[cfg(feature = "QuantitativeValue")] "quantitativevalue" => Some(Self::QuantitativeValue(QuantitativeValue::new())),
1272            #[cfg(feature = "EducationEvent")] "educationevent" => Some(Self::EducationEvent(EducationEvent::new())),
1273            #[cfg(feature = "Observation")] "observation" => Some(Self::Observation(Observation::new())),
1274            #[cfg(feature = "MedicalRiskCalculator")] "medicalriskcalculator" => Some(Self::MedicalRiskCalculator(MedicalRiskCalculator::new())),
1275            #[cfg(feature = "RadioBroadcastService")] "radiobroadcastservice" => Some(Self::RadioBroadcastService(RadioBroadcastService::new())),
1276            #[cfg(feature = "GovernmentBenefitsType")] "governmentbenefitstype" => Some(Self::GovernmentBenefitsType(GovernmentBenefitsType::new())),
1277            #[cfg(feature = "MotorizedBicycle")] "motorizedbicycle" => Some(Self::MotorizedBicycle(MotorizedBicycle::new())),
1278            #[cfg(feature = "PhysicalActivityCategory")] "physicalactivitycategory" => Some(Self::PhysicalActivityCategory(PhysicalActivityCategory::new())),
1279            #[cfg(feature = "MedicalTest")] "medicaltest" => Some(Self::MedicalTest(MedicalTest::new())),
1280            #[cfg(feature = "ScholarlyArticle")] "scholarlyarticle" => Some(Self::ScholarlyArticle(ScholarlyArticle::new())),
1281            #[cfg(feature = "EmailMessage")] "emailmessage" => Some(Self::EmailMessage(EmailMessage::new())),
1282            #[cfg(feature = "WearAction")] "wearaction" => Some(Self::WearAction(WearAction::new())),
1283            #[cfg(feature = "BoardingPolicyType")] "boardingpolicytype" => Some(Self::BoardingPolicyType(BoardingPolicyType::new())),
1284            #[cfg(feature = "RsvpAction")] "rsvpaction" => Some(Self::RsvpAction(RsvpAction::new())),
1285            #[cfg(feature = "MeasurementMethodEnum")] "measurementmethodenum" => Some(Self::MeasurementMethodEnum(MeasurementMethodEnum::new())),
1286            #[cfg(feature = "FoodEvent")] "foodevent" => Some(Self::FoodEvent(FoodEvent::new())),
1287            #[cfg(feature = "CDCPMDRecord")] "cdcpmdrecord" => Some(Self::CDCPMDRecord(CDCPMDRecord::new())),
1288            #[cfg(feature = "Residence")] "residence" => Some(Self::Residence(Residence::new())),
1289            #[cfg(feature = "WantAction")] "wantaction" => Some(Self::WantAction(WantAction::new())),
1290            #[cfg(feature = "EntryPoint")] "entrypoint" => Some(Self::EntryPoint(EntryPoint::new())),
1291            #[cfg(feature = "MedicalIndication")] "medicalindication" => Some(Self::MedicalIndication(MedicalIndication::new())),
1292            #[cfg(feature = "GameAvailabilityEnumeration")] "gameavailabilityenumeration" => Some(Self::GameAvailabilityEnumeration(GameAvailabilityEnumeration::new())),
1293            #[cfg(feature = "IgnoreAction")] "ignoreaction" => Some(Self::IgnoreAction(IgnoreAction::new())),
1294            #[cfg(feature = "MedicalAudience")] "medicalaudience" => Some(Self::MedicalAudience(MedicalAudience::new())),
1295            #[cfg(feature = "LodgingReservation")] "lodgingreservation" => Some(Self::LodgingReservation(LodgingReservation::new())),
1296            #[cfg(feature = "MedicalTrial")] "medicaltrial" => Some(Self::MedicalTrial(MedicalTrial::new())),
1297            #[cfg(feature = "AutomotiveBusiness")] "automotivebusiness" => Some(Self::AutomotiveBusiness(AutomotiveBusiness::new())),
1298            #[cfg(feature = "TVEpisode")] "tvepisode" => Some(Self::TVEpisode(TVEpisode::new())),
1299            #[cfg(feature = "BusinessEntityType")] "businessentitytype" => Some(Self::BusinessEntityType(BusinessEntityType::new())),
1300            #[cfg(feature = "MovieTheater")] "movietheater" => Some(Self::MovieTheater(MovieTheater::new())),
1301            #[cfg(feature = "GolfCourse")] "golfcourse" => Some(Self::GolfCourse(GolfCourse::new())),
1302            #[cfg(feature = "WebSite")] "website" => Some(Self::WebSite(WebSite::new())),
1303            #[cfg(feature = "QuoteAction")] "quoteaction" => Some(Self::QuoteAction(QuoteAction::new())),
1304            #[cfg(feature = "HealthPlanCostSharingSpecification")] "healthplancostsharingspecification" => Some(Self::HealthPlanCostSharingSpecification(HealthPlanCostSharingSpecification::new())),
1305            #[cfg(feature = "HobbyShop")] "hobbyshop" => Some(Self::HobbyShop(HobbyShop::new())),
1306            #[cfg(feature = "CurrencyConversionService")] "currencyconversionservice" => Some(Self::CurrencyConversionService(CurrencyConversionService::new())),
1307            #[cfg(feature = "Rating")] "rating" => Some(Self::Rating(Rating::new())),
1308            #[cfg(feature = "OfficeEquipmentStore")] "officeequipmentstore" => Some(Self::OfficeEquipmentStore(OfficeEquipmentStore::new())),
1309            #[cfg(feature = "EnergyConsumptionDetails")] "energyconsumptiondetails" => Some(Self::EnergyConsumptionDetails(EnergyConsumptionDetails::new())),
1310            #[cfg(feature = "WarrantyScope")] "warrantyscope" => Some(Self::WarrantyScope(WarrantyScope::new())),
1311            #[cfg(feature = "MusicPlaylist")] "musicplaylist" => Some(Self::MusicPlaylist(MusicPlaylist::new())),
1312            #[cfg(feature = "Florist")] "florist" => Some(Self::Florist(Florist::new())),
1313            #[cfg(feature = "ImageObject")] "imageobject" => Some(Self::ImageObject(ImageObject::new())),
1314            #[cfg(feature = "MusicEvent")] "musicevent" => Some(Self::MusicEvent(MusicEvent::new())),
1315            #[cfg(feature = "PreventionIndication")] "preventionindication" => Some(Self::PreventionIndication(PreventionIndication::new())),
1316            #[cfg(feature = "DisagreeAction")] "disagreeaction" => Some(Self::DisagreeAction(DisagreeAction::new())),
1317            #[cfg(feature = "GovernmentService")] "governmentservice" => Some(Self::GovernmentService(GovernmentService::new())),
1318            #[cfg(feature = "FireStation")] "firestation" => Some(Self::FireStation(FireStation::new())),
1319            #[cfg(feature = "Role")] "role" => Some(Self::Role(Role::new())),
1320            #[cfg(feature = "LearningResource")] "learningresource" => Some(Self::LearningResource(LearningResource::new())),
1321            #[cfg(feature = "PropertyValue")] "propertyvalue" => Some(Self::PropertyValue(PropertyValue::new())),
1322            #[cfg(feature = "TouristAttraction")] "touristattraction" => Some(Self::TouristAttraction(TouristAttraction::new())),
1323            #[cfg(feature = "DoseSchedule")] "doseschedule" => Some(Self::DoseSchedule(DoseSchedule::new())),
1324            #[cfg(feature = "FoodService")] "foodservice" => Some(Self::FoodService(FoodService::new())),
1325            #[cfg(feature = "ThreeDModel")] "threedmodel" => Some(Self::ThreeDModel(ThreeDModel::new())),
1326            #[cfg(feature = "Canal")] "canal" => Some(Self::Canal(Canal::new())),
1327            #[cfg(feature = "MovingCompany")] "movingcompany" => Some(Self::MovingCompany(MovingCompany::new())),
1328            #[cfg(feature = "SellAction")] "sellaction" => Some(Self::SellAction(SellAction::new())),
1329            #[cfg(feature = "TipAction")] "tipaction" => Some(Self::TipAction(TipAction::new())),
1330            #[cfg(feature = "TVSeries")] "tvseries" => Some(Self::TVSeries(TVSeries::new())),
1331            #[cfg(feature = "BrokerageAccount")] "brokerageaccount" => Some(Self::BrokerageAccount(BrokerageAccount::new())),
1332            #[cfg(feature = "Episode")] "episode" => Some(Self::Episode(Episode::new())),
1333            #[cfg(feature = "ToyStore")] "toystore" => Some(Self::ToyStore(ToyStore::new())),
1334            #[cfg(feature = "DefinedTerm")] "definedterm" => Some(Self::DefinedTerm(DefinedTerm::new())),
1335            #[cfg(feature = "BikeStore")] "bikestore" => Some(Self::BikeStore(BikeStore::new())),
1336            #[cfg(feature = "ChooseAction")] "chooseaction" => Some(Self::ChooseAction(ChooseAction::new())),
1337            #[cfg(feature = "Property")] "property" => Some(Self::Property(Property::new())),
1338            #[cfg(feature = "HowToTool")] "howtotool" => Some(Self::HowToTool(HowToTool::new())),
1339            #[cfg(feature = "AutomatedTeller")] "automatedteller" => Some(Self::AutomatedTeller(AutomatedTeller::new())),
1340            #[cfg(feature = "Zoo")] "zoo" => Some(Self::Zoo(Zoo::new())),
1341            #[cfg(feature = "ChemicalSubstance")] "chemicalsubstance" => Some(Self::ChemicalSubstance(ChemicalSubstance::new())),
1342            #[cfg(feature = "InteractionCounter")] "interactioncounter" => Some(Self::InteractionCounter(InteractionCounter::new())),
1343            #[cfg(feature = "CableOrSatelliteService")] "cableorsatelliteservice" => Some(Self::CableOrSatelliteService(CableOrSatelliteService::new())),
1344            #[cfg(feature = "NailSalon")] "nailsalon" => Some(Self::NailSalon(NailSalon::new())),
1345            #[cfg(feature = "EventVenue")] "eventvenue" => Some(Self::EventVenue(EventVenue::new())),
1346            #[cfg(feature = "ProductCollection")] "productcollection" => Some(Self::ProductCollection(ProductCollection::new())),
1347            #[cfg(feature = "VeterinaryCare")] "veterinarycare" => Some(Self::VeterinaryCare(VeterinaryCare::new())),
1348            #[cfg(feature = "TaxiService")] "taxiservice" => Some(Self::TaxiService(TaxiService::new())),
1349            #[cfg(feature = "ViewAction")] "viewaction" => Some(Self::ViewAction(ViewAction::new())),
1350            #[cfg(feature = "TireShop")] "tireshop" => Some(Self::TireShop(TireShop::new())),
1351            #[cfg(feature = "WebAPI")] "webapi" => Some(Self::WebAPI(WebAPI::new())),
1352            #[cfg(feature = "RVPark")] "rvpark" => Some(Self::RVPark(RVPark::new())),
1353            #[cfg(feature = "MusicRecording")] "musicrecording" => Some(Self::MusicRecording(MusicRecording::new())),
1354            #[cfg(feature = "BookStore")] "bookstore" => Some(Self::BookStore(BookStore::new())),
1355            #[cfg(feature = "OfferCatalog")] "offercatalog" => Some(Self::OfferCatalog(OfferCatalog::new())),
1356            #[cfg(feature = "TextObject")] "textobject" => Some(Self::TextObject(TextObject::new())),
1357            #[cfg(feature = "DigitalDocumentPermissionType")] "digitaldocumentpermissiontype" => Some(Self::DigitalDocumentPermissionType(DigitalDocumentPermissionType::new())),
1358            #[cfg(feature = "BowlingAlley")] "bowlingalley" => Some(Self::BowlingAlley(BowlingAlley::new())),
1359            #[cfg(feature = "BoatTerminal")] "boatterminal" => Some(Self::BoatTerminal(BoatTerminal::new())),
1360            #[cfg(feature = "TVSeason")] "tvseason" => Some(Self::TVSeason(TVSeason::new())),
1361            #[cfg(feature = "AgreeAction")] "agreeaction" => Some(Self::AgreeAction(AgreeAction::new())),
1362            #[cfg(feature = "MotorcycleRepair")] "motorcyclerepair" => Some(Self::MotorcycleRepair(MotorcycleRepair::new())),
1363            #[cfg(feature = "House")] "house" => Some(Self::House(House::new())),
1364            #[cfg(feature = "BoatReservation")] "boatreservation" => Some(Self::BoatReservation(BoatReservation::new())),
1365            #[cfg(feature = "CreateAction")] "createaction" => Some(Self::CreateAction(CreateAction::new())),
1366            #[cfg(feature = "StatusEnumeration")] "statusenumeration" => Some(Self::StatusEnumeration(StatusEnumeration::new())),
1367            #[cfg(feature = "SeekToAction")] "seektoaction" => Some(Self::SeekToAction(SeekToAction::new())),
1368            #[cfg(feature = "Playground")] "playground" => Some(Self::Playground(Playground::new())),
1369            #[cfg(feature = "ParkingFacility")] "parkingfacility" => Some(Self::ParkingFacility(ParkingFacility::new())),
1370            #[cfg(feature = "LocationFeatureSpecification")] "locationfeaturespecification" => Some(Self::LocationFeatureSpecification(LocationFeatureSpecification::new())),
1371            #[cfg(feature = "VoteAction")] "voteaction" => Some(Self::VoteAction(VoteAction::new())),
1372            #[cfg(feature = "InformAction")] "informaction" => Some(Self::InformAction(InformAction::new())),
1373            #[cfg(feature = "Enumeration")] "enumeration" => Some(Self::Enumeration(Enumeration::new())),
1374            #[cfg(feature = "ProductModel")] "productmodel" => Some(Self::ProductModel(ProductModel::new())),
1375            #[cfg(feature = "DeleteAction")] "deleteaction" => Some(Self::DeleteAction(DeleteAction::new())),
1376            #[cfg(feature = "WarrantyPromise")] "warrantypromise" => Some(Self::WarrantyPromise(WarrantyPromise::new())),
1377            #[cfg(feature = "DeactivateAction")] "deactivateaction" => Some(Self::DeactivateAction(DeactivateAction::new())),
1378            #[cfg(feature = "Menu")] "menu" => Some(Self::Menu(Menu::new())),
1379            #[cfg(feature = "MusicAlbumProductionType")] "musicalbumproductiontype" => Some(Self::MusicAlbumProductionType(MusicAlbumProductionType::new())),
1380            #[cfg(feature = "TouristDestination")] "touristdestination" => Some(Self::TouristDestination(TouristDestination::new())),
1381            #[cfg(feature = "Thesis")] "thesis" => Some(Self::Thesis(Thesis::new())),
1382            #[cfg(feature = "MoveAction")] "moveaction" => Some(Self::MoveAction(MoveAction::new())),
1383            #[cfg(feature = "MedicalSignOrSymptom")] "medicalsignorsymptom" => Some(Self::MedicalSignOrSymptom(MedicalSignOrSymptom::new())),
1384            #[cfg(feature = "MonetaryAmountDistribution")] "monetaryamountdistribution" => Some(Self::MonetaryAmountDistribution(MonetaryAmountDistribution::new())),
1385            #[cfg(feature = "EventStatusType")] "eventstatustype" => Some(Self::EventStatusType(EventStatusType::new())),
1386            #[cfg(feature = "TennisComplex")] "tenniscomplex" => Some(Self::TennisComplex(TennisComplex::new())),
1387            #[cfg(feature = "ArriveAction")] "arriveaction" => Some(Self::ArriveAction(ArriveAction::new())),
1388            #[cfg(feature = "ReturnFeesEnumeration")] "returnfeesenumeration" => Some(Self::ReturnFeesEnumeration(ReturnFeesEnumeration::new())),
1389            #[cfg(feature = "TaxiReservation")] "taxireservation" => Some(Self::TaxiReservation(TaxiReservation::new())),
1390            #[cfg(feature = "GovernmentOffice")] "governmentoffice" => Some(Self::GovernmentOffice(GovernmentOffice::new())),
1391            #[cfg(feature = "WebPageElement")] "webpageelement" => Some(Self::WebPageElement(WebPageElement::new())),
1392            #[cfg(feature = "ProgramMembership")] "programmembership" => Some(Self::ProgramMembership(ProgramMembership::new())),
1393            #[cfg(feature = "AudioObjectSnapshot")] "audioobjectsnapshot" => Some(Self::AudioObjectSnapshot(AudioObjectSnapshot::new())),
1394            #[cfg(feature = "MerchantReturnPolicySeasonalOverride")] "merchantreturnpolicyseasonaloverride" => Some(Self::MerchantReturnPolicySeasonalOverride(MerchantReturnPolicySeasonalOverride::new())),
1395            #[cfg(feature = "SingleFamilyResidence")] "singlefamilyresidence" => Some(Self::SingleFamilyResidence(SingleFamilyResidence::new())),
1396            #[cfg(feature = "Bridge")] "bridge" => Some(Self::Bridge(Bridge::new())),
1397            #[cfg(feature = "Product")] "product" => Some(Self::Product(Product::new())),
1398            #[cfg(feature = "Brand")] "brand" => Some(Self::Brand(Brand::new())),
1399            #[cfg(feature = "AnatomicalSystem")] "anatomicalsystem" => Some(Self::AnatomicalSystem(AnatomicalSystem::new())),
1400            #[cfg(feature = "EngineSpecification")] "enginespecification" => Some(Self::EngineSpecification(EngineSpecification::new())),
1401            #[cfg(feature = "PoliceStation")] "policestation" => Some(Self::PoliceStation(PoliceStation::new())),
1402            #[cfg(feature = "MarryAction")] "marryaction" => Some(Self::MarryAction(MarryAction::new())),
1403            #[cfg(feature = "Plumber")] "plumber" => Some(Self::Plumber(Plumber::new())),
1404            #[cfg(feature = "AddAction")] "addaction" => Some(Self::AddAction(AddAction::new())),
1405            #[cfg(feature = "InviteAction")] "inviteaction" => Some(Self::InviteAction(InviteAction::new())),
1406            #[cfg(feature = "CreditCard")] "creditcard" => Some(Self::CreditCard(CreditCard::new())),
1407            #[cfg(feature = "Dataset")] "dataset" => Some(Self::Dataset(Dataset::new())),
1408            #[cfg(feature = "PublicSwimmingPool")] "publicswimmingpool" => Some(Self::PublicSwimmingPool(PublicSwimmingPool::new())),
1409            #[cfg(feature = "CourseInstance")] "courseinstance" => Some(Self::CourseInstance(CourseInstance::new())),
1410            #[cfg(feature = "MediaReview")] "mediareview" => Some(Self::MediaReview(MediaReview::new())),
1411            #[cfg(feature = "Occupation")] "occupation" => Some(Self::Occupation(Occupation::new())),
1412            #[cfg(feature = "MedicalIntangible")] "medicalintangible" => Some(Self::MedicalIntangible(MedicalIntangible::new())),
1413            #[cfg(feature = "AuthorizeAction")] "authorizeaction" => Some(Self::AuthorizeAction(AuthorizeAction::new())),
1414            #[cfg(feature = "Protein")] "protein" => Some(Self::Protein(Protein::new())),
1415            #[cfg(feature = "LymphaticVessel")] "lymphaticvessel" => Some(Self::LymphaticVessel(LymphaticVessel::new())),
1416            #[cfg(feature = "DayOfWeek")] "dayofweek" => Some(Self::DayOfWeek(DayOfWeek::new())),
1417            #[cfg(feature = "PlaceOfWorship")] "placeofworship" => Some(Self::PlaceOfWorship(PlaceOfWorship::new())),
1418            #[cfg(feature = "ComedyEvent")] "comedyevent" => Some(Self::ComedyEvent(ComedyEvent::new())),
1419            #[cfg(feature = "GatedResidenceCommunity")] "gatedresidencecommunity" => Some(Self::GatedResidenceCommunity(GatedResidenceCommunity::new())),
1420            #[cfg(feature = "LiveBlogPosting")] "liveblogposting" => Some(Self::LiveBlogPosting(LiveBlogPosting::new())),
1421            #[cfg(feature = "AssignAction")] "assignaction" => Some(Self::AssignAction(AssignAction::new())),
1422            #[cfg(feature = "FMRadioChannel")] "fmradiochannel" => Some(Self::FMRadioChannel(FMRadioChannel::new())),
1423            #[cfg(feature = "AMRadioChannel")] "amradiochannel" => Some(Self::AMRadioChannel(AMRadioChannel::new())),
1424            #[cfg(feature = "PhysicalExam")] "physicalexam" => Some(Self::PhysicalExam(PhysicalExam::new())),
1425            #[cfg(feature = "PodcastSeries")] "podcastseries" => Some(Self::PodcastSeries(PodcastSeries::new())),
1426            #[cfg(feature = "AdvertiserContentArticle")] "advertisercontentarticle" => Some(Self::AdvertiserContentArticle(AdvertiserContentArticle::new())),
1427            #[cfg(feature = "ExercisePlan")] "exerciseplan" => Some(Self::ExercisePlan(ExercisePlan::new())),
1428            #[cfg(feature = "GeoCircle")] "geocircle" => Some(Self::GeoCircle(GeoCircle::new())),
1429            #[cfg(feature = "PublicationIssue")] "publicationissue" => Some(Self::PublicationIssue(PublicationIssue::new())),
1430            #[cfg(feature = "CafeOrCoffeeShop")] "cafeorcoffeeshop" => Some(Self::CafeOrCoffeeShop(CafeOrCoffeeShop::new())),
1431            #[cfg(feature = "PalliativeProcedure")] "palliativeprocedure" => Some(Self::PalliativeProcedure(PalliativeProcedure::new())),
1432            #[cfg(feature = "WearableSizeGroupEnumeration")] "wearablesizegroupenumeration" => Some(Self::WearableSizeGroupEnumeration(WearableSizeGroupEnumeration::new())),
1433            #[cfg(feature = "HealthAndBeautyBusiness")] "healthandbeautybusiness" => Some(Self::HealthAndBeautyBusiness(HealthAndBeautyBusiness::new())),
1434            #[cfg(feature = "BioChemEntity")] "biochementity" => Some(Self::BioChemEntity(BioChemEntity::new())),
1435            #[cfg(feature = "Article")] "article" => Some(Self::Article(Article::new())),
1436            #[cfg(feature = "Float")] "float" => Some(Self::Float(Float::new())),
1437            #[cfg(feature = "Taxi")] "taxi" => Some(Self::Taxi(Taxi::new())),
1438            #[cfg(feature = "Crematorium")] "crematorium" => Some(Self::Crematorium(Crematorium::new())),
1439            #[cfg(feature = "RadiationTherapy")] "radiationtherapy" => Some(Self::RadiationTherapy(RadiationTherapy::new())),
1440            #[cfg(feature = "EducationalOccupationalProgram")] "educationaloccupationalprogram" => Some(Self::EducationalOccupationalProgram(EducationalOccupationalProgram::new())),
1441            #[cfg(feature = "MedicalImagingTechnique")] "medicalimagingtechnique" => Some(Self::MedicalImagingTechnique(MedicalImagingTechnique::new())),
1442            #[cfg(feature = "Attorney")] "attorney" => Some(Self::Attorney(Attorney::new())),
1443            #[cfg(feature = "BusinessAudience")] "businessaudience" => Some(Self::BusinessAudience(BusinessAudience::new())),
1444            #[cfg(feature = "ChildrensEvent")] "childrensevent" => Some(Self::ChildrensEvent(ChildrensEvent::new())),
1445            #[cfg(feature = "GenderType")] "gendertype" => Some(Self::GenderType(GenderType::new())),
1446            #[cfg(feature = "Quiz")] "quiz" => Some(Self::Quiz(Quiz::new())),
1447            #[cfg(feature = "Demand")] "demand" => Some(Self::Demand(Demand::new())),
1448            #[cfg(feature = "Class")] "class" => Some(Self::Class(Class::new())),
1449            #[cfg(feature = "Brewery")] "brewery" => Some(Self::Brewery(Brewery::new())),
1450            #[cfg(feature = "HealthInsurancePlan")] "healthinsuranceplan" => Some(Self::HealthInsurancePlan(HealthInsurancePlan::new())),
1451            #[cfg(feature = "JoinAction")] "joinaction" => Some(Self::JoinAction(JoinAction::new())),
1452            #[cfg(feature = "JewelryStore")] "jewelrystore" => Some(Self::JewelryStore(JewelryStore::new())),
1453            #[cfg(feature = "AutoBodyShop")] "autobodyshop" => Some(Self::AutoBodyShop(AutoBodyShop::new())),
1454            #[cfg(feature = "AmusementPark")] "amusementpark" => Some(Self::AmusementPark(AmusementPark::new())),
1455            #[cfg(feature = "EmployerAggregateRating")] "employeraggregaterating" => Some(Self::EmployerAggregateRating(EmployerAggregateRating::new())),
1456            #[cfg(feature = "SatiricalArticle")] "satiricalarticle" => Some(Self::SatiricalArticle(SatiricalArticle::new())),
1457            #[cfg(feature = "UserCheckins")] "usercheckins" => Some(Self::UserCheckins(UserCheckins::new())),
1458            #[cfg(feature = "InvestmentOrDeposit")] "investmentordeposit" => Some(Self::InvestmentOrDeposit(InvestmentOrDeposit::new())),
1459            #[cfg(feature = "HVACBusiness")] "hvacbusiness" => Some(Self::HVACBusiness(HVACBusiness::new())),
1460            #[cfg(feature = "ActionAccessSpecification")] "actionaccessspecification" => Some(Self::ActionAccessSpecification(ActionAccessSpecification::new())),
1461            #[cfg(feature = "UserBlocks")] "userblocks" => Some(Self::UserBlocks(UserBlocks::new())),
1462            #[cfg(feature = "LocalBusiness")] "localbusiness" => Some(Self::LocalBusiness(LocalBusiness::new())),
1463            #[cfg(feature = "TypeAndQuantityNode")] "typeandquantitynode" => Some(Self::TypeAndQuantityNode(TypeAndQuantityNode::new())),
1464            #[cfg(feature = "Library")] "library" => Some(Self::Library(Library::new())),
1465            #[cfg(feature = "CategoryCodeSet")] "categorycodeset" => Some(Self::CategoryCodeSet(CategoryCodeSet::new())),
1466            #[cfg(feature = "HomeAndConstructionBusiness")] "homeandconstructionbusiness" => Some(Self::HomeAndConstructionBusiness(HomeAndConstructionBusiness::new())),
1467            #[cfg(feature = "ParcelDelivery")] "parceldelivery" => Some(Self::ParcelDelivery(ParcelDelivery::new())),
1468            #[cfg(feature = "MedicalCode")] "medicalcode" => Some(Self::MedicalCode(MedicalCode::new())),
1469            #[cfg(feature = "ReplyAction")] "replyaction" => Some(Self::ReplyAction(ReplyAction::new())),
1470            #[cfg(feature = "TradeAction")] "tradeaction" => Some(Self::TradeAction(TradeAction::new())),
1471            #[cfg(feature = "CityHall")] "cityhall" => Some(Self::CityHall(CityHall::new())),
1472            #[cfg(feature = "ElementarySchool")] "elementaryschool" => Some(Self::ElementarySchool(ElementarySchool::new())),
1473            #[cfg(feature = "Guide")] "guide" => Some(Self::Guide(Guide::new())),
1474            #[cfg(feature = "NutritionInformation")] "nutritioninformation" => Some(Self::NutritionInformation(NutritionInformation::new())),
1475            #[cfg(feature = "CommentAction")] "commentaction" => Some(Self::CommentAction(CommentAction::new())),
1476            #[cfg(feature = "InfectiousDisease")] "infectiousdisease" => Some(Self::InfectiousDisease(InfectiousDisease::new())),
1477            #[cfg(feature = "MedicalTestPanel")] "medicaltestpanel" => Some(Self::MedicalTestPanel(MedicalTestPanel::new())),
1478            #[cfg(feature = "BeautySalon")] "beautysalon" => Some(Self::BeautySalon(BeautySalon::new())),
1479            #[cfg(feature = "DryCleaningOrLaundry")] "drycleaningorlaundry" => Some(Self::DryCleaningOrLaundry(DryCleaningOrLaundry::new())),
1480            #[cfg(feature = "VideoObjectSnapshot")] "videoobjectsnapshot" => Some(Self::VideoObjectSnapshot(VideoObjectSnapshot::new())),
1481            #[cfg(feature = "HowToTip")] "howtotip" => Some(Self::HowToTip(HowToTip::new())),
1482            #[cfg(feature = "SocialMediaPosting")] "socialmediaposting" => Some(Self::SocialMediaPosting(SocialMediaPosting::new())),
1483            #[cfg(feature = "Ligament")] "ligament" => Some(Self::Ligament(Ligament::new())),
1484            #[cfg(feature = "ActionStatusType")] "actionstatustype" => Some(Self::ActionStatusType(ActionStatusType::new())),
1485            #[cfg(feature = "IndividualProduct")] "individualproduct" => Some(Self::IndividualProduct(IndividualProduct::new())),
1486            #[cfg(feature = "HowToItem")] "howtoitem" => Some(Self::HowToItem(HowToItem::new())),
1487            #[cfg(feature = "Report")] "report" => Some(Self::Report(Report::new())),
1488            #[cfg(feature = "Museum")] "museum" => Some(Self::Museum(Museum::new())),
1489            #[cfg(feature = "ComicStory")] "comicstory" => Some(Self::ComicStory(ComicStory::new())),
1490            #[cfg(feature = "TrainReservation")] "trainreservation" => Some(Self::TrainReservation(TrainReservation::new())),
1491            #[cfg(feature = "SubwayStation")] "subwaystation" => Some(Self::SubwayStation(SubwayStation::new())),
1492            #[cfg(feature = "WPHeader")] "wpheader" => Some(Self::WPHeader(WPHeader::new())),
1493            #[cfg(feature = "EUEnergyEfficiencyEnumeration")] "euenergyefficiencyenumeration" => Some(Self::EUEnergyEfficiencyEnumeration(EUEnergyEfficiencyEnumeration::new())),
1494            #[cfg(feature = "Painting")] "painting" => Some(Self::Painting(Painting::new())),
1495            #[cfg(feature = "MedicalProcedure")] "medicalprocedure" => Some(Self::MedicalProcedure(MedicalProcedure::new())),
1496            #[cfg(feature = "DietarySupplement")] "dietarysupplement" => Some(Self::DietarySupplement(DietarySupplement::new())),
1497            #[cfg(feature = "PaymentService")] "paymentservice" => Some(Self::PaymentService(PaymentService::new())),
1498            #[cfg(feature = "TextDigitalDocument")] "textdigitaldocument" => Some(Self::TextDigitalDocument(TextDigitalDocument::new())),
1499            #[cfg(feature = "TieAction")] "tieaction" => Some(Self::TieAction(TieAction::new())),
1500            #[cfg(feature = "DrugPrescriptionStatus")] "drugprescriptionstatus" => Some(Self::DrugPrescriptionStatus(DrugPrescriptionStatus::new())),
1501            #[cfg(feature = "MediaReviewItem")] "mediareviewitem" => Some(Self::MediaReviewItem(MediaReviewItem::new())),
1502            #[cfg(feature = "ComputerLanguage")] "computerlanguage" => Some(Self::ComputerLanguage(ComputerLanguage::new())),
1503            #[cfg(feature = "Locksmith")] "locksmith" => Some(Self::Locksmith(Locksmith::new())),
1504            #[cfg(feature = "SearchRescueOrganization")] "searchrescueorganization" => Some(Self::SearchRescueOrganization(SearchRescueOrganization::new())),
1505            #[cfg(feature = "Distillery")] "distillery" => Some(Self::Distillery(Distillery::new())),
1506            #[cfg(feature = "EventSeries")] "eventseries" => Some(Self::EventSeries(EventSeries::new())),
1507            #[cfg(feature = "RadioSeries")] "radioseries" => Some(Self::RadioSeries(RadioSeries::new())),
1508            #[cfg(feature = "AdministrativeArea")] "administrativearea" => Some(Self::AdministrativeArea(AdministrativeArea::new())),
1509            #[cfg(feature = "PoliticalParty")] "politicalparty" => Some(Self::PoliticalParty(PoliticalParty::new())),
1510            #[cfg(feature = "BedAndBreakfast")] "bedandbreakfast" => Some(Self::BedAndBreakfast(BedAndBreakfast::new())),
1511            #[cfg(feature = "VacationRental")] "vacationrental" => Some(Self::VacationRental(VacationRental::new())),
1512            #[cfg(feature = "HotelRoom")] "hotelroom" => Some(Self::HotelRoom(HotelRoom::new())),
1513            #[cfg(feature = "Casino")] "casino" => Some(Self::Casino(Casino::new())),
1514            #[cfg(feature = "BookSeries")] "bookseries" => Some(Self::BookSeries(BookSeries::new())),
1515            #[cfg(feature = "MedicineSystem")] "medicinesystem" => Some(Self::MedicineSystem(MedicineSystem::new())),
1516            #[cfg(feature = "Airport")] "airport" => Some(Self::Airport(Airport::new())),
1517            #[cfg(feature = "CategoryCode")] "categorycode" => Some(Self::CategoryCode(CategoryCode::new())),
1518            #[cfg(feature = "Corporation")] "corporation" => Some(Self::Corporation(Corporation::new())),
1519            #[cfg(feature = "PreOrderAction")] "preorderaction" => Some(Self::PreOrderAction(PreOrderAction::new())),
1520            #[cfg(feature = "PodcastSeason")] "podcastseason" => Some(Self::PodcastSeason(PodcastSeason::new())),
1521            #[cfg(feature = "TrackAction")] "trackaction" => Some(Self::TrackAction(TrackAction::new())),
1522            #[cfg(feature = "AskAction")] "askaction" => Some(Self::AskAction(AskAction::new())),
1523            #[cfg(feature = "RealEstateAgent")] "realestateagent" => Some(Self::RealEstateAgent(RealEstateAgent::new())),
1524            #[cfg(feature = "AccountingService")] "accountingservice" => Some(Self::AccountingService(AccountingService::new())),
1525            #[cfg(feature = "TravelAgency")] "travelagency" => Some(Self::TravelAgency(TravelAgency::new())),
1526            #[cfg(feature = "Optician")] "optician" => Some(Self::Optician(Optician::new())),
1527            #[cfg(feature = "SiteNavigationElement")] "sitenavigationelement" => Some(Self::SiteNavigationElement(SiteNavigationElement::new())),
1528            #[cfg(feature = "Church")] "church" => Some(Self::Church(Church::new())),
1529            #[cfg(feature = "BookmarkAction")] "bookmarkaction" => Some(Self::BookmarkAction(BookmarkAction::new())),
1530            #[cfg(feature = "MenuItem")] "menuitem" => Some(Self::MenuItem(MenuItem::new())),
1531            #[cfg(feature = "InsertAction")] "insertaction" => Some(Self::InsertAction(InsertAction::new())),
1532            #[cfg(feature = "Pharmacy")] "pharmacy" => Some(Self::Pharmacy(Pharmacy::new())),
1533            #[cfg(feature = "RadioSeason")] "radioseason" => Some(Self::RadioSeason(RadioSeason::new())),
1534            #[cfg(feature = "SportsOrganization")] "sportsorganization" => Some(Self::SportsOrganization(SportsOrganization::new())),
1535            #[cfg(feature = "LegalService")] "legalservice" => Some(Self::LegalService(LegalService::new())),
1536            #[cfg(feature = "DigitalDocumentPermission")] "digitaldocumentpermission" => Some(Self::DigitalDocumentPermission(DigitalDocumentPermission::new())),
1537            #[cfg(feature = "HardwareStore")] "hardwarestore" => Some(Self::HardwareStore(HardwareStore::new())),
1538            #[cfg(feature = "Recipe")] "recipe" => Some(Self::Recipe(Recipe::new())),
1539            #[cfg(feature = "MapCategoryType")] "mapcategorytype" => Some(Self::MapCategoryType(MapCategoryType::new())),
1540            #[cfg(feature = "AchieveAction")] "achieveaction" => Some(Self::AchieveAction(AchieveAction::new())),
1541            #[cfg(feature = "PerformingGroup")] "performinggroup" => Some(Self::PerformingGroup(PerformingGroup::new())),
1542            #[cfg(feature = "InfectiousAgentClass")] "infectiousagentclass" => Some(Self::InfectiousAgentClass(InfectiousAgentClass::new())),
1543            #[cfg(feature = "Event")] "event" => Some(Self::Event(Event::new())),
1544            #[cfg(feature = "Room")] "room" => Some(Self::Room(Room::new())),
1545            #[cfg(feature = "Gene")] "gene" => Some(Self::Gene(Gene::new())),
1546            #[cfg(feature = "ClothingStore")] "clothingstore" => Some(Self::ClothingStore(ClothingStore::new())),
1547            #[cfg(feature = "VideoObject")] "videoobject" => Some(Self::VideoObject(VideoObject::new())),
1548            #[cfg(feature = "FinancialService")] "financialservice" => Some(Self::FinancialService(FinancialService::new())),
1549            #[cfg(feature = "Game")] "game" => Some(Self::Game(Game::new())),
1550            #[cfg(feature = "CheckoutPage")] "checkoutpage" => Some(Self::CheckoutPage(CheckoutPage::new())),
1551            #[cfg(feature = "TakeAction")] "takeaction" => Some(Self::TakeAction(TakeAction::new())),
1552            #[cfg(feature = "PathologyTest")] "pathologytest" => Some(Self::PathologyTest(PathologyTest::new())),
1553            #[cfg(feature = "AdultOrientedEnumeration")] "adultorientedenumeration" => Some(Self::AdultOrientedEnumeration(AdultOrientedEnumeration::new())),
1554            #[cfg(feature = "RecommendedDoseSchedule")] "recommendeddoseschedule" => Some(Self::RecommendedDoseSchedule(RecommendedDoseSchedule::new())),
1555            #[cfg(feature = "CovidTestingFacility")] "covidtestingfacility" => Some(Self::CovidTestingFacility(CovidTestingFacility::new())),
1556            #[cfg(feature = "SpecialAnnouncement")] "specialannouncement" => Some(Self::SpecialAnnouncement(SpecialAnnouncement::new())),
1557            #[cfg(feature = "Legislation")] "legislation" => Some(Self::Legislation(Legislation::new())),
1558            #[cfg(feature = "VideoGallery")] "videogallery" => Some(Self::VideoGallery(VideoGallery::new())),
1559            #[cfg(feature = "MusicComposition")] "musiccomposition" => Some(Self::MusicComposition(MusicComposition::new())),
1560            #[cfg(feature = "DonateAction")] "donateaction" => Some(Self::DonateAction(DonateAction::new())),
1561            #[cfg(feature = "ItemPage")] "itempage" => Some(Self::ItemPage(ItemPage::new())),
1562            #[cfg(feature = "ChildCare")] "childcare" => Some(Self::ChildCare(ChildCare::new())),
1563            #[cfg(feature = "ShippingRateSettings")] "shippingratesettings" => Some(Self::ShippingRateSettings(ShippingRateSettings::new())),
1564            #[cfg(feature = "UserInteraction")] "userinteraction" => Some(Self::UserInteraction(UserInteraction::new())),
1565            #[cfg(feature = "CoverArt")] "coverart" => Some(Self::CoverArt(CoverArt::new())),
1566            #[cfg(feature = "StatisticalPopulation")] "statisticalpopulation" => Some(Self::StatisticalPopulation(StatisticalPopulation::new())),
1567            #[cfg(feature = "DataDownload")] "datadownload" => Some(Self::DataDownload(DataDownload::new())),
1568            #[cfg(feature = "ReviewAction")] "reviewaction" => Some(Self::ReviewAction(ReviewAction::new())),
1569            #[cfg(feature = "Courthouse")] "courthouse" => Some(Self::Courthouse(Courthouse::new())),
1570            #[cfg(feature = "SheetMusic")] "sheetmusic" => Some(Self::SheetMusic(SheetMusic::new())),
1571            #[cfg(feature = "AmpStory")] "ampstory" => Some(Self::AmpStory(AmpStory::new())),
1572            #[cfg(feature = "Hackathon")] "hackathon" => Some(Self::Hackathon(Hackathon::new())),
1573            #[cfg(feature = "CarUsageType")] "carusagetype" => Some(Self::CarUsageType(CarUsageType::new())),
1574            #[cfg(feature = "LegalForceStatus")] "legalforcestatus" => Some(Self::LegalForceStatus(LegalForceStatus::new())),
1575            #[cfg(feature = "ReturnMethodEnumeration")] "returnmethodenumeration" => Some(Self::ReturnMethodEnumeration(ReturnMethodEnumeration::new())),
1576            #[cfg(feature = "ElectronicsStore")] "electronicsstore" => Some(Self::ElectronicsStore(ElectronicsStore::new())),
1577            #[cfg(feature = "OceanBodyOfWater")] "oceanbodyofwater" => Some(Self::OceanBodyOfWater(OceanBodyOfWater::new())),
1578            #[cfg(feature = "EventReservation")] "eventreservation" => Some(Self::EventReservation(EventReservation::new())),
1579            #[cfg(feature = "ConvenienceStore")] "conveniencestore" => Some(Self::ConvenienceStore(ConvenienceStore::new())),
1580            #[cfg(feature = "ScheduleAction")] "scheduleaction" => Some(Self::ScheduleAction(ScheduleAction::new())),
1581            #[cfg(feature = "RefundTypeEnumeration")] "refundtypeenumeration" => Some(Self::RefundTypeEnumeration(RefundTypeEnumeration::new())),
1582            #[cfg(feature = "ContactPointOption")] "contactpointoption" => Some(Self::ContactPointOption(ContactPointOption::new())),
1583            #[cfg(feature = "PresentationDigitalDocument")] "presentationdigitaldocument" => Some(Self::PresentationDigitalDocument(PresentationDigitalDocument::new())),
1584            #[cfg(feature = "MusicStore")] "musicstore" => Some(Self::MusicStore(MusicStore::new())),
1585            #[cfg(feature = "OnDemandEvent")] "ondemandevent" => Some(Self::OnDemandEvent(OnDemandEvent::new())),
1586            #[cfg(feature = "Poster")] "poster" => Some(Self::Poster(Poster::new())),
1587            #[cfg(feature = "DanceGroup")] "dancegroup" => Some(Self::DanceGroup(DanceGroup::new())),
1588            #[cfg(feature = "DeliveryEvent")] "deliveryevent" => Some(Self::DeliveryEvent(DeliveryEvent::new())),
1589            #[cfg(feature = "VideoGameClip")] "videogameclip" => Some(Self::VideoGameClip(VideoGameClip::new())),
1590            #[cfg(feature = "OwnershipInfo")] "ownershipinfo" => Some(Self::OwnershipInfo(OwnershipInfo::new())),
1591            #[cfg(feature = "BusOrCoach")] "busorcoach" => Some(Self::BusOrCoach(BusOrCoach::new())),
1592            #[cfg(feature = "MedicalEntity")] "medicalentity" => Some(Self::MedicalEntity(MedicalEntity::new())),
1593            #[cfg(feature = "EndorseAction")] "endorseaction" => Some(Self::EndorseAction(EndorseAction::new())),
1594            #[cfg(feature = "Photograph")] "photograph" => Some(Self::Photograph(Photograph::new())),
1595            #[cfg(feature = "MovieRentalStore")] "movierentalstore" => Some(Self::MovieRentalStore(MovieRentalStore::new())),
1596            #[cfg(feature = "SportingGoodsStore")] "sportinggoodsstore" => Some(Self::SportingGoodsStore(SportingGoodsStore::new())),
1597            #[cfg(feature = "EatAction")] "eataction" => Some(Self::EatAction(EatAction::new())),
1598            #[cfg(feature = "LegislativeBuilding")] "legislativebuilding" => Some(Self::LegislativeBuilding(LegislativeBuilding::new())),
1599            #[cfg(feature = "MovieClip")] "movieclip" => Some(Self::MovieClip(MovieClip::new())),
1600            #[cfg(feature = "UnRegisterAction")] "unregisteraction" => Some(Self::UnRegisterAction(UnRegisterAction::new())),
1601            #[cfg(feature = "CivicStructure")] "civicstructure" => Some(Self::CivicStructure(CivicStructure::new())),
1602            #[cfg(feature = "ComicCoverArt")] "comiccoverart" => Some(Self::ComicCoverArt(ComicCoverArt::new())),
1603            #[cfg(feature = "AutoDealer")] "autodealer" => Some(Self::AutoDealer(AutoDealer::new())),
1604            #[cfg(feature = "EmploymentAgency")] "employmentagency" => Some(Self::EmploymentAgency(EmploymentAgency::new())),
1605            #[cfg(feature = "SkiResort")] "skiresort" => Some(Self::SkiResort(SkiResort::new())),
1606            #[cfg(feature = "Consortium")] "consortium" => Some(Self::Consortium(Consortium::new())),
1607            #[cfg(feature = "HighSchool")] "highschool" => Some(Self::HighSchool(HighSchool::new())),
1608            #[cfg(feature = "MedicalTrialDesign")] "medicaltrialdesign" => Some(Self::MedicalTrialDesign(MedicalTrialDesign::new())),
1609            #[cfg(feature = "UKNonprofitType")] "uknonprofittype" => Some(Self::UKNonprofitType(UKNonprofitType::new())),
1610            #[cfg(feature = "Store")] "store" => Some(Self::Store(Store::new())),
1611            #[cfg(feature = "MedicalGuideline")] "medicalguideline" => Some(Self::MedicalGuideline(MedicalGuideline::new())),
1612            #[cfg(feature = "PriceSpecification")] "pricespecification" => Some(Self::PriceSpecification(PriceSpecification::new())),
1613            #[cfg(feature = "MedicalContraindication")] "medicalcontraindication" => Some(Self::MedicalContraindication(MedicalContraindication::new())),
1614            #[cfg(feature = "FollowAction")] "followaction" => Some(Self::FollowAction(FollowAction::new())),
1615            #[cfg(feature = "BloodTest")] "bloodtest" => Some(Self::BloodTest(BloodTest::new())),
1616            #[cfg(feature = "Park")] "park" => Some(Self::Park(Park::new())),
1617            #[cfg(feature = "TVClip")] "tvclip" => Some(Self::TVClip(TVClip::new())),
1618            #[cfg(feature = "OfferForLease")] "offerforlease" => Some(Self::OfferForLease(OfferForLease::new())),
1619            #[cfg(feature = "ImagingTest")] "imagingtest" => Some(Self::ImagingTest(ImagingTest::new())),
1620            #[cfg(feature = "City")] "city" => Some(Self::City(City::new())),
1621            #[cfg(feature = "WPSideBar")] "wpsidebar" => Some(Self::WPSideBar(WPSideBar::new())),
1622            #[cfg(feature = "WatchAction")] "watchaction" => Some(Self::WatchAction(WatchAction::new())),
1623            #[cfg(feature = "MedicalEvidenceLevel")] "medicalevidencelevel" => Some(Self::MedicalEvidenceLevel(MedicalEvidenceLevel::new())),
1624            #[cfg(feature = "ConfirmAction")] "confirmaction" => Some(Self::ConfirmAction(ConfirmAction::new())),
1625            #[cfg(feature = "BusStop")] "busstop" => Some(Self::BusStop(BusStop::new())),
1626            #[cfg(feature = "Quotation")] "quotation" => Some(Self::Quotation(Quotation::new())),
1627            #[cfg(feature = "ItemList")] "itemlist" => Some(Self::ItemList(ItemList::new())),
1628            #[cfg(feature = "ControlAction")] "controlaction" => Some(Self::ControlAction(ControlAction::new())),
1629            #[cfg(feature = "SizeGroupEnumeration")] "sizegroupenumeration" => Some(Self::SizeGroupEnumeration(SizeGroupEnumeration::new())),
1630            #[cfg(feature = "GeospatialGeometry")] "geospatialgeometry" => Some(Self::GeospatialGeometry(GeospatialGeometry::new())),
1631            #[cfg(feature = "DrinkAction")] "drinkaction" => Some(Self::DrinkAction(DrinkAction::new())),
1632            #[cfg(feature = "MedicalProcedureType")] "medicalproceduretype" => Some(Self::MedicalProcedureType(MedicalProcedureType::new())),
1633            #[cfg(feature = "ApprovedIndication")] "approvedindication" => Some(Self::ApprovedIndication(ApprovedIndication::new())),
1634            #[cfg(feature = "OrderStatus")] "orderstatus" => Some(Self::OrderStatus(OrderStatus::new())),
1635            #[cfg(feature = "Motorcycle")] "motorcycle" => Some(Self::Motorcycle(Motorcycle::new())),
1636            #[cfg(feature = "DiscussionForumPosting")] "discussionforumposting" => Some(Self::DiscussionForumPosting(DiscussionForumPosting::new())),
1637            #[cfg(feature = "UnitPriceSpecification")] "unitpricespecification" => Some(Self::UnitPriceSpecification(UnitPriceSpecification::new())),
1638            #[cfg(feature = "UserPlays")] "userplays" => Some(Self::UserPlays(UserPlays::new())),
1639            #[cfg(feature = "Action")] "action" => Some(Self::Action(Action::new())),
1640            #[cfg(feature = "LandmarksOrHistoricalBuildings")] "landmarksorhistoricalbuildings" => Some(Self::LandmarksOrHistoricalBuildings(LandmarksOrHistoricalBuildings::new())),
1641            #[cfg(feature = "HomeGoodsStore")] "homegoodsstore" => Some(Self::HomeGoodsStore(HomeGoodsStore::new())),
1642            #[cfg(feature = "EnergyEfficiencyEnumeration")] "energyefficiencyenumeration" => Some(Self::EnergyEfficiencyEnumeration(EnergyEfficiencyEnumeration::new())),
1643            #[cfg(feature = "BuyAction")] "buyaction" => Some(Self::BuyAction(BuyAction::new())),
1644            #[cfg(feature = "RejectAction")] "rejectaction" => Some(Self::RejectAction(RejectAction::new())),
1645            #[cfg(feature = "Review")] "review" => Some(Self::Review(Review::new())),
1646            #[cfg(feature = "HowToSupply")] "howtosupply" => Some(Self::HowToSupply(HowToSupply::new())),
1647            #[cfg(feature = "BroadcastService")] "broadcastservice" => Some(Self::BroadcastService(BroadcastService::new())),
1648            #[cfg(feature = "Conversation")] "conversation" => Some(Self::Conversation(Conversation::new())),
1649            #[cfg(feature = "EducationalAudience")] "educationalaudience" => Some(Self::EducationalAudience(EducationalAudience::new())),
1650            #[cfg(feature = "MediaManipulationRatingEnumeration")] "mediamanipulationratingenumeration" => Some(Self::MediaManipulationRatingEnumeration(MediaManipulationRatingEnumeration::new())),
1651            #[cfg(feature = "VitalSign")] "vitalsign" => Some(Self::VitalSign(VitalSign::new())),
1652            #[cfg(feature = "MedicalCondition")] "medicalcondition" => Some(Self::MedicalCondition(MedicalCondition::new())),
1653            #[cfg(feature = "TheaterEvent")] "theaterevent" => Some(Self::TheaterEvent(TheaterEvent::new())),
1654            #[cfg(feature = "AllocateAction")] "allocateaction" => Some(Self::AllocateAction(AllocateAction::new())),
1655            #[cfg(feature = "PriceTypeEnumeration")] "pricetypeenumeration" => Some(Self::PriceTypeEnumeration(PriceTypeEnumeration::new())),
1656            #[cfg(feature = "TreatmentIndication")] "treatmentindication" => Some(Self::TreatmentIndication(TreatmentIndication::new())),
1657            #[cfg(feature = "ReplaceAction")] "replaceaction" => Some(Self::ReplaceAction(ReplaceAction::new())),
1658            #[cfg(feature = "MeasurementTypeEnumeration")] "measurementtypeenumeration" => Some(Self::MeasurementTypeEnumeration(MeasurementTypeEnumeration::new())),
1659            #[cfg(feature = "DefenceEstablishment")] "defenceestablishment" => Some(Self::DefenceEstablishment(DefenceEstablishment::new())),
1660            #[cfg(feature = "MolecularEntity")] "molecularentity" => Some(Self::MolecularEntity(MolecularEntity::new())),
1661            #[cfg(feature = "LiteraryEvent")] "literaryevent" => Some(Self::LiteraryEvent(LiteraryEvent::new())),
1662            #[cfg(feature = "ComputerStore")] "computerstore" => Some(Self::ComputerStore(ComputerStore::new())),
1663            #[cfg(feature = "PostalAddress")] "postaladdress" => Some(Self::PostalAddress(PostalAddress::new())),
1664            #[cfg(feature = "ActivateAction")] "activateaction" => Some(Self::ActivateAction(ActivateAction::new())),
1665            #[cfg(feature = "Offer")] "offer" => Some(Self::Offer(Offer::new())),
1666            #[cfg(feature = "PropertyValueSpecification")] "propertyvaluespecification" => Some(Self::PropertyValueSpecification(PropertyValueSpecification::new())),
1667            #[cfg(feature = "Language")] "language" => Some(Self::Language(Language::new())),
1668            #[cfg(feature = "RentAction")] "rentaction" => Some(Self::RentAction(RentAction::new())),
1669            #[cfg(feature = "SearchResultsPage")] "searchresultspage" => Some(Self::SearchResultsPage(SearchResultsPage::new())),
1670            #[cfg(feature = "Bone")] "bone" => Some(Self::Bone(Bone::new())),
1671            #[cfg(feature = "Movie")] "movie" => Some(Self::Movie(Movie::new())),
1672            #[cfg(feature = "VisualArtwork")] "visualartwork" => Some(Self::VisualArtwork(VisualArtwork::new())),
1673            #[cfg(feature = "MedicalStudy")] "medicalstudy" => Some(Self::MedicalStudy(MedicalStudy::new())),
1674            #[cfg(feature = "TouristInformationCenter")] "touristinformationcenter" => Some(Self::TouristInformationCenter(TouristInformationCenter::new())),
1675            #[cfg(feature = "RsvpResponseType")] "rsvpresponsetype" => Some(Self::RsvpResponseType(RsvpResponseType::new())),
1676            #[cfg(feature = "Comment")] "comment" => Some(Self::Comment(Comment::new())),
1677            #[cfg(feature = "Series")] "series" => Some(Self::Series(Series::new())),
1678            #[cfg(feature = "SportsActivityLocation")] "sportsactivitylocation" => Some(Self::SportsActivityLocation(SportsActivityLocation::new())),
1679            #[cfg(feature = "TransferAction")] "transferaction" => Some(Self::TransferAction(TransferAction::new())),
1680            #[cfg(feature = "NoteDigitalDocument")] "notedigitaldocument" => Some(Self::NoteDigitalDocument(NoteDigitalDocument::new())),
1681            #[cfg(feature = "Specialty")] "specialty" => Some(Self::Specialty(Specialty::new())),
1682            #[cfg(feature = "MusicVideoObject")] "musicvideoobject" => Some(Self::MusicVideoObject(MusicVideoObject::new())),
1683            #[cfg(feature = "DDxElement")] "ddxelement" => Some(Self::DDxElement(DDxElement::new())),
1684            #[cfg(feature = "ContactPage")] "contactpage" => Some(Self::ContactPage(ContactPage::new())),
1685            #[cfg(feature = "Book")] "book" => Some(Self::Book(Book::new())),
1686            #[cfg(feature = "FoodEstablishment")] "foodestablishment" => Some(Self::FoodEstablishment(FoodEstablishment::new())),
1687            #[cfg(feature = "BankAccount")] "bankaccount" => Some(Self::BankAccount(BankAccount::new())),
1688            #[cfg(feature = "EducationalOrganization")] "educationalorganization" => Some(Self::EducationalOrganization(EducationalOrganization::new())),
1689            #[cfg(feature = "VisualArtsEvent")] "visualartsevent" => Some(Self::VisualArtsEvent(VisualArtsEvent::new())),
1690            #[cfg(feature = "PublicationVolume")] "publicationvolume" => Some(Self::PublicationVolume(PublicationVolume::new())),
1691            #[cfg(feature = "ShortStory")] "shortstory" => Some(Self::ShortStory(ShortStory::new())),
1692            #[cfg(feature = "Campground")] "campground" => Some(Self::Campground(Campground::new())),
1693            #[cfg(feature = "Seat")] "seat" => Some(Self::Seat(Seat::new())),
1694            #[cfg(feature = "HealthClub")] "healthclub" => Some(Self::HealthClub(HealthClub::new())),
1695            #[cfg(feature = "MotorcycleDealer")] "motorcycledealer" => Some(Self::MotorcycleDealer(MotorcycleDealer::new())),
1696            #[cfg(feature = "ExhibitionEvent")] "exhibitionevent" => Some(Self::ExhibitionEvent(ExhibitionEvent::new())),
1697            #[cfg(feature = "Organization")] "organization" => Some(Self::Organization(Organization::new())),
1698            #[cfg(feature = "TrainTrip")] "traintrip" => Some(Self::TrainTrip(TrainTrip::new())),
1699            #[cfg(feature = "RestrictedDiet")] "restricteddiet" => Some(Self::RestrictedDiet(RestrictedDiet::new())),
1700            #[cfg(feature = "HealthPlanNetwork")] "healthplannetwork" => Some(Self::HealthPlanNetwork(HealthPlanNetwork::new())),
1701            #[cfg(feature = "NewsMediaOrganization")] "newsmediaorganization" => Some(Self::NewsMediaOrganization(NewsMediaOrganization::new())),
1702            #[cfg(feature = "Course")] "course" => Some(Self::Course(Course::new())),
1703            #[cfg(feature = "RegisterAction")] "registeraction" => Some(Self::RegisterAction(RegisterAction::new())),
1704            #[cfg(feature = "MedicalGuidelineRecommendation")] "medicalguidelinerecommendation" => Some(Self::MedicalGuidelineRecommendation(MedicalGuidelineRecommendation::new())),
1705            #[cfg(feature = "DaySpa")] "dayspa" => Some(Self::DaySpa(DaySpa::new())),
1706            #[cfg(feature = "GovernmentPermit")] "governmentpermit" => Some(Self::GovernmentPermit(GovernmentPermit::new())),
1707            #[cfg(feature = "PronounceableText")] "pronounceabletext" => Some(Self::PronounceableText(PronounceableText::new())),
1708            #[cfg(feature = "Beach")] "beach" => Some(Self::Beach(Beach::new())),
1709            #[cfg(feature = "PriceComponentTypeEnumeration")] "pricecomponenttypeenumeration" => Some(Self::PriceComponentTypeEnumeration(PriceComponentTypeEnumeration::new())),
1710            #[cfg(feature = "OfferShippingDetails")] "offershippingdetails" => Some(Self::OfferShippingDetails(OfferShippingDetails::new())),
1711            #[cfg(feature = "Aquarium")] "aquarium" => Some(Self::Aquarium(Aquarium::new())),
1712            #[cfg(feature = "ArchiveComponent")] "archivecomponent" => Some(Self::ArchiveComponent(ArchiveComponent::new())),
1713            #[cfg(feature = "CompoundPriceSpecification")] "compoundpricespecification" => Some(Self::CompoundPriceSpecification(CompoundPriceSpecification::new())),
1714            #[cfg(feature = "Embassy")] "embassy" => Some(Self::Embassy(Embassy::new())),
1715            #[cfg(feature = "MaximumDoseSchedule")] "maximumdoseschedule" => Some(Self::MaximumDoseSchedule(MaximumDoseSchedule::new())),
1716            #[cfg(feature = "HowToDirection")] "howtodirection" => Some(Self::HowToDirection(HowToDirection::new())),
1717            #[cfg(feature = "PsychologicalTreatment")] "psychologicaltreatment" => Some(Self::PsychologicalTreatment(PsychologicalTreatment::new())),
1718            #[cfg(feature = "MedicalBusiness")] "medicalbusiness" => Some(Self::MedicalBusiness(MedicalBusiness::new())),
1719            #[cfg(feature = "SoftwareSourceCode")] "softwaresourcecode" => Some(Self::SoftwareSourceCode(SoftwareSourceCode::new())),
1720            #[cfg(feature = "PaymentChargeSpecification")] "paymentchargespecification" => Some(Self::PaymentChargeSpecification(PaymentChargeSpecification::new())),
1721            #[cfg(feature = "DrugCostCategory")] "drugcostcategory" => Some(Self::DrugCostCategory(DrugCostCategory::new())),
1722            #[cfg(feature = "Table")] "table" => Some(Self::Table(Table::new())),
1723            #[cfg(feature = "GovernmentOrganization")] "governmentorganization" => Some(Self::GovernmentOrganization(GovernmentOrganization::new())),
1724            #[cfg(feature = "FilmAction")] "filmaction" => Some(Self::FilmAction(FilmAction::new())),
1725            #[cfg(feature = "WriteAction")] "writeaction" => Some(Self::WriteAction(WriteAction::new())),
1726            #[cfg(feature = "MedicalSymptom")] "medicalsymptom" => Some(Self::MedicalSymptom(MedicalSymptom::new())),
1727            #[cfg(feature = "InternetCafe")] "internetcafe" => Some(Self::InternetCafe(InternetCafe::new())),
1728            #[cfg(feature = "VirtualLocation")] "virtuallocation" => Some(Self::VirtualLocation(VirtualLocation::new())),
1729            #[cfg(feature = "AnatomicalStructure")] "anatomicalstructure" => Some(Self::AnatomicalStructure(AnatomicalStructure::new())),
1730            #[cfg(feature = "QualitativeValue")] "qualitativevalue" => Some(Self::QualitativeValue(QualitativeValue::new())),
1731            #[cfg(feature = "DiscoverAction")] "discoveraction" => Some(Self::DiscoverAction(DiscoverAction::new())),
1732            #[cfg(feature = "OccupationalTherapy")] "occupationaltherapy" => Some(Self::OccupationalTherapy(OccupationalTherapy::new())),
1733            #[cfg(feature = "DownloadAction")] "downloadaction" => Some(Self::DownloadAction(DownloadAction::new())),
1734            #[cfg(feature = "AnalysisNewsArticle")] "analysisnewsarticle" => Some(Self::AnalysisNewsArticle(AnalysisNewsArticle::new())),
1735            #[cfg(feature = "VideoGame")] "videogame" => Some(Self::VideoGame(VideoGame::new())),
1736            #[cfg(feature = "MeetingRoom")] "meetingroom" => Some(Self::MeetingRoom(MeetingRoom::new())),
1737            #[cfg(feature = "RoofingContractor")] "roofingcontractor" => Some(Self::RoofingContractor(RoofingContractor::new())),
1738            #[cfg(feature = "DefinedTermSet")] "definedtermset" => Some(Self::DefinedTermSet(DefinedTermSet::new())),
1739            #[cfg(feature = "HowTo")] "howto" => Some(Self::HowTo(HowTo::new())),
1740            #[cfg(feature = "ComicIssue")] "comicissue" => Some(Self::ComicIssue(ComicIssue::new())),
1741            #[cfg(feature = "Vehicle")] "vehicle" => Some(Self::Vehicle(Vehicle::new())),
1742            #[cfg(feature = "ExerciseAction")] "exerciseaction" => Some(Self::ExerciseAction(ExerciseAction::new())),
1743            #[cfg(feature = "GiveAction")] "giveaction" => Some(Self::GiveAction(GiveAction::new())),
1744            #[cfg(feature = "Synagogue")] "synagogue" => Some(Self::Synagogue(Synagogue::new())),
1745            #[cfg(feature = "HowToStep")] "howtostep" => Some(Self::HowToStep(HowToStep::new())),
1746            #[cfg(feature = "ItemAvailability")] "itemavailability" => Some(Self::ItemAvailability(ItemAvailability::new())),
1747            #[cfg(feature = "GovernmentBuilding")] "governmentbuilding" => Some(Self::GovernmentBuilding(GovernmentBuilding::new())),
1748            #[cfg(feature = "Play")] "play" => Some(Self::Play(Play::new())),
1749            #[cfg(feature = "Suite")] "suite" => Some(Self::Suite(Suite::new())),
1750            #[cfg(feature = "SomeProducts")] "someproducts" => Some(Self::SomeProducts(SomeProducts::new())),
1751            #[cfg(feature = "DrugLegalStatus")] "druglegalstatus" => Some(Self::DrugLegalStatus(DrugLegalStatus::new())),
1752            #[cfg(feature = "USNonprofitType")] "usnonprofittype" => Some(Self::USNonprofitType(USNonprofitType::new())),
1753            #[cfg(feature = "TheaterGroup")] "theatergroup" => Some(Self::TheaterGroup(TheaterGroup::new())),
1754            #[cfg(feature = "Apartment")] "apartment" => Some(Self::Apartment(Apartment::new())),
1755            #[cfg(feature = "HealthAspectEnumeration")] "healthaspectenumeration" => Some(Self::HealthAspectEnumeration(HealthAspectEnumeration::new())),
1756            #[cfg(feature = "MedicalObservationalStudy")] "medicalobservationalstudy" => Some(Self::MedicalObservationalStudy(MedicalObservationalStudy::new())),
1757            #[cfg(feature = "Hostel")] "hostel" => Some(Self::Hostel(Hostel::new())),
1758            #[cfg(feature = "Invoice")] "invoice" => Some(Self::Invoice(Invoice::new())),
1759            #[cfg(feature = "SolveMathAction")] "solvemathaction" => Some(Self::SolveMathAction(SolveMathAction::new())),
1760            #[cfg(feature = "Trip")] "trip" => Some(Self::Trip(Trip::new())),
1761            #[cfg(feature = "OrganizeAction")] "organizeaction" => Some(Self::OrganizeAction(OrganizeAction::new())),
1762            #[cfg(feature = "MensClothingStore")] "mensclothingstore" => Some(Self::MensClothingStore(MensClothingStore::new())),
1763            #[cfg(feature = "PawnShop")] "pawnshop" => Some(Self::PawnShop(PawnShop::new())),
1764            #[cfg(feature = "GeoCoordinates")] "geocoordinates" => Some(Self::GeoCoordinates(GeoCoordinates::new())),
1765            #[cfg(feature = "Airline")] "airline" => Some(Self::Airline(Airline::new())),
1766            #[cfg(feature = "RadioChannel")] "radiochannel" => Some(Self::RadioChannel(RadioChannel::new())),
1767            #[cfg(feature = "Syllabus")] "syllabus" => Some(Self::Syllabus(Syllabus::new())),
1768            #[cfg(feature = "WinAction")] "winaction" => Some(Self::WinAction(WinAction::new())),
1769            #[cfg(feature = "Prion")] "prion" => Some(Self::Prion(Prion::new())),
1770            #[cfg(feature = "Hotel")] "hotel" => Some(Self::Hotel(Hotel::new())),
1771            #[cfg(feature = "Answer")] "answer" => Some(Self::Answer(Answer::new())),
1772            #[cfg(feature = "MedicalRiskFactor")] "medicalriskfactor" => Some(Self::MedicalRiskFactor(MedicalRiskFactor::new())),
1773            #[cfg(feature = "WebContent")] "webcontent" => Some(Self::WebContent(WebContent::new())),
1774            #[cfg(feature = "BarOrPub")] "barorpub" => Some(Self::BarOrPub(BarOrPub::new())),
1775            #[cfg(feature = "OutletStore")] "outletstore" => Some(Self::OutletStore(OutletStore::new())),
1776            #[cfg(feature = "Periodical")] "periodical" => Some(Self::Periodical(Periodical::new())),
1777            #[cfg(feature = "PerformingArtsTheater")] "performingartstheater" => Some(Self::PerformingArtsTheater(PerformingArtsTheater::new())),
1778            #[cfg(feature = "Hospital")] "hospital" => Some(Self::Hospital(Hospital::new())),
1779            #[cfg(feature = "State")] "state" => Some(Self::State(State::new())),
1780            #[cfg(feature = "Schedule")] "schedule" => Some(Self::Schedule(Schedule::new())),
1781            #[cfg(feature = "ServiceChannel")] "servicechannel" => Some(Self::ServiceChannel(ServiceChannel::new())),
1782            #[cfg(feature = "OrganizationRole")] "organizationrole" => Some(Self::OrganizationRole(OrganizationRole::new())),
1783            #[cfg(feature = "Reservation")] "reservation" => Some(Self::Reservation(Reservation::new())),
1784            #[cfg(feature = "DrawAction")] "drawaction" => Some(Self::DrawAction(DrawAction::new())),
1785            #[cfg(feature = "Person")] "person" => Some(Self::Person(Person::new())),
1786            #[cfg(feature = "GeneralContractor")] "generalcontractor" => Some(Self::GeneralContractor(GeneralContractor::new())),
1787            #[cfg(feature = "Nerve")] "nerve" => Some(Self::Nerve(Nerve::new())),
1788            #[cfg(feature = "Volcano")] "volcano" => Some(Self::Volcano(Volcano::new())),
1789            #[cfg(feature = "Reservoir")] "reservoir" => Some(Self::Reservoir(Reservoir::new())),
1790            #[cfg(feature = "CollectionPage")] "collectionpage" => Some(Self::CollectionPage(CollectionPage::new())),
1791            #[cfg(feature = "Question")] "question" => Some(Self::Question(Question::new())),
1792            #[cfg(feature = "WPAdBlock")] "wpadblock" => Some(Self::WPAdBlock(WPAdBlock::new())),
1793            #[cfg(feature = "TechArticle")] "techarticle" => Some(Self::TechArticle(TechArticle::new())),
1794            #[cfg(feature = "Mosque")] "mosque" => Some(Self::Mosque(Mosque::new())),
1795            #[cfg(feature = "GasStation")] "gasstation" => Some(Self::GasStation(GasStation::new())),
1796            #[cfg(feature = "SportsClub")] "sportsclub" => Some(Self::SportsClub(SportsClub::new())),
1797            #[cfg(feature = "UserPlusOnes")] "userplusones" => Some(Self::UserPlusOnes(UserPlusOnes::new())),
1798            #[cfg(feature = "DrugClass")] "drugclass" => Some(Self::DrugClass(DrugClass::new())),
1799            #[cfg(feature = "QAPage")] "qapage" => Some(Self::QAPage(QAPage::new())),
1800            #[cfg(feature = "EventAttendanceModeEnumeration")] "eventattendancemodeenumeration" => Some(Self::EventAttendanceModeEnumeration(EventAttendanceModeEnumeration::new())),
1801            #[cfg(feature = "InvestmentFund")] "investmentfund" => Some(Self::InvestmentFund(InvestmentFund::new())),
1802            #[cfg(feature = "MusicVenue")] "musicvenue" => Some(Self::MusicVenue(MusicVenue::new())),
1803            _ => None,
1804        }
1805    }
1806
1807    pub fn from_ty(ty: &str) -> Option<Self> {
1808        Self::from_lc_ty(&ty.to_lowercase())
1809    }
1810
1811    /// Get the name of the type.
1812    pub fn lc_ty(&self) -> String {
1813        match self {
1814            #[cfg(feature = "PublicToilet")] Self::PublicToilet(_) => String::from("publictoilet"),
1815            #[cfg(feature = "MedicalAudienceType")] Self::MedicalAudienceType(_) => String::from("medicalaudiencetype"),
1816            #[cfg(feature = "GeoShape")] Self::GeoShape(_) => String::from("geoshape"),
1817            #[cfg(feature = "Diet")] Self::Diet(_) => String::from("diet"),
1818            #[cfg(feature = "Permit")] Self::Permit(_) => String::from("permit"),
1819            #[cfg(feature = "FlightReservation")] Self::FlightReservation(_) => String::from("flightreservation"),
1820            #[cfg(feature = "OpeningHoursSpecification")] Self::OpeningHoursSpecification(_) => String::from("openinghoursspecification"),
1821            #[cfg(feature = "MedicalWebPage")] Self::MedicalWebPage(_) => String::from("medicalwebpage"),
1822            #[cfg(feature = "ReviewNewsArticle")] Self::ReviewNewsArticle(_) => String::from("reviewnewsarticle"),
1823            #[cfg(feature = "Quantity")] Self::Quantity(_) => String::from("quantity"),
1824            #[cfg(feature = "PhysicalActivity")] Self::PhysicalActivity(_) => String::from("physicalactivity"),
1825            #[cfg(feature = "ParentAudience")] Self::ParentAudience(_) => String::from("parentaudience"),
1826            #[cfg(feature = "DatedMoneySpecification")] Self::DatedMoneySpecification(_) => String::from("datedmoneyspecification"),
1827            #[cfg(feature = "BefriendAction")] Self::BefriendAction(_) => String::from("befriendaction"),
1828            #[cfg(feature = "Physician")] Self::Physician(_) => String::from("physician"),
1829            #[cfg(feature = "SendAction")] Self::SendAction(_) => String::from("sendaction"),
1830            #[cfg(feature = "HyperToc")] Self::HyperToc(_) => String::from("hypertoc"),
1831            #[cfg(feature = "MenuSection")] Self::MenuSection(_) => String::from("menusection"),
1832            #[cfg(feature = "Substance")] Self::Substance(_) => String::from("substance"),
1833            #[cfg(feature = "Ticket")] Self::Ticket(_) => String::from("ticket"),
1834            #[cfg(feature = "PostOffice")] Self::PostOffice(_) => String::from("postoffice"),
1835            #[cfg(feature = "Cemetery")] Self::Cemetery(_) => String::from("cemetery"),
1836            #[cfg(feature = "Waterfall")] Self::Waterfall(_) => String::from("waterfall"),
1837            #[cfg(feature = "Resort")] Self::Resort(_) => String::from("resort"),
1838            #[cfg(feature = "ArtGallery")] Self::ArtGallery(_) => String::from("artgallery"),
1839            #[cfg(feature = "Muscle")] Self::Muscle(_) => String::from("muscle"),
1840            #[cfg(feature = "PhotographAction")] Self::PhotographAction(_) => String::from("photographaction"),
1841            #[cfg(feature = "Map")] Self::Map(_) => String::from("map"),
1842            #[cfg(feature = "Order")] Self::Order(_) => String::from("order"),
1843            #[cfg(feature = "PaintAction")] Self::PaintAction(_) => String::from("paintaction"),
1844            #[cfg(feature = "Code")] Self::Code(_) => String::from("code"),
1845            #[cfg(feature = "ResearchProject")] Self::ResearchProject(_) => String::from("researchproject"),
1846            #[cfg(feature = "EndorsementRating")] Self::EndorsementRating(_) => String::from("endorsementrating"),
1847            #[cfg(feature = "ExerciseGym")] Self::ExerciseGym(_) => String::from("exercisegym"),
1848            #[cfg(feature = "TouristTrip")] Self::TouristTrip(_) => String::from("touristtrip"),
1849            #[cfg(feature = "NGO")] Self::NGO(_) => String::from("ngo"),
1850            #[cfg(feature = "Bacteria")] Self::Bacteria(_) => String::from("bacteria"),
1851            #[cfg(feature = "AcceptAction")] Self::AcceptAction(_) => String::from("acceptaction"),
1852            #[cfg(feature = "ShoeStore")] Self::ShoeStore(_) => String::from("shoestore"),
1853            #[cfg(feature = "MusicAlbumReleaseType")] Self::MusicAlbumReleaseType(_) => String::from("musicalbumreleasetype"),
1854            #[cfg(feature = "DrugPregnancyCategory")] Self::DrugPregnancyCategory(_) => String::from("drugpregnancycategory"),
1855            #[cfg(feature = "SizeSpecification")] Self::SizeSpecification(_) => String::from("sizespecification"),
1856            #[cfg(feature = "Vessel")] Self::Vessel(_) => String::from("vessel"),
1857            #[cfg(feature = "Drug")] Self::Drug(_) => String::from("drug"),
1858            #[cfg(feature = "Atlas")] Self::Atlas(_) => String::from("atlas"),
1859            #[cfg(feature = "ScreeningEvent")] Self::ScreeningEvent(_) => String::from("screeningevent"),
1860            #[cfg(feature = "OrderItem")] Self::OrderItem(_) => String::from("orderitem"),
1861            #[cfg(feature = "Car")] Self::Car(_) => String::from("car"),
1862            #[cfg(feature = "SuspendAction")] Self::SuspendAction(_) => String::from("suspendaction"),
1863            #[cfg(feature = "ListenAction")] Self::ListenAction(_) => String::from("listenaction"),
1864            #[cfg(feature = "Barcode")] Self::Barcode(_) => String::from("barcode"),
1865            #[cfg(feature = "Mass")] Self::Mass(_) => String::from("mass"),
1866            #[cfg(feature = "NonprofitType")] Self::NonprofitType(_) => String::from("nonprofittype"),
1867            #[cfg(feature = "SoftwareApplication")] Self::SoftwareApplication(_) => String::from("softwareapplication"),
1868            #[cfg(feature = "AutoWash")] Self::AutoWash(_) => String::from("autowash"),
1869            #[cfg(feature = "MathSolver")] Self::MathSolver(_) => String::from("mathsolver"),
1870            #[cfg(feature = "DigitalDocument")] Self::DigitalDocument(_) => String::from("digitaldocument"),
1871            #[cfg(feature = "PublicationEvent")] Self::PublicationEvent(_) => String::from("publicationevent"),
1872            #[cfg(feature = "Country")] Self::Country(_) => String::from("country"),
1873            #[cfg(feature = "TaxiStand")] Self::TaxiStand(_) => String::from("taxistand"),
1874            #[cfg(feature = "AboutPage")] Self::AboutPage(_) => String::from("aboutpage"),
1875            #[cfg(feature = "SeaBodyOfWater")] Self::SeaBodyOfWater(_) => String::from("seabodyofwater"),
1876            #[cfg(feature = "MedicalStudyStatus")] Self::MedicalStudyStatus(_) => String::from("medicalstudystatus"),
1877            #[cfg(feature = "CreativeWorkSeries")] Self::CreativeWorkSeries(_) => String::from("creativeworkseries"),
1878            #[cfg(feature = "Researcher")] Self::Researcher(_) => String::from("researcher"),
1879            #[cfg(feature = "ReturnAction")] Self::ReturnAction(_) => String::from("returnaction"),
1880            #[cfg(feature = "CommunicateAction")] Self::CommunicateAction(_) => String::from("communicateaction"),
1881            #[cfg(feature = "IceCreamShop")] Self::IceCreamShop(_) => String::from("icecreamshop"),
1882            #[cfg(feature = "FundingAgency")] Self::FundingAgency(_) => String::from("fundingagency"),
1883            #[cfg(feature = "EmployeeRole")] Self::EmployeeRole(_) => String::from("employeerole"),
1884            #[cfg(feature = "BankOrCreditUnion")] Self::BankOrCreditUnion(_) => String::from("bankorcreditunion"),
1885            #[cfg(feature = "TravelAction")] Self::TravelAction(_) => String::from("travelaction"),
1886            #[cfg(feature = "DataType")] Self::DataType(_) => String::from("datatype"),
1887            #[cfg(feature = "MedicalConditionStage")] Self::MedicalConditionStage(_) => String::from("medicalconditionstage"),
1888            #[cfg(feature = "ComicSeries")] Self::ComicSeries(_) => String::from("comicseries"),
1889            #[cfg(feature = "BuddhistTemple")] Self::BuddhistTemple(_) => String::from("buddhisttemple"),
1890            #[cfg(feature = "BookFormatType")] Self::BookFormatType(_) => String::from("bookformattype"),
1891            #[cfg(feature = "Chapter")] Self::Chapter(_) => String::from("chapter"),
1892            #[cfg(feature = "TelevisionStation")] Self::TelevisionStation(_) => String::from("televisionstation"),
1893            #[cfg(feature = "BoatTrip")] Self::BoatTrip(_) => String::from("boattrip"),
1894            #[cfg(feature = "HyperTocEntry")] Self::HyperTocEntry(_) => String::from("hypertocentry"),
1895            #[cfg(feature = "Festival")] Self::Festival(_) => String::from("festival"),
1896            #[cfg(feature = "Intangible")] Self::Intangible(_) => String::from("intangible"),
1897            #[cfg(feature = "RadioEpisode")] Self::RadioEpisode(_) => String::from("radioepisode"),
1898            #[cfg(feature = "ReactAction")] Self::ReactAction(_) => String::from("reactaction"),
1899            #[cfg(feature = "OrderAction")] Self::OrderAction(_) => String::from("orderaction"),
1900            #[cfg(feature = "PaymentMethod")] Self::PaymentMethod(_) => String::from("paymentmethod"),
1901            #[cfg(feature = "ProductGroup")] Self::ProductGroup(_) => String::from("productgroup"),
1902            #[cfg(feature = "MediaObject")] Self::MediaObject(_) => String::from("mediaobject"),
1903            #[cfg(feature = "AlignmentObject")] Self::AlignmentObject(_) => String::from("alignmentobject"),
1904            #[cfg(feature = "TelevisionChannel")] Self::TelevisionChannel(_) => String::from("televisionchannel"),
1905            #[cfg(feature = "MedicalRiskScore")] Self::MedicalRiskScore(_) => String::from("medicalriskscore"),
1906            #[cfg(feature = "ListItem")] Self::ListItem(_) => String::from("listitem"),
1907            #[cfg(feature = "ApplyAction")] Self::ApplyAction(_) => String::from("applyaction"),
1908            #[cfg(feature = "AdultEntertainment")] Self::AdultEntertainment(_) => String::from("adultentertainment"),
1909            #[cfg(feature = "OfferForPurchase")] Self::OfferForPurchase(_) => String::from("offerforpurchase"),
1910            #[cfg(feature = "MusicAlbum")] Self::MusicAlbum(_) => String::from("musicalbum"),
1911            #[cfg(feature = "MedicalEnumeration")] Self::MedicalEnumeration(_) => String::from("medicalenumeration"),
1912            #[cfg(feature = "MediaGallery")] Self::MediaGallery(_) => String::from("mediagallery"),
1913            #[cfg(feature = "CriticReview")] Self::CriticReview(_) => String::from("criticreview"),
1914            #[cfg(feature = "ContactPoint")] Self::ContactPoint(_) => String::from("contactpoint"),
1915            #[cfg(feature = "PlayAction")] Self::PlayAction(_) => String::from("playaction"),
1916            #[cfg(feature = "CollegeOrUniversity")] Self::CollegeOrUniversity(_) => String::from("collegeoruniversity"),
1917            #[cfg(feature = "RadioClip")] Self::RadioClip(_) => String::from("radioclip"),
1918            #[cfg(feature = "MedicalCause")] Self::MedicalCause(_) => String::from("medicalcause"),
1919            #[cfg(feature = "GameServer")] Self::GameServer(_) => String::from("gameserver"),
1920            #[cfg(feature = "PlayGameAction")] Self::PlayGameAction(_) => String::from("playgameaction"),
1921            #[cfg(feature = "PostalCodeRangeSpecification")] Self::PostalCodeRangeSpecification(_) => String::from("postalcoderangespecification"),
1922            #[cfg(feature = "ReservationStatusType")] Self::ReservationStatusType(_) => String::from("reservationstatustype"),
1923            #[cfg(feature = "ReportedDoseSchedule")] Self::ReportedDoseSchedule(_) => String::from("reporteddoseschedule"),
1924            #[cfg(feature = "RepaymentSpecification")] Self::RepaymentSpecification(_) => String::from("repaymentspecification"),
1925            #[cfg(feature = "StadiumOrArena")] Self::StadiumOrArena(_) => String::from("stadiumorarena"),
1926            #[cfg(feature = "Artery")] Self::Artery(_) => String::from("artery"),
1927            #[cfg(feature = "PlanAction")] Self::PlanAction(_) => String::from("planaction"),
1928            #[cfg(feature = "CatholicChurch")] Self::CatholicChurch(_) => String::from("catholicchurch"),
1929            #[cfg(feature = "Newspaper")] Self::Newspaper(_) => String::from("newspaper"),
1930            #[cfg(feature = "EducationalOccupationalCredential")] Self::EducationalOccupationalCredential(_) => String::from("educationaloccupationalcredential"),
1931            #[cfg(feature = "JobPosting")] Self::JobPosting(_) => String::from("jobposting"),
1932            #[cfg(feature = "MedicalOrganization")] Self::MedicalOrganization(_) => String::from("medicalorganization"),
1933            #[cfg(feature = "PrependAction")] Self::PrependAction(_) => String::from("prependaction"),
1934            #[cfg(feature = "BedDetails")] Self::BedDetails(_) => String::from("beddetails"),
1935            #[cfg(feature = "RentalCarReservation")] Self::RentalCarReservation(_) => String::from("rentalcarreservation"),
1936            #[cfg(feature = "UserDownloads")] Self::UserDownloads(_) => String::from("userdownloads"),
1937            #[cfg(feature = "AutoRepair")] Self::AutoRepair(_) => String::from("autorepair"),
1938            #[cfg(feature = "LegislationObject")] Self::LegislationObject(_) => String::from("legislationobject"),
1939            #[cfg(feature = "BodyMeasurementTypeEnumeration")] Self::BodyMeasurementTypeEnumeration(_) => String::from("bodymeasurementtypeenumeration"),
1940            #[cfg(feature = "DeliveryTimeSettings")] Self::DeliveryTimeSettings(_) => String::from("deliverytimesettings"),
1941            #[cfg(feature = "ApartmentComplex")] Self::ApartmentComplex(_) => String::from("apartmentcomplex"),
1942            #[cfg(feature = "ImageObjectSnapshot")] Self::ImageObjectSnapshot(_) => String::from("imageobjectsnapshot"),
1943            #[cfg(feature = "SuperficialAnatomy")] Self::SuperficialAnatomy(_) => String::from("superficialanatomy"),
1944            #[cfg(feature = "MedicalSign")] Self::MedicalSign(_) => String::from("medicalsign"),
1945            #[cfg(feature = "WPFooter")] Self::WPFooter(_) => String::from("wpfooter"),
1946            #[cfg(feature = "BusReservation")] Self::BusReservation(_) => String::from("busreservation"),
1947            #[cfg(feature = "EnergyStarEnergyEfficiencyEnumeration")] Self::EnergyStarEnergyEfficiencyEnumeration(_) => String::from("energystarenergyefficiencyenumeration"),
1948            #[cfg(feature = "Audiobook")] Self::Audiobook(_) => String::from("audiobook"),
1949            #[cfg(feature = "Mountain")] Self::Mountain(_) => String::from("mountain"),
1950            #[cfg(feature = "Winery")] Self::Winery(_) => String::from("winery"),
1951            #[cfg(feature = "LiquorStore")] Self::LiquorStore(_) => String::from("liquorstore"),
1952            #[cfg(feature = "ReserveAction")] Self::ReserveAction(_) => String::from("reserveaction"),
1953            #[cfg(feature = "AggregateOffer")] Self::AggregateOffer(_) => String::from("aggregateoffer"),
1954            #[cfg(feature = "OpinionNewsArticle")] Self::OpinionNewsArticle(_) => String::from("opinionnewsarticle"),
1955            #[cfg(feature = "UpdateAction")] Self::UpdateAction(_) => String::from("updateaction"),
1956            #[cfg(feature = "Blog")] Self::Blog(_) => String::from("blog"),
1957            #[cfg(feature = "AudioObject")] Self::AudioObject(_) => String::from("audioobject"),
1958            #[cfg(feature = "Statement")] Self::Statement(_) => String::from("statement"),
1959            #[cfg(feature = "UseAction")] Self::UseAction(_) => String::from("useaction"),
1960            #[cfg(feature = "LoanOrCredit")] Self::LoanOrCredit(_) => String::from("loanorcredit"),
1961            #[cfg(feature = "MedicalSpecialty")] Self::MedicalSpecialty(_) => String::from("medicalspecialty"),
1962            #[cfg(feature = "ProfessionalService")] Self::ProfessionalService(_) => String::from("professionalservice"),
1963            #[cfg(feature = "LikeAction")] Self::LikeAction(_) => String::from("likeaction"),
1964            #[cfg(feature = "RealEstateListing")] Self::RealEstateListing(_) => String::from("realestatelisting"),
1965            #[cfg(feature = "EntertainmentBusiness")] Self::EntertainmentBusiness(_) => String::from("entertainmentbusiness"),
1966            #[cfg(feature = "ShareAction")] Self::ShareAction(_) => String::from("shareaction"),
1967            #[cfg(feature = "School")] Self::School(_) => String::from("school"),
1968            #[cfg(feature = "BackgroundNewsArticle")] Self::BackgroundNewsArticle(_) => String::from("backgroundnewsarticle"),
1969            #[cfg(feature = "Bakery")] Self::Bakery(_) => String::from("bakery"),
1970            #[cfg(feature = "MobileApplication")] Self::MobileApplication(_) => String::from("mobileapplication"),
1971            #[cfg(feature = "MedicalDevice")] Self::MedicalDevice(_) => String::from("medicaldevice"),
1972            #[cfg(feature = "BusTrip")] Self::BusTrip(_) => String::from("bustrip"),
1973            #[cfg(feature = "Collection")] Self::Collection(_) => String::from("collection"),
1974            #[cfg(feature = "MonetaryGrant")] Self::MonetaryGrant(_) => String::from("monetarygrant"),
1975            #[cfg(feature = "SizeSystemEnumeration")] Self::SizeSystemEnumeration(_) => String::from("sizesystemenumeration"),
1976            #[cfg(feature = "UserReview")] Self::UserReview(_) => String::from("userreview"),
1977            #[cfg(feature = "PayAction")] Self::PayAction(_) => String::from("payaction"),
1978            #[cfg(feature = "NewsArticle")] Self::NewsArticle(_) => String::from("newsarticle"),
1979            #[cfg(feature = "DigitalPlatformEnumeration")] Self::DigitalPlatformEnumeration(_) => String::from("digitalplatformenumeration"),
1980            #[cfg(feature = "Motel")] Self::Motel(_) => String::from("motel"),
1981            #[cfg(feature = "InsuranceAgency")] Self::InsuranceAgency(_) => String::from("insuranceagency"),
1982            #[cfg(feature = "BedType")] Self::BedType(_) => String::from("bedtype"),
1983            #[cfg(feature = "PaymentCard")] Self::PaymentCard(_) => String::from("paymentcard"),
1984            #[cfg(feature = "Patient")] Self::Patient(_) => String::from("patient"),
1985            #[cfg(feature = "MortgageLoan")] Self::MortgageLoan(_) => String::from("mortgageloan"),
1986            #[cfg(feature = "MulticellularParasite")] Self::MulticellularParasite(_) => String::from("multicellularparasite"),
1987            #[cfg(feature = "RadioStation")] Self::RadioStation(_) => String::from("radiostation"),
1988            #[cfg(feature = "FAQPage")] Self::FAQPage(_) => String::from("faqpage"),
1989            #[cfg(feature = "Place")] Self::Place(_) => String::from("place"),
1990            #[cfg(feature = "DanceEvent")] Self::DanceEvent(_) => String::from("danceevent"),
1991            #[cfg(feature = "NightClub")] Self::NightClub(_) => String::from("nightclub"),
1992            #[cfg(feature = "HowToSection")] Self::HowToSection(_) => String::from("howtosection"),
1993            #[cfg(feature = "FinancialProduct")] Self::FinancialProduct(_) => String::from("financialproduct"),
1994            #[cfg(feature = "MerchantReturnEnumeration")] Self::MerchantReturnEnumeration(_) => String::from("merchantreturnenumeration"),
1995            #[cfg(feature = "EmergencyService")] Self::EmergencyService(_) => String::from("emergencyservice"),
1996            #[cfg(feature = "LoseAction")] Self::LoseAction(_) => String::from("loseaction"),
1997            #[cfg(feature = "ConstraintNode")] Self::ConstraintNode(_) => String::from("constraintnode"),
1998            #[cfg(feature = "Notary")] Self::Notary(_) => String::from("notary"),
1999            #[cfg(feature = "Audience")] Self::Audience(_) => String::from("audience"),
2000            #[cfg(feature = "RiverBodyOfWater")] Self::RiverBodyOfWater(_) => String::from("riverbodyofwater"),
2001            #[cfg(feature = "QuantitativeValueDistribution")] Self::QuantitativeValueDistribution(_) => String::from("quantitativevaluedistribution"),
2002            #[cfg(feature = "DepartAction")] Self::DepartAction(_) => String::from("departaction"),
2003            #[cfg(feature = "MobilePhoneStore")] Self::MobilePhoneStore(_) => String::from("mobilephonestore"),
2004            #[cfg(feature = "AutoPartsStore")] Self::AutoPartsStore(_) => String::from("autopartsstore"),
2005            #[cfg(feature = "UserPageVisits")] Self::UserPageVisits(_) => String::from("userpagevisits"),
2006            #[cfg(feature = "Sculpture")] Self::Sculpture(_) => String::from("sculpture"),
2007            #[cfg(feature = "Recommendation")] Self::Recommendation(_) => String::from("recommendation"),
2008            #[cfg(feature = "FastFoodRestaurant")] Self::FastFoodRestaurant(_) => String::from("fastfoodrestaurant"),
2009            #[cfg(feature = "MiddleSchool")] Self::MiddleSchool(_) => String::from("middleschool"),
2010            #[cfg(feature = "GamePlayMode")] Self::GamePlayMode(_) => String::from("gameplaymode"),
2011            #[cfg(feature = "DataFeedItem")] Self::DataFeedItem(_) => String::from("datafeeditem"),
2012            #[cfg(feature = "RecyclingCenter")] Self::RecyclingCenter(_) => String::from("recyclingcenter"),
2013            #[cfg(feature = "Claim")] Self::Claim(_) => String::from("claim"),
2014            #[cfg(feature = "BusinessEvent")] Self::BusinessEvent(_) => String::from("businessevent"),
2015            #[cfg(feature = "AskPublicNewsArticle")] Self::AskPublicNewsArticle(_) => String::from("askpublicnewsarticle"),
2016            #[cfg(feature = "HealthTopicContent")] Self::HealthTopicContent(_) => String::from("healthtopiccontent"),
2017            #[cfg(feature = "Accommodation")] Self::Accommodation(_) => String::from("accommodation"),
2018            #[cfg(feature = "PetStore")] Self::PetStore(_) => String::from("petstore"),
2019            #[cfg(feature = "InstallAction")] Self::InstallAction(_) => String::from("installaction"),
2020            #[cfg(feature = "BlogPosting")] Self::BlogPosting(_) => String::from("blogposting"),
2021            #[cfg(feature = "Manuscript")] Self::Manuscript(_) => String::from("manuscript"),
2022            #[cfg(feature = "TherapeuticProcedure")] Self::TherapeuticProcedure(_) => String::from("therapeuticprocedure"),
2023            #[cfg(feature = "Virus")] Self::Virus(_) => String::from("virus"),
2024            #[cfg(feature = "Protozoa")] Self::Protozoa(_) => String::from("protozoa"),
2025            #[cfg(feature = "HousePainter")] Self::HousePainter(_) => String::from("housepainter"),
2026            #[cfg(feature = "WebPage")] Self::WebPage(_) => String::from("webpage"),
2027            #[cfg(feature = "InteractAction")] Self::InteractAction(_) => String::from("interactaction"),
2028            #[cfg(feature = "LeaveAction")] Self::LeaveAction(_) => String::from("leaveaction"),
2029            #[cfg(feature = "BreadcrumbList")] Self::BreadcrumbList(_) => String::from("breadcrumblist"),
2030            #[cfg(feature = "CheckInAction")] Self::CheckInAction(_) => String::from("checkinaction"),
2031            #[cfg(feature = "BroadcastChannel")] Self::BroadcastChannel(_) => String::from("broadcastchannel"),
2032            #[cfg(feature = "CreativeWork")] Self::CreativeWork(_) => String::from("creativework"),
2033            #[cfg(feature = "Grant")] Self::Grant(_) => String::from("grant"),
2034            #[cfg(feature = "ProfilePage")] Self::ProfilePage(_) => String::from("profilepage"),
2035            #[cfg(feature = "LodgingBusiness")] Self::LodgingBusiness(_) => String::from("lodgingbusiness"),
2036            #[cfg(feature = "DrugCost")] Self::DrugCost(_) => String::from("drugcost"),
2037            #[cfg(feature = "FloorPlan")] Self::FloorPlan(_) => String::from("floorplan"),
2038            #[cfg(feature = "TattooParlor")] Self::TattooParlor(_) => String::from("tattooparlor"),
2039            #[cfg(feature = "CancelAction")] Self::CancelAction(_) => String::from("cancelaction"),
2040            #[cfg(feature = "EmployerReview")] Self::EmployerReview(_) => String::from("employerreview"),
2041            #[cfg(feature = "MoneyTransfer")] Self::MoneyTransfer(_) => String::from("moneytransfer"),
2042            #[cfg(feature = "Flight")] Self::Flight(_) => String::from("flight"),
2043            #[cfg(feature = "DeliveryMethod")] Self::DeliveryMethod(_) => String::from("deliverymethod"),
2044            #[cfg(feature = "BusinessFunction")] Self::BusinessFunction(_) => String::from("businessfunction"),
2045            #[cfg(feature = "Duration")] Self::Duration(_) => String::from("duration"),
2046            #[cfg(feature = "MedicalGuidelineContraindication")] Self::MedicalGuidelineContraindication(_) => String::from("medicalguidelinecontraindication"),
2047            #[cfg(feature = "SurgicalProcedure")] Self::SurgicalProcedure(_) => String::from("surgicalprocedure"),
2048            #[cfg(feature = "WebApplication")] Self::WebApplication(_) => String::from("webapplication"),
2049            #[cfg(feature = "ReceiveAction")] Self::ReceiveAction(_) => String::from("receiveaction"),
2050            #[cfg(feature = "Landform")] Self::Landform(_) => String::from("landform"),
2051            #[cfg(feature = "Restaurant")] Self::Restaurant(_) => String::from("restaurant"),
2052            #[cfg(feature = "OfferItemCondition")] Self::OfferItemCondition(_) => String::from("offeritemcondition"),
2053            #[cfg(feature = "PhysicalTherapy")] Self::PhysicalTherapy(_) => String::from("physicaltherapy"),
2054            #[cfg(feature = "DiagnosticProcedure")] Self::DiagnosticProcedure(_) => String::from("diagnosticprocedure"),
2055            #[cfg(feature = "BroadcastFrequencySpecification")] Self::BroadcastFrequencySpecification(_) => String::from("broadcastfrequencyspecification"),
2056            #[cfg(feature = "HealthPlanFormulary")] Self::HealthPlanFormulary(_) => String::from("healthplanformulary"),
2057            #[cfg(feature = "MovieSeries")] Self::MovieSeries(_) => String::from("movieseries"),
2058            #[cfg(feature = "LibrarySystem")] Self::LibrarySystem(_) => String::from("librarysystem"),
2059            #[cfg(feature = "WearableSizeSystemEnumeration")] Self::WearableSizeSystemEnumeration(_) => String::from("wearablesizesystemenumeration"),
2060            #[cfg(feature = "Joint")] Self::Joint(_) => String::from("joint"),
2061            #[cfg(feature = "OccupationalExperienceRequirements")] Self::OccupationalExperienceRequirements(_) => String::from("occupationalexperiencerequirements"),
2062            #[cfg(feature = "DefinedRegion")] Self::DefinedRegion(_) => String::from("definedregion"),
2063            #[cfg(feature = "AutoRental")] Self::AutoRental(_) => String::from("autorental"),
2064            #[cfg(feature = "ShippingDeliveryTime")] Self::ShippingDeliveryTime(_) => String::from("shippingdeliverytime"),
2065            #[cfg(feature = "MerchantReturnPolicy")] Self::MerchantReturnPolicy(_) => String::from("merchantreturnpolicy"),
2066            #[cfg(feature = "ResumeAction")] Self::ResumeAction(_) => String::from("resumeaction"),
2067            #[cfg(feature = "LakeBodyOfWater")] Self::LakeBodyOfWater(_) => String::from("lakebodyofwater"),
2068            #[cfg(feature = "BrainStructure")] Self::BrainStructure(_) => String::from("brainstructure"),
2069            #[cfg(feature = "LifestyleModification")] Self::LifestyleModification(_) => String::from("lifestylemodification"),
2070            #[cfg(feature = "ExchangeRateSpecification")] Self::ExchangeRateSpecification(_) => String::from("exchangeratespecification"),
2071            #[cfg(feature = "Drawing")] Self::Drawing(_) => String::from("drawing"),
2072            #[cfg(feature = "ResearchOrganization")] Self::ResearchOrganization(_) => String::from("researchorganization"),
2073            #[cfg(feature = "DataCatalog")] Self::DataCatalog(_) => String::from("datacatalog"),
2074            #[cfg(feature = "Clip")] Self::Clip(_) => String::from("clip"),
2075            #[cfg(feature = "StatisticalVariable")] Self::StatisticalVariable(_) => String::from("statisticalvariable"),
2076            #[cfg(feature = "Taxon")] Self::Taxon(_) => String::from("taxon"),
2077            #[cfg(feature = "ClaimReview")] Self::ClaimReview(_) => String::from("claimreview"),
2078            #[cfg(feature = "WholesaleStore")] Self::WholesaleStore(_) => String::from("wholesalestore"),
2079            #[cfg(feature = "PeopleAudience")] Self::PeopleAudience(_) => String::from("peopleaudience"),
2080            #[cfg(feature = "FundingScheme")] Self::FundingScheme(_) => String::from("fundingscheme"),
2081            #[cfg(feature = "LendAction")] Self::LendAction(_) => String::from("lendaction"),
2082            #[cfg(feature = "UserLikes")] Self::UserLikes(_) => String::from("userlikes"),
2083            #[cfg(feature = "MusicReleaseFormatType")] Self::MusicReleaseFormatType(_) => String::from("musicreleaseformattype"),
2084            #[cfg(feature = "Vein")] Self::Vein(_) => String::from("vein"),
2085            #[cfg(feature = "AggregateRating")] Self::AggregateRating(_) => String::from("aggregaterating"),
2086            #[cfg(feature = "CompleteDataFeed")] Self::CompleteDataFeed(_) => String::from("completedatafeed"),
2087            #[cfg(feature = "LegalValueLevel")] Self::LegalValueLevel(_) => String::from("legalvaluelevel"),
2088            #[cfg(feature = "SteeringPositionValue")] Self::SteeringPositionValue(_) => String::from("steeringpositionvalue"),
2089            #[cfg(feature = "ItemListOrderType")] Self::ItemListOrderType(_) => String::from("itemlistordertype"),
2090            #[cfg(feature = "ComedyClub")] Self::ComedyClub(_) => String::from("comedyclub"),
2091            #[cfg(feature = "DepartmentStore")] Self::DepartmentStore(_) => String::from("departmentstore"),
2092            #[cfg(feature = "AnimalShelter")] Self::AnimalShelter(_) => String::from("animalshelter"),
2093            #[cfg(feature = "WearableMeasurementTypeEnumeration")] Self::WearableMeasurementTypeEnumeration(_) => String::from("wearablemeasurementtypeenumeration"),
2094            #[cfg(feature = "BroadcastEvent")] Self::BroadcastEvent(_) => String::from("broadcastevent"),
2095            #[cfg(feature = "Distance")] Self::Distance(_) => String::from("distance"),
2096            #[cfg(feature = "StructuredValue")] Self::StructuredValue(_) => String::from("structuredvalue"),
2097            #[cfg(feature = "NLNonprofitType")] Self::NLNonprofitType(_) => String::from("nlnonprofittype"),
2098            #[cfg(feature = "Thing")] Self::Thing(_) => String::from("thing"),
2099            #[cfg(feature = "MedicalTherapy")] Self::MedicalTherapy(_) => String::from("medicaltherapy"),
2100            #[cfg(feature = "ConsumeAction")] Self::ConsumeAction(_) => String::from("consumeaction"),
2101            #[cfg(feature = "UserComments")] Self::UserComments(_) => String::from("usercomments"),
2102            #[cfg(feature = "MedicalClinic")] Self::MedicalClinic(_) => String::from("medicalclinic"),
2103            #[cfg(feature = "Pond")] Self::Pond(_) => String::from("pond"),
2104            #[cfg(feature = "Fungus")] Self::Fungus(_) => String::from("fungus"),
2105            #[cfg(feature = "OnlineBusiness")] Self::OnlineBusiness(_) => String::from("onlinebusiness"),
2106            #[cfg(feature = "OnlineStore")] Self::OnlineStore(_) => String::from("onlinestore"),
2107            #[cfg(feature = "DiagnosticLab")] Self::DiagnosticLab(_) => String::from("diagnosticlab"),
2108            #[cfg(feature = "DriveWheelConfigurationValue")] Self::DriveWheelConfigurationValue(_) => String::from("drivewheelconfigurationvalue"),
2109            #[cfg(feature = "BusStation")] Self::BusStation(_) => String::from("busstation"),
2110            #[cfg(feature = "AssessAction")] Self::AssessAction(_) => String::from("assessaction"),
2111            #[cfg(feature = "MusicGroup")] Self::MusicGroup(_) => String::from("musicgroup"),
2112            #[cfg(feature = "MedicalScholarlyArticle")] Self::MedicalScholarlyArticle(_) => String::from("medicalscholarlyarticle"),
2113            #[cfg(feature = "SubscribeAction")] Self::SubscribeAction(_) => String::from("subscribeaction"),
2114            #[cfg(feature = "PaymentStatusType")] Self::PaymentStatusType(_) => String::from("paymentstatustype"),
2115            #[cfg(feature = "FoodEstablishmentReservation")] Self::FoodEstablishmentReservation(_) => String::from("foodestablishmentreservation"),
2116            #[cfg(feature = "BodyOfWater")] Self::BodyOfWater(_) => String::from("bodyofwater"),
2117            #[cfg(feature = "MusicRelease")] Self::MusicRelease(_) => String::from("musicrelease"),
2118            #[cfg(feature = "MediaSubscription")] Self::MediaSubscription(_) => String::from("mediasubscription"),
2119            #[cfg(feature = "DislikeAction")] Self::DislikeAction(_) => String::from("dislikeaction"),
2120            #[cfg(feature = "ReturnLabelSourceEnumeration")] Self::ReturnLabelSourceEnumeration(_) => String::from("returnlabelsourceenumeration"),
2121            #[cfg(feature = "CheckOutAction")] Self::CheckOutAction(_) => String::from("checkoutaction"),
2122            #[cfg(feature = "SocialEvent")] Self::SocialEvent(_) => String::from("socialevent"),
2123            #[cfg(feature = "FindAction")] Self::FindAction(_) => String::from("findaction"),
2124            #[cfg(feature = "Season")] Self::Season(_) => String::from("season"),
2125            #[cfg(feature = "DepositAccount")] Self::DepositAccount(_) => String::from("depositaccount"),
2126            #[cfg(feature = "ReadAction")] Self::ReadAction(_) => String::from("readaction"),
2127            #[cfg(feature = "Dentist")] Self::Dentist(_) => String::from("dentist"),
2128            #[cfg(feature = "CorrectionComment")] Self::CorrectionComment(_) => String::from("correctioncomment"),
2129            #[cfg(feature = "GameServerStatus")] Self::GameServerStatus(_) => String::from("gameserverstatus"),
2130            #[cfg(feature = "BorrowAction")] Self::BorrowAction(_) => String::from("borrowaction"),
2131            #[cfg(feature = "TrainStation")] Self::TrainStation(_) => String::from("trainstation"),
2132            #[cfg(feature = "MedicalDevicePurpose")] Self::MedicalDevicePurpose(_) => String::from("medicaldevicepurpose"),
2133            #[cfg(feature = "CheckAction")] Self::CheckAction(_) => String::from("checkaction"),
2134            #[cfg(feature = "SportsTeam")] Self::SportsTeam(_) => String::from("sportsteam"),
2135            #[cfg(feature = "HairSalon")] Self::HairSalon(_) => String::from("hairsalon"),
2136            #[cfg(feature = "GroceryStore")] Self::GroceryStore(_) => String::from("grocerystore"),
2137            #[cfg(feature = "PodcastEpisode")] Self::PodcastEpisode(_) => String::from("podcastepisode"),
2138            #[cfg(feature = "SpreadsheetDigitalDocument")] Self::SpreadsheetDigitalDocument(_) => String::from("spreadsheetdigitaldocument"),
2139            #[cfg(feature = "ReportageNewsArticle")] Self::ReportageNewsArticle(_) => String::from("reportagenewsarticle"),
2140            #[cfg(feature = "SelfStorage")] Self::SelfStorage(_) => String::from("selfstorage"),
2141            #[cfg(feature = "CreativeWorkSeason")] Self::CreativeWorkSeason(_) => String::from("creativeworkseason"),
2142            #[cfg(feature = "MedicalObservationalStudyDesign")] Self::MedicalObservationalStudyDesign(_) => String::from("medicalobservationalstudydesign"),
2143            #[cfg(feature = "HinduTemple")] Self::HinduTemple(_) => String::from("hindutemple"),
2144            #[cfg(feature = "MonetaryAmount")] Self::MonetaryAmount(_) => String::from("monetaryamount"),
2145            #[cfg(feature = "MedicalRiskEstimator")] Self::MedicalRiskEstimator(_) => String::from("medicalriskestimator"),
2146            #[cfg(feature = "Message")] Self::Message(_) => String::from("message"),
2147            #[cfg(feature = "SportsEvent")] Self::SportsEvent(_) => String::from("sportsevent"),
2148            #[cfg(feature = "PerformanceRole")] Self::PerformanceRole(_) => String::from("performancerole"),
2149            #[cfg(feature = "APIReference")] Self::APIReference(_) => String::from("apireference"),
2150            #[cfg(feature = "Electrician")] Self::Electrician(_) => String::from("electrician"),
2151            #[cfg(feature = "LinkRole")] Self::LinkRole(_) => String::from("linkrole"),
2152            #[cfg(feature = "DataFeed")] Self::DataFeed(_) => String::from("datafeed"),
2153            #[cfg(feature = "WorkBasedProgram")] Self::WorkBasedProgram(_) => String::from("workbasedprogram"),
2154            #[cfg(feature = "SchoolDistrict")] Self::SchoolDistrict(_) => String::from("schooldistrict"),
2155            #[cfg(feature = "ImageGallery")] Self::ImageGallery(_) => String::from("imagegallery"),
2156            #[cfg(feature = "DeliveryChargeSpecification")] Self::DeliveryChargeSpecification(_) => String::from("deliverychargespecification"),
2157            #[cfg(feature = "SpeakableSpecification")] Self::SpeakableSpecification(_) => String::from("speakablespecification"),
2158            #[cfg(feature = "GardenStore")] Self::GardenStore(_) => String::from("gardenstore"),
2159            #[cfg(feature = "Service")] Self::Service(_) => String::from("service"),
2160            #[cfg(feature = "CookAction")] Self::CookAction(_) => String::from("cookaction"),
2161            #[cfg(feature = "SearchAction")] Self::SearchAction(_) => String::from("searchaction"),
2162            #[cfg(feature = "ShoppingCenter")] Self::ShoppingCenter(_) => String::from("shoppingcenter"),
2163            #[cfg(feature = "CampingPitch")] Self::CampingPitch(_) => String::from("campingpitch"),
2164            #[cfg(feature = "FurnitureStore")] Self::FurnitureStore(_) => String::from("furniturestore"),
2165            #[cfg(feature = "UserTweets")] Self::UserTweets(_) => String::from("usertweets"),
2166            #[cfg(feature = "Project")] Self::Project(_) => String::from("project"),
2167            #[cfg(feature = "WorkersUnion")] Self::WorkersUnion(_) => String::from("workersunion"),
2168            #[cfg(feature = "SaleEvent")] Self::SaleEvent(_) => String::from("saleevent"),
2169            #[cfg(feature = "Energy")] Self::Energy(_) => String::from("energy"),
2170            #[cfg(feature = "Preschool")] Self::Preschool(_) => String::from("preschool"),
2171            #[cfg(feature = "Continent")] Self::Continent(_) => String::from("continent"),
2172            #[cfg(feature = "ArchiveOrganization")] Self::ArchiveOrganization(_) => String::from("archiveorganization"),
2173            #[cfg(feature = "DrugStrength")] Self::DrugStrength(_) => String::from("drugstrength"),
2174            #[cfg(feature = "PerformAction")] Self::PerformAction(_) => String::from("performaction"),
2175            #[cfg(feature = "ReservationPackage")] Self::ReservationPackage(_) => String::from("reservationpackage"),
2176            #[cfg(feature = "AppendAction")] Self::AppendAction(_) => String::from("appendaction"),
2177            #[cfg(feature = "VideoGameSeries")] Self::VideoGameSeries(_) => String::from("videogameseries"),
2178            #[cfg(feature = "QuantitativeValue")] Self::QuantitativeValue(_) => String::from("quantitativevalue"),
2179            #[cfg(feature = "EducationEvent")] Self::EducationEvent(_) => String::from("educationevent"),
2180            #[cfg(feature = "Observation")] Self::Observation(_) => String::from("observation"),
2181            #[cfg(feature = "MedicalRiskCalculator")] Self::MedicalRiskCalculator(_) => String::from("medicalriskcalculator"),
2182            #[cfg(feature = "RadioBroadcastService")] Self::RadioBroadcastService(_) => String::from("radiobroadcastservice"),
2183            #[cfg(feature = "GovernmentBenefitsType")] Self::GovernmentBenefitsType(_) => String::from("governmentbenefitstype"),
2184            #[cfg(feature = "MotorizedBicycle")] Self::MotorizedBicycle(_) => String::from("motorizedbicycle"),
2185            #[cfg(feature = "PhysicalActivityCategory")] Self::PhysicalActivityCategory(_) => String::from("physicalactivitycategory"),
2186            #[cfg(feature = "MedicalTest")] Self::MedicalTest(_) => String::from("medicaltest"),
2187            #[cfg(feature = "ScholarlyArticle")] Self::ScholarlyArticle(_) => String::from("scholarlyarticle"),
2188            #[cfg(feature = "EmailMessage")] Self::EmailMessage(_) => String::from("emailmessage"),
2189            #[cfg(feature = "WearAction")] Self::WearAction(_) => String::from("wearaction"),
2190            #[cfg(feature = "BoardingPolicyType")] Self::BoardingPolicyType(_) => String::from("boardingpolicytype"),
2191            #[cfg(feature = "RsvpAction")] Self::RsvpAction(_) => String::from("rsvpaction"),
2192            #[cfg(feature = "MeasurementMethodEnum")] Self::MeasurementMethodEnum(_) => String::from("measurementmethodenum"),
2193            #[cfg(feature = "FoodEvent")] Self::FoodEvent(_) => String::from("foodevent"),
2194            #[cfg(feature = "CDCPMDRecord")] Self::CDCPMDRecord(_) => String::from("cdcpmdrecord"),
2195            #[cfg(feature = "Residence")] Self::Residence(_) => String::from("residence"),
2196            #[cfg(feature = "WantAction")] Self::WantAction(_) => String::from("wantaction"),
2197            #[cfg(feature = "EntryPoint")] Self::EntryPoint(_) => String::from("entrypoint"),
2198            #[cfg(feature = "MedicalIndication")] Self::MedicalIndication(_) => String::from("medicalindication"),
2199            #[cfg(feature = "GameAvailabilityEnumeration")] Self::GameAvailabilityEnumeration(_) => String::from("gameavailabilityenumeration"),
2200            #[cfg(feature = "IgnoreAction")] Self::IgnoreAction(_) => String::from("ignoreaction"),
2201            #[cfg(feature = "MedicalAudience")] Self::MedicalAudience(_) => String::from("medicalaudience"),
2202            #[cfg(feature = "LodgingReservation")] Self::LodgingReservation(_) => String::from("lodgingreservation"),
2203            #[cfg(feature = "MedicalTrial")] Self::MedicalTrial(_) => String::from("medicaltrial"),
2204            #[cfg(feature = "AutomotiveBusiness")] Self::AutomotiveBusiness(_) => String::from("automotivebusiness"),
2205            #[cfg(feature = "TVEpisode")] Self::TVEpisode(_) => String::from("tvepisode"),
2206            #[cfg(feature = "BusinessEntityType")] Self::BusinessEntityType(_) => String::from("businessentitytype"),
2207            #[cfg(feature = "MovieTheater")] Self::MovieTheater(_) => String::from("movietheater"),
2208            #[cfg(feature = "GolfCourse")] Self::GolfCourse(_) => String::from("golfcourse"),
2209            #[cfg(feature = "WebSite")] Self::WebSite(_) => String::from("website"),
2210            #[cfg(feature = "QuoteAction")] Self::QuoteAction(_) => String::from("quoteaction"),
2211            #[cfg(feature = "HealthPlanCostSharingSpecification")] Self::HealthPlanCostSharingSpecification(_) => String::from("healthplancostsharingspecification"),
2212            #[cfg(feature = "HobbyShop")] Self::HobbyShop(_) => String::from("hobbyshop"),
2213            #[cfg(feature = "CurrencyConversionService")] Self::CurrencyConversionService(_) => String::from("currencyconversionservice"),
2214            #[cfg(feature = "Rating")] Self::Rating(_) => String::from("rating"),
2215            #[cfg(feature = "OfficeEquipmentStore")] Self::OfficeEquipmentStore(_) => String::from("officeequipmentstore"),
2216            #[cfg(feature = "EnergyConsumptionDetails")] Self::EnergyConsumptionDetails(_) => String::from("energyconsumptiondetails"),
2217            #[cfg(feature = "WarrantyScope")] Self::WarrantyScope(_) => String::from("warrantyscope"),
2218            #[cfg(feature = "MusicPlaylist")] Self::MusicPlaylist(_) => String::from("musicplaylist"),
2219            #[cfg(feature = "Florist")] Self::Florist(_) => String::from("florist"),
2220            #[cfg(feature = "ImageObject")] Self::ImageObject(_) => String::from("imageobject"),
2221            #[cfg(feature = "MusicEvent")] Self::MusicEvent(_) => String::from("musicevent"),
2222            #[cfg(feature = "PreventionIndication")] Self::PreventionIndication(_) => String::from("preventionindication"),
2223            #[cfg(feature = "DisagreeAction")] Self::DisagreeAction(_) => String::from("disagreeaction"),
2224            #[cfg(feature = "GovernmentService")] Self::GovernmentService(_) => String::from("governmentservice"),
2225            #[cfg(feature = "FireStation")] Self::FireStation(_) => String::from("firestation"),
2226            #[cfg(feature = "Role")] Self::Role(_) => String::from("role"),
2227            #[cfg(feature = "LearningResource")] Self::LearningResource(_) => String::from("learningresource"),
2228            #[cfg(feature = "PropertyValue")] Self::PropertyValue(_) => String::from("propertyvalue"),
2229            #[cfg(feature = "TouristAttraction")] Self::TouristAttraction(_) => String::from("touristattraction"),
2230            #[cfg(feature = "DoseSchedule")] Self::DoseSchedule(_) => String::from("doseschedule"),
2231            #[cfg(feature = "FoodService")] Self::FoodService(_) => String::from("foodservice"),
2232            #[cfg(feature = "ThreeDModel")] Self::ThreeDModel(_) => String::from("threedmodel"),
2233            #[cfg(feature = "Canal")] Self::Canal(_) => String::from("canal"),
2234            #[cfg(feature = "MovingCompany")] Self::MovingCompany(_) => String::from("movingcompany"),
2235            #[cfg(feature = "SellAction")] Self::SellAction(_) => String::from("sellaction"),
2236            #[cfg(feature = "TipAction")] Self::TipAction(_) => String::from("tipaction"),
2237            #[cfg(feature = "TVSeries")] Self::TVSeries(_) => String::from("tvseries"),
2238            #[cfg(feature = "BrokerageAccount")] Self::BrokerageAccount(_) => String::from("brokerageaccount"),
2239            #[cfg(feature = "Episode")] Self::Episode(_) => String::from("episode"),
2240            #[cfg(feature = "ToyStore")] Self::ToyStore(_) => String::from("toystore"),
2241            #[cfg(feature = "DefinedTerm")] Self::DefinedTerm(_) => String::from("definedterm"),
2242            #[cfg(feature = "BikeStore")] Self::BikeStore(_) => String::from("bikestore"),
2243            #[cfg(feature = "ChooseAction")] Self::ChooseAction(_) => String::from("chooseaction"),
2244            #[cfg(feature = "Property")] Self::Property(_) => String::from("property"),
2245            #[cfg(feature = "HowToTool")] Self::HowToTool(_) => String::from("howtotool"),
2246            #[cfg(feature = "AutomatedTeller")] Self::AutomatedTeller(_) => String::from("automatedteller"),
2247            #[cfg(feature = "Zoo")] Self::Zoo(_) => String::from("zoo"),
2248            #[cfg(feature = "ChemicalSubstance")] Self::ChemicalSubstance(_) => String::from("chemicalsubstance"),
2249            #[cfg(feature = "InteractionCounter")] Self::InteractionCounter(_) => String::from("interactioncounter"),
2250            #[cfg(feature = "CableOrSatelliteService")] Self::CableOrSatelliteService(_) => String::from("cableorsatelliteservice"),
2251            #[cfg(feature = "NailSalon")] Self::NailSalon(_) => String::from("nailsalon"),
2252            #[cfg(feature = "EventVenue")] Self::EventVenue(_) => String::from("eventvenue"),
2253            #[cfg(feature = "ProductCollection")] Self::ProductCollection(_) => String::from("productcollection"),
2254            #[cfg(feature = "VeterinaryCare")] Self::VeterinaryCare(_) => String::from("veterinarycare"),
2255            #[cfg(feature = "TaxiService")] Self::TaxiService(_) => String::from("taxiservice"),
2256            #[cfg(feature = "ViewAction")] Self::ViewAction(_) => String::from("viewaction"),
2257            #[cfg(feature = "TireShop")] Self::TireShop(_) => String::from("tireshop"),
2258            #[cfg(feature = "WebAPI")] Self::WebAPI(_) => String::from("webapi"),
2259            #[cfg(feature = "RVPark")] Self::RVPark(_) => String::from("rvpark"),
2260            #[cfg(feature = "MusicRecording")] Self::MusicRecording(_) => String::from("musicrecording"),
2261            #[cfg(feature = "BookStore")] Self::BookStore(_) => String::from("bookstore"),
2262            #[cfg(feature = "OfferCatalog")] Self::OfferCatalog(_) => String::from("offercatalog"),
2263            #[cfg(feature = "TextObject")] Self::TextObject(_) => String::from("textobject"),
2264            #[cfg(feature = "DigitalDocumentPermissionType")] Self::DigitalDocumentPermissionType(_) => String::from("digitaldocumentpermissiontype"),
2265            #[cfg(feature = "BowlingAlley")] Self::BowlingAlley(_) => String::from("bowlingalley"),
2266            #[cfg(feature = "BoatTerminal")] Self::BoatTerminal(_) => String::from("boatterminal"),
2267            #[cfg(feature = "TVSeason")] Self::TVSeason(_) => String::from("tvseason"),
2268            #[cfg(feature = "AgreeAction")] Self::AgreeAction(_) => String::from("agreeaction"),
2269            #[cfg(feature = "MotorcycleRepair")] Self::MotorcycleRepair(_) => String::from("motorcyclerepair"),
2270            #[cfg(feature = "House")] Self::House(_) => String::from("house"),
2271            #[cfg(feature = "BoatReservation")] Self::BoatReservation(_) => String::from("boatreservation"),
2272            #[cfg(feature = "CreateAction")] Self::CreateAction(_) => String::from("createaction"),
2273            #[cfg(feature = "StatusEnumeration")] Self::StatusEnumeration(_) => String::from("statusenumeration"),
2274            #[cfg(feature = "SeekToAction")] Self::SeekToAction(_) => String::from("seektoaction"),
2275            #[cfg(feature = "Playground")] Self::Playground(_) => String::from("playground"),
2276            #[cfg(feature = "ParkingFacility")] Self::ParkingFacility(_) => String::from("parkingfacility"),
2277            #[cfg(feature = "LocationFeatureSpecification")] Self::LocationFeatureSpecification(_) => String::from("locationfeaturespecification"),
2278            #[cfg(feature = "VoteAction")] Self::VoteAction(_) => String::from("voteaction"),
2279            #[cfg(feature = "InformAction")] Self::InformAction(_) => String::from("informaction"),
2280            #[cfg(feature = "Enumeration")] Self::Enumeration(_) => String::from("enumeration"),
2281            #[cfg(feature = "ProductModel")] Self::ProductModel(_) => String::from("productmodel"),
2282            #[cfg(feature = "DeleteAction")] Self::DeleteAction(_) => String::from("deleteaction"),
2283            #[cfg(feature = "WarrantyPromise")] Self::WarrantyPromise(_) => String::from("warrantypromise"),
2284            #[cfg(feature = "DeactivateAction")] Self::DeactivateAction(_) => String::from("deactivateaction"),
2285            #[cfg(feature = "Menu")] Self::Menu(_) => String::from("menu"),
2286            #[cfg(feature = "MusicAlbumProductionType")] Self::MusicAlbumProductionType(_) => String::from("musicalbumproductiontype"),
2287            #[cfg(feature = "TouristDestination")] Self::TouristDestination(_) => String::from("touristdestination"),
2288            #[cfg(feature = "Thesis")] Self::Thesis(_) => String::from("thesis"),
2289            #[cfg(feature = "MoveAction")] Self::MoveAction(_) => String::from("moveaction"),
2290            #[cfg(feature = "MedicalSignOrSymptom")] Self::MedicalSignOrSymptom(_) => String::from("medicalsignorsymptom"),
2291            #[cfg(feature = "MonetaryAmountDistribution")] Self::MonetaryAmountDistribution(_) => String::from("monetaryamountdistribution"),
2292            #[cfg(feature = "EventStatusType")] Self::EventStatusType(_) => String::from("eventstatustype"),
2293            #[cfg(feature = "TennisComplex")] Self::TennisComplex(_) => String::from("tenniscomplex"),
2294            #[cfg(feature = "ArriveAction")] Self::ArriveAction(_) => String::from("arriveaction"),
2295            #[cfg(feature = "ReturnFeesEnumeration")] Self::ReturnFeesEnumeration(_) => String::from("returnfeesenumeration"),
2296            #[cfg(feature = "TaxiReservation")] Self::TaxiReservation(_) => String::from("taxireservation"),
2297            #[cfg(feature = "GovernmentOffice")] Self::GovernmentOffice(_) => String::from("governmentoffice"),
2298            #[cfg(feature = "WebPageElement")] Self::WebPageElement(_) => String::from("webpageelement"),
2299            #[cfg(feature = "ProgramMembership")] Self::ProgramMembership(_) => String::from("programmembership"),
2300            #[cfg(feature = "AudioObjectSnapshot")] Self::AudioObjectSnapshot(_) => String::from("audioobjectsnapshot"),
2301            #[cfg(feature = "MerchantReturnPolicySeasonalOverride")] Self::MerchantReturnPolicySeasonalOverride(_) => String::from("merchantreturnpolicyseasonaloverride"),
2302            #[cfg(feature = "SingleFamilyResidence")] Self::SingleFamilyResidence(_) => String::from("singlefamilyresidence"),
2303            #[cfg(feature = "Bridge")] Self::Bridge(_) => String::from("bridge"),
2304            #[cfg(feature = "Product")] Self::Product(_) => String::from("product"),
2305            #[cfg(feature = "Brand")] Self::Brand(_) => String::from("brand"),
2306            #[cfg(feature = "AnatomicalSystem")] Self::AnatomicalSystem(_) => String::from("anatomicalsystem"),
2307            #[cfg(feature = "EngineSpecification")] Self::EngineSpecification(_) => String::from("enginespecification"),
2308            #[cfg(feature = "PoliceStation")] Self::PoliceStation(_) => String::from("policestation"),
2309            #[cfg(feature = "MarryAction")] Self::MarryAction(_) => String::from("marryaction"),
2310            #[cfg(feature = "Plumber")] Self::Plumber(_) => String::from("plumber"),
2311            #[cfg(feature = "AddAction")] Self::AddAction(_) => String::from("addaction"),
2312            #[cfg(feature = "InviteAction")] Self::InviteAction(_) => String::from("inviteaction"),
2313            #[cfg(feature = "CreditCard")] Self::CreditCard(_) => String::from("creditcard"),
2314            #[cfg(feature = "Dataset")] Self::Dataset(_) => String::from("dataset"),
2315            #[cfg(feature = "PublicSwimmingPool")] Self::PublicSwimmingPool(_) => String::from("publicswimmingpool"),
2316            #[cfg(feature = "CourseInstance")] Self::CourseInstance(_) => String::from("courseinstance"),
2317            #[cfg(feature = "MediaReview")] Self::MediaReview(_) => String::from("mediareview"),
2318            #[cfg(feature = "Occupation")] Self::Occupation(_) => String::from("occupation"),
2319            #[cfg(feature = "MedicalIntangible")] Self::MedicalIntangible(_) => String::from("medicalintangible"),
2320            #[cfg(feature = "AuthorizeAction")] Self::AuthorizeAction(_) => String::from("authorizeaction"),
2321            #[cfg(feature = "Protein")] Self::Protein(_) => String::from("protein"),
2322            #[cfg(feature = "LymphaticVessel")] Self::LymphaticVessel(_) => String::from("lymphaticvessel"),
2323            #[cfg(feature = "DayOfWeek")] Self::DayOfWeek(_) => String::from("dayofweek"),
2324            #[cfg(feature = "PlaceOfWorship")] Self::PlaceOfWorship(_) => String::from("placeofworship"),
2325            #[cfg(feature = "ComedyEvent")] Self::ComedyEvent(_) => String::from("comedyevent"),
2326            #[cfg(feature = "GatedResidenceCommunity")] Self::GatedResidenceCommunity(_) => String::from("gatedresidencecommunity"),
2327            #[cfg(feature = "LiveBlogPosting")] Self::LiveBlogPosting(_) => String::from("liveblogposting"),
2328            #[cfg(feature = "AssignAction")] Self::AssignAction(_) => String::from("assignaction"),
2329            #[cfg(feature = "FMRadioChannel")] Self::FMRadioChannel(_) => String::from("fmradiochannel"),
2330            #[cfg(feature = "AMRadioChannel")] Self::AMRadioChannel(_) => String::from("amradiochannel"),
2331            #[cfg(feature = "PhysicalExam")] Self::PhysicalExam(_) => String::from("physicalexam"),
2332            #[cfg(feature = "PodcastSeries")] Self::PodcastSeries(_) => String::from("podcastseries"),
2333            #[cfg(feature = "AdvertiserContentArticle")] Self::AdvertiserContentArticle(_) => String::from("advertisercontentarticle"),
2334            #[cfg(feature = "ExercisePlan")] Self::ExercisePlan(_) => String::from("exerciseplan"),
2335            #[cfg(feature = "GeoCircle")] Self::GeoCircle(_) => String::from("geocircle"),
2336            #[cfg(feature = "PublicationIssue")] Self::PublicationIssue(_) => String::from("publicationissue"),
2337            #[cfg(feature = "CafeOrCoffeeShop")] Self::CafeOrCoffeeShop(_) => String::from("cafeorcoffeeshop"),
2338            #[cfg(feature = "PalliativeProcedure")] Self::PalliativeProcedure(_) => String::from("palliativeprocedure"),
2339            #[cfg(feature = "WearableSizeGroupEnumeration")] Self::WearableSizeGroupEnumeration(_) => String::from("wearablesizegroupenumeration"),
2340            #[cfg(feature = "HealthAndBeautyBusiness")] Self::HealthAndBeautyBusiness(_) => String::from("healthandbeautybusiness"),
2341            #[cfg(feature = "BioChemEntity")] Self::BioChemEntity(_) => String::from("biochementity"),
2342            #[cfg(feature = "Article")] Self::Article(_) => String::from("article"),
2343            #[cfg(feature = "Float")] Self::Float(_) => String::from("float"),
2344            #[cfg(feature = "Taxi")] Self::Taxi(_) => String::from("taxi"),
2345            #[cfg(feature = "Crematorium")] Self::Crematorium(_) => String::from("crematorium"),
2346            #[cfg(feature = "RadiationTherapy")] Self::RadiationTherapy(_) => String::from("radiationtherapy"),
2347            #[cfg(feature = "EducationalOccupationalProgram")] Self::EducationalOccupationalProgram(_) => String::from("educationaloccupationalprogram"),
2348            #[cfg(feature = "MedicalImagingTechnique")] Self::MedicalImagingTechnique(_) => String::from("medicalimagingtechnique"),
2349            #[cfg(feature = "Attorney")] Self::Attorney(_) => String::from("attorney"),
2350            #[cfg(feature = "BusinessAudience")] Self::BusinessAudience(_) => String::from("businessaudience"),
2351            #[cfg(feature = "ChildrensEvent")] Self::ChildrensEvent(_) => String::from("childrensevent"),
2352            #[cfg(feature = "GenderType")] Self::GenderType(_) => String::from("gendertype"),
2353            #[cfg(feature = "Quiz")] Self::Quiz(_) => String::from("quiz"),
2354            #[cfg(feature = "Demand")] Self::Demand(_) => String::from("demand"),
2355            #[cfg(feature = "Class")] Self::Class(_) => String::from("class"),
2356            #[cfg(feature = "Brewery")] Self::Brewery(_) => String::from("brewery"),
2357            #[cfg(feature = "HealthInsurancePlan")] Self::HealthInsurancePlan(_) => String::from("healthinsuranceplan"),
2358            #[cfg(feature = "JoinAction")] Self::JoinAction(_) => String::from("joinaction"),
2359            #[cfg(feature = "JewelryStore")] Self::JewelryStore(_) => String::from("jewelrystore"),
2360            #[cfg(feature = "AutoBodyShop")] Self::AutoBodyShop(_) => String::from("autobodyshop"),
2361            #[cfg(feature = "AmusementPark")] Self::AmusementPark(_) => String::from("amusementpark"),
2362            #[cfg(feature = "EmployerAggregateRating")] Self::EmployerAggregateRating(_) => String::from("employeraggregaterating"),
2363            #[cfg(feature = "SatiricalArticle")] Self::SatiricalArticle(_) => String::from("satiricalarticle"),
2364            #[cfg(feature = "UserCheckins")] Self::UserCheckins(_) => String::from("usercheckins"),
2365            #[cfg(feature = "InvestmentOrDeposit")] Self::InvestmentOrDeposit(_) => String::from("investmentordeposit"),
2366            #[cfg(feature = "HVACBusiness")] Self::HVACBusiness(_) => String::from("hvacbusiness"),
2367            #[cfg(feature = "ActionAccessSpecification")] Self::ActionAccessSpecification(_) => String::from("actionaccessspecification"),
2368            #[cfg(feature = "UserBlocks")] Self::UserBlocks(_) => String::from("userblocks"),
2369            #[cfg(feature = "LocalBusiness")] Self::LocalBusiness(_) => String::from("localbusiness"),
2370            #[cfg(feature = "TypeAndQuantityNode")] Self::TypeAndQuantityNode(_) => String::from("typeandquantitynode"),
2371            #[cfg(feature = "Library")] Self::Library(_) => String::from("library"),
2372            #[cfg(feature = "CategoryCodeSet")] Self::CategoryCodeSet(_) => String::from("categorycodeset"),
2373            #[cfg(feature = "HomeAndConstructionBusiness")] Self::HomeAndConstructionBusiness(_) => String::from("homeandconstructionbusiness"),
2374            #[cfg(feature = "ParcelDelivery")] Self::ParcelDelivery(_) => String::from("parceldelivery"),
2375            #[cfg(feature = "MedicalCode")] Self::MedicalCode(_) => String::from("medicalcode"),
2376            #[cfg(feature = "ReplyAction")] Self::ReplyAction(_) => String::from("replyaction"),
2377            #[cfg(feature = "TradeAction")] Self::TradeAction(_) => String::from("tradeaction"),
2378            #[cfg(feature = "CityHall")] Self::CityHall(_) => String::from("cityhall"),
2379            #[cfg(feature = "ElementarySchool")] Self::ElementarySchool(_) => String::from("elementaryschool"),
2380            #[cfg(feature = "Guide")] Self::Guide(_) => String::from("guide"),
2381            #[cfg(feature = "NutritionInformation")] Self::NutritionInformation(_) => String::from("nutritioninformation"),
2382            #[cfg(feature = "CommentAction")] Self::CommentAction(_) => String::from("commentaction"),
2383            #[cfg(feature = "InfectiousDisease")] Self::InfectiousDisease(_) => String::from("infectiousdisease"),
2384            #[cfg(feature = "MedicalTestPanel")] Self::MedicalTestPanel(_) => String::from("medicaltestpanel"),
2385            #[cfg(feature = "BeautySalon")] Self::BeautySalon(_) => String::from("beautysalon"),
2386            #[cfg(feature = "DryCleaningOrLaundry")] Self::DryCleaningOrLaundry(_) => String::from("drycleaningorlaundry"),
2387            #[cfg(feature = "VideoObjectSnapshot")] Self::VideoObjectSnapshot(_) => String::from("videoobjectsnapshot"),
2388            #[cfg(feature = "HowToTip")] Self::HowToTip(_) => String::from("howtotip"),
2389            #[cfg(feature = "SocialMediaPosting")] Self::SocialMediaPosting(_) => String::from("socialmediaposting"),
2390            #[cfg(feature = "Ligament")] Self::Ligament(_) => String::from("ligament"),
2391            #[cfg(feature = "ActionStatusType")] Self::ActionStatusType(_) => String::from("actionstatustype"),
2392            #[cfg(feature = "IndividualProduct")] Self::IndividualProduct(_) => String::from("individualproduct"),
2393            #[cfg(feature = "HowToItem")] Self::HowToItem(_) => String::from("howtoitem"),
2394            #[cfg(feature = "Report")] Self::Report(_) => String::from("report"),
2395            #[cfg(feature = "Museum")] Self::Museum(_) => String::from("museum"),
2396            #[cfg(feature = "ComicStory")] Self::ComicStory(_) => String::from("comicstory"),
2397            #[cfg(feature = "TrainReservation")] Self::TrainReservation(_) => String::from("trainreservation"),
2398            #[cfg(feature = "SubwayStation")] Self::SubwayStation(_) => String::from("subwaystation"),
2399            #[cfg(feature = "WPHeader")] Self::WPHeader(_) => String::from("wpheader"),
2400            #[cfg(feature = "EUEnergyEfficiencyEnumeration")] Self::EUEnergyEfficiencyEnumeration(_) => String::from("euenergyefficiencyenumeration"),
2401            #[cfg(feature = "Painting")] Self::Painting(_) => String::from("painting"),
2402            #[cfg(feature = "MedicalProcedure")] Self::MedicalProcedure(_) => String::from("medicalprocedure"),
2403            #[cfg(feature = "DietarySupplement")] Self::DietarySupplement(_) => String::from("dietarysupplement"),
2404            #[cfg(feature = "PaymentService")] Self::PaymentService(_) => String::from("paymentservice"),
2405            #[cfg(feature = "TextDigitalDocument")] Self::TextDigitalDocument(_) => String::from("textdigitaldocument"),
2406            #[cfg(feature = "TieAction")] Self::TieAction(_) => String::from("tieaction"),
2407            #[cfg(feature = "DrugPrescriptionStatus")] Self::DrugPrescriptionStatus(_) => String::from("drugprescriptionstatus"),
2408            #[cfg(feature = "MediaReviewItem")] Self::MediaReviewItem(_) => String::from("mediareviewitem"),
2409            #[cfg(feature = "ComputerLanguage")] Self::ComputerLanguage(_) => String::from("computerlanguage"),
2410            #[cfg(feature = "Locksmith")] Self::Locksmith(_) => String::from("locksmith"),
2411            #[cfg(feature = "SearchRescueOrganization")] Self::SearchRescueOrganization(_) => String::from("searchrescueorganization"),
2412            #[cfg(feature = "Distillery")] Self::Distillery(_) => String::from("distillery"),
2413            #[cfg(feature = "EventSeries")] Self::EventSeries(_) => String::from("eventseries"),
2414            #[cfg(feature = "RadioSeries")] Self::RadioSeries(_) => String::from("radioseries"),
2415            #[cfg(feature = "AdministrativeArea")] Self::AdministrativeArea(_) => String::from("administrativearea"),
2416            #[cfg(feature = "PoliticalParty")] Self::PoliticalParty(_) => String::from("politicalparty"),
2417            #[cfg(feature = "BedAndBreakfast")] Self::BedAndBreakfast(_) => String::from("bedandbreakfast"),
2418            #[cfg(feature = "VacationRental")] Self::VacationRental(_) => String::from("vacationrental"),
2419            #[cfg(feature = "HotelRoom")] Self::HotelRoom(_) => String::from("hotelroom"),
2420            #[cfg(feature = "Casino")] Self::Casino(_) => String::from("casino"),
2421            #[cfg(feature = "BookSeries")] Self::BookSeries(_) => String::from("bookseries"),
2422            #[cfg(feature = "MedicineSystem")] Self::MedicineSystem(_) => String::from("medicinesystem"),
2423            #[cfg(feature = "Airport")] Self::Airport(_) => String::from("airport"),
2424            #[cfg(feature = "CategoryCode")] Self::CategoryCode(_) => String::from("categorycode"),
2425            #[cfg(feature = "Corporation")] Self::Corporation(_) => String::from("corporation"),
2426            #[cfg(feature = "PreOrderAction")] Self::PreOrderAction(_) => String::from("preorderaction"),
2427            #[cfg(feature = "PodcastSeason")] Self::PodcastSeason(_) => String::from("podcastseason"),
2428            #[cfg(feature = "TrackAction")] Self::TrackAction(_) => String::from("trackaction"),
2429            #[cfg(feature = "AskAction")] Self::AskAction(_) => String::from("askaction"),
2430            #[cfg(feature = "RealEstateAgent")] Self::RealEstateAgent(_) => String::from("realestateagent"),
2431            #[cfg(feature = "AccountingService")] Self::AccountingService(_) => String::from("accountingservice"),
2432            #[cfg(feature = "TravelAgency")] Self::TravelAgency(_) => String::from("travelagency"),
2433            #[cfg(feature = "Optician")] Self::Optician(_) => String::from("optician"),
2434            #[cfg(feature = "SiteNavigationElement")] Self::SiteNavigationElement(_) => String::from("sitenavigationelement"),
2435            #[cfg(feature = "Church")] Self::Church(_) => String::from("church"),
2436            #[cfg(feature = "BookmarkAction")] Self::BookmarkAction(_) => String::from("bookmarkaction"),
2437            #[cfg(feature = "MenuItem")] Self::MenuItem(_) => String::from("menuitem"),
2438            #[cfg(feature = "InsertAction")] Self::InsertAction(_) => String::from("insertaction"),
2439            #[cfg(feature = "Pharmacy")] Self::Pharmacy(_) => String::from("pharmacy"),
2440            #[cfg(feature = "RadioSeason")] Self::RadioSeason(_) => String::from("radioseason"),
2441            #[cfg(feature = "SportsOrganization")] Self::SportsOrganization(_) => String::from("sportsorganization"),
2442            #[cfg(feature = "LegalService")] Self::LegalService(_) => String::from("legalservice"),
2443            #[cfg(feature = "DigitalDocumentPermission")] Self::DigitalDocumentPermission(_) => String::from("digitaldocumentpermission"),
2444            #[cfg(feature = "HardwareStore")] Self::HardwareStore(_) => String::from("hardwarestore"),
2445            #[cfg(feature = "Recipe")] Self::Recipe(_) => String::from("recipe"),
2446            #[cfg(feature = "MapCategoryType")] Self::MapCategoryType(_) => String::from("mapcategorytype"),
2447            #[cfg(feature = "AchieveAction")] Self::AchieveAction(_) => String::from("achieveaction"),
2448            #[cfg(feature = "PerformingGroup")] Self::PerformingGroup(_) => String::from("performinggroup"),
2449            #[cfg(feature = "InfectiousAgentClass")] Self::InfectiousAgentClass(_) => String::from("infectiousagentclass"),
2450            #[cfg(feature = "Event")] Self::Event(_) => String::from("event"),
2451            #[cfg(feature = "Room")] Self::Room(_) => String::from("room"),
2452            #[cfg(feature = "Gene")] Self::Gene(_) => String::from("gene"),
2453            #[cfg(feature = "ClothingStore")] Self::ClothingStore(_) => String::from("clothingstore"),
2454            #[cfg(feature = "VideoObject")] Self::VideoObject(_) => String::from("videoobject"),
2455            #[cfg(feature = "FinancialService")] Self::FinancialService(_) => String::from("financialservice"),
2456            #[cfg(feature = "Game")] Self::Game(_) => String::from("game"),
2457            #[cfg(feature = "CheckoutPage")] Self::CheckoutPage(_) => String::from("checkoutpage"),
2458            #[cfg(feature = "TakeAction")] Self::TakeAction(_) => String::from("takeaction"),
2459            #[cfg(feature = "PathologyTest")] Self::PathologyTest(_) => String::from("pathologytest"),
2460            #[cfg(feature = "AdultOrientedEnumeration")] Self::AdultOrientedEnumeration(_) => String::from("adultorientedenumeration"),
2461            #[cfg(feature = "RecommendedDoseSchedule")] Self::RecommendedDoseSchedule(_) => String::from("recommendeddoseschedule"),
2462            #[cfg(feature = "CovidTestingFacility")] Self::CovidTestingFacility(_) => String::from("covidtestingfacility"),
2463            #[cfg(feature = "SpecialAnnouncement")] Self::SpecialAnnouncement(_) => String::from("specialannouncement"),
2464            #[cfg(feature = "Legislation")] Self::Legislation(_) => String::from("legislation"),
2465            #[cfg(feature = "VideoGallery")] Self::VideoGallery(_) => String::from("videogallery"),
2466            #[cfg(feature = "MusicComposition")] Self::MusicComposition(_) => String::from("musiccomposition"),
2467            #[cfg(feature = "DonateAction")] Self::DonateAction(_) => String::from("donateaction"),
2468            #[cfg(feature = "ItemPage")] Self::ItemPage(_) => String::from("itempage"),
2469            #[cfg(feature = "ChildCare")] Self::ChildCare(_) => String::from("childcare"),
2470            #[cfg(feature = "ShippingRateSettings")] Self::ShippingRateSettings(_) => String::from("shippingratesettings"),
2471            #[cfg(feature = "UserInteraction")] Self::UserInteraction(_) => String::from("userinteraction"),
2472            #[cfg(feature = "CoverArt")] Self::CoverArt(_) => String::from("coverart"),
2473            #[cfg(feature = "StatisticalPopulation")] Self::StatisticalPopulation(_) => String::from("statisticalpopulation"),
2474            #[cfg(feature = "DataDownload")] Self::DataDownload(_) => String::from("datadownload"),
2475            #[cfg(feature = "ReviewAction")] Self::ReviewAction(_) => String::from("reviewaction"),
2476            #[cfg(feature = "Courthouse")] Self::Courthouse(_) => String::from("courthouse"),
2477            #[cfg(feature = "SheetMusic")] Self::SheetMusic(_) => String::from("sheetmusic"),
2478            #[cfg(feature = "AmpStory")] Self::AmpStory(_) => String::from("ampstory"),
2479            #[cfg(feature = "Hackathon")] Self::Hackathon(_) => String::from("hackathon"),
2480            #[cfg(feature = "CarUsageType")] Self::CarUsageType(_) => String::from("carusagetype"),
2481            #[cfg(feature = "LegalForceStatus")] Self::LegalForceStatus(_) => String::from("legalforcestatus"),
2482            #[cfg(feature = "ReturnMethodEnumeration")] Self::ReturnMethodEnumeration(_) => String::from("returnmethodenumeration"),
2483            #[cfg(feature = "ElectronicsStore")] Self::ElectronicsStore(_) => String::from("electronicsstore"),
2484            #[cfg(feature = "OceanBodyOfWater")] Self::OceanBodyOfWater(_) => String::from("oceanbodyofwater"),
2485            #[cfg(feature = "EventReservation")] Self::EventReservation(_) => String::from("eventreservation"),
2486            #[cfg(feature = "ConvenienceStore")] Self::ConvenienceStore(_) => String::from("conveniencestore"),
2487            #[cfg(feature = "ScheduleAction")] Self::ScheduleAction(_) => String::from("scheduleaction"),
2488            #[cfg(feature = "RefundTypeEnumeration")] Self::RefundTypeEnumeration(_) => String::from("refundtypeenumeration"),
2489            #[cfg(feature = "ContactPointOption")] Self::ContactPointOption(_) => String::from("contactpointoption"),
2490            #[cfg(feature = "PresentationDigitalDocument")] Self::PresentationDigitalDocument(_) => String::from("presentationdigitaldocument"),
2491            #[cfg(feature = "MusicStore")] Self::MusicStore(_) => String::from("musicstore"),
2492            #[cfg(feature = "OnDemandEvent")] Self::OnDemandEvent(_) => String::from("ondemandevent"),
2493            #[cfg(feature = "Poster")] Self::Poster(_) => String::from("poster"),
2494            #[cfg(feature = "DanceGroup")] Self::DanceGroup(_) => String::from("dancegroup"),
2495            #[cfg(feature = "DeliveryEvent")] Self::DeliveryEvent(_) => String::from("deliveryevent"),
2496            #[cfg(feature = "VideoGameClip")] Self::VideoGameClip(_) => String::from("videogameclip"),
2497            #[cfg(feature = "OwnershipInfo")] Self::OwnershipInfo(_) => String::from("ownershipinfo"),
2498            #[cfg(feature = "BusOrCoach")] Self::BusOrCoach(_) => String::from("busorcoach"),
2499            #[cfg(feature = "MedicalEntity")] Self::MedicalEntity(_) => String::from("medicalentity"),
2500            #[cfg(feature = "EndorseAction")] Self::EndorseAction(_) => String::from("endorseaction"),
2501            #[cfg(feature = "Photograph")] Self::Photograph(_) => String::from("photograph"),
2502            #[cfg(feature = "MovieRentalStore")] Self::MovieRentalStore(_) => String::from("movierentalstore"),
2503            #[cfg(feature = "SportingGoodsStore")] Self::SportingGoodsStore(_) => String::from("sportinggoodsstore"),
2504            #[cfg(feature = "EatAction")] Self::EatAction(_) => String::from("eataction"),
2505            #[cfg(feature = "LegislativeBuilding")] Self::LegislativeBuilding(_) => String::from("legislativebuilding"),
2506            #[cfg(feature = "MovieClip")] Self::MovieClip(_) => String::from("movieclip"),
2507            #[cfg(feature = "UnRegisterAction")] Self::UnRegisterAction(_) => String::from("unregisteraction"),
2508            #[cfg(feature = "CivicStructure")] Self::CivicStructure(_) => String::from("civicstructure"),
2509            #[cfg(feature = "ComicCoverArt")] Self::ComicCoverArt(_) => String::from("comiccoverart"),
2510            #[cfg(feature = "AutoDealer")] Self::AutoDealer(_) => String::from("autodealer"),
2511            #[cfg(feature = "EmploymentAgency")] Self::EmploymentAgency(_) => String::from("employmentagency"),
2512            #[cfg(feature = "SkiResort")] Self::SkiResort(_) => String::from("skiresort"),
2513            #[cfg(feature = "Consortium")] Self::Consortium(_) => String::from("consortium"),
2514            #[cfg(feature = "HighSchool")] Self::HighSchool(_) => String::from("highschool"),
2515            #[cfg(feature = "MedicalTrialDesign")] Self::MedicalTrialDesign(_) => String::from("medicaltrialdesign"),
2516            #[cfg(feature = "UKNonprofitType")] Self::UKNonprofitType(_) => String::from("uknonprofittype"),
2517            #[cfg(feature = "Store")] Self::Store(_) => String::from("store"),
2518            #[cfg(feature = "MedicalGuideline")] Self::MedicalGuideline(_) => String::from("medicalguideline"),
2519            #[cfg(feature = "PriceSpecification")] Self::PriceSpecification(_) => String::from("pricespecification"),
2520            #[cfg(feature = "MedicalContraindication")] Self::MedicalContraindication(_) => String::from("medicalcontraindication"),
2521            #[cfg(feature = "FollowAction")] Self::FollowAction(_) => String::from("followaction"),
2522            #[cfg(feature = "BloodTest")] Self::BloodTest(_) => String::from("bloodtest"),
2523            #[cfg(feature = "Park")] Self::Park(_) => String::from("park"),
2524            #[cfg(feature = "TVClip")] Self::TVClip(_) => String::from("tvclip"),
2525            #[cfg(feature = "OfferForLease")] Self::OfferForLease(_) => String::from("offerforlease"),
2526            #[cfg(feature = "ImagingTest")] Self::ImagingTest(_) => String::from("imagingtest"),
2527            #[cfg(feature = "City")] Self::City(_) => String::from("city"),
2528            #[cfg(feature = "WPSideBar")] Self::WPSideBar(_) => String::from("wpsidebar"),
2529            #[cfg(feature = "WatchAction")] Self::WatchAction(_) => String::from("watchaction"),
2530            #[cfg(feature = "MedicalEvidenceLevel")] Self::MedicalEvidenceLevel(_) => String::from("medicalevidencelevel"),
2531            #[cfg(feature = "ConfirmAction")] Self::ConfirmAction(_) => String::from("confirmaction"),
2532            #[cfg(feature = "BusStop")] Self::BusStop(_) => String::from("busstop"),
2533            #[cfg(feature = "Quotation")] Self::Quotation(_) => String::from("quotation"),
2534            #[cfg(feature = "ItemList")] Self::ItemList(_) => String::from("itemlist"),
2535            #[cfg(feature = "ControlAction")] Self::ControlAction(_) => String::from("controlaction"),
2536            #[cfg(feature = "SizeGroupEnumeration")] Self::SizeGroupEnumeration(_) => String::from("sizegroupenumeration"),
2537            #[cfg(feature = "GeospatialGeometry")] Self::GeospatialGeometry(_) => String::from("geospatialgeometry"),
2538            #[cfg(feature = "DrinkAction")] Self::DrinkAction(_) => String::from("drinkaction"),
2539            #[cfg(feature = "MedicalProcedureType")] Self::MedicalProcedureType(_) => String::from("medicalproceduretype"),
2540            #[cfg(feature = "ApprovedIndication")] Self::ApprovedIndication(_) => String::from("approvedindication"),
2541            #[cfg(feature = "OrderStatus")] Self::OrderStatus(_) => String::from("orderstatus"),
2542            #[cfg(feature = "Motorcycle")] Self::Motorcycle(_) => String::from("motorcycle"),
2543            #[cfg(feature = "DiscussionForumPosting")] Self::DiscussionForumPosting(_) => String::from("discussionforumposting"),
2544            #[cfg(feature = "UnitPriceSpecification")] Self::UnitPriceSpecification(_) => String::from("unitpricespecification"),
2545            #[cfg(feature = "UserPlays")] Self::UserPlays(_) => String::from("userplays"),
2546            #[cfg(feature = "Action")] Self::Action(_) => String::from("action"),
2547            #[cfg(feature = "LandmarksOrHistoricalBuildings")] Self::LandmarksOrHistoricalBuildings(_) => String::from("landmarksorhistoricalbuildings"),
2548            #[cfg(feature = "HomeGoodsStore")] Self::HomeGoodsStore(_) => String::from("homegoodsstore"),
2549            #[cfg(feature = "EnergyEfficiencyEnumeration")] Self::EnergyEfficiencyEnumeration(_) => String::from("energyefficiencyenumeration"),
2550            #[cfg(feature = "BuyAction")] Self::BuyAction(_) => String::from("buyaction"),
2551            #[cfg(feature = "RejectAction")] Self::RejectAction(_) => String::from("rejectaction"),
2552            #[cfg(feature = "Review")] Self::Review(_) => String::from("review"),
2553            #[cfg(feature = "HowToSupply")] Self::HowToSupply(_) => String::from("howtosupply"),
2554            #[cfg(feature = "BroadcastService")] Self::BroadcastService(_) => String::from("broadcastservice"),
2555            #[cfg(feature = "Conversation")] Self::Conversation(_) => String::from("conversation"),
2556            #[cfg(feature = "EducationalAudience")] Self::EducationalAudience(_) => String::from("educationalaudience"),
2557            #[cfg(feature = "MediaManipulationRatingEnumeration")] Self::MediaManipulationRatingEnumeration(_) => String::from("mediamanipulationratingenumeration"),
2558            #[cfg(feature = "VitalSign")] Self::VitalSign(_) => String::from("vitalsign"),
2559            #[cfg(feature = "MedicalCondition")] Self::MedicalCondition(_) => String::from("medicalcondition"),
2560            #[cfg(feature = "TheaterEvent")] Self::TheaterEvent(_) => String::from("theaterevent"),
2561            #[cfg(feature = "AllocateAction")] Self::AllocateAction(_) => String::from("allocateaction"),
2562            #[cfg(feature = "PriceTypeEnumeration")] Self::PriceTypeEnumeration(_) => String::from("pricetypeenumeration"),
2563            #[cfg(feature = "TreatmentIndication")] Self::TreatmentIndication(_) => String::from("treatmentindication"),
2564            #[cfg(feature = "ReplaceAction")] Self::ReplaceAction(_) => String::from("replaceaction"),
2565            #[cfg(feature = "MeasurementTypeEnumeration")] Self::MeasurementTypeEnumeration(_) => String::from("measurementtypeenumeration"),
2566            #[cfg(feature = "DefenceEstablishment")] Self::DefenceEstablishment(_) => String::from("defenceestablishment"),
2567            #[cfg(feature = "MolecularEntity")] Self::MolecularEntity(_) => String::from("molecularentity"),
2568            #[cfg(feature = "LiteraryEvent")] Self::LiteraryEvent(_) => String::from("literaryevent"),
2569            #[cfg(feature = "ComputerStore")] Self::ComputerStore(_) => String::from("computerstore"),
2570            #[cfg(feature = "PostalAddress")] Self::PostalAddress(_) => String::from("postaladdress"),
2571            #[cfg(feature = "ActivateAction")] Self::ActivateAction(_) => String::from("activateaction"),
2572            #[cfg(feature = "Offer")] Self::Offer(_) => String::from("offer"),
2573            #[cfg(feature = "PropertyValueSpecification")] Self::PropertyValueSpecification(_) => String::from("propertyvaluespecification"),
2574            #[cfg(feature = "Language")] Self::Language(_) => String::from("language"),
2575            #[cfg(feature = "RentAction")] Self::RentAction(_) => String::from("rentaction"),
2576            #[cfg(feature = "SearchResultsPage")] Self::SearchResultsPage(_) => String::from("searchresultspage"),
2577            #[cfg(feature = "Bone")] Self::Bone(_) => String::from("bone"),
2578            #[cfg(feature = "Movie")] Self::Movie(_) => String::from("movie"),
2579            #[cfg(feature = "VisualArtwork")] Self::VisualArtwork(_) => String::from("visualartwork"),
2580            #[cfg(feature = "MedicalStudy")] Self::MedicalStudy(_) => String::from("medicalstudy"),
2581            #[cfg(feature = "TouristInformationCenter")] Self::TouristInformationCenter(_) => String::from("touristinformationcenter"),
2582            #[cfg(feature = "RsvpResponseType")] Self::RsvpResponseType(_) => String::from("rsvpresponsetype"),
2583            #[cfg(feature = "Comment")] Self::Comment(_) => String::from("comment"),
2584            #[cfg(feature = "Series")] Self::Series(_) => String::from("series"),
2585            #[cfg(feature = "SportsActivityLocation")] Self::SportsActivityLocation(_) => String::from("sportsactivitylocation"),
2586            #[cfg(feature = "TransferAction")] Self::TransferAction(_) => String::from("transferaction"),
2587            #[cfg(feature = "NoteDigitalDocument")] Self::NoteDigitalDocument(_) => String::from("notedigitaldocument"),
2588            #[cfg(feature = "Specialty")] Self::Specialty(_) => String::from("specialty"),
2589            #[cfg(feature = "MusicVideoObject")] Self::MusicVideoObject(_) => String::from("musicvideoobject"),
2590            #[cfg(feature = "DDxElement")] Self::DDxElement(_) => String::from("ddxelement"),
2591            #[cfg(feature = "ContactPage")] Self::ContactPage(_) => String::from("contactpage"),
2592            #[cfg(feature = "Book")] Self::Book(_) => String::from("book"),
2593            #[cfg(feature = "FoodEstablishment")] Self::FoodEstablishment(_) => String::from("foodestablishment"),
2594            #[cfg(feature = "BankAccount")] Self::BankAccount(_) => String::from("bankaccount"),
2595            #[cfg(feature = "EducationalOrganization")] Self::EducationalOrganization(_) => String::from("educationalorganization"),
2596            #[cfg(feature = "VisualArtsEvent")] Self::VisualArtsEvent(_) => String::from("visualartsevent"),
2597            #[cfg(feature = "PublicationVolume")] Self::PublicationVolume(_) => String::from("publicationvolume"),
2598            #[cfg(feature = "ShortStory")] Self::ShortStory(_) => String::from("shortstory"),
2599            #[cfg(feature = "Campground")] Self::Campground(_) => String::from("campground"),
2600            #[cfg(feature = "Seat")] Self::Seat(_) => String::from("seat"),
2601            #[cfg(feature = "HealthClub")] Self::HealthClub(_) => String::from("healthclub"),
2602            #[cfg(feature = "MotorcycleDealer")] Self::MotorcycleDealer(_) => String::from("motorcycledealer"),
2603            #[cfg(feature = "ExhibitionEvent")] Self::ExhibitionEvent(_) => String::from("exhibitionevent"),
2604            #[cfg(feature = "Organization")] Self::Organization(_) => String::from("organization"),
2605            #[cfg(feature = "TrainTrip")] Self::TrainTrip(_) => String::from("traintrip"),
2606            #[cfg(feature = "RestrictedDiet")] Self::RestrictedDiet(_) => String::from("restricteddiet"),
2607            #[cfg(feature = "HealthPlanNetwork")] Self::HealthPlanNetwork(_) => String::from("healthplannetwork"),
2608            #[cfg(feature = "NewsMediaOrganization")] Self::NewsMediaOrganization(_) => String::from("newsmediaorganization"),
2609            #[cfg(feature = "Course")] Self::Course(_) => String::from("course"),
2610            #[cfg(feature = "RegisterAction")] Self::RegisterAction(_) => String::from("registeraction"),
2611            #[cfg(feature = "MedicalGuidelineRecommendation")] Self::MedicalGuidelineRecommendation(_) => String::from("medicalguidelinerecommendation"),
2612            #[cfg(feature = "DaySpa")] Self::DaySpa(_) => String::from("dayspa"),
2613            #[cfg(feature = "GovernmentPermit")] Self::GovernmentPermit(_) => String::from("governmentpermit"),
2614            #[cfg(feature = "PronounceableText")] Self::PronounceableText(_) => String::from("pronounceabletext"),
2615            #[cfg(feature = "Beach")] Self::Beach(_) => String::from("beach"),
2616            #[cfg(feature = "PriceComponentTypeEnumeration")] Self::PriceComponentTypeEnumeration(_) => String::from("pricecomponenttypeenumeration"),
2617            #[cfg(feature = "OfferShippingDetails")] Self::OfferShippingDetails(_) => String::from("offershippingdetails"),
2618            #[cfg(feature = "Aquarium")] Self::Aquarium(_) => String::from("aquarium"),
2619            #[cfg(feature = "ArchiveComponent")] Self::ArchiveComponent(_) => String::from("archivecomponent"),
2620            #[cfg(feature = "CompoundPriceSpecification")] Self::CompoundPriceSpecification(_) => String::from("compoundpricespecification"),
2621            #[cfg(feature = "Embassy")] Self::Embassy(_) => String::from("embassy"),
2622            #[cfg(feature = "MaximumDoseSchedule")] Self::MaximumDoseSchedule(_) => String::from("maximumdoseschedule"),
2623            #[cfg(feature = "HowToDirection")] Self::HowToDirection(_) => String::from("howtodirection"),
2624            #[cfg(feature = "PsychologicalTreatment")] Self::PsychologicalTreatment(_) => String::from("psychologicaltreatment"),
2625            #[cfg(feature = "MedicalBusiness")] Self::MedicalBusiness(_) => String::from("medicalbusiness"),
2626            #[cfg(feature = "SoftwareSourceCode")] Self::SoftwareSourceCode(_) => String::from("softwaresourcecode"),
2627            #[cfg(feature = "PaymentChargeSpecification")] Self::PaymentChargeSpecification(_) => String::from("paymentchargespecification"),
2628            #[cfg(feature = "DrugCostCategory")] Self::DrugCostCategory(_) => String::from("drugcostcategory"),
2629            #[cfg(feature = "Table")] Self::Table(_) => String::from("table"),
2630            #[cfg(feature = "GovernmentOrganization")] Self::GovernmentOrganization(_) => String::from("governmentorganization"),
2631            #[cfg(feature = "FilmAction")] Self::FilmAction(_) => String::from("filmaction"),
2632            #[cfg(feature = "WriteAction")] Self::WriteAction(_) => String::from("writeaction"),
2633            #[cfg(feature = "MedicalSymptom")] Self::MedicalSymptom(_) => String::from("medicalsymptom"),
2634            #[cfg(feature = "InternetCafe")] Self::InternetCafe(_) => String::from("internetcafe"),
2635            #[cfg(feature = "VirtualLocation")] Self::VirtualLocation(_) => String::from("virtuallocation"),
2636            #[cfg(feature = "AnatomicalStructure")] Self::AnatomicalStructure(_) => String::from("anatomicalstructure"),
2637            #[cfg(feature = "QualitativeValue")] Self::QualitativeValue(_) => String::from("qualitativevalue"),
2638            #[cfg(feature = "DiscoverAction")] Self::DiscoverAction(_) => String::from("discoveraction"),
2639            #[cfg(feature = "OccupationalTherapy")] Self::OccupationalTherapy(_) => String::from("occupationaltherapy"),
2640            #[cfg(feature = "DownloadAction")] Self::DownloadAction(_) => String::from("downloadaction"),
2641            #[cfg(feature = "AnalysisNewsArticle")] Self::AnalysisNewsArticle(_) => String::from("analysisnewsarticle"),
2642            #[cfg(feature = "VideoGame")] Self::VideoGame(_) => String::from("videogame"),
2643            #[cfg(feature = "MeetingRoom")] Self::MeetingRoom(_) => String::from("meetingroom"),
2644            #[cfg(feature = "RoofingContractor")] Self::RoofingContractor(_) => String::from("roofingcontractor"),
2645            #[cfg(feature = "DefinedTermSet")] Self::DefinedTermSet(_) => String::from("definedtermset"),
2646            #[cfg(feature = "HowTo")] Self::HowTo(_) => String::from("howto"),
2647            #[cfg(feature = "ComicIssue")] Self::ComicIssue(_) => String::from("comicissue"),
2648            #[cfg(feature = "Vehicle")] Self::Vehicle(_) => String::from("vehicle"),
2649            #[cfg(feature = "ExerciseAction")] Self::ExerciseAction(_) => String::from("exerciseaction"),
2650            #[cfg(feature = "GiveAction")] Self::GiveAction(_) => String::from("giveaction"),
2651            #[cfg(feature = "Synagogue")] Self::Synagogue(_) => String::from("synagogue"),
2652            #[cfg(feature = "HowToStep")] Self::HowToStep(_) => String::from("howtostep"),
2653            #[cfg(feature = "ItemAvailability")] Self::ItemAvailability(_) => String::from("itemavailability"),
2654            #[cfg(feature = "GovernmentBuilding")] Self::GovernmentBuilding(_) => String::from("governmentbuilding"),
2655            #[cfg(feature = "Play")] Self::Play(_) => String::from("play"),
2656            #[cfg(feature = "Suite")] Self::Suite(_) => String::from("suite"),
2657            #[cfg(feature = "SomeProducts")] Self::SomeProducts(_) => String::from("someproducts"),
2658            #[cfg(feature = "DrugLegalStatus")] Self::DrugLegalStatus(_) => String::from("druglegalstatus"),
2659            #[cfg(feature = "USNonprofitType")] Self::USNonprofitType(_) => String::from("usnonprofittype"),
2660            #[cfg(feature = "TheaterGroup")] Self::TheaterGroup(_) => String::from("theatergroup"),
2661            #[cfg(feature = "Apartment")] Self::Apartment(_) => String::from("apartment"),
2662            #[cfg(feature = "HealthAspectEnumeration")] Self::HealthAspectEnumeration(_) => String::from("healthaspectenumeration"),
2663            #[cfg(feature = "MedicalObservationalStudy")] Self::MedicalObservationalStudy(_) => String::from("medicalobservationalstudy"),
2664            #[cfg(feature = "Hostel")] Self::Hostel(_) => String::from("hostel"),
2665            #[cfg(feature = "Invoice")] Self::Invoice(_) => String::from("invoice"),
2666            #[cfg(feature = "SolveMathAction")] Self::SolveMathAction(_) => String::from("solvemathaction"),
2667            #[cfg(feature = "Trip")] Self::Trip(_) => String::from("trip"),
2668            #[cfg(feature = "OrganizeAction")] Self::OrganizeAction(_) => String::from("organizeaction"),
2669            #[cfg(feature = "MensClothingStore")] Self::MensClothingStore(_) => String::from("mensclothingstore"),
2670            #[cfg(feature = "PawnShop")] Self::PawnShop(_) => String::from("pawnshop"),
2671            #[cfg(feature = "GeoCoordinates")] Self::GeoCoordinates(_) => String::from("geocoordinates"),
2672            #[cfg(feature = "Airline")] Self::Airline(_) => String::from("airline"),
2673            #[cfg(feature = "RadioChannel")] Self::RadioChannel(_) => String::from("radiochannel"),
2674            #[cfg(feature = "Syllabus")] Self::Syllabus(_) => String::from("syllabus"),
2675            #[cfg(feature = "WinAction")] Self::WinAction(_) => String::from("winaction"),
2676            #[cfg(feature = "Prion")] Self::Prion(_) => String::from("prion"),
2677            #[cfg(feature = "Hotel")] Self::Hotel(_) => String::from("hotel"),
2678            #[cfg(feature = "Answer")] Self::Answer(_) => String::from("answer"),
2679            #[cfg(feature = "MedicalRiskFactor")] Self::MedicalRiskFactor(_) => String::from("medicalriskfactor"),
2680            #[cfg(feature = "WebContent")] Self::WebContent(_) => String::from("webcontent"),
2681            #[cfg(feature = "BarOrPub")] Self::BarOrPub(_) => String::from("barorpub"),
2682            #[cfg(feature = "OutletStore")] Self::OutletStore(_) => String::from("outletstore"),
2683            #[cfg(feature = "Periodical")] Self::Periodical(_) => String::from("periodical"),
2684            #[cfg(feature = "PerformingArtsTheater")] Self::PerformingArtsTheater(_) => String::from("performingartstheater"),
2685            #[cfg(feature = "Hospital")] Self::Hospital(_) => String::from("hospital"),
2686            #[cfg(feature = "State")] Self::State(_) => String::from("state"),
2687            #[cfg(feature = "Schedule")] Self::Schedule(_) => String::from("schedule"),
2688            #[cfg(feature = "ServiceChannel")] Self::ServiceChannel(_) => String::from("servicechannel"),
2689            #[cfg(feature = "OrganizationRole")] Self::OrganizationRole(_) => String::from("organizationrole"),
2690            #[cfg(feature = "Reservation")] Self::Reservation(_) => String::from("reservation"),
2691            #[cfg(feature = "DrawAction")] Self::DrawAction(_) => String::from("drawaction"),
2692            #[cfg(feature = "Person")] Self::Person(_) => String::from("person"),
2693            #[cfg(feature = "GeneralContractor")] Self::GeneralContractor(_) => String::from("generalcontractor"),
2694            #[cfg(feature = "Nerve")] Self::Nerve(_) => String::from("nerve"),
2695            #[cfg(feature = "Volcano")] Self::Volcano(_) => String::from("volcano"),
2696            #[cfg(feature = "Reservoir")] Self::Reservoir(_) => String::from("reservoir"),
2697            #[cfg(feature = "CollectionPage")] Self::CollectionPage(_) => String::from("collectionpage"),
2698            #[cfg(feature = "Question")] Self::Question(_) => String::from("question"),
2699            #[cfg(feature = "WPAdBlock")] Self::WPAdBlock(_) => String::from("wpadblock"),
2700            #[cfg(feature = "TechArticle")] Self::TechArticle(_) => String::from("techarticle"),
2701            #[cfg(feature = "Mosque")] Self::Mosque(_) => String::from("mosque"),
2702            #[cfg(feature = "GasStation")] Self::GasStation(_) => String::from("gasstation"),
2703            #[cfg(feature = "SportsClub")] Self::SportsClub(_) => String::from("sportsclub"),
2704            #[cfg(feature = "UserPlusOnes")] Self::UserPlusOnes(_) => String::from("userplusones"),
2705            #[cfg(feature = "DrugClass")] Self::DrugClass(_) => String::from("drugclass"),
2706            #[cfg(feature = "QAPage")] Self::QAPage(_) => String::from("qapage"),
2707            #[cfg(feature = "EventAttendanceModeEnumeration")] Self::EventAttendanceModeEnumeration(_) => String::from("eventattendancemodeenumeration"),
2708            #[cfg(feature = "InvestmentFund")] Self::InvestmentFund(_) => String::from("investmentfund"),
2709            #[cfg(feature = "MusicVenue")] Self::MusicVenue(_) => String::from("musicvenue"),
2710            _ => String::from("none"),
2711        }
2712    }
2713}