Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
7 replies
Subscribers
9 subscribers
Views
2592 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi , does anyone have a real example of CDT with the association one-to-man
marcop519
over 12 years ago
Hi ,
does anyone have a real example of CDT with the association one-to-many?
I don't know how to set correctly the generic string schema (eg. xmlns="urn:appian:example:assocations:one-to-many" ).
Thanks...
OriginalPostID-34827
OriginalPostID-34827
Discussion posts and replies are publicly visible
Parents
0
Sanjay
over 12 years ago
Pasted below relevant parts for your reference. xmlns and targetNamespace could be customized (say to your particular cloud instance)
<xs:schema xmlns="
yourcompany.appiancloud.com/.../"
elementFormDefault="qualified" targetNamespace="
yourcompany.appiancloud.com/.../"
xmlns:xs="
www.w3.org/.../XMLSchema">
XSD:
<?xml version="1.0" encoding="utf-8" ?>
<xs:schema xmlns="urn:appian:example:assocations:one-to-many" elementFormDefault="qualified" targetNamespace="urn:appian:example:assocations:one-to-many" xmlns:xs="
www.w3.org/.../XMLSchema">
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Sanjay
over 12 years ago
Pasted below relevant parts for your reference. xmlns and targetNamespace could be customized (say to your particular cloud instance)
<xs:schema xmlns="
yourcompany.appiancloud.com/.../"
elementFormDefault="qualified" targetNamespace="
yourcompany.appiancloud.com/.../"
xmlns:xs="
www.w3.org/.../XMLSchema">
XSD:
<?xml version="1.0" encoding="utf-8" ?>
<xs:schema xmlns="urn:appian:example:assocations:one-to-many" elementFormDefault="qualified" targetNamespace="urn:appian:example:assocations:one-to-many" xmlns:xs="
www.w3.org/.../XMLSchema">
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data