Class locPolicyType
Class that implements the Location Policy (locPolicy type) schema specified in Section 2.2.5 of RFC 4119.
Inherited Members
Namespace: Pidf
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class locPolicyType
Constructors
| Edit this page View SourcelocPolicyType()
Default constructor. Sets all element fields to their default value.
Declaration
public locPolicyType()
Fields
| Edit this page View SourceAny
XML extension point for unknown elements.
Declaration
public XmlElement[] Any
Field Value
Type | Description |
---|---|
XmlElement[] |
ExternalRuleset
Sets or gets the external-ruleset element. This element must contain an xs:anyURI (any URI) type as a string. Use of this field is optional. The default setting is null.
Declaration
public string ExternalRuleset
Field Value
Type | Description |
---|---|
string |
NoteWell
Sets or gets the note-well element element. This element may contain notes about the location policy. Use of this field is optional. The default setting is null.
Declaration
public string NoteWell
Field Value
Type | Description |
---|---|
string |
RetentionExpiry
Sets or gets the retention-expiry element. This is a DateTime element that specifies how long the location may be retained by the receiver. The default value is 365 days.
Declaration
public DateTime RetentionExpiry
Field Value
Type | Description |
---|---|
DateTime |
RetransmissionAllowed
Sets or gets the retransmission-allowed element. If true, then the receiver of the location information may re-transmit it. The default value is true.
Declaration
public string RetransmissionAllowed
Field Value
Type | Description |
---|---|
string |