Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi ! #164

Closed
rengit62 opened this issue Oct 20, 2022 · 1 comment
Closed

Hi ! #164

rengit62 opened this issue Oct 20, 2022 · 1 comment

Comments

@rengit62
Copy link

  Hi !

in xsd CompanyType ( as in Touchpoint) there is one ( not mandatory ) PostalAddress and Contact
<xsd:complexType name="CompanyType">
xsd:sequence


		<xsd:element ref="cac:PostalAddress" minOccurs="0" maxOccurs="1"/>

		<xsd:element ref="cac:Contact" minOccurs="0" maxOccurs="1"/>
	</xsd:sequence>

in Conceptual Model , under ND-Company and ND-Touchpoint there are many fields like
BT-513-Organization-Company cac:PostalAddress/cbc:CityName
BT-512-Organization-Company cac:PostalAddress/cbc:PostalZone
BT-507-Organization-Company cac:PostalAddress/cbc:CountrySubentityCode
BT-514-Organization-Company cac:PostalAddress/cac:Country/cbc:IdentificationCode

BT-502-Organization-Company cac:Contact/cbc:Name
BT-506-Organization-Company cac:Contact/cbc:ElectronicMail
BT-503-Organization-Company cac:Contact/cbc:Telephone
BT-739-Organization-Company cac:Contact/cbc:Telefax

What do you think to set a node for PostalAddress and the Contact ?
Just to avoid some ugly "if" in the code ..
Thanks
Renato

Originally posted by @rengit62 in #163

@bertrand-lorentz
Copy link
Contributor

This was created from discussion #163, and answered there.

I guess someone clicked on "Create issue from discussion" by mistake, so I'm closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants