ZVON > References > UDDI Reference |
Intro / Search / ZVON |
Element | accessPoint [ v2 ] |
---|---|
Occurs in | [ ] - [ ] (comparison ) |
Parents | bindingTemplate |
Description | Data: present when a service is directly accessible at a particular address (e.g. URL, etc). Mutually exclusive with hostingRedirector. |
Attributes | URLType Used to specify the transport type associated with a bindingTemplate. If a given web service or entry point represented by a binding has multiple possible transports, a bindingTemplate should be added to the same businessService for each transport, repeating all of the same information except the transport type and the accessPoint or hostingRedirector pointer. |
XML Schema |
---|
<xsd:element name="accessPoint"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="URLType"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="mailto"/> <xsd:enumeration value="http"/> <xsd:enumeration value="https"/> <xsd:enumeration value="ftp"/> <xsd:enumeration value="fax"/> <xsd:enumeration value="phone"/> <xsd:enumeration value="other"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
Expanded XML Schema |
---|
<xsd:element name="accessPoint"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="URLType"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="mailto"/> <xsd:enumeration value="http"/> <xsd:enumeration value="https"/> <xsd:enumeration value="ftp"/> <xsd:enumeration value="fax"/> <xsd:enumeration value="phone"/> <xsd:enumeration value="other"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |