Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions data/namespaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@
"Prefix": "cppr",
"Uri": "http://schemas.microsoft.com/office/2006/coverPageProps"
},
{
"Prefix": "cr",
"Uri": "http://schemas.microsoft.com/office/comments/2020/reactions",
"Version": "Microsoft365"
},
{
"Prefix": "cs",
"Uri": "http://schemas.microsoft.com/office/drawing/2012/chartStyle",
Expand Down Expand Up @@ -667,6 +672,11 @@
"Prefix": "xvml",
"Uri": "urn:schemas-microsoft-com:office:excel"
},
{
"Prefix": "xxl21",
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2021/extlinks2021",
"Version": "Microsoft365"
},
{
"Prefix": "xxlnp",
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2019/extlinksprops",
Expand All @@ -676,5 +686,10 @@
"Prefix": "xxpim",
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2020/pivotNov2020",
"Version": "Office2021"
},
{
"Prefix": "xxpvi",
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2022/pivotVersionInfo",
"Version": "Microsoft365"
}
]
236 changes: 236 additions & 0 deletions data/schemas/schemas_microsoft_com_office_comments_2020_reactions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,236 @@
{
"TargetNamespace": "http://schemas.microsoft.com/office/comments/2020/reactions",
"Types": [
{
"Name": "cr:CT_CommentReactions/cr:reactions",
"ClassName": "CommentReactions",
"Summary": "Defines the CommentReactions Class.",
"BaseClass": "OpenXmlCompositeElement",
"Version": "Microsoft365",
"Children": [
{
"Name": "cr:CT_CommentReaction/cr:reaction"
}
],
"Particle": {
"Kind": "Sequence",
"Items": [
{
"Name": "cr:CT_CommentReaction/cr:reaction",
"Occurs": [
{
"Min": 1
}
],
"InitialVersion": "Microsoft365"
}
]
}
},
{
"Name": "oel:CT_ExtensionList/cr:extLst",
"ClassName": "ExtensionList",
"Summary": "Defines the ExtensionList Class.",
"BaseClass": "OpenXmlCompositeElement",
"Version": "Microsoft365",
"Children": [
{
"Name": "oel:CT_Extension/oel:ext"
}
],
"Particle": {
"Kind": "Sequence",
"Items": [
{
"Name": "oel:CT_Extension/oel:ext",
"Occurs": [
{}
],
"InitialVersion": "Office2021"
}
]
}
},
{
"Name": "cr:CT_User/cr:user",
"ClassName": "User",
"Summary": "Defines the User Class.",
"CompositeType": "OneSequence",
"BaseClass": "OpenXmlCompositeElement",
"Version": "Microsoft365",
"Attributes": [
{
"QName": ":userId",
"Type": "StringValue",
"Version": "Microsoft365",
"PropertyComments": "userId",
"Validators": [
{
"Name": "RequiredValidator"
}
]
},
{
"QName": ":userName",
"Type": "StringValue",
"Version": "Microsoft365",
"PropertyComments": "userName",
"Validators": [
{
"Name": "RequiredValidator"
}
]
},
{
"QName": ":userProvider",
"Type": "StringValue",
"Version": "Microsoft365",
"PropertyComments": "userProvider",
"Validators": [
{
"Name": "RequiredValidator"
}
]
}
],
"Children": [
{
"Name": "oel:CT_ExtensionList/cr:extLst",
"PropertyName": "ExtensionList"
}
],
"Particle": {
"Kind": "Sequence",
"Items": [
{
"Name": "oel:CT_ExtensionList/cr:extLst",
"Occurs": [
{
"Max": 1
}
],
"InitialVersion": "Microsoft365"
}
]
}
},
{
"Name": "cr:CT_CommentReactionInfo/cr:reactionInfo",
"ClassName": "CommentReactionInfo",
"Summary": "Defines the CommentReactionInfo Class.",
"CompositeType": "OneSequence",
"BaseClass": "OpenXmlCompositeElement",
"Version": "Microsoft365",
"Attributes": [
{
"QName": ":dateUtc",
"Type": "DateTimeValue",
"Version": "Microsoft365",
"PropertyComments": "dateUtc"
}
],
"Children": [
{
"Name": "cr:CT_User/cr:user",
"PropertyName": "User"
},
{
"Name": "oel:CT_ExtensionList/cr:extLst",
"PropertyName": "ExtensionList"
}
],
"Particle": {
"Kind": "Sequence",
"Items": [
{
"Name": "cr:CT_User/cr:user",
"Occurs": [
{
"Max": 1
}
],
"InitialVersion": "Microsoft365"
},
{
"Name": "oel:CT_ExtensionList/cr:extLst",
"Occurs": [
{
"Max": 1
}
],
"InitialVersion": "Microsoft365"
}
]
}
},
{
"Name": "cr:CT_CommentReaction/cr:reaction",
"ClassName": "CommentReaction",
"Summary": "Defines the CommentReaction Class.",
"BaseClass": "OpenXmlCompositeElement",
"Version": "Microsoft365",
"Attributes": [
{
"QName": ":reactionType",
"Type": "Int32Value",
"Version": "Microsoft365",
"PropertyComments": "reactionType",
"Validators": [
{
"Name": "RequiredValidator"
}
]
}
],
"Children": [
{
"Name": "cr:CT_CommentReactionInfo/cr:reactionInfo"
},
{
"Name": "cr:CT_User/cr:user"
},
{
"Name": "oel:CT_ExtensionList/cr:extLst"
}
],
"Particle": {
"Kind": "Sequence",
"Items": [
{
"Kind": "Choice",
"Occurs": [
{
"Max": 1
}
],
"Items": [
{
"Name": "cr:CT_CommentReactionInfo/cr:reactionInfo",
"Occurs": [
{}
],
"InitialVersion": "Microsoft365"
},
{
"Name": "cr:CT_User/cr:user",
"Occurs": [
{}
],
"InitialVersion": "Microsoft365"
}
]
},
{
"Name": "oel:CT_ExtensionList/cr:extLst",
"Occurs": [
{
"Max": 1
}
],
"InitialVersion": "Microsoft365"
}
]
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
{
"TargetNamespace": "http://schemas.microsoft.com/office/spreadsheetml/2022/pivotVersionInfo",
"Types": [
{
"Name": "xxpvi:CT_CacheVersionInfo/xxpvi:cacheVersionInfo",
"ClassName": "CacheVersionInfo",
"Summary": "Defines the CacheVersionInfo Class.",
"BaseClass": "OpenXmlCompositeElement",
"Version": "Microsoft365",
"Children": [
{
"Name": "xsd:string/xxpvi:requiredFeature"
},
{
"Name": "xsd:string/xxpvi:lastRefreshFeature"
}
],
"Particle": {
"Kind": "Sequence",
"Items": [
{
"Name": "xsd:string/xxpvi:requiredFeature",
"Occurs": [
{}
],
"InitialVersion": "Microsoft365"
},
{
"Name": "xsd:string/xxpvi:lastRefreshFeature",
"Occurs": [
{}
],
"InitialVersion": "Microsoft365"
}
]
}
},
{
"Name": "xxpvi:CT_PivotVersionInfo/xxpvi:pivotVersionInfo",
"ClassName": "PivotVersionInfo",
"Summary": "Defines the PivotVersionInfo Class.",
"BaseClass": "OpenXmlCompositeElement",
"Version": "Microsoft365",
"Children": [
{
"Name": "xsd:string/xxpvi:requiredFeature"
},
{
"Name": "xsd:string/xxpvi:lastUpdateFeature"
}
],
"Particle": {
"Kind": "Sequence",
"Items": [
{
"Name": "xsd:string/xxpvi:requiredFeature",
"Occurs": [
{}
],
"InitialVersion": "Microsoft365"
},
{
"Name": "xsd:string/xxpvi:lastUpdateFeature",
"Occurs": [
{}
],
"InitialVersion": "Microsoft365"
}
]
}
},
{
"Name": "xsd:string/xxpvi:requiredFeature",
"ClassName": "RequiredFeatureXsdstring",
"Summary": "Defines the RequiredFeatureXsdstring Class.",
"BaseClass": "OpenXmlLeafTextElement",
"IsDerived": true,
"IsLeafText": true,
"Version": "Microsoft365"
},
{
"Name": "xsd:string/xxpvi:lastRefreshFeature",
"ClassName": "LastRefreshFeatureXsdstring",
"Summary": "Defines the LastRefreshFeatureXsdstring Class.",
"BaseClass": "OpenXmlLeafTextElement",
"IsDerived": true,
"IsLeafText": true,
"Version": "Microsoft365"
},
{
"Name": "xsd:string/xxpvi:lastUpdateFeature",
"ClassName": "LastUpdateFeatureXsdstring",
"Summary": "Defines the LastUpdateFeatureXsdstring Class.",
"BaseClass": "OpenXmlLeafTextElement",
"IsDerived": true,
"IsLeafText": true,
"Version": "Microsoft365"
}
]
}
Loading