uddi_data.joepublisher.businessEntity.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- * Copyright 2001-2009 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ --> <businessEntity xmlns="urn:uddi-org:api_v3" xmlns:xml="http://www.w3.org/XML/1998/namespace" businessKey="uddi:uddi.joepublisher.com:businessone"> <discoveryURLs> <discoveryURL useType="home">http://www.businessone.com</discoveryURL> <discoveryURL useType="serviceList">http://www.businessone.com/services</discoveryURL> </discoveryURLs> <name xml:lang="en">John Doe Enterprises</name> <name xml:lang="es">Negocio Uno</name> <description xml:lang="en">This is the description for Business One.</description> <contacts> <contact useType="administrator"> <personName xml:lang="en">John Doe</personName> <personName xml:lang="es">Juan Doe</personName> <description xml:lang="en">This is the administrator of the service offerings.</description> <description xml:lang="es">Éste es el administrador de las ofrendas del servicio.</description> <phone useType="office">123-456-7890</phone> <phone useType="mobile">987-654-3210</phone> <email useType="work">[email protected]</email> <address xml:lang="en" useType="headquarters" sortCode="1" tModelKey="uddi:tmodelKey:address"> <addressLine keyName="suite" keyValue="suite">Suite 1500</addressLine> <addressLine keyName="street" keyValue="street">1515 Main St.</addressLine> <addressLine keyName="citystatezip" keyValue="citystatezip">Chicago, IL 60614</addressLine> <addressLine keyName="country" keyValue="country">USA</addressLine> </address> </contact> <contact useType="engineer"> <personName xml:lang="en">Steve Smith</personName> <phone useType="office">555-111-2222</phone> <email useType="work">[email protected]</email> </contact> </contacts> <categoryBag> <keyedReference tModelKey="uddi:tmodelkey:categories:fruit" keyName="category" keyValue="apples" /> <keyedReference tModelKey="uddi:tmodelkey:categories:fruit" keyName="category" keyValue="oranges" /> <keyedReference tModelKey="uddi:tmodelkey:categories:sports" keyName="category" keyValue="football" /> <keyedReference tModelKey="uddi:tmodelkey:categories:music" keyName="category" keyValue="blues" /> <keyedReferenceGroup tModelKey="uddi:tmodelkey:group"> <keyedReference tModelKey="uddi:tmodelKey:blank" keyName="blank" keyValue="blank" /> </keyedReferenceGroup> </categoryBag> <identifierBag> <keyedReference tModelKey="uddi:tmodelkey:identifier" keyName="identify" keyValue="identity" /> </identifierBag> </businessEntity>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy