-
Notifications
You must be signed in to change notification settings - Fork 549
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Feb24 Schema updates without specialized <Feature>Extension and <…
…Feature>ExtensionList classes (#1721)
- Loading branch information
1 parent
2b97d59
commit b1b6682
Showing
27 changed files
with
5,208 additions
and
3,565 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76 changes: 76 additions & 0 deletions
76
data/schemas/schemas_microsoft_com_office_spreadsheetml_2023_dataSourceVersioning.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"TargetNamespace": "http://schemas.microsoft.com/office/spreadsheetml/2023/dataSourceVersioning", | ||
"Types": [ | ||
{ | ||
"Name": "xxdsv:CT_VersionInfo/xxdsv:versionInfo", | ||
"ClassName": "VersionInfo", | ||
"Summary": "Defines the VersionInfo Class.", | ||
"BaseClass": "OpenXmlCompositeElement", | ||
"Version": "Microsoft365", | ||
"Children": [ | ||
{ | ||
"Name": "xsd:string/xxdsv:requiredFeature" | ||
}, | ||
{ | ||
"Name": "xsd:string/xxdsv:lastRefreshFeature" | ||
}, | ||
{ | ||
"Name": "xsd:string/xxdsv:lastEditFeature" | ||
} | ||
], | ||
"Particle": { | ||
"Kind": "Sequence", | ||
"Items": [ | ||
{ | ||
"Name": "xsd:string/xxdsv:requiredFeature", | ||
"Occurs": [ | ||
{} | ||
], | ||
"InitialVersion": "Microsoft365" | ||
}, | ||
{ | ||
"Name": "xsd:string/xxdsv:lastRefreshFeature", | ||
"Occurs": [ | ||
{} | ||
], | ||
"InitialVersion": "Microsoft365" | ||
}, | ||
{ | ||
"Name": "xsd:string/xxdsv:lastEditFeature", | ||
"Occurs": [ | ||
{} | ||
], | ||
"InitialVersion": "Microsoft365" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"Name": "xsd:string/xxdsv:requiredFeature", | ||
"ClassName": "RequiredFeatureXsdstring", | ||
"Summary": "Defines the RequiredFeatureXsdstring Class.", | ||
"BaseClass": "OpenXmlLeafTextElement", | ||
"IsDerived": true, | ||
"IsLeafText": true, | ||
"Version": "Microsoft365" | ||
}, | ||
{ | ||
"Name": "xsd:string/xxdsv:lastRefreshFeature", | ||
"ClassName": "LastRefreshFeatureXsdstring", | ||
"Summary": "Defines the LastRefreshFeatureXsdstring Class.", | ||
"BaseClass": "OpenXmlLeafTextElement", | ||
"IsDerived": true, | ||
"IsLeafText": true, | ||
"Version": "Microsoft365" | ||
}, | ||
{ | ||
"Name": "xsd:string/xxdsv:lastEditFeature", | ||
"ClassName": "LastEditFeatureXsdstring", | ||
"Summary": "Defines the LastEditFeatureXsdstring Class.", | ||
"BaseClass": "OpenXmlLeafTextElement", | ||
"IsDerived": true, | ||
"IsLeafText": true, | ||
"Version": "Microsoft365" | ||
} | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
data/schemas/schemas_microsoft_com_office_spreadsheetml_2023_externalCodeService.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"TargetNamespace": "http://schemas.microsoft.com/office/spreadsheetml/2023/externalCodeService", | ||
"Types": [ | ||
{ | ||
"Name": "xlecs:CT_ExternalCodeService/xlecs:externalCodeService", | ||
"ClassName": "ExternalCodeService", | ||
"Summary": "Defines the ExternalCodeService Class.", | ||
"BaseClass": "OpenXmlLeafElement", | ||
"IsLeafElement": true, | ||
"Version": "Microsoft365", | ||
"Attributes": [ | ||
{ | ||
"QName": ":autoShow", | ||
"Type": "UInt32Value", | ||
"Version": "Microsoft365", | ||
"PropertyComments": "autoShow" | ||
}, | ||
{ | ||
"QName": ":timeout", | ||
"Type": "UInt32Value", | ||
"Version": "Microsoft365", | ||
"PropertyComments": "timeout" | ||
} | ||
] | ||
} | ||
] | ||
} |
159 changes: 159 additions & 0 deletions
159
data/schemas/schemas_microsoft_com_office_spreadsheetml_2023_msForms.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,159 @@ | ||
{ | ||
"TargetNamespace": "http://schemas.microsoft.com/office/spreadsheetml/2023/msForms", | ||
"Types": [ | ||
{ | ||
"Name": "xlmsforms:CT_Question/xlmsforms:question", | ||
"ClassName": "Question", | ||
"Summary": "Defines the Question Class.", | ||
"CompositeType": "OneSequence", | ||
"BaseClass": "OpenXmlCompositeElement", | ||
"Version": "Microsoft365", | ||
"Attributes": [ | ||
{ | ||
"QName": ":id", | ||
"Type": "StringValue", | ||
"Version": "Microsoft365", | ||
"PropertyComments": "id", | ||
"Validators": [ | ||
{ | ||
"Name": "RequiredValidator" | ||
} | ||
] | ||
} | ||
], | ||
"Children": [ | ||
{ | ||
"Name": "x:CT_ExtensionList/xlmsforms:extLst", | ||
"PropertyName": "ExtensionList" | ||
} | ||
], | ||
"Particle": { | ||
"Kind": "Sequence", | ||
"Items": [ | ||
{ | ||
"Name": "x:CT_ExtensionList/xlmsforms:extLst", | ||
"Occurs": [ | ||
{ | ||
"Max": 1 | ||
} | ||
], | ||
"InitialVersion": "Microsoft365" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"Name": "xlmsforms:CT_MsForm/xlmsforms:msForm", | ||
"ClassName": "MsForm", | ||
"Summary": "Defines the MsForm Class.", | ||
"BaseClass": "OpenXmlCompositeElement", | ||
"Version": "Microsoft365", | ||
"Attributes": [ | ||
{ | ||
"QName": ":id", | ||
"Type": "StringValue", | ||
"Version": "Microsoft365", | ||
"PropertyComments": "id", | ||
"Validators": [ | ||
{ | ||
"Name": "RequiredValidator" | ||
} | ||
] | ||
}, | ||
{ | ||
"QName": ":isFormConnected", | ||
"Type": "BooleanValue", | ||
"Version": "Microsoft365", | ||
"PropertyComments": "isFormConnected" | ||
}, | ||
{ | ||
"QName": ":maxResponseId", | ||
"Type": "Int32Value", | ||
"Version": "Microsoft365", | ||
"PropertyComments": "maxResponseId" | ||
}, | ||
{ | ||
"QName": ":latestEventMarker", | ||
"Type": "StringValue", | ||
"Version": "Microsoft365", | ||
"PropertyComments": "latestEventMarker" | ||
} | ||
], | ||
"Children": [ | ||
{ | ||
"Name": "x:ST_Xstring/xlmsforms:syncedQuestionId" | ||
}, | ||
{ | ||
"Name": "x:CT_ExtensionList/xlmsforms:extLst" | ||
} | ||
], | ||
"Particle": { | ||
"Kind": "Sequence", | ||
"Items": [ | ||
{ | ||
"Name": "x:ST_Xstring/xlmsforms:syncedQuestionId", | ||
"Occurs": [ | ||
{} | ||
], | ||
"InitialVersion": "Microsoft365" | ||
}, | ||
{ | ||
"Name": "x:CT_ExtensionList/xlmsforms:extLst", | ||
"Occurs": [ | ||
{ | ||
"Max": 1 | ||
} | ||
], | ||
"InitialVersion": "Microsoft365" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"Name": "x:ST_Xstring/xlmsforms:syncedQuestionId", | ||
"ClassName": "SyncedQuestionId", | ||
"Summary": "Defines the SyncedQuestionId Class.", | ||
"BaseClass": "OpenXmlLeafTextElement", | ||
"IsLeafText": true, | ||
"Version": "Microsoft365" | ||
}, | ||
{ | ||
"Name": "x:CT_ExtensionList/xlmsforms:extLst", | ||
"ClassName": "ExtensionList", | ||
"Summary": "Defines the ExtensionList Class.", | ||
"BaseClass": "OpenXmlCompositeElement", | ||
"Version": "Microsoft365", | ||
"Children": [ | ||
{ | ||
"Name": "x:CT_Extension/x:ext" | ||
} | ||
], | ||
"Particle": { | ||
"Kind": "Sequence", | ||
"Items": [ | ||
{ | ||
"Kind": "Group", | ||
"Occurs": [ | ||
{ | ||
"Max": 1 | ||
} | ||
], | ||
"Items": [ | ||
{ | ||
"Kind": "Sequence", | ||
"Items": [ | ||
{ | ||
"Name": "x:CT_Extension/x:ext", | ||
"Occurs": [ | ||
{} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.