Skip to content

Instantly share code, notes, and snippets.

@MichaelEvanchik
Created December 11, 2018 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichaelEvanchik/55a03c47ce87719586b3d2ac78c14d55 to your computer and use it in GitHub Desktop.
Save MichaelEvanchik/55a03c47ce87719586b3d2ac78c14d55 to your computer and use it in GitHub Desktop.
data definition using spec
(
{
fields = (
{
“field_name” = “location_name”;
value = Phantom;
xpath = “./relatedLocations/relatedLocation/locationName”;
},
{
“field_name” = “location_name”;
value = Shadow;
xpath = “./relatedLocations/relatedLocation/locationName”;
},
{
“field_name” = “location_name”;
value = “Hub_None”;
xpath = “./relatedLocations/relatedLocation/locationName”;
},
{
“field_name” = “location_name_uuid”;
“node_kind” = NSXMLAttributeKind;
value = “{FD3239D4-D88E-4CCB-87BE-27BF2CD80BD7}“;
xpath = “./relatedLocations/relatedLocation/locationName/@uuid”;
},
{
“field_name” = “location_name_uuid”;
“node_kind” = NSXMLAttributeKind;
value = “{FD3239D4-D88E-4CCB-87BE-27BF2CD80BD7}“;
xpath = “./relatedLocations/relatedLocation/locationName/@uuid”;
},
{
“field_name” = “location_name_uuid”;
“node_kind” = NSXMLAttributeKind;
value = “{49E889C1-D125-4DB5-8FAC-04D329DFD372}“;
xpath = “./relatedLocations/relatedLocation/locationName/@uuid”;
},
{
“field_name” = “rsvp_setting”;
value = “No Reservation”;
xpath = “./relatedLocations/relatedLocation/rsvpSetting”;
},
{
“field_name” = “rsvp_setting”;
value = “No Reservation”;
xpath = “./relatedLocations/relatedLocation/rsvpSetting”;
},
{
“field_name” = “rsvp_setting”;
value = “No Reservation”;
xpath = “./relatedLocations/relatedLocation/rsvpSetting”;
},
{
“field_name” = “related_location_uuid”;
“node_kind” = NSXMLAttributeKind;
value = “{074CD18D-585B-42EF-9E97-F9EC84DC773F}“;
xpath = “./relatedLocations/relatedLocation/@uuid”;
},
{
“field_name” = “related_location_uuid”;
“node_kind” = NSXMLAttributeKind;
value = “{074CD18D-585B-42EF-9E97-F9EC84DC773F}“;
xpath = “./relatedLocations/relatedLocation/@uuid”;
},
{
“field_name” = “related_location_uuid”;
“node_kind” = NSXMLAttributeKind;
value = “{45DDE67C-03EA-7B9C-2B82-D6EE39EAF774}“;
xpath = “./relatedLocations/relatedLocation/@uuid”;
}
);
table = “related_location”;
},
{
fields = (
);
table = “related_locations”;
},
{
fields = (
{
“field_name” = name;
value = Phantom;
xpath = “./name”;
},
{
“field_name” = id;
value = “-1”;
xpath = “./id”;
},
{
“field_name” = “within_audio_bandwidth”;
value = 0;
xpath = “./withinAudioBandwidth”;
},
{
“field_name” = “within_video_bandwidth”;
value = 0;
xpath = “./withinVideoBandwidth”;
},
{
“field_name” = “within_immersive_kbits”;
value = 0;
xpath = “./withinImmersiveKbits”;
},
{
“field_name” = “between_locations”;
value = “”;
xpath = “./betweenLocations”;
},
{
“field_name” = “location_uuid”;
“node_kind” = NSXMLAttributeKind;
value = “{C7E2C026-54B3-55DD-A0A2-D649501F9929}“;
xpath = “./@uuid”;
}
);
table = “get_location”;
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment