wsrm:Offer
Element information
Namespace: http://docs.oasis-open.org/ws-rx/wsrm/200702
Schema document: wsrm-1.1-schema-200702.xsd
Type: wsrm:OfferType
Properties: Local, Qualified
Content
- Sequence [1..1]
- wsrm:Identifier [1..1]
- wsrm:Endpoint [1..1]
- wsrm:Expires [0..1]
- wsrm:IncompleteSequenceBehavior [0..1]
- Any element [0..*] Namespace: ##other, Process Contents: lax
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Used in
- Type wsrm:CreateSequenceType (Element wsrm:CreateSequence)
Sample instance
<wsrm:Offer> <wsrm:Identifier>http://www.example.com/</wsrm:Identifier> <wsrm:Endpoint> <wsa:Address>http://www.example.com/</wsa:Address> <wsa:ReferenceParameters> <!--any element--> </wsa:ReferenceParameters> <wsa:Metadata> <!--any element--> </wsa:Metadata> <!--any element--> </wsrm:Endpoint> <wsrm:Expires>P1Y2M3DT10H</wsrm:Expires> <wsrm:IncompleteSequenceBehavior>DiscardEntireSequence</wsrm:IncompleteSequenceBehavior> <!--any element--> </wsrm:Offer>