xml - ACORD standard to define a custom node? -
i have been working acord xml standard while success.
have requirement gather piece of data custom company. (acord doesn’t have place it.)
for example, if have following xml:
<insurancesvcrq> <rquid> 00000000-0000-0000-0000-000000000000</rquid> <commlpkgpolicyaddrq> <rquid> 00000000-0000-0000-0000-000000000000</rquid> <itemidinfo> <systemid> 00000000-0000-0000-0000-000000000000</systemid> </itemidinfo> <transactionrequestdt>2013-05-13t00:00:00-04:00</transactionrequestdt> <curcd>usd</curcd> <broadlobcd>c</broadlobcd> <insuredorprincipal> <itemidinfo> <systemid> 00000000-0000-0000-0000-000000000000</systemid> </itemidinfo> <generalpartyinfo> <nameinfo> <commlname /> <taxidentity> <stateprovcd>oh</stateprovcd> </taxidentity> </nameinfo> </generalpartyinfo> <insuredorprincipalinfo> <insuredorprincipalrolecd>insured</insuredorprincipalrolecd> </insuredorprincipalinfo> </insuredorprincipal> <commlpolicy> <policynumber>1111</policynumber> <lobcd>2222</lobcd> <naiccd>3333</naiccd>
i need add new node under commpolicy node called foo. see below.
<insurancesvcrq> <rquid> 00000000-0000-0000-0000-000000000000</rquid> <commlpkgpolicyaddrq> <rquid> 00000000-0000-0000-0000-000000000000</rquid> <itemidinfo> <systemid> 00000000-0000-0000-0000-000000000000</systemid> </itemidinfo> <transactionrequestdt>2013-05-13t00:00:00-04:00</transactionrequestdt> <curcd>usd</curcd> <broadlobcd>c</broadlobcd> <insuredorprincipal> <itemidinfo> <systemid> 00000000-0000-0000-0000-000000000000</systemid> </itemidinfo> <generalpartyinfo> <nameinfo> <commlname /> <taxidentity> <stateprovcd>oh</stateprovcd> </taxidentity> </nameinfo> </generalpartyinfo> <insuredorprincipalinfo> <insuredorprincipalrolecd>insured</insuredorprincipalrolecd> </insuredorprincipalinfo> </insuredorprincipal> <commlpolicy> <policynumber>1111</policynumber> <foo>4444</foo> <lobcd>2222</lobcd> <naiccd>3333</naiccd>
is there standard processing? naming convention indicate custom? there online articles regarding topic? (i couldn’t find any.)
any information helpfully.
i have assume question applies acord's p&c insurance , surety. understand extension mechanism, full spec published package (the document using acord xml business message specification p&c insurance , surety version 1.24.0) contains need (section 14). this document training material has section on extensions, includes highlights on naming conventions, processing models, etc. if you're looking articles similar how 1 might find more generic things such xml schema spec, there aren't many. acord's website best source.
for practical bit, qtassistant (i associated it) provides tools 1 need practically manage extensions, generate xsds , run compliance reports on work that's done per spec.
Comments
Post a Comment