PySimultan 0.5.9.7__py3-none-any.whl → 0.6.0.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (133) hide show
  1. PySimultan2/CHANGELOG.md +4 -0
  2. PySimultan2/__about__.py +1 -1
  3. PySimultan2/data_model.py +3 -3
  4. PySimultan2/default_types.py +39 -8
  5. PySimultan2/files.py +1 -1
  6. PySimultan2/object_mapper.py +2 -0
  7. PySimultan2/resources/BruTile.dll +0 -0
  8. PySimultan2/resources/ComponentBuilder.dll +0 -0
  9. PySimultan2/resources/ComponentBuilder.xml +93 -15
  10. PySimultan2/resources/HelixToolkit.Core.Wpf.dll +0 -0
  11. PySimultan2/resources/HelixToolkit.SharpDX.Core.Wpf.dll +0 -0
  12. PySimultan2/resources/HelixToolkit.SharpDX.Core.dll +0 -0
  13. PySimultan2/resources/HelixToolkit.dll +0 -0
  14. PySimultan2/resources/Python.Runtime.dll +0 -0
  15. PySimultan2/resources/SIMULTAN.Lang.dll +0 -0
  16. PySimultan2/resources/SIMULTAN.Lang.xml +62 -1
  17. PySimultan2/resources/SIMULTAN.UI.dll +0 -0
  18. PySimultan2/resources/SIMULTAN.UI.xml +57 -0
  19. PySimultan2/resources/SIMULTAN.dll +0 -0
  20. PySimultan2/resources/SIMULTAN.xml +73 -3
  21. PySimultan2/resources/System.Reflection.MetadataLoadContext.dll +0 -0
  22. PySimultan2/resources/defaultsettings.xml +0 -0
  23. PySimultan2/simultan_object.py +6 -1
  24. PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +616 -0
  25. PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +2538 -0
  26. PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +499 -0
  27. PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +2219 -0
  28. PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +682 -0
  29. PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +1654 -0
  30. PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +442 -0
  31. PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +193 -0
  32. PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +367 -0
  33. PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +116 -0
  34. PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +212 -0
  35. PySimultan2/typings/SIMULTAN/Data/__init__.pyi +232 -0
  36. PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +916 -0
  37. PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +15 -0
  38. PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +268 -0
  39. PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +32 -0
  40. PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +116 -0
  41. PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +433 -0
  42. PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +435 -0
  43. PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +103 -0
  44. PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +122 -0
  45. PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +1335 -0
  46. PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +48 -0
  47. PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +562 -0
  48. PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +11 -0
  49. PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +21 -0
  50. PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +11 -0
  51. PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +112 -0
  52. PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +5 -0
  53. PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +13 -0
  54. PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +54 -0
  55. PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +46 -0
  56. PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +22 -0
  57. PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +32 -0
  58. PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +43 -0
  59. PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +216 -0
  60. PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +66 -0
  61. PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +48 -0
  62. PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +11 -0
  63. PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +59 -0
  64. PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +133 -0
  65. PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +570 -0
  66. PySimultan2/typings/System/Buffers/Binary/__init__.pyi +248 -0
  67. PySimultan2/typings/System/Buffers/Text/__init__.pyi +91 -0
  68. PySimultan2/typings/System/Buffers/__init__.pyi +192 -0
  69. PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +137 -0
  70. PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +47 -0
  71. PySimultan2/typings/System/Collections/Generic/__init__.pyi +1293 -0
  72. PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +166 -0
  73. PySimultan2/typings/System/Collections/Specialized/__init__.pyi +82 -0
  74. PySimultan2/typings/System/Collections/__init__.pyi +403 -0
  75. PySimultan2/typings/System/ComponentModel/__init__.pyi +582 -0
  76. PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +30 -0
  77. PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +315 -0
  78. PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +297 -0
  79. PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +9 -0
  80. PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +641 -0
  81. PySimultan2/typings/System/Diagnostics/__init__.pyi +1101 -0
  82. PySimultan2/typings/System/Globalization/__init__.pyi +1675 -0
  83. PySimultan2/typings/System/IO/Enumeration/__init__.pyi +125 -0
  84. PySimultan2/typings/System/IO/__init__.pyi +2747 -0
  85. PySimultan2/typings/System/Linq/Expressions/__init__.pyi +1815 -0
  86. PySimultan2/typings/System/Net/__init__.pyi +81 -0
  87. PySimultan2/typings/System/Numerics/__init__.pyi +2853 -0
  88. PySimultan2/typings/System/Reflection/Emit/__init__.pyi +1945 -0
  89. PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +24 -0
  90. PySimultan2/typings/System/Reflection/__init__.pyi +2724 -0
  91. PySimultan2/typings/System/Resources/__init__.pyi +205 -0
  92. PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +1926 -0
  93. PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +49 -0
  94. PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +34 -0
  95. PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +758 -0
  96. PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +461 -0
  97. PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +48 -0
  98. PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +2632 -0
  99. PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +4757 -0
  100. PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +844 -0
  101. PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +5642 -0
  102. PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +4504 -0
  103. PySimultan2/typings/System/Runtime/Loader/__init__.pyi +63 -0
  104. PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +7 -0
  105. PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +269 -0
  106. PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +200 -0
  107. PySimultan2/typings/System/Runtime/__init__.pyi +141 -0
  108. PySimultan2/typings/System/Security/Cryptography/__init__.pyi +39 -0
  109. PySimultan2/typings/System/Security/Permissions/__init__.pyi +163 -0
  110. PySimultan2/typings/System/Security/Principal/__init__.pyi +45 -0
  111. PySimultan2/typings/System/Security/__init__.pyi +347 -0
  112. PySimultan2/typings/System/Text/Unicode/__init__.pyi +62 -0
  113. PySimultan2/typings/System/Text/__init__.pyi +1590 -0
  114. PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +76 -0
  115. PySimultan2/typings/System/Threading/Tasks/__init__.pyi +1403 -0
  116. PySimultan2/typings/System/Threading/__init__.pyi +1788 -0
  117. PySimultan2/typings/System/Xml/Schema/__init__.pyi +1255 -0
  118. PySimultan2/typings/System/Xml/Serialization/__init__.pyi +16 -0
  119. PySimultan2/typings/System/Xml/XPath/__init__.pyi +474 -0
  120. PySimultan2/typings/System/Xml/__init__.pyi +2410 -0
  121. PySimultan2/typings/System/__init__.pyi +17821 -0
  122. PySimultan2/utils.py +9 -4
  123. {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/METADATA +1 -1
  124. pysimultan-0.6.0.1.dist-info/RECORD +174 -0
  125. PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
  126. PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll.config +0 -11
  127. PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll +0 -0
  128. PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll.config +0 -15
  129. PySimultan2/resources/SIMULTAN.Plugins.dll +0 -0
  130. PySimultan2/resources/SIMULTAN.Plugins.xml +0 -396
  131. pysimultan-0.5.9.7.dist-info/RECORD +0 -81
  132. {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/WHEEL +0 -0
  133. {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/licenses/LICENSE.txt +0 -0
@@ -0,0 +1,1255 @@
1
+ import typing, abc
2
+ from System import EventArgs, MulticastDelegate, IAsyncResult, AsyncCallback, Array_1, Decimal, SystemException, Exception
3
+ from System.Reflection import MethodInfo, MethodBase
4
+ from System.Xml.Serialization import XmlSerializerNamespaces
5
+ from System.Xml import XmlAttribute, XmlResolver, XmlReader, XmlWriter, XmlNamespaceManager, XmlQualifiedName, XmlTokenizedType, XmlNameTable, IXmlNamespaceResolver
6
+ from System.IO import TextReader, Stream, TextWriter
7
+ from System.Collections import IDictionary, CollectionBase, IEnumerator, ICollection, IDictionaryEnumerator
8
+ from System.Runtime.Serialization import SerializationInfo, StreamingContext
9
+
10
+ class IXmlSchemaInfo(typing.Protocol):
11
+ @property
12
+ def IsDefault(self) -> bool: ...
13
+ @property
14
+ def IsNil(self) -> bool: ...
15
+ @property
16
+ def MemberType(self) -> XmlSchemaSimpleType: ...
17
+ @property
18
+ def SchemaAttribute(self) -> XmlSchemaAttribute: ...
19
+ @property
20
+ def SchemaElement(self) -> XmlSchemaElement: ...
21
+ @property
22
+ def SchemaType(self) -> XmlSchemaType: ...
23
+ @property
24
+ def Validity(self) -> XmlSchemaValidity: ...
25
+
26
+
27
+ class ValidationEventArgs(EventArgs):
28
+ @property
29
+ def Exception(self) -> XmlSchemaException: ...
30
+ @property
31
+ def Message(self) -> str: ...
32
+ @property
33
+ def Severity(self) -> XmlSeverityType: ...
34
+
35
+
36
+ class ValidationEventHandler(MulticastDelegate):
37
+ def __init__(self, object: typing.Any, method: int) -> None: ...
38
+ @property
39
+ def Method(self) -> MethodInfo: ...
40
+ @property
41
+ def Target(self) -> typing.Any: ...
42
+ def BeginInvoke(self, sender: typing.Any, e: ValidationEventArgs, callback: AsyncCallback, object: typing.Any) -> IAsyncResult: ...
43
+ def EndInvoke(self, result: IAsyncResult) -> None: ...
44
+ def Invoke(self, sender: typing.Any, e: ValidationEventArgs) -> None: ...
45
+
46
+
47
+ class XmlSchema(XmlSchemaObject):
48
+ def __init__(self) -> None: ...
49
+ InstanceNamespace : str
50
+ Namespace : str
51
+ @property
52
+ def AttributeFormDefault(self) -> XmlSchemaForm: ...
53
+ @AttributeFormDefault.setter
54
+ def AttributeFormDefault(self, value: XmlSchemaForm) -> XmlSchemaForm: ...
55
+ @property
56
+ def AttributeGroups(self) -> XmlSchemaObjectTable: ...
57
+ @property
58
+ def Attributes(self) -> XmlSchemaObjectTable: ...
59
+ @property
60
+ def BlockDefault(self) -> XmlSchemaDerivationMethod: ...
61
+ @BlockDefault.setter
62
+ def BlockDefault(self, value: XmlSchemaDerivationMethod) -> XmlSchemaDerivationMethod: ...
63
+ @property
64
+ def ElementFormDefault(self) -> XmlSchemaForm: ...
65
+ @ElementFormDefault.setter
66
+ def ElementFormDefault(self, value: XmlSchemaForm) -> XmlSchemaForm: ...
67
+ @property
68
+ def Elements(self) -> XmlSchemaObjectTable: ...
69
+ @property
70
+ def FinalDefault(self) -> XmlSchemaDerivationMethod: ...
71
+ @FinalDefault.setter
72
+ def FinalDefault(self, value: XmlSchemaDerivationMethod) -> XmlSchemaDerivationMethod: ...
73
+ @property
74
+ def Groups(self) -> XmlSchemaObjectTable: ...
75
+ @property
76
+ def Id(self) -> str: ...
77
+ @Id.setter
78
+ def Id(self, value: str) -> str: ...
79
+ @property
80
+ def Includes(self) -> XmlSchemaObjectCollection: ...
81
+ @property
82
+ def IsCompiled(self) -> bool: ...
83
+ @property
84
+ def Items(self) -> XmlSchemaObjectCollection: ...
85
+ @property
86
+ def LineNumber(self) -> int: ...
87
+ @LineNumber.setter
88
+ def LineNumber(self, value: int) -> int: ...
89
+ @property
90
+ def LinePosition(self) -> int: ...
91
+ @LinePosition.setter
92
+ def LinePosition(self, value: int) -> int: ...
93
+ @property
94
+ def Namespaces(self) -> XmlSerializerNamespaces: ...
95
+ @Namespaces.setter
96
+ def Namespaces(self, value: XmlSerializerNamespaces) -> XmlSerializerNamespaces: ...
97
+ @property
98
+ def Notations(self) -> XmlSchemaObjectTable: ...
99
+ @property
100
+ def Parent(self) -> XmlSchemaObject: ...
101
+ @Parent.setter
102
+ def Parent(self, value: XmlSchemaObject) -> XmlSchemaObject: ...
103
+ @property
104
+ def SchemaTypes(self) -> XmlSchemaObjectTable: ...
105
+ @property
106
+ def SourceUri(self) -> str: ...
107
+ @SourceUri.setter
108
+ def SourceUri(self, value: str) -> str: ...
109
+ @property
110
+ def TargetNamespace(self) -> str: ...
111
+ @TargetNamespace.setter
112
+ def TargetNamespace(self, value: str) -> str: ...
113
+ @property
114
+ def UnhandledAttributes(self) -> Array_1[XmlAttribute]: ...
115
+ @UnhandledAttributes.setter
116
+ def UnhandledAttributes(self, value: Array_1[XmlAttribute]) -> Array_1[XmlAttribute]: ...
117
+ @property
118
+ def Version(self) -> str: ...
119
+ @Version.setter
120
+ def Version(self, value: str) -> str: ...
121
+ # Skipped Compile due to it being static, abstract and generic.
122
+
123
+ Compile : Compile_MethodGroup
124
+ class Compile_MethodGroup:
125
+ @typing.overload
126
+ def __call__(self, validationEventHandler: ValidationEventHandler) -> None:...
127
+ @typing.overload
128
+ def __call__(self, validationEventHandler: ValidationEventHandler, resolver: XmlResolver) -> None:...
129
+
130
+ # Skipped Read due to it being static, abstract and generic.
131
+
132
+ Read : Read_MethodGroup
133
+ class Read_MethodGroup:
134
+ @typing.overload
135
+ def __call__(self, reader: TextReader, validationEventHandler: ValidationEventHandler) -> XmlSchema:...
136
+ @typing.overload
137
+ def __call__(self, stream: Stream, validationEventHandler: ValidationEventHandler) -> XmlSchema:...
138
+ @typing.overload
139
+ def __call__(self, reader: XmlReader, validationEventHandler: ValidationEventHandler) -> XmlSchema:...
140
+
141
+ # Skipped Write due to it being static, abstract and generic.
142
+
143
+ Write : Write_MethodGroup
144
+ class Write_MethodGroup:
145
+ @typing.overload
146
+ def __call__(self, stream: Stream) -> None:...
147
+ @typing.overload
148
+ def __call__(self, writer: TextWriter) -> None:...
149
+ @typing.overload
150
+ def __call__(self, writer: XmlWriter) -> None:...
151
+ @typing.overload
152
+ def __call__(self, stream: Stream, namespaceManager: XmlNamespaceManager) -> None:...
153
+ @typing.overload
154
+ def __call__(self, writer: TextWriter, namespaceManager: XmlNamespaceManager) -> None:...
155
+ @typing.overload
156
+ def __call__(self, writer: XmlWriter, namespaceManager: XmlNamespaceManager) -> None:...
157
+
158
+
159
+
160
+ class XmlSchemaAnnotated(XmlSchemaObject):
161
+ def __init__(self) -> None: ...
162
+ @property
163
+ def Annotation(self) -> XmlSchemaAnnotation: ...
164
+ @Annotation.setter
165
+ def Annotation(self, value: XmlSchemaAnnotation) -> XmlSchemaAnnotation: ...
166
+ @property
167
+ def Id(self) -> str: ...
168
+ @Id.setter
169
+ def Id(self, value: str) -> str: ...
170
+ @property
171
+ def LineNumber(self) -> int: ...
172
+ @LineNumber.setter
173
+ def LineNumber(self, value: int) -> int: ...
174
+ @property
175
+ def LinePosition(self) -> int: ...
176
+ @LinePosition.setter
177
+ def LinePosition(self, value: int) -> int: ...
178
+ @property
179
+ def Namespaces(self) -> XmlSerializerNamespaces: ...
180
+ @Namespaces.setter
181
+ def Namespaces(self, value: XmlSerializerNamespaces) -> XmlSerializerNamespaces: ...
182
+ @property
183
+ def Parent(self) -> XmlSchemaObject: ...
184
+ @Parent.setter
185
+ def Parent(self, value: XmlSchemaObject) -> XmlSchemaObject: ...
186
+ @property
187
+ def SourceUri(self) -> str: ...
188
+ @SourceUri.setter
189
+ def SourceUri(self, value: str) -> str: ...
190
+ @property
191
+ def UnhandledAttributes(self) -> Array_1[XmlAttribute]: ...
192
+ @UnhandledAttributes.setter
193
+ def UnhandledAttributes(self, value: Array_1[XmlAttribute]) -> Array_1[XmlAttribute]: ...
194
+
195
+
196
+ class XmlSchemaAnnotation(XmlSchemaObject):
197
+ def __init__(self) -> None: ...
198
+ @property
199
+ def Id(self) -> str: ...
200
+ @Id.setter
201
+ def Id(self, value: str) -> str: ...
202
+ @property
203
+ def Items(self) -> XmlSchemaObjectCollection: ...
204
+ @property
205
+ def LineNumber(self) -> int: ...
206
+ @LineNumber.setter
207
+ def LineNumber(self, value: int) -> int: ...
208
+ @property
209
+ def LinePosition(self) -> int: ...
210
+ @LinePosition.setter
211
+ def LinePosition(self, value: int) -> int: ...
212
+ @property
213
+ def Namespaces(self) -> XmlSerializerNamespaces: ...
214
+ @Namespaces.setter
215
+ def Namespaces(self, value: XmlSerializerNamespaces) -> XmlSerializerNamespaces: ...
216
+ @property
217
+ def Parent(self) -> XmlSchemaObject: ...
218
+ @Parent.setter
219
+ def Parent(self, value: XmlSchemaObject) -> XmlSchemaObject: ...
220
+ @property
221
+ def SourceUri(self) -> str: ...
222
+ @SourceUri.setter
223
+ def SourceUri(self, value: str) -> str: ...
224
+ @property
225
+ def UnhandledAttributes(self) -> Array_1[XmlAttribute]: ...
226
+ @UnhandledAttributes.setter
227
+ def UnhandledAttributes(self, value: Array_1[XmlAttribute]) -> Array_1[XmlAttribute]: ...
228
+
229
+
230
+ class XmlSchemaAnyAttribute(XmlSchemaAnnotated):
231
+ def __init__(self) -> None: ...
232
+ @property
233
+ def Annotation(self) -> XmlSchemaAnnotation: ...
234
+ @Annotation.setter
235
+ def Annotation(self, value: XmlSchemaAnnotation) -> XmlSchemaAnnotation: ...
236
+ @property
237
+ def Id(self) -> str: ...
238
+ @Id.setter
239
+ def Id(self, value: str) -> str: ...
240
+ @property
241
+ def LineNumber(self) -> int: ...
242
+ @LineNumber.setter
243
+ def LineNumber(self, value: int) -> int: ...
244
+ @property
245
+ def LinePosition(self) -> int: ...
246
+ @LinePosition.setter
247
+ def LinePosition(self, value: int) -> int: ...
248
+ @property
249
+ def Namespace(self) -> str: ...
250
+ @Namespace.setter
251
+ def Namespace(self, value: str) -> str: ...
252
+ @property
253
+ def Namespaces(self) -> XmlSerializerNamespaces: ...
254
+ @Namespaces.setter
255
+ def Namespaces(self, value: XmlSerializerNamespaces) -> XmlSerializerNamespaces: ...
256
+ @property
257
+ def Parent(self) -> XmlSchemaObject: ...
258
+ @Parent.setter
259
+ def Parent(self, value: XmlSchemaObject) -> XmlSchemaObject: ...
260
+ @property
261
+ def ProcessContents(self) -> XmlSchemaContentProcessing: ...
262
+ @ProcessContents.setter
263
+ def ProcessContents(self, value: XmlSchemaContentProcessing) -> XmlSchemaContentProcessing: ...
264
+ @property
265
+ def SourceUri(self) -> str: ...
266
+ @SourceUri.setter
267
+ def SourceUri(self, value: str) -> str: ...
268
+ @property
269
+ def UnhandledAttributes(self) -> Array_1[XmlAttribute]: ...
270
+ @UnhandledAttributes.setter
271
+ def UnhandledAttributes(self, value: Array_1[XmlAttribute]) -> Array_1[XmlAttribute]: ...
272
+
273
+
274
+ class XmlSchemaAttribute(XmlSchemaAnnotated):
275
+ def __init__(self) -> None: ...
276
+ @property
277
+ def Annotation(self) -> XmlSchemaAnnotation: ...
278
+ @Annotation.setter
279
+ def Annotation(self, value: XmlSchemaAnnotation) -> XmlSchemaAnnotation: ...
280
+ @property
281
+ def AttributeSchemaType(self) -> XmlSchemaSimpleType: ...
282
+ @property
283
+ def AttributeType(self) -> typing.Any: ...
284
+ @property
285
+ def DefaultValue(self) -> str: ...
286
+ @DefaultValue.setter
287
+ def DefaultValue(self, value: str) -> str: ...
288
+ @property
289
+ def FixedValue(self) -> str: ...
290
+ @FixedValue.setter
291
+ def FixedValue(self, value: str) -> str: ...
292
+ @property
293
+ def Form(self) -> XmlSchemaForm: ...
294
+ @Form.setter
295
+ def Form(self, value: XmlSchemaForm) -> XmlSchemaForm: ...
296
+ @property
297
+ def Id(self) -> str: ...
298
+ @Id.setter
299
+ def Id(self, value: str) -> str: ...
300
+ @property
301
+ def LineNumber(self) -> int: ...
302
+ @LineNumber.setter
303
+ def LineNumber(self, value: int) -> int: ...
304
+ @property
305
+ def LinePosition(self) -> int: ...
306
+ @LinePosition.setter
307
+ def LinePosition(self, value: int) -> int: ...
308
+ @property
309
+ def Name(self) -> str: ...
310
+ @Name.setter
311
+ def Name(self, value: str) -> str: ...
312
+ @property
313
+ def Namespaces(self) -> XmlSerializerNamespaces: ...
314
+ @Namespaces.setter
315
+ def Namespaces(self, value: XmlSerializerNamespaces) -> XmlSerializerNamespaces: ...
316
+ @property
317
+ def Parent(self) -> XmlSchemaObject: ...
318
+ @Parent.setter
319
+ def Parent(self, value: XmlSchemaObject) -> XmlSchemaObject: ...
320
+ @property
321
+ def QualifiedName(self) -> XmlQualifiedName: ...
322
+ @property
323
+ def RefName(self) -> XmlQualifiedName: ...
324
+ @RefName.setter
325
+ def RefName(self, value: XmlQualifiedName) -> XmlQualifiedName: ...
326
+ @property
327
+ def SchemaType(self) -> XmlSchemaSimpleType: ...
328
+ @SchemaType.setter
329
+ def SchemaType(self, value: XmlSchemaSimpleType) -> XmlSchemaSimpleType: ...
330
+ @property
331
+ def SchemaTypeName(self) -> XmlQualifiedName: ...
332
+ @SchemaTypeName.setter
333
+ def SchemaTypeName(self, value: XmlQualifiedName) -> XmlQualifiedName: ...
334
+ @property
335
+ def SourceUri(self) -> str: ...
336
+ @SourceUri.setter
337
+ def SourceUri(self, value: str) -> str: ...
338
+ @property
339
+ def UnhandledAttributes(self) -> Array_1[XmlAttribute]: ...
340
+ @UnhandledAttributes.setter
341
+ def UnhandledAttributes(self, value: Array_1[XmlAttribute]) -> Array_1[XmlAttribute]: ...
342
+ @property
343
+ def Use(self) -> XmlSchemaUse: ...
344
+ @Use.setter
345
+ def Use(self, value: XmlSchemaUse) -> XmlSchemaUse: ...
346
+
347
+
348
+ class XmlSchemaCompilationSettings:
349
+ def __init__(self) -> None: ...
350
+ @property
351
+ def EnableUpaCheck(self) -> bool: ...
352
+ @EnableUpaCheck.setter
353
+ def EnableUpaCheck(self, value: bool) -> bool: ...
354
+
355
+
356
+ class XmlSchemaComplexType(XmlSchemaType):
357
+ def __init__(self) -> None: ...
358
+ @property
359
+ def Annotation(self) -> XmlSchemaAnnotation: ...
360
+ @Annotation.setter
361
+ def Annotation(self, value: XmlSchemaAnnotation) -> XmlSchemaAnnotation: ...
362
+ @property
363
+ def AnyAttribute(self) -> XmlSchemaAnyAttribute: ...
364
+ @AnyAttribute.setter
365
+ def AnyAttribute(self, value: XmlSchemaAnyAttribute) -> XmlSchemaAnyAttribute: ...
366
+ @property
367
+ def Attributes(self) -> XmlSchemaObjectCollection: ...
368
+ @property
369
+ def AttributeUses(self) -> XmlSchemaObjectTable: ...
370
+ @property
371
+ def AttributeWildcard(self) -> XmlSchemaAnyAttribute: ...
372
+ @property
373
+ def BaseSchemaType(self) -> typing.Any: ...
374
+ @property
375
+ def BaseXmlSchemaType(self) -> XmlSchemaType: ...
376
+ @property
377
+ def Block(self) -> XmlSchemaDerivationMethod: ...
378
+ @Block.setter
379
+ def Block(self, value: XmlSchemaDerivationMethod) -> XmlSchemaDerivationMethod: ...
380
+ @property
381
+ def BlockResolved(self) -> XmlSchemaDerivationMethod: ...
382
+ @property
383
+ def ContentModel(self) -> XmlSchemaContentModel: ...
384
+ @ContentModel.setter
385
+ def ContentModel(self, value: XmlSchemaContentModel) -> XmlSchemaContentModel: ...
386
+ @property
387
+ def ContentType(self) -> XmlSchemaContentType: ...
388
+ @property
389
+ def ContentTypeParticle(self) -> XmlSchemaParticle: ...
390
+ @property
391
+ def Datatype(self) -> XmlSchemaDatatype: ...
392
+ @property
393
+ def DerivedBy(self) -> XmlSchemaDerivationMethod: ...
394
+ @property
395
+ def Final(self) -> XmlSchemaDerivationMethod: ...
396
+ @Final.setter
397
+ def Final(self, value: XmlSchemaDerivationMethod) -> XmlSchemaDerivationMethod: ...
398
+ @property
399
+ def FinalResolved(self) -> XmlSchemaDerivationMethod: ...
400
+ @property
401
+ def Id(self) -> str: ...
402
+ @Id.setter
403
+ def Id(self, value: str) -> str: ...
404
+ @property
405
+ def IsAbstract(self) -> bool: ...
406
+ @IsAbstract.setter
407
+ def IsAbstract(self, value: bool) -> bool: ...
408
+ @property
409
+ def IsMixed(self) -> bool: ...
410
+ @IsMixed.setter
411
+ def IsMixed(self, value: bool) -> bool: ...
412
+ @property
413
+ def LineNumber(self) -> int: ...
414
+ @LineNumber.setter
415
+ def LineNumber(self, value: int) -> int: ...
416
+ @property
417
+ def LinePosition(self) -> int: ...
418
+ @LinePosition.setter
419
+ def LinePosition(self, value: int) -> int: ...
420
+ @property
421
+ def Name(self) -> str: ...
422
+ @Name.setter
423
+ def Name(self, value: str) -> str: ...
424
+ @property
425
+ def Namespaces(self) -> XmlSerializerNamespaces: ...
426
+ @Namespaces.setter
427
+ def Namespaces(self, value: XmlSerializerNamespaces) -> XmlSerializerNamespaces: ...
428
+ @property
429
+ def Parent(self) -> XmlSchemaObject: ...
430
+ @Parent.setter
431
+ def Parent(self, value: XmlSchemaObject) -> XmlSchemaObject: ...
432
+ @property
433
+ def Particle(self) -> XmlSchemaParticle: ...
434
+ @Particle.setter
435
+ def Particle(self, value: XmlSchemaParticle) -> XmlSchemaParticle: ...
436
+ @property
437
+ def QualifiedName(self) -> XmlQualifiedName: ...
438
+ @property
439
+ def SourceUri(self) -> str: ...
440
+ @SourceUri.setter
441
+ def SourceUri(self, value: str) -> str: ...
442
+ @property
443
+ def TypeCode(self) -> XmlTypeCode: ...
444
+ @property
445
+ def UnhandledAttributes(self) -> Array_1[XmlAttribute]: ...
446
+ @UnhandledAttributes.setter
447
+ def UnhandledAttributes(self, value: Array_1[XmlAttribute]) -> Array_1[XmlAttribute]: ...
448
+
449
+
450
+ class XmlSchemaContent(XmlSchemaAnnotated, abc.ABC):
451
+ @property
452
+ def Annotation(self) -> XmlSchemaAnnotation: ...
453
+ @Annotation.setter
454
+ def Annotation(self, value: XmlSchemaAnnotation) -> XmlSchemaAnnotation: ...
455
+ @property
456
+ def Id(self) -> str: ...
457
+ @Id.setter
458
+ def Id(self, value: str) -> str: ...
459
+ @property
460
+ def LineNumber(self) -> int: ...
461
+ @LineNumber.setter
462
+ def LineNumber(self, value: int) -> int: ...
463
+ @property
464
+ def LinePosition(self) -> int: ...
465
+ @LinePosition.setter
466
+ def LinePosition(self, value: int) -> int: ...
467
+ @property
468
+ def Namespaces(self) -> XmlSerializerNamespaces: ...
469
+ @Namespaces.setter
470
+ def Namespaces(self, value: XmlSerializerNamespaces) -> XmlSerializerNamespaces: ...
471
+ @property
472
+ def Parent(self) -> XmlSchemaObject: ...
473
+ @Parent.setter
474
+ def Parent(self, value: XmlSchemaObject) -> XmlSchemaObject: ...
475
+ @property
476
+ def SourceUri(self) -> str: ...
477
+ @SourceUri.setter
478
+ def SourceUri(self, value: str) -> str: ...
479
+ @property
480
+ def UnhandledAttributes(self) -> Array_1[XmlAttribute]: ...
481
+ @UnhandledAttributes.setter
482
+ def UnhandledAttributes(self, value: Array_1[XmlAttribute]) -> Array_1[XmlAttribute]: ...
483
+
484
+
485
+ class XmlSchemaContentModel(XmlSchemaAnnotated, abc.ABC):
486
+ @property
487
+ def Annotation(self) -> XmlSchemaAnnotation: ...
488
+ @Annotation.setter
489
+ def Annotation(self, value: XmlSchemaAnnotation) -> XmlSchemaAnnotation: ...
490
+ @property
491
+ def Content(self) -> XmlSchemaContent: ...
492
+ @Content.setter
493
+ def Content(self, value: XmlSchemaContent) -> XmlSchemaContent: ...
494
+ @property
495
+ def Id(self) -> str: ...
496
+ @Id.setter
497
+ def Id(self, value: str) -> str: ...
498
+ @property
499
+ def LineNumber(self) -> int: ...
500
+ @LineNumber.setter
501
+ def LineNumber(self, value: int) -> int: ...
502
+ @property
503
+ def LinePosition(self) -> int: ...
504
+ @LinePosition.setter
505
+ def LinePosition(self, value: int) -> int: ...
506
+ @property
507
+ def Namespaces(self) -> XmlSerializerNamespaces: ...
508
+ @Namespaces.setter
509
+ def Namespaces(self, value: XmlSerializerNamespaces) -> XmlSerializerNamespaces: ...
510
+ @property
511
+ def Parent(self) -> XmlSchemaObject: ...
512
+ @Parent.setter
513
+ def Parent(self, value: XmlSchemaObject) -> XmlSchemaObject: ...
514
+ @property
515
+ def SourceUri(self) -> str: ...
516
+ @SourceUri.setter
517
+ def SourceUri(self, value: str) -> str: ...
518
+ @property
519
+ def UnhandledAttributes(self) -> Array_1[XmlAttribute]: ...
520
+ @UnhandledAttributes.setter
521
+ def UnhandledAttributes(self, value: Array_1[XmlAttribute]) -> Array_1[XmlAttribute]: ...
522
+
523
+
524
+ class XmlSchemaContentProcessing(typing.SupportsInt):
525
+ @typing.overload
526
+ def __init__(self, value : int) -> None: ...
527
+ @typing.overload
528
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
529
+ def __int__(self) -> int: ...
530
+
531
+ # Values:
532
+ None_ : XmlSchemaContentProcessing # 0
533
+ Skip : XmlSchemaContentProcessing # 1
534
+ Lax : XmlSchemaContentProcessing # 2
535
+ Strict : XmlSchemaContentProcessing # 3
536
+
537
+
538
+ class XmlSchemaContentType(typing.SupportsInt):
539
+ @typing.overload
540
+ def __init__(self, value : int) -> None: ...
541
+ @typing.overload
542
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
543
+ def __int__(self) -> int: ...
544
+
545
+ # Values:
546
+ TextOnly : XmlSchemaContentType # 0
547
+ Empty : XmlSchemaContentType # 1
548
+ ElementOnly : XmlSchemaContentType # 2
549
+ Mixed : XmlSchemaContentType # 3
550
+
551
+
552
+ class XmlSchemaDatatype(abc.ABC):
553
+ @property
554
+ def TokenizedType(self) -> XmlTokenizedType: ...
555
+ @property
556
+ def TypeCode(self) -> XmlTypeCode: ...
557
+ @property
558
+ def ValueType(self) -> typing.Type[typing.Any]: ...
559
+ @property
560
+ def Variety(self) -> XmlSchemaDatatypeVariety: ...
561
+ def IsDerivedFrom(self, datatype: XmlSchemaDatatype) -> bool: ...
562
+ @abc.abstractmethod
563
+ def ParseValue(self, s: str, nameTable: XmlNameTable, nsmgr: IXmlNamespaceResolver) -> typing.Any: ...
564
+ # Skipped ChangeType due to it being static, abstract and generic.
565
+
566
+ ChangeType : ChangeType_MethodGroup
567
+ class ChangeType_MethodGroup:
568
+ @typing.overload
569
+ def __call__(self, value: typing.Any, targetType: typing.Type[typing.Any]) -> typing.Any:...
570
+ @typing.overload
571
+ def __call__(self, value: typing.Any, targetType: typing.Type[typing.Any], namespaceResolver: IXmlNamespaceResolver) -> typing.Any:...
572
+
573
+
574
+
575
+ class XmlSchemaDatatypeVariety(typing.SupportsInt):
576
+ @typing.overload
577
+ def __init__(self, value : int) -> None: ...
578
+ @typing.overload
579
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
580
+ def __int__(self) -> int: ...
581
+
582
+ # Values:
583
+ Atomic : XmlSchemaDatatypeVariety # 0
584
+ List : XmlSchemaDatatypeVariety # 1
585
+ Union : XmlSchemaDatatypeVariety # 2
586
+
587
+
588
+ class XmlSchemaDerivationMethod(typing.SupportsInt):
589
+ @typing.overload
590
+ def __init__(self, value : int) -> None: ...
591
+ @typing.overload
592
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
593
+ def __int__(self) -> int: ...
594
+
595
+ # Values:
596
+ Empty : XmlSchemaDerivationMethod # 0
597
+ Substitution : XmlSchemaDerivationMethod # 1
598
+ Extension : XmlSchemaDerivationMethod # 2
599
+ Restriction : XmlSchemaDerivationMethod # 4
600
+ List : XmlSchemaDerivationMethod # 8
601
+ Union : XmlSchemaDerivationMethod # 16
602
+ All : XmlSchemaDerivationMethod # 255
603
+ None_ : XmlSchemaDerivationMethod # 256
604
+
605
+
606
+ class XmlSchemaElement(XmlSchemaParticle):
607
+ def __init__(self) -> None: ...
608
+ @property
609
+ def Annotation(self) -> XmlSchemaAnnotation: ...
610
+ @Annotation.setter
611
+ def Annotation(self, value: XmlSchemaAnnotation) -> XmlSchemaAnnotation: ...
612
+ @property
613
+ def Block(self) -> XmlSchemaDerivationMethod: ...
614
+ @Block.setter
615
+ def Block(self, value: XmlSchemaDerivationMethod) -> XmlSchemaDerivationMethod: ...
616
+ @property
617
+ def BlockResolved(self) -> XmlSchemaDerivationMethod: ...
618
+ @property
619
+ def Constraints(self) -> XmlSchemaObjectCollection: ...
620
+ @property
621
+ def DefaultValue(self) -> str: ...
622
+ @DefaultValue.setter
623
+ def DefaultValue(self, value: str) -> str: ...
624
+ @property
625
+ def ElementSchemaType(self) -> XmlSchemaType: ...
626
+ @property
627
+ def ElementType(self) -> typing.Any: ...
628
+ @property
629
+ def Final(self) -> XmlSchemaDerivationMethod: ...
630
+ @Final.setter
631
+ def Final(self, value: XmlSchemaDerivationMethod) -> XmlSchemaDerivationMethod: ...
632
+ @property
633
+ def FinalResolved(self) -> XmlSchemaDerivationMethod: ...
634
+ @property
635
+ def FixedValue(self) -> str: ...
636
+ @FixedValue.setter
637
+ def FixedValue(self, value: str) -> str: ...
638
+ @property
639
+ def Form(self) -> XmlSchemaForm: ...
640
+ @Form.setter
641
+ def Form(self, value: XmlSchemaForm) -> XmlSchemaForm: ...
642
+ @property
643
+ def Id(self) -> str: ...
644
+ @Id.setter
645
+ def Id(self, value: str) -> str: ...
646
+ @property
647
+ def IsAbstract(self) -> bool: ...
648
+ @IsAbstract.setter
649
+ def IsAbstract(self, value: bool) -> bool: ...
650
+ @property
651
+ def IsNillable(self) -> bool: ...
652
+ @IsNillable.setter
653
+ def IsNillable(self, value: bool) -> bool: ...
654
+ @property
655
+ def LineNumber(self) -> int: ...
656
+ @LineNumber.setter
657
+ def LineNumber(self, value: int) -> int: ...
658
+ @property
659
+ def LinePosition(self) -> int: ...
660
+ @LinePosition.setter
661
+ def LinePosition(self, value: int) -> int: ...
662
+ @property
663
+ def MaxOccurs(self) -> Decimal: ...
664
+ @MaxOccurs.setter
665
+ def MaxOccurs(self, value: Decimal) -> Decimal: ...
666
+ @property
667
+ def MaxOccursString(self) -> str: ...
668
+ @MaxOccursString.setter
669
+ def MaxOccursString(self, value: str) -> str: ...
670
+ @property
671
+ def MinOccurs(self) -> Decimal: ...
672
+ @MinOccurs.setter
673
+ def MinOccurs(self, value: Decimal) -> Decimal: ...
674
+ @property
675
+ def MinOccursString(self) -> str: ...
676
+ @MinOccursString.setter
677
+ def MinOccursString(self, value: str) -> str: ...
678
+ @property
679
+ def Name(self) -> str: ...
680
+ @Name.setter
681
+ def Name(self, value: str) -> str: ...
682
+ @property
683
+ def Namespaces(self) -> XmlSerializerNamespaces: ...
684
+ @Namespaces.setter
685
+ def Namespaces(self, value: XmlSerializerNamespaces) -> XmlSerializerNamespaces: ...
686
+ @property
687
+ def Parent(self) -> XmlSchemaObject: ...
688
+ @Parent.setter
689
+ def Parent(self, value: XmlSchemaObject) -> XmlSchemaObject: ...
690
+ @property
691
+ def QualifiedName(self) -> XmlQualifiedName: ...
692
+ @property
693
+ def RefName(self) -> XmlQualifiedName: ...
694
+ @RefName.setter
695
+ def RefName(self, value: XmlQualifiedName) -> XmlQualifiedName: ...
696
+ @property
697
+ def SchemaType(self) -> XmlSchemaType: ...
698
+ @SchemaType.setter
699
+ def SchemaType(self, value: XmlSchemaType) -> XmlSchemaType: ...
700
+ @property
701
+ def SchemaTypeName(self) -> XmlQualifiedName: ...
702
+ @SchemaTypeName.setter
703
+ def SchemaTypeName(self, value: XmlQualifiedName) -> XmlQualifiedName: ...
704
+ @property
705
+ def SourceUri(self) -> str: ...
706
+ @SourceUri.setter
707
+ def SourceUri(self, value: str) -> str: ...
708
+ @property
709
+ def SubstitutionGroup(self) -> XmlQualifiedName: ...
710
+ @SubstitutionGroup.setter
711
+ def SubstitutionGroup(self, value: XmlQualifiedName) -> XmlQualifiedName: ...
712
+ @property
713
+ def UnhandledAttributes(self) -> Array_1[XmlAttribute]: ...
714
+ @UnhandledAttributes.setter
715
+ def UnhandledAttributes(self, value: Array_1[XmlAttribute]) -> Array_1[XmlAttribute]: ...
716
+
717
+
718
+ class XmlSchemaException(SystemException):
719
+ @typing.overload
720
+ def __init__(self) -> None: ...
721
+ @typing.overload
722
+ def __init__(self, message: str) -> None: ...
723
+ @typing.overload
724
+ def __init__(self, message: str, innerException: Exception) -> None: ...
725
+ @typing.overload
726
+ def __init__(self, message: str, innerException: Exception, lineNumber: int, linePosition: int) -> None: ...
727
+ @property
728
+ def Data(self) -> IDictionary: ...
729
+ @property
730
+ def HelpLink(self) -> str: ...
731
+ @HelpLink.setter
732
+ def HelpLink(self, value: str) -> str: ...
733
+ @property
734
+ def HResult(self) -> int: ...
735
+ @HResult.setter
736
+ def HResult(self, value: int) -> int: ...
737
+ @property
738
+ def InnerException(self) -> Exception: ...
739
+ @property
740
+ def LineNumber(self) -> int: ...
741
+ @property
742
+ def LinePosition(self) -> int: ...
743
+ @property
744
+ def Message(self) -> str: ...
745
+ @property
746
+ def Source(self) -> str: ...
747
+ @Source.setter
748
+ def Source(self, value: str) -> str: ...
749
+ @property
750
+ def SourceSchemaObject(self) -> XmlSchemaObject: ...
751
+ @property
752
+ def SourceUri(self) -> str: ...
753
+ @property
754
+ def StackTrace(self) -> str: ...
755
+ @property
756
+ def TargetSite(self) -> MethodBase: ...
757
+ def GetObjectData(self, info: SerializationInfo, context: StreamingContext) -> None: ...
758
+
759
+
760
+ class XmlSchemaForm(typing.SupportsInt):
761
+ @typing.overload
762
+ def __init__(self, value : int) -> None: ...
763
+ @typing.overload
764
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
765
+ def __int__(self) -> int: ...
766
+
767
+ # Values:
768
+ None_ : XmlSchemaForm # 0
769
+ Qualified : XmlSchemaForm # 1
770
+ Unqualified : XmlSchemaForm # 2
771
+
772
+
773
+ class XmlSchemaObject(abc.ABC):
774
+ @property
775
+ def LineNumber(self) -> int: ...
776
+ @LineNumber.setter
777
+ def LineNumber(self, value: int) -> int: ...
778
+ @property
779
+ def LinePosition(self) -> int: ...
780
+ @LinePosition.setter
781
+ def LinePosition(self, value: int) -> int: ...
782
+ @property
783
+ def Namespaces(self) -> XmlSerializerNamespaces: ...
784
+ @Namespaces.setter
785
+ def Namespaces(self, value: XmlSerializerNamespaces) -> XmlSerializerNamespaces: ...
786
+ @property
787
+ def Parent(self) -> XmlSchemaObject: ...
788
+ @Parent.setter
789
+ def Parent(self, value: XmlSchemaObject) -> XmlSchemaObject: ...
790
+ @property
791
+ def SourceUri(self) -> str: ...
792
+ @SourceUri.setter
793
+ def SourceUri(self, value: str) -> str: ...
794
+
795
+
796
+ class XmlSchemaObjectCollection(CollectionBase):
797
+ @typing.overload
798
+ def __init__(self) -> None: ...
799
+ @typing.overload
800
+ def __init__(self, parent: XmlSchemaObject) -> None: ...
801
+ @property
802
+ def Capacity(self) -> int: ...
803
+ @Capacity.setter
804
+ def Capacity(self, value: int) -> int: ...
805
+ @property
806
+ def Count(self) -> int: ...
807
+ @property
808
+ def Item(self) -> XmlSchemaObject: ...
809
+ @Item.setter
810
+ def Item(self, value: XmlSchemaObject) -> XmlSchemaObject: ...
811
+ def Add(self, item: XmlSchemaObject) -> int: ...
812
+ def Contains(self, item: XmlSchemaObject) -> bool: ...
813
+ def CopyTo(self, array: Array_1[XmlSchemaObject], index: int) -> None: ...
814
+ def GetEnumerator(self) -> XmlSchemaObjectEnumerator: ...
815
+ def IndexOf(self, item: XmlSchemaObject) -> int: ...
816
+ def Insert(self, index: int, item: XmlSchemaObject) -> None: ...
817
+ def Remove(self, item: XmlSchemaObject) -> None: ...
818
+
819
+
820
+ class XmlSchemaObjectEnumerator(IEnumerator):
821
+ @property
822
+ def Current(self) -> XmlSchemaObject: ...
823
+ def MoveNext(self) -> bool: ...
824
+ def Reset(self) -> None: ...
825
+
826
+
827
+ class XmlSchemaObjectTable:
828
+ @property
829
+ def Count(self) -> int: ...
830
+ @property
831
+ def Item(self) -> XmlSchemaObject: ...
832
+ @property
833
+ def Names(self) -> ICollection: ...
834
+ @property
835
+ def Values(self) -> ICollection: ...
836
+ def Contains(self, name: XmlQualifiedName) -> bool: ...
837
+ def GetEnumerator(self) -> IDictionaryEnumerator: ...
838
+
839
+
840
+ class XmlSchemaParticle(XmlSchemaAnnotated, abc.ABC):
841
+ @property
842
+ def Annotation(self) -> XmlSchemaAnnotation: ...
843
+ @Annotation.setter
844
+ def Annotation(self, value: XmlSchemaAnnotation) -> XmlSchemaAnnotation: ...
845
+ @property
846
+ def Id(self) -> str: ...
847
+ @Id.setter
848
+ def Id(self, value: str) -> str: ...
849
+ @property
850
+ def LineNumber(self) -> int: ...
851
+ @LineNumber.setter
852
+ def LineNumber(self, value: int) -> int: ...
853
+ @property
854
+ def LinePosition(self) -> int: ...
855
+ @LinePosition.setter
856
+ def LinePosition(self, value: int) -> int: ...
857
+ @property
858
+ def MaxOccurs(self) -> Decimal: ...
859
+ @MaxOccurs.setter
860
+ def MaxOccurs(self, value: Decimal) -> Decimal: ...
861
+ @property
862
+ def MaxOccursString(self) -> str: ...
863
+ @MaxOccursString.setter
864
+ def MaxOccursString(self, value: str) -> str: ...
865
+ @property
866
+ def MinOccurs(self) -> Decimal: ...
867
+ @MinOccurs.setter
868
+ def MinOccurs(self, value: Decimal) -> Decimal: ...
869
+ @property
870
+ def MinOccursString(self) -> str: ...
871
+ @MinOccursString.setter
872
+ def MinOccursString(self, value: str) -> str: ...
873
+ @property
874
+ def Namespaces(self) -> XmlSerializerNamespaces: ...
875
+ @Namespaces.setter
876
+ def Namespaces(self, value: XmlSerializerNamespaces) -> XmlSerializerNamespaces: ...
877
+ @property
878
+ def Parent(self) -> XmlSchemaObject: ...
879
+ @Parent.setter
880
+ def Parent(self, value: XmlSchemaObject) -> XmlSchemaObject: ...
881
+ @property
882
+ def SourceUri(self) -> str: ...
883
+ @SourceUri.setter
884
+ def SourceUri(self, value: str) -> str: ...
885
+ @property
886
+ def UnhandledAttributes(self) -> Array_1[XmlAttribute]: ...
887
+ @UnhandledAttributes.setter
888
+ def UnhandledAttributes(self, value: Array_1[XmlAttribute]) -> Array_1[XmlAttribute]: ...
889
+
890
+
891
+ class XmlSchemaSet:
892
+ @typing.overload
893
+ def __init__(self) -> None: ...
894
+ @typing.overload
895
+ def __init__(self, nameTable: XmlNameTable) -> None: ...
896
+ @property
897
+ def CompilationSettings(self) -> XmlSchemaCompilationSettings: ...
898
+ @CompilationSettings.setter
899
+ def CompilationSettings(self, value: XmlSchemaCompilationSettings) -> XmlSchemaCompilationSettings: ...
900
+ @property
901
+ def Count(self) -> int: ...
902
+ @property
903
+ def GlobalAttributes(self) -> XmlSchemaObjectTable: ...
904
+ @property
905
+ def GlobalElements(self) -> XmlSchemaObjectTable: ...
906
+ @property
907
+ def GlobalTypes(self) -> XmlSchemaObjectTable: ...
908
+ @property
909
+ def IsCompiled(self) -> bool: ...
910
+ @property
911
+ def NameTable(self) -> XmlNameTable: ...
912
+ @property
913
+ def XmlResolver(self) -> None: ...
914
+ @XmlResolver.setter
915
+ def XmlResolver(self, value: XmlResolver) -> None: ...
916
+ def Compile(self) -> None: ...
917
+ def CopyTo(self, schemas: Array_1[XmlSchema], index: int) -> None: ...
918
+ def Remove(self, schema: XmlSchema) -> XmlSchema: ...
919
+ def RemoveRecursive(self, schemaToRemove: XmlSchema) -> bool: ...
920
+ def Reprocess(self, schema: XmlSchema) -> XmlSchema: ...
921
+ # Skipped Add due to it being static, abstract and generic.
922
+
923
+ Add : Add_MethodGroup
924
+ class Add_MethodGroup:
925
+ @typing.overload
926
+ def __call__(self, schema: XmlSchema) -> XmlSchema:...
927
+ @typing.overload
928
+ def __call__(self, schemas: XmlSchemaSet) -> None:...
929
+ @typing.overload
930
+ def __call__(self, targetNamespace: str, schemaUri: str) -> XmlSchema:...
931
+ @typing.overload
932
+ def __call__(self, targetNamespace: str, schemaDocument: XmlReader) -> XmlSchema:...
933
+
934
+ # Skipped Contains due to it being static, abstract and generic.
935
+
936
+ Contains : Contains_MethodGroup
937
+ class Contains_MethodGroup:
938
+ @typing.overload
939
+ def __call__(self, schema: XmlSchema) -> bool:...
940
+ @typing.overload
941
+ def __call__(self, targetNamespace: str) -> bool:...
942
+
943
+ # Skipped Schemas due to it being static, abstract and generic.
944
+
945
+ Schemas : Schemas_MethodGroup
946
+ class Schemas_MethodGroup:
947
+ @typing.overload
948
+ def __call__(self) -> ICollection:...
949
+ @typing.overload
950
+ def __call__(self, targetNamespace: str) -> ICollection:...
951
+
952
+
953
+
954
+ class XmlSchemaSimpleType(XmlSchemaType):
955
+ def __init__(self) -> None: ...
956
+ @property
957
+ def Annotation(self) -> XmlSchemaAnnotation: ...
958
+ @Annotation.setter
959
+ def Annotation(self, value: XmlSchemaAnnotation) -> XmlSchemaAnnotation: ...
960
+ @property
961
+ def BaseSchemaType(self) -> typing.Any: ...
962
+ @property
963
+ def BaseXmlSchemaType(self) -> XmlSchemaType: ...
964
+ @property
965
+ def Content(self) -> XmlSchemaSimpleTypeContent: ...
966
+ @Content.setter
967
+ def Content(self, value: XmlSchemaSimpleTypeContent) -> XmlSchemaSimpleTypeContent: ...
968
+ @property
969
+ def Datatype(self) -> XmlSchemaDatatype: ...
970
+ @property
971
+ def DerivedBy(self) -> XmlSchemaDerivationMethod: ...
972
+ @property
973
+ def Final(self) -> XmlSchemaDerivationMethod: ...
974
+ @Final.setter
975
+ def Final(self, value: XmlSchemaDerivationMethod) -> XmlSchemaDerivationMethod: ...
976
+ @property
977
+ def FinalResolved(self) -> XmlSchemaDerivationMethod: ...
978
+ @property
979
+ def Id(self) -> str: ...
980
+ @Id.setter
981
+ def Id(self, value: str) -> str: ...
982
+ @property
983
+ def IsMixed(self) -> bool: ...
984
+ @IsMixed.setter
985
+ def IsMixed(self, value: bool) -> bool: ...
986
+ @property
987
+ def LineNumber(self) -> int: ...
988
+ @LineNumber.setter
989
+ def LineNumber(self, value: int) -> int: ...
990
+ @property
991
+ def LinePosition(self) -> int: ...
992
+ @LinePosition.setter
993
+ def LinePosition(self, value: int) -> int: ...
994
+ @property
995
+ def Name(self) -> str: ...
996
+ @Name.setter
997
+ def Name(self, value: str) -> str: ...
998
+ @property
999
+ def Namespaces(self) -> XmlSerializerNamespaces: ...
1000
+ @Namespaces.setter
1001
+ def Namespaces(self, value: XmlSerializerNamespaces) -> XmlSerializerNamespaces: ...
1002
+ @property
1003
+ def Parent(self) -> XmlSchemaObject: ...
1004
+ @Parent.setter
1005
+ def Parent(self, value: XmlSchemaObject) -> XmlSchemaObject: ...
1006
+ @property
1007
+ def QualifiedName(self) -> XmlQualifiedName: ...
1008
+ @property
1009
+ def SourceUri(self) -> str: ...
1010
+ @SourceUri.setter
1011
+ def SourceUri(self, value: str) -> str: ...
1012
+ @property
1013
+ def TypeCode(self) -> XmlTypeCode: ...
1014
+ @property
1015
+ def UnhandledAttributes(self) -> Array_1[XmlAttribute]: ...
1016
+ @UnhandledAttributes.setter
1017
+ def UnhandledAttributes(self, value: Array_1[XmlAttribute]) -> Array_1[XmlAttribute]: ...
1018
+
1019
+
1020
+ class XmlSchemaSimpleTypeContent(XmlSchemaAnnotated, abc.ABC):
1021
+ @property
1022
+ def Annotation(self) -> XmlSchemaAnnotation: ...
1023
+ @Annotation.setter
1024
+ def Annotation(self, value: XmlSchemaAnnotation) -> XmlSchemaAnnotation: ...
1025
+ @property
1026
+ def Id(self) -> str: ...
1027
+ @Id.setter
1028
+ def Id(self, value: str) -> str: ...
1029
+ @property
1030
+ def LineNumber(self) -> int: ...
1031
+ @LineNumber.setter
1032
+ def LineNumber(self, value: int) -> int: ...
1033
+ @property
1034
+ def LinePosition(self) -> int: ...
1035
+ @LinePosition.setter
1036
+ def LinePosition(self, value: int) -> int: ...
1037
+ @property
1038
+ def Namespaces(self) -> XmlSerializerNamespaces: ...
1039
+ @Namespaces.setter
1040
+ def Namespaces(self, value: XmlSerializerNamespaces) -> XmlSerializerNamespaces: ...
1041
+ @property
1042
+ def Parent(self) -> XmlSchemaObject: ...
1043
+ @Parent.setter
1044
+ def Parent(self, value: XmlSchemaObject) -> XmlSchemaObject: ...
1045
+ @property
1046
+ def SourceUri(self) -> str: ...
1047
+ @SourceUri.setter
1048
+ def SourceUri(self, value: str) -> str: ...
1049
+ @property
1050
+ def UnhandledAttributes(self) -> Array_1[XmlAttribute]: ...
1051
+ @UnhandledAttributes.setter
1052
+ def UnhandledAttributes(self, value: Array_1[XmlAttribute]) -> Array_1[XmlAttribute]: ...
1053
+
1054
+
1055
+ class XmlSchemaType(XmlSchemaAnnotated):
1056
+ def __init__(self) -> None: ...
1057
+ @property
1058
+ def Annotation(self) -> XmlSchemaAnnotation: ...
1059
+ @Annotation.setter
1060
+ def Annotation(self, value: XmlSchemaAnnotation) -> XmlSchemaAnnotation: ...
1061
+ @property
1062
+ def BaseSchemaType(self) -> typing.Any: ...
1063
+ @property
1064
+ def BaseXmlSchemaType(self) -> XmlSchemaType: ...
1065
+ @property
1066
+ def Datatype(self) -> XmlSchemaDatatype: ...
1067
+ @property
1068
+ def DerivedBy(self) -> XmlSchemaDerivationMethod: ...
1069
+ @property
1070
+ def Final(self) -> XmlSchemaDerivationMethod: ...
1071
+ @Final.setter
1072
+ def Final(self, value: XmlSchemaDerivationMethod) -> XmlSchemaDerivationMethod: ...
1073
+ @property
1074
+ def FinalResolved(self) -> XmlSchemaDerivationMethod: ...
1075
+ @property
1076
+ def Id(self) -> str: ...
1077
+ @Id.setter
1078
+ def Id(self, value: str) -> str: ...
1079
+ @property
1080
+ def IsMixed(self) -> bool: ...
1081
+ @IsMixed.setter
1082
+ def IsMixed(self, value: bool) -> bool: ...
1083
+ @property
1084
+ def LineNumber(self) -> int: ...
1085
+ @LineNumber.setter
1086
+ def LineNumber(self, value: int) -> int: ...
1087
+ @property
1088
+ def LinePosition(self) -> int: ...
1089
+ @LinePosition.setter
1090
+ def LinePosition(self, value: int) -> int: ...
1091
+ @property
1092
+ def Name(self) -> str: ...
1093
+ @Name.setter
1094
+ def Name(self, value: str) -> str: ...
1095
+ @property
1096
+ def Namespaces(self) -> XmlSerializerNamespaces: ...
1097
+ @Namespaces.setter
1098
+ def Namespaces(self, value: XmlSerializerNamespaces) -> XmlSerializerNamespaces: ...
1099
+ @property
1100
+ def Parent(self) -> XmlSchemaObject: ...
1101
+ @Parent.setter
1102
+ def Parent(self, value: XmlSchemaObject) -> XmlSchemaObject: ...
1103
+ @property
1104
+ def QualifiedName(self) -> XmlQualifiedName: ...
1105
+ @property
1106
+ def SourceUri(self) -> str: ...
1107
+ @SourceUri.setter
1108
+ def SourceUri(self, value: str) -> str: ...
1109
+ @property
1110
+ def TypeCode(self) -> XmlTypeCode: ...
1111
+ @property
1112
+ def UnhandledAttributes(self) -> Array_1[XmlAttribute]: ...
1113
+ @UnhandledAttributes.setter
1114
+ def UnhandledAttributes(self, value: Array_1[XmlAttribute]) -> Array_1[XmlAttribute]: ...
1115
+ @staticmethod
1116
+ def IsDerivedFrom(derivedType: XmlSchemaType, baseType: XmlSchemaType, except: XmlSchemaDerivationMethod) -> bool: ...
1117
+ # Skipped GetBuiltInComplexType due to it being static, abstract and generic.
1118
+
1119
+ GetBuiltInComplexType : GetBuiltInComplexType_MethodGroup
1120
+ class GetBuiltInComplexType_MethodGroup:
1121
+ @typing.overload
1122
+ def __call__(self, typeCode: XmlTypeCode) -> XmlSchemaComplexType:...
1123
+ @typing.overload
1124
+ def __call__(self, qualifiedName: XmlQualifiedName) -> XmlSchemaComplexType:...
1125
+
1126
+ # Skipped GetBuiltInSimpleType due to it being static, abstract and generic.
1127
+
1128
+ GetBuiltInSimpleType : GetBuiltInSimpleType_MethodGroup
1129
+ class GetBuiltInSimpleType_MethodGroup:
1130
+ @typing.overload
1131
+ def __call__(self, typeCode: XmlTypeCode) -> XmlSchemaSimpleType:...
1132
+ @typing.overload
1133
+ def __call__(self, qualifiedName: XmlQualifiedName) -> XmlSchemaSimpleType:...
1134
+
1135
+
1136
+
1137
+ class XmlSchemaUse(typing.SupportsInt):
1138
+ @typing.overload
1139
+ def __init__(self, value : int) -> None: ...
1140
+ @typing.overload
1141
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
1142
+ def __int__(self) -> int: ...
1143
+
1144
+ # Values:
1145
+ None_ : XmlSchemaUse # 0
1146
+ Optional : XmlSchemaUse # 1
1147
+ Prohibited : XmlSchemaUse # 2
1148
+ Required : XmlSchemaUse # 3
1149
+
1150
+
1151
+ class XmlSchemaValidationFlags(typing.SupportsInt):
1152
+ @typing.overload
1153
+ def __init__(self, value : int) -> None: ...
1154
+ @typing.overload
1155
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
1156
+ def __int__(self) -> int: ...
1157
+
1158
+ # Values:
1159
+ None_ : XmlSchemaValidationFlags # 0
1160
+ ProcessInlineSchema : XmlSchemaValidationFlags # 1
1161
+ ProcessSchemaLocation : XmlSchemaValidationFlags # 2
1162
+ ReportValidationWarnings : XmlSchemaValidationFlags # 4
1163
+ ProcessIdentityConstraints : XmlSchemaValidationFlags # 8
1164
+ AllowXmlAttributes : XmlSchemaValidationFlags # 16
1165
+
1166
+
1167
+ class XmlSchemaValidity(typing.SupportsInt):
1168
+ @typing.overload
1169
+ def __init__(self, value : int) -> None: ...
1170
+ @typing.overload
1171
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
1172
+ def __int__(self) -> int: ...
1173
+
1174
+ # Values:
1175
+ NotKnown : XmlSchemaValidity # 0
1176
+ Valid : XmlSchemaValidity # 1
1177
+ Invalid : XmlSchemaValidity # 2
1178
+
1179
+
1180
+ class XmlSeverityType(typing.SupportsInt):
1181
+ @typing.overload
1182
+ def __init__(self, value : int) -> None: ...
1183
+ @typing.overload
1184
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
1185
+ def __int__(self) -> int: ...
1186
+
1187
+ # Values:
1188
+ Error : XmlSeverityType # 0
1189
+ Warning : XmlSeverityType # 1
1190
+
1191
+
1192
+ class XmlTypeCode(typing.SupportsInt):
1193
+ @typing.overload
1194
+ def __init__(self, value : int) -> None: ...
1195
+ @typing.overload
1196
+ def __init__(self, value : int, force_if_true: bool) -> None: ...
1197
+ def __int__(self) -> int: ...
1198
+
1199
+ # Values:
1200
+ None_ : XmlTypeCode # 0
1201
+ Item : XmlTypeCode # 1
1202
+ Node : XmlTypeCode # 2
1203
+ Document : XmlTypeCode # 3
1204
+ Element : XmlTypeCode # 4
1205
+ Attribute : XmlTypeCode # 5
1206
+ Namespace : XmlTypeCode # 6
1207
+ ProcessingInstruction : XmlTypeCode # 7
1208
+ Comment : XmlTypeCode # 8
1209
+ Text : XmlTypeCode # 9
1210
+ AnyAtomicType : XmlTypeCode # 10
1211
+ UntypedAtomic : XmlTypeCode # 11
1212
+ String : XmlTypeCode # 12
1213
+ Boolean : XmlTypeCode # 13
1214
+ Decimal : XmlTypeCode # 14
1215
+ Float : XmlTypeCode # 15
1216
+ Double : XmlTypeCode # 16
1217
+ Duration : XmlTypeCode # 17
1218
+ DateTime : XmlTypeCode # 18
1219
+ Time : XmlTypeCode # 19
1220
+ Date : XmlTypeCode # 20
1221
+ GYearMonth : XmlTypeCode # 21
1222
+ GYear : XmlTypeCode # 22
1223
+ GMonthDay : XmlTypeCode # 23
1224
+ GDay : XmlTypeCode # 24
1225
+ GMonth : XmlTypeCode # 25
1226
+ HexBinary : XmlTypeCode # 26
1227
+ Base64Binary : XmlTypeCode # 27
1228
+ AnyUri : XmlTypeCode # 28
1229
+ QName : XmlTypeCode # 29
1230
+ Notation : XmlTypeCode # 30
1231
+ NormalizedString : XmlTypeCode # 31
1232
+ Token : XmlTypeCode # 32
1233
+ Language : XmlTypeCode # 33
1234
+ NmToken : XmlTypeCode # 34
1235
+ Name : XmlTypeCode # 35
1236
+ NCName : XmlTypeCode # 36
1237
+ Id : XmlTypeCode # 37
1238
+ Idref : XmlTypeCode # 38
1239
+ Entity : XmlTypeCode # 39
1240
+ Integer : XmlTypeCode # 40
1241
+ NonPositiveInteger : XmlTypeCode # 41
1242
+ NegativeInteger : XmlTypeCode # 42
1243
+ Long : XmlTypeCode # 43
1244
+ Int : XmlTypeCode # 44
1245
+ Short : XmlTypeCode # 45
1246
+ Byte : XmlTypeCode # 46
1247
+ NonNegativeInteger : XmlTypeCode # 47
1248
+ UnsignedLong : XmlTypeCode # 48
1249
+ UnsignedInt : XmlTypeCode # 49
1250
+ UnsignedShort : XmlTypeCode # 50
1251
+ UnsignedByte : XmlTypeCode # 51
1252
+ PositiveInteger : XmlTypeCode # 52
1253
+ YearMonthDuration : XmlTypeCode # 53
1254
+ DayTimeDuration : XmlTypeCode # 54
1255
+