Informatica ActiveVOS
- Informatica ActiveVOS 9.2.4.6
- All Products
<!-- Prefix 'p' is initially used for ns urn:ns:person. --> <p:person xmlns:p="urn:ns:person"> <!-- Prefix 'p' is re-used in contactInfo in a different ns. Avoid this case. --> <p:contactInfo xmlns:p="urn:ns:contactinfo" type="home" default="true" > </p:contactInfo> </p:person>
<contactInfo xmlns="urn:ns:contactinfo" type="home" default="true" > <!-- Note 'type' is an attribute (of contactInfo) as well as a child element. Avoid this case. --> <type>foo</type> <phone type="voice">203-555-1212</phone> <phone type="fax">203-555-1213</phone> <email xmlns="">jsmith@example.com</email> </contactInfo>