-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021 namespace - Added durableId attribute to DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet
- Loading branch information
1 parent
ee2bbfc
commit beaa6c3
Showing
8 changed files
with
348 additions
and
132 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
100 changes: 100 additions & 0 deletions
100
data/schemas/schemas_microsoft_com_office_spreadsheetml_2021_extlinks2021.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,100 @@ | ||
{ | ||
"TargetNamespace": "http://schemas.microsoft.com/office/spreadsheetml/2021/extlinks2021", | ||
"Types": [ | ||
{ | ||
"Name": "xxl21:CT_ExternalBookAlternateUrls/xxl21:alternateUrls", | ||
"ClassName": "ExternalBookAlternateUrls", | ||
"Summary": "Defines the ExternalBookAlternateUrls Class.", | ||
"CompositeType": "OneSequence", | ||
"BaseClass": "OpenXmlCompositeElement", | ||
"Version": "Microsoft365", | ||
"Attributes": [ | ||
{ | ||
"QName": ":driveId", | ||
"Type": "StringValue", | ||
"Version": "Microsoft365", | ||
"PropertyComments": "driveId" | ||
}, | ||
{ | ||
"QName": ":itemId", | ||
"Type": "StringValue", | ||
"Version": "Microsoft365", | ||
"PropertyComments": "itemId" | ||
} | ||
], | ||
"Children": [ | ||
{ | ||
"Name": "xxl21:CT_AlternateUrl/xxl21:absoluteUrl", | ||
"PropertyName": "AbsoluteUrlAlternateUrl" | ||
}, | ||
{ | ||
"Name": "xxl21:CT_AlternateUrl/xxl21:relativeUrl", | ||
"PropertyName": "RelativeUrlAlternateUrl" | ||
} | ||
], | ||
"Particle": { | ||
"Kind": "Sequence", | ||
"Items": [ | ||
{ | ||
"Name": "xxl21:CT_AlternateUrl/xxl21:absoluteUrl", | ||
"Occurs": [ | ||
{ | ||
"Max": 1 | ||
} | ||
], | ||
"InitialVersion": "Microsoft365" | ||
}, | ||
{ | ||
"Name": "xxl21:CT_AlternateUrl/xxl21:relativeUrl", | ||
"Occurs": [ | ||
{ | ||
"Max": 1 | ||
} | ||
], | ||
"InitialVersion": "Microsoft365" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"Name": "xxl21:CT_AlternateUrl/xxl21:absoluteUrl", | ||
"ClassName": "AbsoluteUrlAlternateUrl", | ||
"Summary": "Defines the AbsoluteUrlAlternateUrl Class.", | ||
"BaseClass": "OpenXmlAlternateUrlElement", | ||
"IsDerived": true, | ||
"IsLeafElement": true, | ||
"Version": "Microsoft365" | ||
}, | ||
{ | ||
"Name": "xxl21:CT_AlternateUrl/xxl21:relativeUrl", | ||
"ClassName": "RelativeUrlAlternateUrl", | ||
"Summary": "Defines the RelativeUrlAlternateUrl Class.", | ||
"BaseClass": "OpenXmlAlternateUrlElement", | ||
"IsDerived": true, | ||
"IsLeafElement": true, | ||
"Version": "Microsoft365" | ||
}, | ||
{ | ||
"Name": "xxl21:CT_AlternateUrl/", | ||
"ClassName": "OpenXmlAlternateUrlElement", | ||
"Summary": "Defines the OpenXmlAlternateUrlElement Class.", | ||
"BaseClass": "OpenXmlLeafElement", | ||
"IsAbstract": true, | ||
"IsLeafElement": true, | ||
"Version": "Microsoft365", | ||
"Attributes": [ | ||
{ | ||
"QName": "r:id", | ||
"Type": "StringValue", | ||
"Version": "Microsoft365", | ||
"PropertyComments": "id", | ||
"Validators": [ | ||
{ | ||
"Name": "RequiredValidator" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
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
Oops, something went wrong.