Skip to content

Commit

Permalink
add Feb24 Schema updates without specialized <Feature>Extension and <…
Browse files Browse the repository at this point in the history
…Feature>ExtensionList classes (#1721)
  • Loading branch information
mikeebowen authored May 21, 2024
1 parent 2b97d59 commit b1b6682
Show file tree
Hide file tree
Showing 27 changed files with 5,208 additions and 3,565 deletions.
20 changes: 20 additions & 0 deletions data/namespaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,21 @@
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2022/featurepropertybag",
"Version": "Microsoft365"
},
{
"Prefix": "xlecs",
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2023/externalCodeService",
"Version": "Microsoft365"
},
{
"Prefix": "xlmsforms",
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2023/msForms",
"Version": "Microsoft365"
},
{
"Prefix": "xlpcalc",
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2023/pivot2023Calculation",
"Version": "Microsoft365"
},
{
"Prefix": "xlPr",
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2016/01/main",
Expand Down Expand Up @@ -717,6 +732,11 @@
"Prefix": "xvml",
"Uri": "urn:schemas-microsoft-com:office:excel"
},
{
"Prefix": "xxdsv",
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2023/dataSourceVersioning",
"Version": "Microsoft365"
},
{
"Prefix": "xxl21",
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2021/extlinks2021",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,27 @@
}
]
},
{
"Name": "xfpb:CT_DXFComplement/xfpb:DXFComplement",
"ClassName": "DXFComplement",
"Summary": "Defines the DXFComplement Class.",
"BaseClass": "OpenXmlLeafElement",
"IsLeafElement": true,
"Version": "Microsoft365",
"Attributes": [
{
"QName": ":i",
"Type": "UInt32Value",
"Version": "Microsoft365",
"PropertyComments": "i",
"Validators": [
{
"Name": "RequiredValidator"
}
]
}
]
},
{
"Name": "xfpb:CT_BagExtensions/xfpb:bagExt",
"ClassName": "BagExtensions",
Expand Down
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"
}
]
}
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"
}
]
}
]
}
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": [
{}
]
}
]
}
]
}
]
}
}
]
}
Loading

0 comments on commit b1b6682

Please sign in to comment.