Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
KONNEKTING
KonnektingXmlSchema
Commits
692cf83b
Commit
692cf83b
authored
Mar 26, 2021
by
Alexander Christian
Browse files
added IN/NOTIN/BETWEEN/NOTBETWEEN to parameter, parametergroup and comobject
parent
c014102a
Pipeline
#277582116
passed with stages
in 2 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/xsd/KonnektingDeviceV0.xsd
View file @
692cf83b
...
...
@@ -202,24 +202,25 @@
<xs:attribute
name=
"TestParamId"
type=
"xs:unsignedByte"
use=
"required"
/>
<xs:attribute
name=
"Test"
type=
"TestType"
use=
"required"
/>
<xs:attribute
name=
"TestValue"
type=
"xs:hexBinary"
use=
"required"
/>
<xs:attribute
name=
"TestList"
type=
"xs:string"
use=
"required"
/>
</xs:complexType>
<xs:complexType
name=
"ParameterGroupDependency"
>
<xs:attribute
name=
"ParamGroupId"
type=
"xs:unsignedByte"
use=
"required"
/>
<xs:attribute
name=
"TestParamId"
type=
"xs:unsignedByte"
use=
"required"
/>
<xs:attribute
name=
"Test"
type=
"TestType"
use=
"required"
/>
<xs:attribute
name=
"TestValue"
type=
"xs:hexBinary"
use=
"required"
/>
<xs:attribute
name=
"TestList"
type=
"xs:string"
use=
"required"
/>
</xs:complexType>
<xs:complexType
name=
"CommObjectDependency"
>
<xs:attribute
name=
"CommObjId"
type=
"xs:unsignedByte"
use=
"required"
/>
<xs:attribute
name=
"TestParamId"
type=
"xs:unsignedByte"
use=
"required"
/>
<xs:attribute
name=
"Test"
type=
"TestType"
use=
"required"
/>
<xs:attribute
name=
"TestValue"
type=
"xs:hexBinary"
use=
"required"
/>
<xs:attribute
name=
"TestList"
type=
"xs:string"
use=
"required"
/>
</xs:complexType>
<!-- #################################################################################### -->
<!-- # CONFIGURATION things # -->
<!-- #################################################################################### -->
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment