LocalAccessType

Complex Type Information

Model

Service{0,1} , Type* , URI+ , ANY element from ANY namespace OTHER than 'xri:$r.s/XRIDescriptor'
Children: Service, Type, URI

Attributes

Used By

Source

<xs:complexType name="LocalAccessType">
  <xs:sequence>
    <xs:element name="Service" type="ServiceType" minOccurs="0"/>
    <xs:element name="Type" type="TypeType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="URI" type="URIType" maxOccurs="unbounded"/>
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>